@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background-color:#233B7B;
	background-image:url('../image/bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
a{
	text-decoration:none;
	color: #4B4B4B;
}
a img{border:none;}
p{
	font-size:10pt;
}
p.orange{
	color: #EF3D24;
	font-size:11pt;
}
a.orange{
	color: #EF3D24;
}
h1{
	color: #0F5DA6;
	font-size:13pt;
	margin:0;
	padding:0;
}
div#container{
		width: 772px; 
		text-align: left; 
		margin: 0 auto;
   		background-image: url(../image/siteBg.gif); 
		background-repeat: repeat-y;
		}

div#mainContainer{
		margin: 0;
		background-image:url(../image/bottomBg.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		}
div.logos{
	text-align:center;
}
div.padR{
	padding-right:20px;
}
div#rightPanel{
	float:right;
	width:509px;
	}
div#leftNav{
	width: 210px;
	margin-top: 180px;
	margin-left:30px;
	border:none;
	}
div#leftNav a{
	display:block;
	font-size: 8pt;
	margin-top:9px;
	margin-bottom:9px;
	padding-left:20px;
	background-image:url(../image/leftBg.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-bottom:5px;
	border-bottom: solid 1px #BEBEBE;
	
}
div#leftNav a:hover{
	display:block;
	font-size: 8pt;
	margin-bottom:5px;
	padding-left:20px;
	background-image:url(../image/leftBg2.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#EF3D24;
	padding-bottom:5px;
	border-bottom: solid 1px #BEBEBE;
	
}
div#leftPanel{
	float:left;
	width:263px;
	background-image:url(../image/leftBg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
div.paddingLeft{
	padding-left:10px;
	padding-right:1px;
	}
div#iso{
	margin-top:340px;
	margin-left:14px;
	}
#contact-area {
	width: 300px;
	margin-top: 25px;
	margin-left:20px;
}

#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 371px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 70px;
	padding-top: 5px;
	font-size: 1em;
}	