/* CSS Document */

body {
padding:0px;
margin:0px;
font-family: Helvetica, Arial, sans-serif;
font-size:12px;
color:#333333;
background-color:#ffffff;

}

body a{
text-decoration:none;
font-weight:bold;
color:#006633;
}

body a:hover{
color:#000033;
}

h2{
font-size:16px;
}

li{
line-height:18px;
}

div#bgHeader{
position:absolute;
background-image: url(../images/header_bg.jpg);
background-color:#000000;
height:130px;
width:100%;
top:0px;
border-bottom-style:solid;
border-bottom-width:3px;
border-bottom-color:#006633;
}

div#header{
position:relative;
width:950px;
height:55px;
color: #ffffff;
margin:auto;
top:30px;
}

div#header h1{
font-size:36px;
}

div#nav{
position:relative;
width:950px;
height:30px;
margin:auto;
margin-top:45px;
border-bottom-style:solid;
border-bottom-width:3px;
border-bottom-color:#006633;
}

div#nav a{
display:block;
line-height:30px;
float:left;
padding-left:20px;
padding-right:20px;
color:#024902;
}

div#nav a:hover{
display:block;
line-height:30px;
color:#FFFFFF;
background-color:#397F39;
}

div#nav a.activeNav{
display:block;
line-height:30px;
color:#FFFFFF;
background-color:#024902;
}

div#splash{
position:relative;
height:200px;
width:930px;
margin:auto;
background-color:#eeeeee;
margin-top:5px;
padding:10px;
}

div#splashText{
position:relative;
height:160px;
width:205px;
float:left;
background-color: #E8DCC8;
padding:20px;
}

div#splashText h4{
margin-top:0px;
padding-top:0px;
}

div#splashText ul{
margin-left:10px;
padding-left:0px;
}

div#splashText ul li{
list-style-type: none;
margin-left:0px;
padding-left:0px;
}

div#splashImage{
position:relative;
height:200px;
width:680px;
float:right;

}

div#splashShadow{
position:relative;
margin:auto;
width:950px;
margin-top:0px;
}

.splashShadow{
position:relative;
margin:auto;
width:950px;
margin-top:0px;
}

div#contentContainer{
position:relative;
margin:auto;
margin-top:20px;
width:950px;
overflow:visible;
background-color:#ffffff;
}

div#leftContent{
position:relative;
float:left;
width:220px;
border-right-style:dotted;
border-right-width:thin;
border-right-color:#999999;
padding:15px;
}

div#midContent{
position:relative;
float:left;
width:420px;

padding-left:15px;
padding-right:15px;
}

div#rightContent{
position:relative;
float:right;
width:210px;
padding:10px;
padding-left:20px;
border-left-style:dotted;
border-left-width:thin;
border-left-color:#999999;
}

div#clear{
clear:both;
}

div#footerLinks{
margin:auto;
width:800px;
margin-top:15px;
text-align:center;
}

div#footer{
width:950px;
margin:auto;
margin-top:15px;
text-align:center;
}

div#hosting{
position:relative;
height:75px;
width:100px;
margin:auto;
text-align:center;
}
