@charset "utf-8";
/* CSS Document */

/* Browser Validation */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0px;
	padding:0px;
	border:none;
}

h2 {
	font-size:14pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#fc7309;
	word-spacing:normal;
	text-decoration:underline;	
}

h3 {
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
	word-spacing: normal;
	text-align:left;
	color:#0c0d91;
}

h4 {
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
	word-spacing: normal;
	text-align:left;
	font-weight:bold;
	color:#FF6600;
	padding-bottom:10px;
}


.wordcorrection {
word-spacing:normal;
}

#mainwrap {
	margin-left:auto;
	margin-right:auto;
	width:850px;
}

#wrapper {
	width: 850px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image:url(images/bkg_main.png);
	background-repeat:repeat-y;
	float:left;

}
#headings {
	height: 102px;
	position:relative;
	background-image:url(images/top-row.png);
}
#footer {
	height: 105px;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	background-image:url(images/bottom-row.png);
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	color:#0c0d91;
}
#logo {
	height: 82px;
	width:619px;
	position:relative;
	left:25px;
	top:40px;
	background-image:url(images/logo1.png);
}
#headertextcontainer {
	height: 20px;
	width:800px;
	background-color:#999999;
	position:relative;
	left:25px;
	top:30px;
	}
	
#headertext-h1{

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	word-spacing:50px;
	vertical-align:middle;
	padding-top:2px;
	}
	
	
#flashholder {
	height: 82px;
	width:800px;
	position:relative;
	left:25px;
	top:50px;
	}
#headerpics {
	height: 212px;
	width:800px;
	position:relative;
	left:25px;
	top:0px;
	background-image:url(images/header-pics.png);
}
#headertext {
	height: 70px;
	width:658px;
	position:relative;
	left:0px;
	top:142px;
	word-spacing:20px;
	background-image:url(images/header-text.png);
}

#headertext h1 {
	position:relative;
	left:3px;
	top:10px;
	font-size:14pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#0c0d91;
	
}

#headertext a, #headertext h1 a:link,  #headertext h1 a:visited, #headertext h1 a:hover, #headertext h1 a:active {
	text-decoration:none;
	color:#0c0d91;
	
}

#headertext a:visited {
	text-decoration:none;
	color:#0c0d91;
	
}

#textcontainer {
    width:800px;
	position:relative;
	top:26px;
	left:25px;
	float:none;
	height:400px;
	}

#textcontainer2 {
    width:800px;
	position:relative;
	top:5px;
	left:25px;
	float:left;
	padding: 1px;
	}

#textbox1 {
    width:390px;
	float:left;
	position:relative;
	top:0px;
	left:10px;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#0c0d91;
	}
	
#textbox4 {
    width:390px;
	position:relative;
	top:0px;
	left:200px;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#0c0d91;
	padding-bottom:25px;
	}
	
#quotes {
	width:100px;
	height:100px;
	float:left;
	background-image:url(images/quotation.png);
	background-repeat:no-repeat;
	margin-right:-150px;
	margin-left:50px;
	margin-top:15px;
}

#quote2 {
	width:100px;
	height:100px;
	float:right;
	background-image:url(images/quotation2.png);
	background-repeat:no-repeat;
	margin-top:80px;
	margin-right:50px;
}
	
	
#textbox3 {
	float:left;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#0c0d91;
	width:350px;
	}
	
#textbox2 {
    width:400px;
	float:right;
	position:relative;
	top:0px;
	left:-10px;
	height:280px;
	}



#menu {
	float: left;
	list-style: none;
	position:relative;
	left:30px;
	width: 800px;
	height:26px;
}
#menu li {
	float: left;
	font: 67.5% Verdana, Helvetica, sans-serif;
}
#menu a {
background: url(images/button.png) no-repeat;
	display:block;
	font-size: 14px;
	font-weight: bold;
	color: #0c0d91;
	text-align: center;
	padding-top: 5px;
	padding-left:0px;
	height: 21px !important;
	height: 21px;
	width: 158px;
	text-decoration: none;
}
#menu a:hover {
	background-position: 0px -26px;
	text-decoration: none;
	color: #fc7309;
	list-style-type: none;
}