@charset "windows-1252";

@import url(cms.css);
@import url(nav.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffff;
	margin: 0px;
	color: #000;
	background-image: url(../images/back.gif);
 	background-repeat: repeat-x;
	font-size: small;
}



#skips{
display: none;
}

.float_right{
float: right;
margin: 0px 0px 10px 10px;
}

.float_left{
float: left;
margin: 0px 10px 10px 0px;
}

.green{
color: #0B600F;
}

#container{
width: 935px;
margin-right: auto; 
margin-left: auto; 
margin-top: 0px; 
padding-top: 0em;
}


#logo{
width: 935px;
height: 110px;
float: left;
display: inline;
	background-image: url(../images/logo.gif);
 	background-repeat: no-repeat;
	border: 1px 1px 0px 1px solid;

}

#logo h1{
text-indent: -1000px;
}

#logo p{
margin: 30px 0px 0px 600px;
font-weight: bold;
}

#nav{
width: 195px;
float: left;
display: inline;
font-size: 1.2em;
}

#cms{
width: 730px;;
float: left;
display: inline;
margin: 5px 0px 0px 10px;
}

#docs{
background-color: #ccc;
width: 350px;
margin: 7px 7px 7px 20px;
padding: 5px;
}


#docs ul{
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 10px;
}

#docs li{
list-style-type: none;
margin: 0px;
}

#footer_logo{
width: 935px;
height: 80px;
float: left;
display: inline;
	background-image: url(../images/footer.gif);
 	background-repeat: no-repeat;
}


#feet{
width: 935px;
height: 110px;
float: left;
display: inline;
}

#feet p{
text-align: center;
color:  #888;
}

#feet a{
color:  #888;
text-decoration: none;
}

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