/* CSS Document */
html {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
	
body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(/images/imgBodyBackground.jpg);
	background-repeat: no-repeat;
	background-position: 0px 244px;
}

#wrapper {
    position:relative; /* needed for footer positioning*/
	margin:0; /* center, not in IE5 */
	width: 100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	min-width: 950px;
	background-repeat: no-repeat;
	background-position: bottom right;
	
    /*margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	margin-top: 0px;
	width: 950px;
	padding: 0px;
	border-left: 1px solid #5D7B8A;
	border-right: 1px solid #5D7B8A;
	border-bottom: 1px solid #5D7B8A;*/
}
#closer {
	position: absolute;
	z-index: 80;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#logolink {
	position: absolute;
	z-index: 250;
	left: 50px;
	top: 120px;
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 100px;
}

#lhstext {
	position: absolute;
	z-index: 200;
	left: 33px;
	top: 320px;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #8D9DA7;
	width: 170px;
	letter-spacing: 0.03em;
}
#lhsstaff {
	position: absolute;
	z-index: 300;
	left: 0px;
	top: 290px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8D9DA7;
	width: 236px;
	text-align: right;
}
#lhsstaff img {
	margin: 0px 0px 5px 0px;;
	padding: 0px;
}
#lhsstaffpreview {
	
}
#lhsstaffpreview .previewimage {
    position: absolute;
	z-index: 310;
	left: 0px;
	top: 290px;
	margin: 0px;
	padding: 0px;
	width: 236px;
	text-align: right;
	visibility: hidden;
}
#lhsimage {
	position: absolute;
	z-index: 100;
	left: 0px;
	bottom: 0px;
	width: 236px;
	/*height: 140px;*/
	margin: 0px;
	padding: 0px;
}
#header {
	position: static;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/imgHeaderBackground.jpg);
	background-repeat: repeat-x;
}

#menu {
	position: absolute;
	z-index: 90;
	left: 250px;
	top: 223px;
	width: 560px;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	clear: left;
}

#menu ul li {
	display: block;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CDD6DB;
}

#menu ul li a {
	margin: 0px;
	padding: 5px 12px 0px 12px;
	color: #CDD6DB;
	text-decoration: none;
	display: block;
	text-align: left;
	background-image: url(/images/imgSpacer.gif);
	background-repeat: repeat;
}

#menu ul li a:hover {
	background-color: #6D91A3;
}

.dropdown {
	visibility: hidden;
	z-index: 85;
	position: absolute;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background-image: url(/images/imgSpacer.gif);
	background-repeat: repeat;
}
.dropmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #CDD6DB;
	font-weight: normal;
	margin: 0px;
}
.dropmenu a {
	display: block; 
	text-decoration:none;
	color: #CDD6DB;
	padding: 2px 12px 2px 12px;
} 

.dropmenu a:hover {
	background-color: #6D91A3;
}

#contentwrapper {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	position: static;
}

#content {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	width: 425px;
}


#content p, #content ol, #content ul, #content li, #content h3, #content h4, #content h5, #content h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #8D9DA7;
	margin: 10px 10px 10px 10px;
	padding: 0px;
	line-height: 16px;
}

#content p {
	font-size: 11px;
}

#content ol {
	font-size: 11px;
	margin-left: 20px;
	padding-left: 20px;
}
#content ul {
	font-size: 11px;
	margin-left: 15px;
	padding-left: 15px;
}
#content li {
	margin: 0px 0px 5px 0px;
}
#content h3 {
	color: #C52727;
	font-size: 16px;
	font-weight: normal;
	display: none;
}
#content h4 {
	color: #C52727;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
#content h5 {
	color: #C52727;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
#content h6 {
	color: #C52727;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
#content a {
	text-decoration: none;
	color: #0099FF;
}
#content a:hover {
	text-decoration: underline;
}

.CellBorderR {
	border-right: 1px solid #999999;
}
.CellBorderLR {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.CellBorderLRT {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}
.CellBorderRT {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
}
.CellBorderLT {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}
.CellBorderT {
	border-top: 1px solid #999999;
}
#footer {
    position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	

	/*position: static;
	margin-top: 0px;
	padding: 0px;
	text-align: left;*/
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#credit {
    margin: 0px;
	padding: 0px;
}
#credit p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: right;
}
#credit a {
	color: #CCCCCC;
	text-decoration: none;
}
#credit a:hover {
	text-decoration: underline;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.contactresult {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	margin-left: 10px;
}
.resultok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00CC00;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #262324;
}

.RightImageMargin {
    margin-left: 15px;
	margin-bottom: 10px;
}
.RightFloatLayer {
    margin: 5px 0px 10px 15px;
	float: right;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	clear: both;
}
.RightFloatLayer a:hover {
    text-decoration: none;
}
