/* 
---------------------------------
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:0px;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		color: #000;
		line-height: 145%;
		}
	
.featured {
	padding-left: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	}
	
	.email a:link,a:visited, a:active {
	color:#CCC;
	text-decoration:underline;
	}
	
	.email a:hover {
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	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 {
		padding:0px;
		margin: 0px;
		left:0px;
		height: 145px;
		width: 800px;
		border-bottom: 3px solid #254874;
		}
		
		
	#contactForm { 
		margin: 2px 0px 0px 130px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 3px;
		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: 3px 3px 3px 165px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 8px;
		padding-right: 5px;
		width: 445px;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		}
	#centercontent h2 {
		font-size: 13px;
		font-family: arial, sans-serif;
		font-weight: bold;
		display: inline;
		}
	#centercontent h4 {
		font-size: 13px;
		font-family: arial, sans-serif;
		font-weight: bold;
		text-decoration: underline;
		display: inline;
		}
		
		/* for wider content box */
#fatcontent { 
		margin: 3px 3px 3px 165px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 8px;
		padding-right: 5px;
		width: 635px;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		}
		
#fatcontent h4 {
		font-size: 13px;
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
		text-decoration: underline;
		display: inline;
		}
/* Box Elements
-----------------------------------------------------*/
	#dotbox {
		background: #247D1A;
		padding: 5px;
		margin-right: 2px;
		margin-left: 2px;
		margin-bottom: 2px;
		border: 1px dotted #ccc;
		}
	#dotbox h1 {
		font-family: arial, sans-serif;
		font-size: 12px;
		color: #070B27;
		display: inline;
		line-height: 20px;
		padding: 2px;
		}
#leftbox {
	border-top: 2px solid #000;
	border-bottom: 10px solid #C4DAC1;
	padding-top: 15px;
	padding-left: 4px;
	background:  #247D1A;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#name {
	font-size:15;
	font-weight: bold;
	color:#FFFFFF;
	padding-bottom: 5px;
}

#leftcontent {
		position: absolute;
		top: 151px;
		width: 160px;
		background: #247D1A;
}
		
#rightContent {
	position: absolute;
	top: 150px;
	left: 620px;
}
		
#rightBox {
	color: #FFFFFF;
	background: #247D1A;
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	border: 1px dotted #CCC;
}

#rightBox h1 {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
	
}

	
/* Header Elements 
-----------------------------------------------------*/		
	#logo {
		float:left;
		border: none;
		margin: 0px;
		padding: 0px;
		}
	
	#logoRight {
		float:right;
		margin: 0px;
		padding: 0px;
		}
		
/* Menu Bar
-----------------------------------------------------*/
	#menulinks {
		line-height:15px;
	}
	
	#menulinks a:link, #menulinks a:visited, #menulinks a:active {
		color: #F8FDF8;
		font-weight: bold;
		text-decoration:underline;
		}
	#menulinks a:hover {
		color: #263467;
		background: #FFFFFF;
		text-decoration:underline;
		}
		

		

		
/* 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
-----------------------------------------------------*/

	#footer {
		height: 15px;
		padding: 1px;
		width: 800px;
  		font-size:90%;
		color: #666;
		background: #C4DAC1;
		border: 1px solid #254874;
  		}
	#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;
	}