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

p { font-size: 12px;
	line-height: 18px;
	color:#FFFFFF;}

h1 { font-size: 24px;
	 font-weight: bold;}

h2 { font-size: 18px;
	 font-weight: bold;
	 color:#6793D2;}

h3 { font-size: 14px;
	 font-weight: bold;
	 color:#ECCA71;
	 line-height:20px;}

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

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

a:hover { text-decoration: underline;
		 font-weight:bold; }

li { font-size: 12px;
	 line-height: 18px;
	 padding-bottom:5px;
	 margin-left:-15px;
	 color:#FFFFFF;}

.imgborder { BORDER: #D59F45 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
hr {color:#D59F45;
	background:#D59F45;
	height:1px;
	border:0;}
	
.bottomright {border-bottom:#D59F45 1px solid;
	          border-right:#D59F45 1px solid;}
			  
.bottom {border-bottom:#D59F45 1px solid;}

.right {border-right:#D59F45 1px solid;}
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color: #CCCCCC;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */

/* Template Features */

.phone {color:#000000;
		font-size:18px;
		font-weight:bold;
		width:745px;
		float: right;
		}

#nav {color:#FFFFFF;
	  font-size:12px;
	  font-weight:bold;
	  text-decoration:none;
	  list-style:none;
	  margin:0px;
	  width:120px;
	  float:left;
	  display:block;}
	  
#nav a {color:#FFFFFF;
	  font-size:12px;
	  font-weight:bold;
	  text-decoration:none;
	  width:170px;
	  height:23px;
	  padding-left:15px;}
	  
#nav a:hover {color:#EACB71;
	  font-size:12px;
	  font-weight:bold;
	  text-decoration:none;
	  width:170px;
	  height:23px;
	  padding-left:15px;
	  background:url(assets/images/rollover.gif) left no-repeat;}

#nav li ul {
	display:none;
	list-style:none;
	width:auto;
	margin:-23px 0 0 90px;
	padding:5px 2px 0 18px;
	background:#0172b4;
	border:1px solid #d59f45;
	
}
#nav li:hover ul{
	display:block;
	position:absolute;
}
.bottomlinks {color:#D59F45;
	 		  font-size:11px;
			  font-weight:normal;
			  text-decoration:none;
			  line-height:20px;}

.bottomlinks a {color:#D59F45;
	 		  font-size:11px;
			  font-weight:bold;
			  text-decoration:none;
			  line-height:20px;}
			  
.bottomlinks a:hover {color:#050C5C;
	 		  font-size:11px;
			  font-weight:bold;
			  text-decoration:none;
			  line-height:20px;}
			  
.services li {color:#F9EFD0;
		      line-height:20px;
			  font-weight:bold;}
			  
.services td {padding-top:50px;}
			  
/* End Template Features */


#toplinks {
	text-align: center;
	font-size: 10px;
}
#toplinks a {
	text-decoration: none;
}



.sidebarContactForm {
	width: 149px;
	height: auto;
	margin: 10px auto;
	padding: 5px;
	display: block;
	border: 1px solid #D59F45;
}
#contactForm {
	width: 139px;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #2B69C0;
}
	#contactForm h3 {
		margin: 0;
		padding-bottom: 1em;
	}
	#contactForm input,
	#contactForm textarea {
		width: 129px;
		height: 14px;
		margin: 3px 0;
		padding: 3px 5px;
		display: block;
		font: 11px/14px Arial, Helvetica, sans-serif;
		color: #000;
		background-color: #fff;
		border: none;
	}
	#contactForm textarea {
		overflow: auto;
		height: 80px
	}
	#contactForm #captchaIMG {
		width:  139px;
		height: 38px;
		margin: 3px 0;
	}
	#contactForm input.hidden {
		display: none !important;
	}
	#contactForm #Submit {
		width: 139px;
		height:  40px;
		margin: 10px auto 0 auto;
		color: #fff;
		font-weight: bold;
		background-color: #ECCA71;
		cursor: pointer;
	}
		#contactForm #Submit:hover {
			color: #fff;
			background: #000;
		}

