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

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

/*#wrapper {
	width: 750px;
	height: 550px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	}*/
	
	
#wrapper {
	width: 889px;
	height: 550px;
	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(../images/topNav/bg_topNav.jpg);
	background-repeat: no-repeat;
	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;
	}

#topNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	}
	
.topNav {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 7px;
	text-align: center;
	}*/
	
#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;
	}

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

#content {
	background-image: url(../_img/bg_content.jpg);
	background-repeat: repeat-x;
	height: 278px;
	}
	
#leftCol {
	width: 389px;
	height: 278px;
	float: left;
	}
	
	
/*#rightCol { 
	width: 328px;
	padding-right: 30px;
	padding-top: 35px;
	float: right;
	}*/
	
#rightCol { 
	width: 440px;
	padding-right: 10px;
	padding-top: 20px;
	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;
	}
	
/*end of content div*/

#bottomNav {
	background: url(../_img/bottomNav/blankbottom.jpg) repeat;
	}
	
#footer {
	height: 96px;
	clear: both;
	background-color: #000000;
	text-align: right;
	padding-top: 3px;
	}
	
.copyright {
	font-size: 10px;
	color: #92a7bb;
	font-weight: lighter;
	}

.sitemap1 {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-size: 10px;
	margin-top: -7px;
	margin-bottom: 7px;
	}
	
.sitemap2 {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: circle;
	font-size: 10px;
	margin-top: -7px;
	margin-bottom: 7px;
	}

.sitemap3 {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	font-size: 10px;
	margin-top: -7px;
	margin-bottom: 10px;
	}
