@import "box.css";
@import "form.css";

* {
 margin: 0;
 padding: 0;
}

body {
	background:#FFFFFF url(body_bg.png) repeat-x scroll 0 0;
}
	
#masthead {height:34px; border-bottom:1px solid white;}
#masthead span{color:#FFF;float:left;line-height:34px;font-size:14px;letter-spacing:.14em;}
#masthead ul{list-style:none;float:right;margin:0;}
#masthead li{display:inline;float:left;margin:0;}
#masthead a{display:block;line-height:34px;letter-spacing:.14em;width:140px;text-align:center;text-decoration:none;color:#FFF;text-transform:uppercase;}
#masthead a.selected{color:#F99D1C;}

div#header { 
	height:123px;
	background-color:#FF6600;
	border-bottom:1px solid white;
    background-image: url(images/dslscbanner.jpg);
}

div#footer-image {
	background-image :url(images/footer-boat-2.png);
	height:140px;
	width:940px;
	}
	
div#footer { 
	height:200px;
	background-color: #ffff22;
	border-top: 1px solid #fff;
	}
	div#footer .seperator {
		border-right: 1px solid white;
		height:160px;
		}
	div#footer p {padding-right:10px;}
	div#footer a:link, div#footer a:visited {
		text-decoration: none;
		color: #002c40;
		}	
	div#footer a:hover {
		color: #f1290c;
		}


div#footer-last {
	text-align:right; 
	background-color:#F1290C;
	border-top: 1px solid #fff;
	font-size:0.90em;
	color: #ffff22;
	padding-top:1.5em;
}


div#footer h3 {
	color:#f1290c;
	font-weight:bold;
	font-size: 0.90em;
}

div#content { 
	padding-bottom:50px; 
	}
	div#content h2 {
		color:#f1290c;
		font-weight:bold; 
		}
	div#content hr {
		margin-bottom:1.8em;
		color: #ccc
	}
	div#content p.breadcrumbs {
		color:#999;
	
	}
		
div#side-bar-right {
	/*float:right;*/
	padding-bottom:50px;
	}

.comment {

	}
	

div#categories a:link, div#categories a:visited {
	text-decoration: none;
	color: #f1290c;
	}
	
div#categories a:hover {
	color: #002c40;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	}
	
.separator {
    border-top: 1px dashed #ccc;
}
