@charset "UTF-8";
/* rubberduckieboatrentals.com Main CSS Document */
* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
p {
	padding-bottom:10px;
	}

body {
	width:1024px;
	font-size:14px;
	line-height:1.4em;
	color:#666666;
	margin:0 auto;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	background:#0a4875 url(../images/site-bkg.jpg) repeat-x top;
	}	
h1 {
	font-size:1.4em;
	line-height:1.2em;
	padding-bottom:5px;
	color:#275d9a;
	}
h2 {
	font-size:1.2em;
	line-height:1.2em;
	padding-bottom:10px;
	color:#2a2767;
	}
.top {
	width:1004px;
	background:#2a2767;
	color:#ffffff;
	padding:5px 10px 0 10px;
	height:28px;
	}
.top-left {
	width:600px;
	text-align:left;
	float:left;
	display:inline;
	}
.top-right {
	width:400px;
	text-align:right;
	float:left;
	display:inline;
	}
.top-right a:link {
	color:#ffffff;
	text-decoration:underline;
	}
.top-right a:visited {
	color:#ffffff;
	text-decoration:underline;
	}
.top-right a:hoaver {
	color:#ffffff;
	text-decoration:underline;
	}
.top-right li {
	display:inline;
	list-style:none;
	}
.header {
	width:1024px;
	height:159px;
	}
#nav {
	width:1014px;
	background:url(../images/nav.jpg) no-repeat top #2a2767;
	font-family:Arial, Helvetica, sans-serif;
	color:#e7b614;
	text-align:right;
	padding:10px 10px 0 0;
	line-height:1em;
	font-size:1.5em;
	font-weight:bold;
	height:50px;
	}
#nav li {
	display:inline;
	}
#nav a:link {
	color:#ffffff;
	text-decoration:none;
	}
#nav a:visited {
	color:#ffffff;
	text-decoration:none;
	}
#nav a:hover {
	color:#e7b614;
	text-decoration:none;
	}
.body-container {	
	width:944px;
	background:url(../images/bkg.jpg) repeat-y top #ffffff;
	padding: 0 20px 10px 60px;
	}
.int-container {	
	width:904px;
	background:url(../images/bkg.jpg) repeat-y top #ffffff;
	padding: 0 60px 10px 60px;
	}
.interior {
	width:900px;
	margin:0 auto;
	}
.interior h1 {
	font-size:1.4em;
	line-height:1.2em;
	padding-bottom:5px;
	color:#275d9a;
	border-bottom:1px solid #FFCC33;
	margin-bottom:5px;
	}
.home-left {
	width:525px;
	float:left;
	display:inline;
	border-right:1px solid #e7b614;
	padding-right:10px;
	}
.home-right {
	width:350px;
	float:left;
	display:inline;
	padding-left:20px;
	}
.home-right h1 {
	padding-top:5px;
	}
.footer {
	width:1024px;
	color:#248cc6;
	text-align:center;
	background:url(../images/bottom.jpg) top no-repeat #ffffff;
	padding:20px 0;
	clear:both;
	}
.footer li {
	display:inline;
	}
.footer a:link {
	color:#248cc6;
	text-decoration:underline;
	}
.footer a:visited {
	color:#248cc6;
	text-decoration:underline;
	}
.footer a:hover {
	color:#248cc6;
	text-decoration:none;
	}

.images {
	padding:5px;
	margin:5px;
	border:1px solid #006699;
	}
	
	


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float - <br class="clearfloat" />
 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
