/* Mobix Unlimited Revision 1 CSS - Created by Brand Aspect Ltd 12-08 */
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #F4F4F4;
	background-image:url(../images/body-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#headertop {
	background: #686565; 
	padding: 10px 10px 10px 10px; 
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	height: 10px;
}

#headertopLeft{
	float:left;
	display:inline;
}
#headertopRight{
	float:right;
	display:inline;
}
#header{
	background: #686565; 
	height:169px;
	background-image:url(../images/header-bg.jpg);
	background-position:top;
	background-color:#EDEDEE;
}

#header .img{
	margin-left:30px;
	margin-top: 30px;
	visibility:visible;
}
#headertopRight a {
	color:#FFFFFF;
	text-decoration:none;
}
#headertopRight a:hover{
	color:#FFFFFF;
}

/* Menu */
#menu {
	background-image:url(../images/menu-but-off.jpg);
	background-repeat:repeat-x;
	height:31px; 
	clear:both;
	overflow:hidden;
}
#menu ul li{
	margin:0;
	list-style:none;
	display:inline;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#menu ul li a {
	color:#FFFFFF; 
	font-size: 14px; 
	font-weight:normal; 
	text-decoration: none;
	background-repeat:repeat-x; 
	background-position:center;
	padding: 6px 15px 10px 15px;  
	line-height:27px; 
}
#menu a:hover {
	color:#CCCCCC; 
	background-image:url(../images/menu-but-on.jpg);
}
/* End Menu */
/* Index page only*/
.index {
	padding-left:40px;
	margin-top:10px;
}
h1{
	font-weight:normal;
	font-size:24px;
	margin: 0;
	padding-top: 10px;
	padding-left:0px;
	padding-bottom:10px;
}
h1.fp{
	margin:3px;
	padding:0;
	text-align:center;
}

#flashcontainer {
	border:solid #DDD 1px;
	background-color:#FFFFFF;
	width: auto;
	height: auto;
	margin-left: 10px;
	padding-top: 10px;
	margin-bottom: 40px;
}
/* End Index only */
/* Main Content */

#mainContent {
	margin: 0;
	padding: 10px 40px 60px 40px; 
	background: #ECEDEE;
	background-image:url(../images/content-bg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	position:relative;
	float:left;
	clear:both;
	width:900px;
	overflow:hidden;
}

#firstPage{
	margin: 0;
	margin-top: -30px;
	padding: 0px 40px 20px 40px; 
	background: #FFFFFF;
	background-image:url(../img/content-bg.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	display:inline;
}
#firstPage p{ 
	font-size:14px;
	margin: 0; /* zeroing the margins will avoid the possibility of margin collapse - space between divs */
}
#firstPage br{
	height:50%;
}
#left{
	float:left;
	width:900px;
	position:relative;
}	
#left ul li.red {
	list-style-image:url(../images/li-red.gif);
}
#left ul li.amber {
	list-style-image:url(../images/li-amber.gif);
}
#left ul{
	text-align:left;
}
.colMain{
	width:280px;
	float:left;
}
.colMainC{
	width:300px;
	float:left;
	border-left:#999999 dotted 1px;
	border-right:#999999 dotted 1px;
	margin:0 10px 5px 10px;
}
.colMain h2{
	text-align:center;
}
.colMainC h2{
	text-align:center;
}
.horizLine{
	height:1px; 
	margin-bottom:5px;
	clear:both;
	width:890px;
	border-top:#999999 dotted 1px;
}
#left.half{
	width:450px;
	float:left;
}
#right{
	float:left;
	clear:none;
	width:900px;
	text-align:left;
	position:relative;
}
#right.half{
	width:400px;
	padding:15px 0 0 20px;
	float:left;
}
#spacer{
	width:1px;
	height:90px;
}
#flashbanner {
	margin-left: 50px;
}

#mainContent ul li{
	list-style-image:url(../images/li.gif);
	padding:2px;
	font-size:14px;
}
#mainContent ol li{
	padding:2px;
	font-size:14px;
}
#mainContent p{ 
	font-size:14px;
	margin: 0; /* zeroing the margins will avoid the possibility of margin collapse - space between divs */
}
#mainContent H1{
	font-weight:normal;
	font-size:24px;
}
#mainContent H2{
	font-weight:normal;
	font-size:18px;
}
#mainContent H3{
	font-weight:normal;
	font-size:16px;
}
#mainContent a{
	color:#006633;
	text-decoration:underline;
}
#mainContent a:visited{
	color:#009933;
}
#mainContent a:hover{
	color:#009933;
}
.big {
	font-size:18px;
	font-weight:bold;
}
.sml {
	font-size:12px;
}
.confidentiality {
	color:#009933;
}
div.formsection{
	width:50%;
}
div.formLine{
	width:80%;
	text-align:right;
	font-size:14px;
	padding: 5px;
}
div.centerline{
	font-size:14px;
	width: 99%;
	padding: 5px;
}
.slant{
	font-style:italic;
	font-size:12px;
	color:#666666;
}
.error{
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}
.email_submit{
	font-size:14px;
	font-weight:bold;
}

div.submit{
	width:100%;
	text-align:center;
	margin: 5px 0;
	padding:5px 0;
}
tr th{
	background-color:#455258;
	color:#FFFFFF;
	font-weight:normal;
	font-size:16px;
	padding: 3px 0px 3px 20px;
	text-align:left;
}
tr .bold{
	font-weight:bold;
	text-align:center;
	padding: 5px 0px;
	margin: 0px 5px;
}
table.reg {
	border:#455258 solid 1px;
}
/* End MainContent */
/* Footer */
#footer {
	padding: 8px 20px; 
	background:#DDDDDD;
	background-image:url(../img/footer-bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	margin: 0;
	clear:both;
}
#footer img{
	display:inline;
	vertical-align:text-top;
}

.terms {
	float:right;
}

#footer p{
	display:inline;
}
#footer a:link{
	text-decoration:none;
	color:#000;
	background:none;
}
#footer a:active{
	text-decoration:none;
	color:#666666;
}
#footer a:visited{
	text-decoration:none;
	color:#666666;
}
#footer a:hover{
	text-decoration:underline;
	color:#333333;
}

#footerBot{
	padding: 10px 20px;
	text-align:center;
	font-size:10px;
	background-image:url(../images/foot-bot-sec.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#EDEDEE;
	height: 30px;
}
#footerBot p{
	margin: 0;
}
#footBotleft{
	display:inline;
	float:right;
	clear:none;
	margin-top:-24px;
}
/*End Footer*/