/* 
---------------------------------
PrecisionSEO Screen Style Sheet
by Simon Dang / Fourthring Consulting: www.fourthring.com/consulting
---------------------------------
*/


/* Styles the Current Link in Left Margin
-----------------------------------------------------*/
@import "currentlink_styles.css"; 


/* HTML Elements 
-----------------------------------------------------*/
	body {
		margin:0px;
		padding:5px;
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		color: #000;
		line-height: 145%;
		}
	

	.photo {
		text-align:center;
	}
	
	.viewClass {
		padding-left:15px;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:12px;
		}
	.viewClass h1
	{
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:12px;
		background:#CCC;
		display:block;
	}	
	
	a:link, a:visited, a:active {
		color: #339;
		text-decoration: underline;
		}
	a:hover {
		color: #36c;
		text-decoration: underline;
		}
		
	table {
		font-family: verdana, arial, sans-serif;
		font-size: 100%;
		color: #333;
		line-height: 180%;
		}
		
	ul {
		margin-left: 18px;
		}
		

/* General Layout 
-----------------------------------------------------*/
	#header {
		background: #EBF1F5;
		margin: 0px;
		padding: 0px;
		height: 88px;
		width: 780px;
		}
	#headerMenu {
		position: absolute;
		left: 0px;
		width: 780px;
		background: #547896;
		/*border-bottom: 10px solid #EBF1F5;*/
		border-bottom: 10px solid #032856;
		}
		
	#phonenumber {
		color:#FFFFFF;
		font-size: 12px;
		font-weight: bold;
		float:right;
		padding-top:1px;
		padding-left:2px;
		padding-right:2px;
		}
	
		
	#contactForm { 
		margin: 2px 0px 0px 130px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 8px;
		padding-right: 5px;
		width: 538px;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		}
			
		
	#centercontent { 
		margin: 60px 0px 0px 10px;
		padding: 5px;
		width: 500px;
		}
		
		#centercontent h1{
		font-size: 12px;
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
		display: inline;
		}
		#centercontent h2 {
		font-size: 12px;
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
		display: inline;
		}
		
		#centercontent h3 {
		font-size: 11px;
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
		background: #EBF1F5;
		color: #000;
		}
		
	#centercontent h4 {
		font-size: 13px;
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
		display: inline;
		}

	#upperRight
	{	position: absolute;
		left: 600px;
		top: 122px;
	}
	 #leftcontent {
		font-size: 12px;
		line-height: 95%;
		position: absolute;
		left: 3px;
		top: 122px;
		width: 120px;
		padding-left: 5px;
		padding-right: 2px;
		padding-bottom: 5px;
		padding-top: 3px;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		background: #EBF1F5;
		}
		
	#leftcontent h1 {
		font-family:Verdana, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		}
	#rightcontent {
		
		font-size: 10px;
		line-height: 80%;
		position: absolute;
		left: 600px;
		top: 255px;
		padding-left: 2px;
		padding-right: 2px;
		padding-bottom: 2px;
		padding-top: 2px;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		background: #EBF1F5;
		}
		
	#rightcontent h1 {
		font-family:Verdana, Arial, sans-serif;
		font-size: 11px;
		font-weight: bold;
		}

	
/* Header Elements 
-----------------------------------------------------*/		
	#logo {
		float:left;
		border: none;
		margin: 0px;
		padding: 0px;
		}
	
	#logoRight {
		float:right;
		margin: 0px;
		padding: 0px;
		}
		
/* Menu Bar
-----------------------------------------------------*/

	#menulinks {
		font-size: 80%;
		padding: 2px;
		}	
	#menulinks a:link, #menulinks a:visited, #menulinks a:active {
		color: #FFFFFF;
		text-decoration: none;
		margin: 0px;
		padding: 4px;
		font-weight: bold;
		}
	#menulinks a:hover {
		color: #ffffff;
		text-decoration: none;
		margin: 0px;
		padding: 4px;
		/*
		background: #F79A08;
		*/
		background: #032856;
		font-weight: bold;
		}
		


		
/* Tables
-----------------------------------------------------*/

	table {
		margin:0px;
		padding:0px;
		font-family: verdana, arial, sans-serif;
		font-size: 100%;
		color: #333;
		line-height: 170%;
		}
		
	.formtable {
		margin:0px;
		padding:0px;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		color: #000;
		line-height: 145%;
		}
	.formtable td {
		border: 1px solid #ddd;
		padding: 3px;
		margin:0px;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		color: #000;
		line-height: 145%;
		}

/* Footer
-----------------------------------------------------*/
.footerDrop {
	position:absolute;
	top:700px;
	}

	#footer {
		height: 15px;
		padding: 1px;
		width: 780px;
  		font-size:90%;
		color: #666;
		background: #EBF1F5;
		
  		}
	#footer a {
		color: #547896;
		}
		
/* Forms
-------------------------------------------------------*/
.formTxt {
	BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; PADDING-LEFT: 1px; FONT-SIZE: 10px; BACKGROUND: #ffffff; BORDER-LEFT: #333333 1px solid; COLOR: #707d84; BORDER-BOTTOM: #333333 1px solid; FONT-FAMILY: Verdana
}
.formSubmit {
	BORDER-RIGHT: #076da0 1px solid; BORDER-TOP: #076da0 1px solid; PADDING-LEFT: 1px; FONT-WEIGHT: bold; FONT-SIZE: 10px; BACKGROUND: #48aee1; BORDER-LEFT: #076da0 1px solid; COLOR: #ffffff; BORDER-BOTTOM: #076da0 1px solid; FONT-FAMILY: Verdana
}
		

		
/* Miscellaneous 
------------------------------------------------------*/

	.rightalign{
		float: right;
		margin: 0px 0px 15px 15px;
		padding: 0px;
		}
	.leftalign {
		float: left;
		margin: 0px 15px 15px 0px;
		padding: 0px;
		}
		
	.required {
		color:#FF0000;
		font-size: 10px;
		display: inline;
	}
	
	.red {
		display: inline;
		color:#ff0000;
	}
.yelTR {
	color:#000;
	background:#F9F7E5;
}
