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

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}

#wrapper {
	width: 889px;
	height: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	}
	
/******** everything inside header div ********/
#header {
	background-image: url(../_img/bg_header.jpg);
	background-repeat: repeat-x;
	height: 116px;
	
	}
	
#logo {
	float: left;
	padding-top: 4px;
	padding-left: 0px;
	}
	
/*everything in contact div*****/	
#contact {
	width: 510px;
	height: 120px;
	float: right;
	}
	
#contact p {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 9px;
	line-height: 15px;
	color: #666666;
	}

#contactCan {
	padding-top: 12px;
	margin-top: 0px;
	padding-bottom: 0px;
	float: left;
	width: 450px;

	}
	
#contactUS {
	width: 230px;
	float: right;
	padding-right: 70px;
	}
/*end of contact div***********/
	
#topNav {
	background-image: url(../_img/topNav/bg_topNav.jpg);
	background-repeat: repeat-x;
	padding-top: 1px;
	height: 29px;
	text-align: center;
	clear: both;
	font-size: 12px;
	color: #FFFFFF;
	}
	
#topNav a, a:link, a:visited, a:active {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 0px;
	}

#topNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 0px;
	}
	
.topNav {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 7px;
	text-align: center;
	}
	
/*********end of header div********************/
	
/*everything in content div*/

#contentTopBar{
	background-image: url(../_img/bg_content.jpg);
	background-repeat: no-repeat;
	height: 14px;
	}

#content {
	background-color: #FFFFFF;
	height: auto;
	padding-bottom: 25px;
	}
	
#leftCol {
	width: 401px;
	float: left;
	padding-top: 10px;
	padding-left: 23px;
	padding-bottom: 30px;
	}
	
#rightCol { 
	width: 435px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 30px;
	float: right;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 14px;
	margin-bottom: 0px;
	}
	
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
	}
	
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
	}
	
H1 {
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #cd1041;
	margin-bottom: 0px;
	}
	
H2 {
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #004990;
	}
	
H3 {
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #004990;
	font-weight: bold;
	}
		
		
#rightCol a, a:active, a:visited, a:link {
	color: #0066cc;
	font-size: 12px;
	}	

#rightCol a:hover {
	color: #99ccff;
	font-size: 12px;
	}
	
/*end of content div*/

#bottomNav {
	background-color: #000000;
	}
	
#footer {
	height: 96px;
	clear: both;
	background-color: #000000;
	text-align: right;
	padding-top: 3px;
	}
	
.copyright {
	font-size: 10px;
	color: #92a7bb;
	font-weight: lighter;
	}
	
#footer a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #92a7bb;	
	font-size: 10px;
	}
	
#footer a:hover {
	text-decoration: underline;
	font-size: 10px;
	}
	
.nomargin {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	}

