/*** Global Settings ****/
* {
font-family: Arial;
}
p { 
	margin : 0;
	padding : 0;
}
ul {
	list-style: none;
}
iframe {
	border: 0px;
}
/*** Layout ****/
#wrapper {
	margin: 0 auto;
	width: 860px;
}

/*** TOP NAV SETTINGS ****/
.clear {
	clear: both;
}
#logo {
	margin-top: 20px;
	margin-left: 8px;
}
#topnav {
	margin-bottom: 25px;
	height: 60px;
}
#topnav ul {
	float: right;
	list-style-type: none;
	font-family: Arial;
}
#topnav li {
	display: block;
	color: white;
	font-size: 10px;
	float: left;
	margin: 10px 1px 0px 1px;
}
#topnav a {
	display: block;
	padding-top:40px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#topnav a:hover {
	color: white;
	background: #6699CC;
}
#topnav li.on {
	color: white;
	letter-spacing: 1px;
}
#topnav li.on:hover {
	color: white;
	text-shadow: 0px 0px 1px white;
}
#topnav li a {
	height: 30px;
	width: 75px;
	float: left;
	display: block;
	background-color: #7AC5CD;
	color: white;
	text-align: right;
	text-decoration: none;
}

/*** LEFT COLUMN SETTINGS ****/
#left-column {
	padding: 1px;
	width: 525px;
	float: left;
}
.intro {
	margin-left: 20px;
	background: #6699CC;
	height: 210px;
	width:545px;
}

.intro p {
	font-size: 20pt;
	color: white;
	line-height: 26pt;
	font-family: sans-serif;
	font-weight: 500;
	padding: 100px 5px 5px 1px;
	text-align: right;
}
.content {
	margin: 5px;
}
h2 {
	font-family: Arial;
	text-transform: capitalize;
	margin-left: 20px;
	font-size: 17pt;
	color: gray;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 500;
}

.content p {
	font-size: 11pt;
	line-height: 16pt;
}

/*** RIGHT COLUMN SETTINGS ****/
#right-column {
	padding: 1px;
	float : right;
}

#slideshow {
	clear: both;
}

#main-image {
	margin-left: 45px;
}
/*** SideBAR ***/
#sidenav {
	list-style: none;
	display: block;
	padding: 2px;
	text-align: left;
}

#sidenav li a {
	color: #4c4c4c;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing:0.5px;
	padding: 5px;
	font: 12px;
	font-weight: 800;
	height: 20px;
	display: block;
}

#sidenav li{

	list-style-image: url(images/small_arrow.jpg);

	list-style-type: disc;

}

#sidenav li a:hover {
	color: white;
	text-transform: uppercase;
	background-color: #6699CC;
	font-weight: bold;
	display: block;
}

/*** FOOTER SETTINGS ****/
.contact_list {
	margin-right: 38px;
	line-height: 15px;
	text-transform: uppercase;
	font-family: arial;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}.contact_list a {
	letter-spacing: .1px;
	color: black;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
}
#footer {
	font-weight: bold;
	font-family: arial;
	font-size: 9px;
	background : #f7f7f7;
	border-top : 1px solid #f0e9eb;
	padding : 10px 15px;
	clear : both;
}

/*** INDIVIDUAL PAGE COLOR SETTINGS ****/
#footer a {
	color: #800040;
	text-decoration: none;
}
#topnav li.buyers a:hover {
	background-color: #9ACD32;
}
#topnav li.properties a:hover {
	background-color: #FFCC33;
}
#topnav li.islands a:hover {
	background-color: #FF3333;
}
#topnav li.sellers a:hover {
	background-color: #993366;
}
#topnav li.contact a:hover {
	background-color: #009999;
}
.intro_buyers {
	margin-left: 20px;
	background: #9ACD32;
	height: 210px;
	width:545px;
}
.intro_properties {
	margin-left: 20px;
	background: #FFCC33;
	height: 210px;
	width:545px;
}
.intro_islands {
	margin-left: 20px;
	background: #FF3333;
	height: 210px;
	width:545px;
}
.intro_sellers {
	margin-left: 20px;
	background: #993366;
	height: 210px;
	width:545px;
}
.intro_contact {
	margin-left: 20px;
	background: #009999;
	height: 210px;
	width:545px;
}
.intro_buyers p {
	font-size: 23pt;
	color: white;
	line-height: 26pt;
	font-family: sans-serif;
	font-weight: 500;
	padding: 100px 5px 5px 1px;
	text-align: right;
}
.intro_properties p {
	font-size: 23pt;
	color: white;
	line-height: 26pt;
	font-family: sans-serif;
	font-weight: 500;
	padding: 100px 5px 5px 1px;
	text-align: right;

}
.intro_islands p {
	font-size: 23pt;
	color: white;
	line-height: 26pt;
	font-family: sans-serif;
	font-weight: 500;
	padding: 100px 5px 5px 1px;
	text-align: right;

}
.intro_sellers p {
	font-size: 23pt;
	color: white;
	line-height: 26pt;
	font-family: sans-serif;
	font-weight: 500;
	padding: 100px 5px 5px 1px;
	text-align: right;

}
.intro_contact p {
	font-size: 23pt;
	color: white;
	line-height: 26pt;
	font-family: sans-serif;
	font-weight: 500;
	padding: 100px 5px 5px 1px;
	text-align: right;
}
#sidenav li.buyers a:hover {
	color: white;
	text-transform: uppercase;
	background-color: #9ACD32;
	font-weight: bold;
	display: block;
}
#sidenav li.properties a:hover {
	color: white;
	text-transform: uppercase;
	background-color: #FFCC33;
	font-weight: bold;
	display: block;
}
#sidenav li.islands a:hover {
	color: white;
	text-transform: uppercase;
	background-color: #FF3333;
	font-weight: bold;
	display: block;
}
#sidenav li.sellers a:hover {
	color: white;
	text-transform: uppercase;
	background-color: #993366;
	font-weight: bold;
	display: block;
}
#sidenav li.contact a:hover {
	color: white;
	text-transform: uppercase;
	background-color: #009999;
	font-weight: bold;
	display: block;
}
#sidenav li.home_on a {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: white;
	background-color: #6e98c8;
}
#sidenav li.buyers_on a {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: white;
	background-color: #9ACD32;
}
#sidenav li.properties_on a {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: white;
	background-color: #FFCC33;
}
#sidenav li.islands_on a {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: white;
	background-color: #FF3333;
}
#sidenav li.sellers_on a {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: white;
	background-color: #993366;
}
#sidenav li.contact_on a {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: white;
	background-color: #009999;
}
