@charset "utf-8";

h1 {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
	font-size:18px;
	color:#000000;
	text-align:left;	
	font-style:italic;
}


body {
	margin:8px 0px 0px 0px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	background:#002E5E url(images/bgImgH.gif) no-repeat scroll center top;
}	
a{
	text-decoration:none;
	color:#FFFFFF;
}
a:hover{
	text-decoration:underline;
}


.copyright {
	font-size: 10px;
	margin-top: 5px;
}


#divBody{
	width:778px;
	margin:auto;
	border: 5px solid #CFAA7A;
	text-align:left;
}
#divHeader{
	background-image:url(images/topHeader.gif);
	width:778px;
	height:110px;
	border-bottom: 12px solid #CFAA7A;
	background-repeat:no-repeat;
}
#divMenu{
	background-color:#002E5E;
	height:30px;
	width:100%;
	position:relative;
	top:80px;
	float:left;
	/* IE */
	display:inline;
	top:0px;
}
#divHeaderLogo{
	float:left;
	width:315px;
	height:80px;
}
#divHeaderText{
	font-size:38px;
	font-family:"Times New Roman", Times, serif;
	color:#002E5E;
	font-style:italic;
	font-weight:bold;
	height:80px;
	width:440px;
	line-height:80px;
	float:right;
	text-align:center;
}
#contentTopBorder{
	clear: both;
	margin:0px;
	padding:0px;
	background-image:url(images/contentTopBorder.gif);
	height:12px;
	width:100%;
	font-size:8px;
}
#contentMain{
	width:100%;
	background-image:url(images/contentRightBorder.jpg);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#E6E6E6;
}
#divLeftTop{
	height:100px;
	width:195px;
	background-color:#E6E6E6;
	padding: 0px 15px 10px 15px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:14px;
	color:#002E5E;
	font-style:italic;
	text-align:left;
}

#divLeftMiddle{
	border-top: 5px solid #CFAA7A;
	border-bottom: 5px solid #CFAA7A;
}
#divRightTop{
	width:195px;
	background-color:#E6E6E6;
	padding: 25px 15px 49px 15px;  // padding: 25px 15px 15px 15px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#002E5E;
	font-style:italic;
}
#divRightTop a{
	color:#002E5E;
	text-decoration:none;
}
#divRightTop a:hover{
	text-decoration:underline;
}
#contentLeftMain{
	clear:both;
	margin:0px;
	padding:0px;
	width:225px;
	float:left;
    background: #cfaa7a;
}
#contentRightMain{
	background-image:url(images/contentRightBorder.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:488px;
	float:right;
	background-color:#FFFFFF;
	border-left: 5px solid #CFAA7A;
	min-height:491px;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	padding:0px 40px 20px 20px;
	display:inline;
}
#contentBottomBorder{
	clear:both;
	width:100%;
	height:14px;
	background-image:url(images/contentBottomBorder.gif);
	font-size:8px;
}

#contentRightMain h2,#contentRightMain h3,#contentRightMain h4, #contentRightMain h1{
	font-size:18px;
	color:#002E5E;
	text-align:left;	
	font-style:italic;
}
#contentRightMain h2{
	margin-bottom:5px;
}
#contentRightMain h2,#contentRightMain h4{
	text-align:center;
}
#contentRightMain h4{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#000000;
}
#contentRightMain h5{
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	color:#002E5E;
}
#contentRightMain a{
	color: #002E5E;
}
.colorBlue{
	color: #002E5E;
}
.border5{
	border:5px solid #CEAA7A;
}

/* Form Related CSS */
#divContact, #divContact label, .inputTxt {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	font-size:11px;
	border:0px;
}
.inputTxt,.inputChk{
	border: 1px solid #231F20;
	font-size: 11px;
}
#divContact label {
	text-align: right;
	width: 170px;
	padding-right: 20px;
}
#divContact br {
	clear: left;
}
.btn{
	font-size:11px;
	background-image:url(images/btnSubmitImage.jpg);
	width:46px;
	height:20px;
	border:0px;
}
.clsRequired{
	color:#FF0000;
}
#contactRight{
	float:right;
	width:200px;
}
#contactLeft{
	float:left;
	width:200px;
}

#form table {
	background-image:url(images/ContactUsPic.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:470px;
}
.opa50{
	filter:alpha(opacity=100); 
    -moz-opacity: 1; 
    opacity: 1; 
}
#fullScreen {
	position:fixed;
}
li{
	list-style-image:url(images/bullet.gif);
	list-style-type:none;
}