@charset "utf-8";
/* CSS Document */

@import url("form.css");
@import url("datatable.css");

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3a3a;
	line-height:20px;
	background:#585858 url(../images/consol_bg_lge.jpg) no-repeat top center;
	margin:0px;
}

#content img {
	-moz-box-shadow: 5px 5px 15px #666;
	-webkit-box-shadow: 5px 5px 15px #666;
	}
#content img.noshadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}
/** Containers **/

#header_container {
	margin:0px auto;
}

#content_container {
	margin:0px auto;
	width:1015px;
}

#footer_container {
	margin:0px auto;
	/*background-color:#464646;*/
	/*border-top:#FFF 1px solid;*/
}

h2 {
	margin:20px 0px 20px 0px;
	font-size:18px;
}


/** Header **/

#header {
	width:960px;
	height:100px;
	margin:0px auto;
	background:url(../images/header_bottomshadow.png) bottom no-repeat;
}

#header_left {
	float:left;
	display:block;
	width:242px;
	height:67px;
	margin-top:20px;
	background:url(../images/header_logo.png) no-repeat;
}

#header_right {
	float:right;
	padding-top:12px;
	height:88px;
	text-align:right;
}

#header_nav{
	height:41px;
	background:url(../images/header_nav_bg.png) repeat-x;
	margin-top:-7px;
	padding:0px;

}

#header_nav li{
	float:left;
	padding-top:5px;	
	padding-bottom:5px;
	margin-top:5px;
	background:url(../images/header_nav_spacer.png) right no-repeat;
	list-style-type:none;

}

#header_nav a {
	padding-right:10px;
	padding-left:7px;	
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;	
	text-align:center;	
}

#header_nav a img{
	border:none;
}


/** Content **/

#content {
  float:left;
	width:987px;
	color:#666666;
	margin:0px auto;
	background:#FFFFFF;
	border-top:#dbdbdb 2px solid;
}

#content_top {
	width:987px;

}
#content_left-outer {
  float:left;
  width:14px;
}
#content_top_left {
	padding-top:50px;
	float:left;
	width:307px;
	padding-right:20px;
	padding-bottom:28px;
	padding-left:20px;
}

#content_top_left a img{
	border:none;
}

#content_top_right {
	padding-top:17px;
	float:left;
	width:588px;
	padding-left:39px;
	padding-right:11px;
}
#content_right-outer {
  float:left;
  width:13px;
}

#content_bottom {
  width:960px;
  padding-left:14px;
  padding-right:13px;
  padding-bottom:25px;
  clear:both;
}

#content_bottom * {
  text-align: justify;	
}

/*

#content_bottom h1 {
	font-size:22px;
	background-color:#464646;
	color:#FFFFFF;
	padding:10px;
	font-weight:bold;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-box-shadow: 5px 5px 15px #666;
	-webkit-box-shadow: 5px 5px 15px #666;

	}

*/

#content_bottom h1 {

color:#fff;
font-size:22px;
padding:12px;
font-weight:bold;
background:url(../images/h1_bg.jpg) no-repeat;
height:50px;
margin-top:20px;
margin-bottom:0;



}

#content_bottom_nav {
	width:960px;
	background-color:#e3e3e3;
	height:38px;
	text-decoration:none;
	padding-top:12px;
}

#content_bottom_nav a{
	padding-left:50px;
	padding-right:50px;
	font-size:18px;
	font-weight:bold;
	color:#3a3a3a;
	text-transform:capitalize;
	text-decoration:none;
}

#content_bottom_nav a img{
	border:none;
}

#content_bottom a {
	color:inherit;
	
}

.highlight {
	color:#fe0000;
	font-weight:bold;
	display:inline;
}


#content_bottom_left {
	padding-top:20px;
	width:600px;
	float:left;
}

#content_bottom_left a img {
	border:none;
}

#content_bottom_left a {
	text-decoration:dashed;
	color:#FF0000;
}

#content_bottom_right {
	padding-top:50px;
	padding-right:25px;
	border-bottom:#cfcfcf 1px solid;
	width:309px;
	float:right;
}
#content_bottom_right a {
	color:#666666;
}

/** Footer **/


#footer {
	width:960px;
	margin:0px auto;
}

#footer_top {
	padding-top:10px;

}

#footer_top_left {
	float:left;
	padding-bottom:20px;
}

#footer_top_left ul {
	margin:20px 0px 20px 0px;
	padding:0px;
}
#footer_top_left li {
	margin:0px;
	padding:0px;
}

#footer_top_left li {
	padding-right:15px;
	float:left;
	list-style-type:none;
}

#footer_top_left a{
	color:#FFFFFF;
	text-transform:capitalize;
	font-size:12px;
	text-decoration:none;
}

#footer_top_right {	
	float:right;
}

#footer_bottom {
	border-top:#666666 1px solid;
	padding-top:10px;
	padding-bottom:10px;
}

#footer_bottom_left {
	padding-top:2px;
	float:left;
	color:#666666;
}

#footer_bottom_right {
	float:right;
	padding-top:5px;
}

#wysiwyg {
  padding:10px;
  background:#FFFFFF;
}
#faqlist h3 {
cursor:pointer;
}
.answer {
	margin-bottom:35px;
	border-bottom:dotted 1px #999999;
	}

#ionline {
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	}
#ionline a {
	/*position:absolute;
	clear:both;
	margin-top:5px;*/
    background-color: #EEEEEE;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #7F7F7F !important;
    padding: 4px;
    text-decoration: none;
	-webkit-transition: background-color 150ms ease-in-out 0s;
	-moz-transition: background-color 150ms ease-in-out 0s;
	transition: background-color 150ms ease-in-out 0s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	}
#ionline a:hover {
	background-color:#666;
	text-decoration:none;
}

#ionline img {
	vertical-align:middle;
	margin-bottom:3px;
}
