/* Duo Net Template 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: 40px auto auto;
width: 770px;
background-color: White;
}

#companyname {
background-image: url(images/company-name.gif);
background-repeat:no-repeat;
padding: 0;
height: 70px;
background-color: transparent;
}
/* HEADER BACKGROUND AND COMPANY NAME */
#header {
background: url(images/header-pic.jpg) no-repeat;
background-color:#FFFFFF;
width: 770px;
height: 178px;
}
/* BACKGROUND FOR THE TOP NAV */
#topnav{
height: 38px;
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;
text-align: left;
padding: 0 30px
}

#navBar ul {
margin: 0px; 
padding: 4px;
list-style-type: none; 

}
#navBar li {
display: inline;
list-style-type: none;
padding:8px;
margin: 0px;
font-size: .80em;
font-weight: bold;
}

#navBar a {
background: transparent;
border: none;
margin: 0px;
color: #000066;
text-decoration: none;
padding: 0px 10px;
}

#navBar a:link, #navBar a:visited {
color: #000066;
text-decoration: none; 
}

#navBar a:hover {
color: #FFFFFF;
background-color: #000000;
background-color: transparent;
}

#navBar a:active {
background-color: transparent;
color: #FFFFFF;
font-weight: bold;
}
/*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: 0px;
padding-left: 48px;
padding-right: 20px;
width:200px;
float: left;
font: .75em 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: .80em Verdana, Arial, Helvetica, sans-serif;
color: #666666;
}
/* heading styles for the content area */
#contentright H1{
font: 1.3em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #255E95;
}

#contentleft H2 {
font:  bold 1.2em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #B0B742;
}
/* styles the small green text  read more...  text */
.smalltext {
color: #B0B742;
margin: 0;
}
/* styles the above text when a link is applied  */
.smalltext a:link {
color: #B0B742;
margin: 0;
}
/* styles the small green footnote text */
.notetext {
color: #B0B742;
margin: 0;
font-size: .5em;
}

/* 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: 1.0em}
	
H2 {
font: 1.0em  Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #B0B742;
}	

.footer{
font: 0.70em Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

/* BASIC LINK STYLES */
a:link {
color: #003366;
text-decoration: none;
}

a:visited {
color: #003366;
}

a:hover {
text-decoration: underline;
}

/* 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 */