body { font-family: Arial, Helvetica, sans-serif;
		color:#666666;}

p { font-size: 12px;
	line-height: 16px;}

h1 { font-size: 24px;
	 font-weight: bold;
	 font-family: "Century Gothic", Verdana, Helvetica, sans-serif;}

h2 { font-size: 18px;
	 font-weight: bold;
	 color:#9E702A;
	 font-family: "Century Gothic", Verdana, Helvetica, sans-serif;}

h3 { font-size: 14px;
	 font-weight: bold;
	 color:#C24007;
	 font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	 letter-spacing:1px;}

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

a { font-weight: bold;
	text-decoration: none;
	color:#3E529B;}

a:hover { text-decoration: underline;
		  color: #000000;}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;}

.border { BORDER: #ffffff 3px solid;}

.imgborder { BORDER: #818dba 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}
			 
.seosmalltext, .seosmalltext a { font-size: 10px;
	         line-height: 14px;
			 color: #666666;}
			 
.seosmalltext a:hover {
			 color: #3E529B;
			 text-decoration: underline;}
			 
.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
.splashbg {
	background-image: url(assets/splash/images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.addresstxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3E529B;
}
.navbg {
	background-color: #DFDBBE;
	background-image: url(assets/images/navvertbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #818DBA;
	text-decoration: none;
	letter-spacing: -1px;
}
.navlink:hover {
	color: #C24007;
	text-decoration: none;
}
.navlink2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -1px;
}
.navlink2:hover {
	color: #3E529B;
	text-decoration: none;
}
/*---------------SIDE CONTACT FORM CSS STARTS HERE-------------------------*/
#sideContact {
	width: 167px;
	height: auto;
	padding: 20px 5px 5px 5px;
	margin: 8px;
	color: #fff;
	background-color: #8491bd;
	text-align: center;
	border: 1px solid #fff;
}
#sideContact input {
	background-color: #fff;
	border: 1px solid #848d9c;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 5px 0px 5px;
	padding: 3px 0px 0px 4px;
	width: 150px;
	height: 20px;
	font-size: 12px;
	color: #666666;
}
#sideContact textarea {
	background-color: #fff;
	border: 1px solid #fcd8d0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 5px 0px 5px;
	padding: 3px 0px 0px 4px;
	width: 150px;
	height: 50px;
	font-size: 12px;
	color: #666666;
	list-style-type: none;
}
#sideContact .button {
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	height: auto;
	margin: 15px auto;
	padding: 0px;
	text-align: center;
	border: 0;
}
#sideContact img {
	margin: 5px 5px 0px 5px;
}
