/* Write Essentials Stylesheet */

/* this rule stops the 'shorter pages' from jumping to the left -  */
html, body { min-height:100%; margin-bottom:1px; }

body {
margin:auto auto;
padding: 0;
color: White;
background-color: White;
background: url(../images/page_bg.jpg) repeat-x;
font: 101%  Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align:center;  /* aligns page center in IE5.5 */
}
/* outer wrapper - holds the rest of the content -ensures that layout is centered */
#wrapper {
margin: 10px auto auto;
width: 770px;
background-color: White;
}

#companyname {
float: left;
width:275px;
text-align: left;
padding: 0;
height: 92px;
background-color: transparent;
color: black;
}

/* ADDED TO TOP RIGHT INFO  */

#topright {
	background-image : url(../images/phonenumbers_wide.jpg);
	background-position : right bottom;
	width : 305px; /* or whatever the width of myfile.png is */
	height : 92px; /* to match the height of the image on the left */
	float : right;
	margin-right : 40px; /* or as necessary */
	background-repeat: no-repeat;
}

/* HEADER BACKGROUND AND COMPANY NAME */
#header {
background-color:#FFFFFF;
width: 770px;
height: 178px;
}

/* BACKGROUND FOR THE TOP NAV */
#topnav{
	height: 40px;
	background-image: url(../images/navbar.gif);
	background-repeat: no-repeat;
}
 
/*navigation styling */
#navBar {
	background-color: transparent;
	height: 38px;
	padding-top: 0;
	line-height: 1.75em;
	margin-left: 8px;
}

#navBar ul {
margin: 0px; 
padding: 4px;
list-style-type: none; 

}
#navBar li {
	display: inline;
	list-style-type: none;
	padding:3px;
	margin: 0px;
	font-size: 0.8em;
}

#navBar a {
	background: transparent;
	border: none;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 10px;
}

#navBar a:link, #navBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navBar a:hover {
	color: #FFFFFF;
	background-color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

#navBar a:active {
	background-color: transparent;
	color: #FFFFFF;
}
/*End NavBar styles */

/* OUTER WRAPPER FOR CONTENT AREA */
#contenttop {
/* no rules here - just a div to hold the content */
}
/* left column styles */
#contentleft {
	text-align: left;
	padding-top: 5px;
	padding-left: 48px;
	padding-right: 20px;
	width:200px;
	float: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border-right: 1px dotted #CCCCCC;
}
/* right column - main content area styles */
#contentright {
	text-align: left;
	width:445px;
	float: left;
	padding: 0px 15px 35px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#article {
	text-align: left;
	width:670px;
	float: left;
	padding: 15px 50px 15px 50px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
/* heading styles for the content area */
#contentright H1{
	font: bold 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #255E95;
	margin-top: 15px;
}

#contentleft H2 {
	font:  bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #255E95;
	margin-top: 15px;
}

/* styles the small green text  read more...  text */
.smalltext {
	color: #666666;
	margin: 0;
	font-size: 11px;
}
/* styles the above text when a link is applied  */
.smalltext a:link {
color: #B0B742;
margin: 0;
}

/* FOOTER AREA */
#footer {
background: url(../images/footer-bg.jpg) no-repeat;
font: .85em Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding: 0;
height: 50px;
}

#footer p{	
padding-top: 10px;
color: #256197;
font-size: .8em;
}

/* BASIC HEADING STYLES */
H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
	
H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A0A917;
}	

.footer{
font: 0.70em Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

/* BASIC LINK STYLES */
a:link {
	color: #245D94;
	text-decoration: underline;
}

a:visited {
	color: #245D94;
	text-decoration: underline;
}

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

/* CLEARER DIV USED TO CLEAR FLOATED DIVS */
.clearit {
clear: both;
font-size: 1px; /*for IE*/
height: 0;
line-height: 0px;
}
/* styles the image so that it sits either left or right of content text */
.imgright {
float: right; 
padding-left: 6px; 
padding-right: 0px;
padding-top: 6px;
}
.imgleft {
float: left; 
padding-left: 6px; 
padding-right: 0px;
padding-top: 6px;
}

/***** Begin laying out the contact form *****/

form {width: 380px;}
/* the outer border around the form */
fieldset{
padding:10px;
border: 1px solid #577DA2;
width: 380px;
font-size: 100%;
}

/*styles the input fields*/
input,textarea{
border: 1px solid #577DA2;
margin: 4px;
padding: 2px;
}

label{
color:#666;
font-size: 100%;
}
legend{
padding:10px;/*gives a bit of padding between the border and the text*/
color: #577DA2;
font-size: 130%;
font-weight: bold;
}

.submitbutton {
border: 1px solid #8B9DAB;
background: #D4D895;
color: #666666;
}
/*end of form styles */

.testihead {
	font-size: 12px;
	color: #9BA419;
	font-style: italic;
	font-weight: bold;
}

.ctaction {
	font-size: 14px;
	color: #255E95;
	font-weight: bold;
}
