/* SDM Main Site CSS  */

/* Main Elements */

body { 
margin: 0px;
background-color: #EBEBEB;
font: 70% Arial, Verdana, Tahoma, sans-serif;
text-align: center;
} 

p { 
font-size: 1.1em; 
color: #000000; 
text-align: left; 
padding: 0px 35px 0px 0px;
margin: 0px 0px 9px 0px;
}

h1, h2, h3 {
font-weight: bold; 
color: #003300; 
padding: 0px 35px 0px 0px;
margin: 0px 0px 6px 0px;
text-align: left;
}
 
h1 { 
font-size: 1.2em; 
}

h2 { 
font-size: 1.3em; 
}

h3 { 
font-size: 1.1em; 
}

h4 { 
font-size: 1.1em; 
font-weight: 100;
color: #000000; 
padding: 0px;
margin: 6px 0px 4px 14px;
}

a {
color: #7E3315;
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: underline;
color:#CC0000;
}

li {
font-size: 1.1em
}

/* Postioning */

#wrapper {
width: 725px;
margin: 0 auto 0 auto;
text-align: left;	
}

#top {
position: absolute; 
top: 0px;
margin: 0; 
padding: 0; 
width: 725px; 
height: 25px; 
background:url(../images/page_top.jpg) no-repeat;
}

#topmenu {
position: absolute; 
top: 25px; 
margin: 0; 
padding: 0; 
width: 725px; 
height: 25px;
}

#topblurb, #headerindex, #headerlooking, #headeryourbest, #headerhidden, #headeraccess, #headerclientlist, #headerabout, #headercontact, #headervacancies {
margin: 0; 
padding: 0;
position: absolute; 
top: 51px; 
width: 725px; 
height: 109px;
}    

#topblurb{
background: url(../images/header_about.jpg) no-repeat;
}

#headerindex {
background:url(../images/page_header.jpg) no-repeat;
}

#headerlooking {
background: url(../images/header_looking.jpg) no-repeat;
}

#headeryourbest {
background: url(../images/header_prospects.jpg) no-repeat;
}

#headerhidden {
background: url(../images/header_insights.jpg) no-repeat;
}

#headeraccess {
background: url(../images/header_access.jpg) no-repeat;
}

#headerclientlist {
background: url(../images/header_clientlist.jpg) no-repeat;
}

#headerabout {
background: url(../images/header_about.jpg) no-repeat;
}

#headercontact {
background: url(../images/header_contact.jpg) no-repeat;
}

#headervacancies {
background: url(../images/header_vacancies.jpg) no-repeat;
}

#main {
position: absolute; 
top: 160px; 
margin: 0; 
padding: 0; 
width: 725px;
background: url(../images/bg_thin.jpg) repeat;
}

#mainright { 
margin: 0px; 
padding: 0px 0px 0px 20px; 
width: 490px; 
float: right;
}

#mainrightindex {
margin: 0; 
padding: 0; 
width: 506px;
height: 137px; 
float: right;
background:url(../images/page_index_image.jpg) no-repeat;
}

#tickerspace{
margin: 0px; 
padding: 0px; 
width: 506px;
height: 40px; 
float: right;
background:url(../images/ticker_space.jpg) no-repeat;
}

#indexbuts{
margin: 0; 
padding: 0; 
width: 506px; 
float: right;
}

/* Left Menu */

#menu {
float: left;
padding: 0px 0px 30px 35px;
text-align: left;
width: 150px;
}

#menu ul {
padding: 0px;
margin: 0px;
}

#menu li {
border-bottom: 1px solid #ececec;
list-style: none;
margin: 0px;
padding: 0px;
line-height: 170%;
font-size: 1em;
}

#menu a {
display: block;
text-decoration: none;
color: #0e267f;
padding: 0px;
width: 150px;
background: #fff;
font-size: 1em;
}

#menu a:hover{
color: #0e267f;
background: #C3D3E2;
font-size: 1em;
}

/* Sub Menu  */

#subnav {
margin: 0px 0px 0px 10px;
padding: 0px;
height: 40px;
border-left: 1px solid #CCCCCC;
}

#subnav li {
display: inline;
margin: 0px;
padding: 0px;
list-style: none;
font-size: 1em;
}

#subnav li a {
margin: 0px;
color: #006600;
padding: 11px;
float: left;
border-right: 1px solid #CCCCCC;
border-top: 4px solid #FFFFFF;
text-decoration: none;
font-size: 1em;
}

#subnav li a:hover {
border-top: 4px solid #CB3E0E;
}

/* Contact Page Divs */

#left {
float: left;
border-right: 1px dashed #cccccc;
width: 160px
}

#right {
float: right;
width: 320px
}

/* Footer */

#footer{
width: 725px;
height: 51px;
clear: both;
background-color: #999999;
background-image: url(../images/page_bottom.jpg);
}


/* Client Login Form  */

input {
border: #bbbbbb 1px dashed; 
font-size: 11px;
margin: 4px 0px 4px 40px;
padding: 0px;
color: #666666; 
background-color: #F0EFEE
}

/* Contact Form  */

input.contactform {
border: #bbbbbb 1px solid; 
font-size: 11px;
margin: 0px 0px 0px 15px;
padding: 0px; 
color: #000000;
background-color: #F0EFEE
}

input.submitcontact {
font-size: 12px;
margin: 0px 0px 0px 15px;
padding: 0px;
color: #000000; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
border: #bbbbbb 1px solid; 
font-size: 11px;
margin: 4px 0px 4px 15px;
color: #000000; 
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 5px;
background-color: #F0EFEE;
}