/* The Basics */
body {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, Arial, Helvetica, Sans-serif;
  font-size: 14px;
  height: 100%;
  background:#000000;
  }
a {
  color: #ffcc00;
  text-decoration: none;
  }
a:hover {
	color: #ffcc00;
	text-decoration: underline;
  }
   
/* The Container */
#container {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  }

/* The Header */
#header_wrap {
  width: 100%;
  height: 110px;
  margin: 0;
  padding: 0 0 5px 0;
  background: #000000;
  }
#header_top {
  width: 960px;
  margin-left:auto;
  margin-right:auto;
  }
#header_logo {
  float: left;
  margin-top: 5px;
  }  
#header_slogan {
  float: right;
  width:50%;
  margin-top:5px;
  }
#header_nav_wrap{
	width:100%;
	background:#FFF;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#header_nav{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#topnavbutton{
	width:186px;
	margin-right:6px;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}

/* The Main Content */
#main_wrap {
	text-align: left;
	width:100%;
    background: #FFFFFF;
  }
#main_wrap a {
  color: #333333;
  }
#main_wrap a:hover {
  color: #333333;
  text-decoration: none;
  }
  
#top_nav {
	text-align:left;
	width:100%;
	background:#FFFFFF;
	padding: 0 0 10px 0;
}

/* West Side! */
#content_left {
  float: left;
  width: 645px;
  }
#content_left a {
  color: #cc0000;
  text-decoration: underline;
  }
#content_left a:hover {
  color: #cc0000;
  text-decoration: none;
  }
/* East Side! */  
#content_right {
  float: right;
  width: 300px;
  background-color:#f2f2f2;
  } 
#page_img {
  border: none;
  }
#page_img a {
    border: none;
}
#page_img a:hover {
	border: none;
	background-color: f2f2f2;
}  
#page_img_groups {
  padding: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align:right;
  }
#page_img_equipment {
  padding: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: bold;
  text-align:right;
  }
#page_img_groups ul {
  list-style: none;
  margin-left: 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  padding:0;
  margin:0;
  }
#page_img_groups a {
  color: #333333;
}
#page_img_groups a:hover {
	color:white;
	background-color:black;
}  
#page_img_groups_header {
  color: #ffa200;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 10px 0;
  }
#page_img_groups_li {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	padding:0;
	border-bottom: solid #333333 1px;
  }  
#page_img_equipment_li {
	padding: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
  }  
.box {
	padding-left:0px;
	padding-bottom:20px;
}
.box .box_title {
	color:#2c2c31;
	font-size:28px;
	font-weight:bold;
	padding-bottom:20px;
	font-family:"Times New Roman", Times, serif;
}
.box .box_link {
	margin-left:20px;
	padding-bottom:10px;
}
.box_bold {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
  }
.box .box_link .bullet {
	float:left;
	margin-right:15px;
	width:10px;
}
.box .box_link .box_desc {
	float:left;
	font-size:12px;
	line-height:16px;
	width:550px;
}
.box .box_link2 {
	color:#ffa912;
	font-size:14px;
	text-decoration:underline;
}

/* The Index */
#index_wrap {
  width: 964px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 10px 0;
  }  
#index_img_image {
	width:964px;
	height:345px;
  }
#mini_imgs {
text-align: center;
padding: 10px 0 10px 0;
margin-top:25px;
  }

/* The Subpages */
#subpage_content {	
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  background-color:#FFFFFF
  }
	
/* The Footer */
#footerContent {
	text-align: center;
	font-size:10px;
	color: #cccccc;
	background:#000000;
	margin-top: 5px;
  }
#footerContent a {
  color: #ffcc00;
  text-decoration: none;
  }
#footerContent a:hover {
  color: #ffcc00;
  text-decoration: underline;
  }
#sidebar-title {
	background-color:#0FC
}
/* TWITTER Formatting*/
#twitter_update_list li {
	border-bottom:dotted;
}
#sidebar-title {
	font:Arial, Helvetica, sans-serif;
}
