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

html, body {
	width: 100%;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	background-image: url(../images/bg_grad.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#001c4f;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

a:link {
	color: #001c4f;
}
a:active {
	color: #001c4f;
}
a:hover {	
	color: #0186bf;
}
a:visited {
	color: #001c4f;
}

img {
	border: 0;
}

#whole-page {
	width: 100%;
	min-height: 100%;
	background-image: url(../images/photo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}

#main_shadow {
	width: 981px;
	margin: 0 auto;
	background-image: url(../images/shadow_bg.png);
	background-repeat: repeat-y;
}

#content1 {
	width: 952px;
	margin: 0 0 0 14px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;	
}

#content2 {
	width: 852px;
	min-height: 429px;
	background-image: url(../images/content_bg_photo.jpg);
	background-repeat: no-repeat;
	padding: 20px 50px 0 50px;
}

#header {
	width: 952px;
	height: 135px;
	margin: 0 0 0 14px;
	background-image: url(../images/header.jpg);
}

#home_flash {
	width: 852px;
	padding: 15px 0 0 17px;
	margin: 0 auto;
}

#logo{
	width:398px;
	padding-left: 270px;
	position: relative;
	float: left;
	clear: both;
}
	#logo h1{
		/*background:url(images/logo.jpg) no-repeat;			*/
	}
		#logo h1 a{
			display:block;
			height:121px;
		}
			#logo h1 a span{
				display:none;
			}


/* Main Menu */

#main_menu {
	width: 952px;
	height: 35px;
	background-image:url(../images/menu_bg.jpg);
	margin: 0 0 0 14px;
	text-align: center;
	color: #001c4f;
	font-size: 15px;	
}

#mm_item1 {
	width: 11%;
	float: left;
	text-align: center;
	margin: 8px 0 0 0;
}
#mm_item2 {
	width: 15%;
	float: left;
	text-align: center;
	margin: 8px 0 0 0;
}
#mm_item3 {
	width: 12%;
	float: left;
	text-align: center;
	margin: 8px 0 0 0;
}
#mm_item4 {
	width: 16%;
	float: left;
	text-align: center;
	margin: 8px 0 0 0;
}
#mm_item5 {
	width: 12%;
	float: left;
	text-align: center;
	margin: 8px 0 0 0;
}
#mm_item6 {
	width: 18%;
	float: left;
	text-align: center;
	margin: 8px 0 0 0;
}
#mm_item7 {
	width: 15%;
	float: left;
	text-align: center;
	margin: 8px 0 0 0;
}

#mm_item a:link {
	color: #001c4f;
	text-decoration: none;
}

#mm_item a:visited {
	text-decoration: none;
}

#mm_item a:active {
	text-decoration: underline;
}

#mm_item a:hover {
	text-decoration: underline;
}

.current {
	font-weight: bold;
}


/* end Main Menu */


#footer_img {
	width: 981px;
	height: 27px;
	background-image:url(../images/footer_bg.png);
	margin: 0 auto;
	margin-top: 0;
}

#footer {
	width: 981px;
	height: 18px;
	margin: 0 auto;
	margin-top: 0;
	color: #b3bdcd;
	font-size: 11px;
}

#footer a {
	color: #b3bdcd;
}

#footer_left {
	width: 600px;
	float: left;
	padding-left: 15px;
	top: -10px;
	position: relative;
	float: left;
}

#footer_right {
	width: 200px;
	float: right;
	padding-right: 15px;
	text-align: right;
	position: relative;
	float: right;
	top: -10px;
}

#footer_left a, #footer_right a {
	text-decoration: none;
}

#footer_left a:hover .thermoLink, #footer_left a:hover, #footer_right a:hover  .thermoLink {
	color: #FFEC00;
}

.thermoLink {
	color: #9fe2f4;
}

/*.thermoLink:hover {	
	color: #FFEC00;
}*/

#left-col {
	position: relative;
	float: left;
	width: 196px;
	margin: 30px 0 0 9px;
	padding: 0;
}

#right-col {
	position: relative;
	float: left;
	width: 707px;
	margin: 30px 0 0 9px;
}

#spacer {
	clear: both;
	width: 100%;
	font-size: 1px;
	height: 1px;
}

h1 {
	padding: 0;
	margin: 0;
}

h2 {
	padding: 0;
	margin: 0 0 10px 0;
	color: #001c4f;
	font-style: italic;
}



/*  CONTACT US */

#contact-area {
	width: 450px;
	margin-top: 10px;
	position: relative;
	float: left;
}

#contact-info {
	width: 354px;
	margin: 10px 0 0 30px;
	position: relative;
	float: left;
}

#contact-info p {
	margin: 0 0 15px 0;
}

#contact-area input, #contact-area textarea, #contact-area select {
	padding: 2px;
	width: 300px;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 150px;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#contact-area textarea:focus, #contact-area input:focus, #contact-area select:focus {
	border: 2px solid #3399FF;
}

#contact-area input.submit-button {
	width: 70px;
	float: left;
	margin: 0 0 0 0px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.0em;
}

#notification {
	color: #CC0000;
}

#registered {
	color: #CC3300;
	font-size:16px;
	font-weight: bold;
}

/*  end CONTACT US */