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

/*  
Theme Name: Sun Kissed Properties
Description: Sun Kissed Properties Web Site
Version: 1.0
Author: iDesign Studios
Author URI: http://www.idesignstudios.com



CSS Document - Table of Contents
---------------------------------------------

01 - Main Styles
02 - Navigation
03 - ID's
04 - Classes
05 - Lists, etc.
06 - Forms


Color Palette
---------------------------------------------

#000000 - Black
#525252 - Grey
#FFFFFF - White

#003366 - Blue - Dark

#FCF4DA - Tan - Light
#CCC4A7 - Tan - Dark

#1670BD - Turquoise - Dark
#1A86E1 - Turquoise - Medium
#A5D1F5 - Turquoise - Light

/* 01 - Main Styles
--------------------------------------------- */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1A86E1;
	color: #525252;
}
html, body {
	height: 100%;
}
p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-transform: capitalize;
	font-weight: normal;
	color: #003366;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
hr {
	border: 1px solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	height: 0px;
	width: 100%;
	border-color: #CCC4A7;
	margin: 20px 0px 20px 0px;
	clear: both;
}

/* 02 - Navigation
--------------------------------------------- */

a:link {
	text-decoration: none;
	color: #1670BD;
}
a:visited {
	text-decoration: none;
	color: #1670BD;
}
a:hover {
	text-decoration: underline;
	color: #1670BD;
}
a:active {
	text-decoration: none;
	color: #1670BD;
}
#header_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#header_nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
#header_nav li a {
	margin: 0px;
	padding: 8px 8px 8px 8px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #003366;
	display: inline-block;
}
#header_nav li a:visited {
	margin: 0px;
	padding: 8px 8px 8px 8px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #003366;
	display: inline-block;
}
#header_nav li a:hover {
	margin: 0px;
	padding: 8px 8px 8px 8px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	background-color: #1670BD;
	color: #A5D1F5;
	display: inline-block;
}
#header_nav li a:active {
	margin: 0px;
	padding: 8px 8px 8px 8px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #003366;
	display: inline-block;
}
a.footer_nav:link {
	margin: 0px 5px 0px 5px;
	text-decoration: none;
	color: #A5D1F5;
}
a.footer_nav:visited {
	margin: 0px 5px 0px 5px;
	text-decoration: none;
	color: #A5D1F5;
}
a.footer_nav:hover {
	margin: 0px 5px 0px 5px;
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer_nav:active {
	margin: 0px 5px 0px 5px;
	text-decoration: none;
	color: #A5D1F5;
}
a.footer_copyright:link {
	text-decoration: none;
	color: #A5D1F5;
}
a.footer_copyright:visited {
	text-decoration: none;
	color: #A5D1F5;
}
a.footer_copyright:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer_copyright:active {
	text-decoration: none;
	color: #A5D1F5;
}



/* 03 - ID's
--------------------------------------------- */

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
		background-image: url(../images/bk_content_container-trans.png);
	background-position: top center;
	background-repeat: repeat-y;

}
#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	background-image: url(../images/bk_header-trans.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #1A86E1;
	width: 750px;
	height: 70px;
}
#header_nav {
	margin: 0px;
	padding: 6px 0px 6px 0px;
	text-align: center;
}
.logo {
	margin: 0px;
	padding: 30px 0px 0px 285px;
}
#content_container {
	margin: 0px auto 0px auto;
	padding: 6px;
	width: 678px;
	background-color: #FFFFFF;
}
#content {
	margin: 0px;
	padding: 30px;
	width: 618px;
	background-image: url(../images/bk_content_shadow-trans.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #FCF4DA;
}
#home_content {
	margin: 0px 25px 0px 0px;
	padding: 0px;
	float: left;
	text-align: left;
	width: 330px;
}
#home_showcase {
	margin: 0px 0px 0px 0px;
	padding: 160px 0px 0px 40px;
	background-image: url(../images/p_showcase.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 10px;
	float: left;
	text-align: left;
	width: 220px;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(../images/bk_footer-trans.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #1A86E1;
	color: #A5D1F5;
	clear: both;
	width: 750px;
	height: 100px;
}
#footer_nav {
	margin: 0px;
	padding: 40px 0px 0px 30px;
	text-align: left;
	font-size: 9px;
	font-weight: normal;
}
#footer_copyright {
	margin: 0px;
	padding: 0px 0px 0px 35px;
	text-align: left;
	font-size: 9px;
	font-weight: normal;
}
#mls {
	margin: 0px;
	padding: 5px;
	background-color: #FFFFFF;
}


/* 04 - Classes
--------------------------------------------- */

.intro {
	font-size: 14px;
}
.clear {
	clear: both;
}
.sold {
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
}

/* 05 - Lists, etc.
--------------------------------------------- */

blockquote {
	margin-left: 50px;
}
ul {
	margin-left: 30px;
	list-style-position: outside;
}



/* 06 - Forms
--------------------------------------------- */

#form_container {
	padding-left: 100px;
}
label {
	float: left;
	width: 150px;
}
input, textarea {
	width: 180px;
	margin-bottom: 5px;
} 
textarea {
	width: 180px;
	height: 150px;
}
.boxes {
	width: 1em;
}
#submitbutton {
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}
br {
	clear: left;
}