/* colors

#474747 - gray background
#00c8ff - blue headers
#e3ab02 - yellow links
#d2d5d4 - light gray background
#00a5e5 - aqua for fonts/headlines
#919395 - gray text

*/

* {
  padding:0px;
  margin:0px;
  line-height:1;
  border:0px;
  text-decoration:none;
  outline:none;
  font-family:verdana;
  font-size:12px;
}

ul, ol {
  list-style:none inside;
}

input {
	border: 1px solid #999999;
}

.normal_list {
  margin-top:10px;
}

.normal_list li {
  padding-left:10px;
  padding-bottom:5px;
}

body {
  background:#474747;
  padding-top:25px;
}

html, body {
  width:1000px;
  margin:0px auto;

}

#main {
  background:#fff url(../images/logo_corner.gif) no-repeat left top;
  width:90%;
  min-width:745px;
  margin:0px auto;
  text-align:center;

}

#main_test {
  display:block;
    text-align:left;
}

#navbar {
  padding:110px 1px 0px 1px;
  background:url(../images/tagline_corner.gif) no-repeat right top;
}

#navbar ul {
  padding: 11px 0 0 41px;
  background:#474747 url(../images/shadowrep.gif) repeat-x top;
}

#navbar ul li {
  padding-top:7px;
  float:left;
}

#navbar ul li a {
  display:block;
  border-left:solid 1px #fff;
  padding:0 35px 3px 14px;
  line-height:15px;
  color:#999999;
  font-weight:bold;
  text-transform:capitalize;
  font-size:11px;
}

#navbar ul li a:hover {
  color:#fff;
}

#navbar .current{
  color: white;
}


#center {
  padding:25px 1px;
}

#center img {
  float:left;
  border-right:#fff 1px solid;
}

#center #welcome {
  background:#474747;
  height:139px;
  margin-left:376px;
  padding-top:20px;
  padding-left:30px;
  text-align: left;
}

#center #welcome h1 {
  color:#00c6ff;
  font-size:27px;
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight:normal;
  margin-bottom:15px;
}

#center #welcome p {
  color:#929496;
  width:330px;
  font-size:13px;
  font-weight:bold;
  margin-bottom:15px;
}

#center #welcome a {
  display:block;
	color:#ffc000;
	font-weight:bold;
	font-size:13px;
}

#subcontent {
  padding-left:1px;
  padding-bottom:20px;
}

#subcontent .section {
}

#subcontent h1 {
  height:20px;
  font-size:14px;
  color:#fff;
  background:#d2d5d4;
  line-height:130%;
  text-indent:18px;
  margin-bottom:20px;
  /*border-right:#fff 1px solid;*/
}

#subcontent #section1 {
  float:left;
  width:250px;
  text-align: left;
}

#subcontent #section1 ul {
  width: 190px;
  margin-left:33px;
}

#subcontent #section2 {
  margin-left:250px;
  margin-right:150px;
  text-align: left;
}

.interior_padding {
  padding: 20px 1px;
}

#subcontent #section2 h1 {
  border:#fff solid;
  border-width:0 1px;
}

#subcontent #section3 {
  float:right;
  width:150px;
  height:auto;
  /* border-left: 1px solid #CCCCCC; */
}

#subcontent #section3 img {
  margin:0 30px;
  display:block;
  padding:10px 0;
}

.descriptive_link {
  padding:10px;
  border:#d2d5d4 solid;
  border-width:0 1px;
}

.index_main_area {
  padding:0px 25px;
  border:#d2d5d4 solid;
  border-width:0 1px 0 1px;
}

.index_main_area p {
  line-height:17px;
}

.normal_list li{
  list-style-type: disc;
}

.descriptive_link div {
  margin-left:105px;
}

.descriptive_link img {
  float:left;
  display:block;
}

.descriptive_link h2 {
  color:#00a5e5;
  font-size:15px;
  font-weight:700;
  margin-bottom:5px;
}

.index_main_area h2 {
  color:#00a5e5;
  font-size:15px;
  font-weight:700;
  margin-bottom:10px;
}

.descriptive_link p {
  margin-bottom:5px;
}

.descriptive_link a {
  color:#e3ab02;
  font-size:12px;
  font-weight:700;
}

.descriptive_link a:hover {
	color:#FFCC00;
}

hr.hr1 { 
  border-top: 1px solid #999;
  color: #fff;
  background-color: #fff;
  height: 1px;
  margin-bottom:8px;
}


.copy {
	color:#333;
	line-height:17px;
}

#navbottom {
  display:block;

}

#left_corner {
  background:url(../images/lleftcorner.gif) no-repeat left bottom;
  float:left;
  width:26px;
  height:27px;
}

#right_corner {
  background:url(../images/lrightcorner.gif) no-repeat right top;
  float:right;
  width:27px;
  height:27px;
}

#middle {
	text-align:center;
	background:#fff;
	float:left;
	height:27px;
	margin:0px auto;
}

#footer_nav {
	margin:0px auto;
	
	padding-bottom:15px;
}

#navbottom {
  display:block;
  position:relative;
  top:-65px;
  left:5px;
  width:298px;
  color:#919395;
  margin:0px auto;
  clear:both;
  padding-top:10px;
}

#navbottom li {
  float:left;
  /*border-right:#919395 1px solid;*/
  text-align:center;
  color:#919395;
  margin:10px 10px;
}

#navbottom a:hover {
	color:#000;
}

#navbottom li.last {
  border-right:0px;
}

#copyright {
  display:block;
  width:395px;
  color:#919395;
  margin:0px auto;
  clear:both;
  padding-top:10px;
}


.bulleted_links {
  list-style:none;
}

.bulleted_links a {
  display:block;
  color:#e3ab02;
  font-size:11px;
  line-height:13px;
  vertical-align:middle;
}

.bulleted_links a:hover {
	color:#FFCC00;
}

.bulleted_links li {
	line-height: 16px;
	padding-bottom:10px;
}

.span1 {
	font-size:14px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px dotted #999999;
	margin-bottom: 5px;
}

/* Place clearfix on containing elements to clear floats without markup - unpredictable sometimes */

.clearfix:after {
        content:".";
        display:block;
        height:0px;
        line-height:0;
        clear:both;
        visibility:hidden;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.news_item { 
	padding-top:15px;
	padding-bottom:25px;
}

.news_item_image {
	float:left;
	height:100px;
	padding-top:2px;
	
}

.news_item_headline {
  color:#00c6ff;
  font-size:18px;
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight:normal;
  padding-left:105px;
	
}

.news_item_text {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	padding-left:105px;
	line-height:17px;
}

.news_item_more a {
	float:left;
	padding-left:10px;
	color:#FFCC00;
	font-weight:bold;
}







.bottom {
 height:26px;
 background:url(../images/lleftcorner.gif) no-repeat left bottom;
}

.bottom span {
 display:block;
 position:relative;
 height:26px;
 background:url(../images/lrightcorner.gif) no-repeat right top;
}

.alert{
  padding: 10px;
  border: solid 1px #fffd4b;
  background-color: #fffece;
  margin-top: 1em;
}