@charset "UTF-8";
/* CSS Document */



/*----------------------------------------------------------------------------- 
[www.dogfriendlybeachrentals.com] Screen Stylesheet 

version:   1.0 
date:      02/18/08 
author:    [Brandon L. Rager] 
email:     [brandonlee@cysy.com] 
website:   [www.cysy.com]
-----------------------------------------------------------------------------*/



/* Import other stylesheets
@import url("typography.css");
-----------------------------------------------------------------------------*/



/* Remove padding and margin ------------------------------------------------*/ 
p,b,strong,ul,li.h1,h2,h3,h4,h5,hr { 
    margin: 0px; 
    padding: 0px; 
    border: 0px; 
}



/* Random Classes -----------------------------------------------------------*/

.clear 
    { 
    clear:both; 
} 

.right 
    { 
    float: right; 
} 

.left 
    { 
    float: left; 
}




/* Tables 
-----------------------------------------------------------------------------*/ 

table 
    { 
      border-spacing: 0; 
    border-collapse: collapse; 
} 

td 
    { 
    font-weight: normal; 
}

/* ---------------------------------------------Body Stuff------------------*/

body, html {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	font-family: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 14px;
	line-height: 17px;
}

a {
	color: #17C132;
	text-decoration: underline;
}

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

#container {
	width: 950px;
	margin: 0px auto 0px auto;
	padding-bottom: 50px;
	text-align: left;
}

#main_top {
	width: 950px;
	height: 555px;
	background-image: url(images/image_main.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#sub_top {
	width:950px;
	height:371px;
	background-position: center bottom;
	background-repeat: no-repeat;
}


h1 {
	font-family: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	color: #F5A6E3;
}

h2 {
	font-size: 18px;
	color: #ff00cc;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

b {
	color: #17C132;
}

strong {
	color: #ff00cc;
}

.top_small_nav {
	font-family: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #22ff44;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
}
.top_small_nav a {
	font-weight: bold;
	color: #5a5a5a;
	text-decoration: none;
}
.top_small_nav a:hover {
	font-weight: bold;
	color: #17C132;
	text-decoration: underline;
}

.main_nav {
	font-family: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #5a5a5a;
	text-decoration: none;
	font-size: 13px;
	line-height: 13px;
}
.main_nav a {
	font-family: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #5a5a5a;
	text-decoration: none;
	font-size: 13px;
	line-height: 13px;
}
.main_nav a:hover {
	font-family: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #17C132;
	text-decoration: underline;
	font-size: 13px;
	line-height: 13px;
}

#nav li {
	display: inline;
	margin: 0px 17px 0px 17px;
	list-style-type: none;
}

.footer {
	font-family: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	color: #ff00cc;
}

.footer a {
	font-size: 10px;
	line-height: 10px;
	color: #ff00cc;
	text-decoration: none;
}

.footer a:hover {
	font-size: 10px;
	line-height: 10px;
	color: #8B8B8B;
	text-decoration: underline;
}

.text {
	font-family: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #727272;
	font-size: small;
	line-height: 1.5em;
}

#features li {
	margin: 0px 10px 0px 30px;
	list-style-type: circle;
}
