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

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

h1 { font-size: 24px;
	 font-weight: bold;
	 color:#4A446A;}

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

h3 { font-size: 14px;
	 font-weight: bold;
	 color:#9A95B9;}

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

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

a:hover { text-decoration: underline;}

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

.imgborder { BORDER: #4A446A 1px solid;}

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

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}

.bottomlinks {color:#A2A695;
			  font-size:11px;
			  line-height:16px;
			  font-weight:bold;}
			  
.bottomlinks:hover {color:#FFFFFF;
			  font-size:11px;
			  line-height:14px;
			  text-decoration:none;}
			  
.address {font-size:14px;
		 font-weight:bold;
		 line-height:22px;
		 color:#A2A695;}
		 
.phone {
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	color:#A2A695;
	letter-spacing:1px;
}

.backtotop {font-size:10px;}

hr {color:#4A446A;
	background:#4A446A;
	height:1px;
	border:0;}
			  
/* Navigation */

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

#navtable a{ 
	width:125px;
	height:13px;
	display:block;
	color: #A2A695;
	font-size:12px;
	font-weight:bold;
	background-image:url(assets/images/nav.gif);
	background-repeat:no-repeat;
	text-transform:uppercase;
	vertical-align:bottom;
}

#navtable a:hover{color: #A2A695;
	background-image:url(assets/images/nav_over.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	vertical-align:bottom;}
	
.bottomline {border-bottom:#CCCCCC 1px solid;}

.navpad {padding-right:25px;}

/* Navigation End */
/* Side Form Starts */
#contactForm{
	background:#D6C17E;
	border:2px solid #4a446a;
	padding:0px 7px 4px 7px;
	margin:13px 0px 0px 10px;
	color: #306;
	font-size: 14px;
}
#contactForm input, textarea{
	margin:3px 0px 3px 0px;
	width:158px;
	padding:3px 3px 3px 3px;
}
#contactForm .submit{
	height:25px;
	padding:0px;
	width:165px;
}
.contactTitle{
	color:#4a446a !important;
	font-size:16px;
	line-height:18px;
	padding:3px 3px 3px 3px;
	margin:5px 0px 5px 0px;
	text-align:center;
	text-transform: uppercase;
}
/* Side Form Ends */
