/* IE6 PNG FIX 
img, div, a, input, li, ul { 
	behavior: url('/includes/css/iepngfix.htc') 
}
*/

body {

	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #213718;

}

#mainDiv {

	width: 794px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	background-image: url('/images/maindiv_wrapper.png');
	background-repeat: repeat-y;


}
#wrapper {

	width: 781px;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-family: Arial, Helvetica, Lucida Grande, Geneva;
	font-size: 12px;
	overflow: hidden;
	

}

#header {

	/* width: 794px; */
	width: 781px;
	height: 200px;
	background-color: #999999;
	margin-left: 7px;
	padding-left: 0px;
}

#navigation {

	width: 781px;
	min-height: 31px;
	background-color: #333333;
	color: #ffffff;
	background-image: url('/images/nav-background-orig.png');
	background-repeat: repeat;
	border-top: 1px solid #ffffff;
	margin-top: -3px;
}

#content {

	width: 781px;
	
}

#leftContent{

	width: 580px !important;
	float: left;
	border-right: 1px dotted #DDDDDD;
	margin-bottom: 20px;
	padding: 0;
}

#rightContent {

	width: 200px;
	float: right;	
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;

}

rightContent a {
	
	padding: 0;
	margin: 0;

}

#footer {

	width: 771px;
	color: #999999;
	background-color: #000000;
	min-height: 55px;
	clear: both;
	padding: 5px;
	font-size: 11px;
	text-align: center;
}


#navigation ul, 
#footer ul {

	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li,
#footer li {

	float: left;
	margin-left: 10px;

	display: block;
	height: 30px;


}

#navigation li ul {

	position: absolute;
	width: 15em;
	left: -999em;
	background-color: #333333;
	padding-bottom: 5px;
	
}

#navigation li ul li {

	clear: both;
	width: 100%;
	margin: 0;

}

#navigation li ul li:hover {

	color: #ffffff;
	background-color: #0d375d;
}	


		
	
#navigation li:hover ul,
#navigation li.sfhover ul {

	left: auto;
	
}

#navigation li ul li a{
	
	width: auto;
	padding-left: 10px;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active,
#footer a:link,
#footer a:visited,
#footer a:active
  {
	
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	padding-bottom: 8px;

}

#footer ul {

	text-align: center;
	margin-left: 140px;
	margin-top: 5px;

}

#footer a:link,
#footer a:visited,
#footer a:active {

	padding-top: 0px;
	
	
}


#navigation a:hover  {
	
	color: #ffffff;
	background-color: #0d375d;

}

#footer a:hover {
	
	color: #0d375d;

}

#navigation .icons li {

	margin-left: 2px;
	padding: 0px;

}

#navigation .icons li a{

	line-height: 30px;
	min-height: 30px;

}

#navigation .icons li img{

/* padding-top: 5px; */

}

.right {

	float: right;
	
}

.left {

	float: left;
}

img {
	
	border: 0;

}
.center {

	text-align: center;
}

#leftContentText, 
#rightContentText, 
#rightLatestNews {

	padding-top: 20px;
	margin-right: 20px;
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-bottom: 20px;
	
}


#rightLatestNews {
	width: 200px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	background-image: url(/images/latest_news_bg.jpg);
	background-repeat: no-repeat;
	height: 260px;
	/* _height: 200px; */

}

#rightNewsText {
	
	padding-top: 40px;
padding-left: 20px;
padding-right: 20px;

}


#rightContentText {

	padding-top: 80px;
	min-height: 150px;	
	/* _height: 150px; */
	overflow: hidden;

}

#rightContentText .pdfList {

	
	line-height: 22px;

}

#rightContentText h4 {

	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
.importantText {

	color: #ff0000;
	font-style:italic; 
}


#redArrow, .pdfList {

	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.pdfList {

	padding-left: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#redArrow li {

	background-image: url(/images/icon_arrow.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #999999;
	font-weight: bold;
	padding-bottom: 10px;

}

.pdfList li {
	background-image: url(/images/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 22px;


}

#redArrow a:link,
#redArrow a:visited,
#redArrow a:active  {
	
	color: #999999;
	text-decoration: none;
	margin-top: -5px;


}

#redArrow a:hover  {
	
	color: #666666;

}

.redBoldItalic {

	color: #901412;
	font-style: italic;
	font-weight: bold;
	
}

.redBold {

	color: #901412;
	font-weight: bold;
}

.middleImage {

	margin-left: 10px;
	margin-right: 10px;

}

.clear {
	clear: both;
}

.clearLeft {

	clear: left;
}

.clearRight {

	clear: right;
	
}
.blackBorder {

	border: 1px solid #000000;

}

#contactBox {

	width: 335px;
	border: 1px solid #000000;
	background-color: #f2f2f2;
	float: right;
	color: #000000;
	margin-right: 30px;
	
}

#contactBox .heading {

	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px !important;
	padding-right: 5px;
	color: #ffffff;
	background-color: #333333;
	font-weight: bold;
	margin-bottom: 5px;

}

#contactBox label {

	float: left;
	margin-left: 5px;
	clear: both;

}

#contactBox input {
	
	float: right;
	margin: 5px;


}

#contactBox textarea {
	
	clear: both;
	margin: 5px;
	width: 320px;

}

#contactBox #submit {

	float: none;
	margin-left: 150px;

}



#miniForm {

	float: right;
	width: 190px; 
	background-image: url('/images/mini_form.png');
	margin: 5px;
	margin-top: -70px;
}

#miniForm label {

	color: #ffffff;
	clear: both;
	margin-left: 18px;
}

#miniForm input,
#miniForm textarea {

	margin-left: 18px;
	width: 150px;
	border: 1px solid #480a0a;
	margin-bottom: 10px;

}

#miniForm p {

	color: #ffffff;
	text-align: justify;
	margin-left: 18px;
	width: 150px;
	padding-bottom: 5px;
	
}

#miniForm h3 {

	color: #ffffff;
	margin-top: 10px;
	text-align: center;
	
}

#miniForm .submitButton {

	width: 90px;
	height: 22px;	
	margin-left: 50px;
}

#leftContent h1 {
	margin: 0;
	padding: 0;

}


#sitemap ul, 
#sitemap li {
	
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#welcome { 
	background-image: url("/images/pagetitle_welcome.jpg");
	width: 580px;
	height: 71px;
	z-index: 0;
}

.ulIndent {
	
	margin-left: 3px;

}

.valuepoints {

	font-weight: bold;
	color: #5a2f0c;
}

#whyTable {

	border: 1px solid #000000; 
	font-size: 10px;
	padding: 0;
	border-spacing: 0;

}

#whyTable td {

	border: 1px solid #000000; 
	padding: 3px;
}


#whyTable .alt {

	background-color: #ebf8ff;

}

#whyTable .heading {

	font-size: 12px;
	background-color: #f6ff00;
	font-weight: bold;
	
}

#whyTable .topHeading {

	font-size: 12px;
	font-weight: bold;
}

#contact-address {


	float: right;
	width: 170px;
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #efefef;
	font-size: 14px;

}

#contact-address p {


	padding: 10px;

}

#contactBox p {

	padding: 0;
	margin: 0;
	
}

#sitemap  li {
	
	list-style-type: disc;
	font-size: 12px;
	line-height: 18px;

}

#sitemap ul {
	
	margin-top: 5px;
	margin-bottom: 5px;

}

#rightNewsText a:link,
#rightNewsText a:visited,
#rightNewsText a:active {

	color: #ffffff;	
	
}


#rightNewsText a:hover  {
	
	color: #ffffff;
	text-decoration: none;
}
