/* CSS Document */

*  {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html  {
	background-color:#414141;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

body {
	min-width: 780px;
	text-align: center;
	height:100%;
}

#wrapper  {
	background:#fff url(images/bg-wrapper.gif) repeat-y;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: left;	
	width: 780px;
}

#banner {
	background-color:#FFF;
	height: 150px;
	width: 780px;
}

#banner img.right {
	padding: 0px 0px 0px 50px;
}

div#navTop {
	background-color:#ee352b;
	border-bottom:#414141 solid 1px;
	height:15px;
	padding:5px 0px 5px 0px;
	width: 780px;
}
	
#navTop ul  {
	background-color:#ee352b;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
	text-transform: uppercase;
}

#navTop li  {
	border-left:#414141 solid 1px;
	float:left;
}

#navTop li:first-child {
	border-left:none;
}

#navTop a  {
	color: #000;
	padding:0px 20px 0px 20px;
	text-align:center;
	text-decoration: none;
	width:110px;
}

#navTop a:hover  {
	text-decoration:underline;
}

#leftCol {
	background-color:#9e9e9e;
}

#navLeft {
	background-color:#9e9e9e;
	border-right:#414141 solid 1px;
	float: left;
	list-style-type: none;
	width: 164px;
}

#navLeft li a {
	color: #000;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

#navLeft a:hover  {
	background-color: #bf2026;
	color: #FFF;
}

h1  {
	font-size: 14px;
	color: #484944;
	padding: 10px 0px 5px 10px;
}

h2  {
	font-size: 13px;
	font-weight: bold;
	color: #484944;
	padding: 0px 0px 5px 10px;
}

h3  {
	font-size: 12px;
	font-weight: bold;
	color: #484944;
	padding: 0px 0px 5px 10px;
}

#right {
	width: 600px;
	float: right;
	height:100%;
	position:relative;
	background:#fff;
	margin-bottom:15px;
}

#right a  {
	color: #bf2026;
	font-weight: bold;
} 

#right a:hover  {
	text-decoration:none;
}

.small {
	font-size:10px;
}

#right ul {
	display:block;
	padding:0px 0px 20px 50px;
}

#right ul li {
	display: list-item;
	margin:5px 75px 0px 0px;
}

#right ul li ul {
	margin:0px;
	padding-left:15px;
}

#right ul li ul li {
	padding-left:5px;
}

#right ol {
	display:block;
	padding-left:50px;
}

#right ol li {
	display: list-item;
	margin:5px 75px 0px 0px;
	padding:0px;	
}

#right ol li ol li {
	margin:0px;
	padding:0px 0px 0px 5px;
}

#right p {
	padding: 0px 20px 15px 10px;
}

#right dl {
	padding: 0px 20px 15px 10px;
}

#right dt {
	font-weight:bold;
	padding: 5px 0px 5px 0px;
}

#right dd {
	padding-bottom:5px;
}

#right img {
	border:#000 solid 1px;
	margin:5px 10px 10px 10px;
}

#list ul {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 40px;
	float: left;
	text-align: left;
	list-style: none;
	background-color:#1777B1;
}

#list ul li {
	float: left;
	margin: 0px;
	padding: 0px 40px 15px 0px;
	width: 154.1px;
}

.alert {
	color:#ff0000;
	font-weight:bold;
}
	
.submit input  {
	background-color: #4876ff;
	border-top: #FFF solid 1px;
	border-bottom: #d0d2c4 solid 1px;
	border-left: #FFF solid 1px;
	border-right: #d0d2c4 solid 1px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0 0 57px;
	text-transform: uppercase;
}

.submit input:hover  {
	background-color: #27408b;
	border-top: #FFF solid 1px;
	border-bottom: #d0d2c4 solid 1px;
	border-left: #FFF solid 1px;
	border-right: #d0d2c4 solid 1px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0 0 57px;
	text-transform: uppercase;
} 

#footer {
	background-color:#414141;
	clear:both;
	color: #fff;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height:45px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 780px;
}

#footer a {
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
