/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset, div, ul, p {
	margin: 0;
	padding: 0;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, ol, dl, address {
	margin: 0.5em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
   	margin-left: 1em;
}
a img, img a {
	border: none;
}
/* End Initial */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearboth {
	clear: both;
    overflow: hidden;
    height: 0;
	display: block;
}

/*-------------------------------------------------------------------

Page layout

--------------------------------------------------------------------*/

body {
	background-color: #FFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	text-align: center;	
	line-height: 150%;
	background-color: #FFF;
}
#page {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#main {
	clear: both;
	padding: 10px 0;
}
#header img {
	padding-top: 20px;
}
#menu {
	
}
a, a:link {
	color: #2673FF;
}
a:hover {
	color: #FF3649;
}
h1, h2, h3 {
	color: #444;
	font-size: 120%;
}
dt {
	font-weight: bold;
	color: #444;
	font-size: 110%;
}


/*--------------------------------------------------------------

Content styles

---------------------------------------------------------------*/ 
#content {
	float: left;
	width: 700px;
	padding-left: 5px;
}
div.homebox {
	float: left;
	width: 346px;
}
div.homebox h2 {
	background-image: url(../images/boxhead.jpg);
	background-repeat: no-repeat;
	background-color: orange;
	font-size: 110%;
	color: #FFF;
	padding: 3px 8px;
	height: 21px;
	overflow: hidden;
	margin: 0;
	margin-top: 10px;
}
#residential-home {
	margin-right: 6px;
}
div.boxtext {
	border: 1px solid #BE7E52;
	padding: 8px;
}
/*--------------------------------------------------------------

Sidebar styles

---------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 240px;
	padding: 0 5px;
	position: relative;	
}
#sidebar h2 {
	background-image: url(../images/sidehead.jpg);
	background-color: blue;
	background-repeat: no-repeat;
	color: #FFF;
	padding: 3px 8px;
	height: 21px;
	overflow: hidden;
	font-size: 100%;
	margin: 0;
	margin-top: 10px;
}
div.sidetext {
	border: 1px solid #207EC0;
	padding: 8px;
}

/*--------------------------------------------------------------

Footer styles

---------------------------------------------------------------*/
#footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding: 4px 40px 60px 40px;
	margin-top: 0;
	color: #FFF;
	text-align: center;
	font-size: 90%;
	position: relative;
	top: 10px;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer span {
	float: right;
}
#footer a {
	color: #FFF;
}

/*--------------------------------------------------------------

Menu styles

---------------------------------------------------------------*/
#menu { 
	position: relative; 
	z-index: 100;	
}
#pmenu {
	width: 700px;
}
#pmenu, #pmenu ul {
	padding: 0; 
	margin: 0; 
	list-style-type: none;
}
#pmenu a, #pmenu a:visited {
	display: block; 
	color: #28497B;  
	line-height: 30px; 
	text-decoration: none;
	border-bottom: 4px solid #C7A842;
	font-weight: bold;
	text-align: center;
	padding: 0 2px;
	font-size: 90%;
}
#pmenu li {
	float: left; 
	padding: 0 15px; 
	margin: 0; 
}
#pmenu li:hover {
	position:relative;
}
#pmenu li:hover > a {
	color: #7A7A7A;
	border-bottom: 4px solid #4277C7;
}
#pmenu li ul {
	display: none;	
}
#pmenu li ul a {
	border-bottom: 4px solid #4277C7;
	border-top: none;
	width: 150px;
	background-color: #FFF;
}
#pmenu li:hover > ul {
	display: block; 
	position: absolute; 
	top: -11px; 
	left: 80px; 
	padding: 10px 30px 30px 30px;  
	width: 150px;	
}
#pmenu > li:hover > ul {
	left: -31px; 
	top: 25px;
}
#pmenu table {
	position: absolute; 
	border-collapse: collapse; 
	top: 0; 
	left: 0; 
	z-index: 100; 
}
* html #pmenu li a:hover {	
	position: relative; 
	background: #FFDB99; 
	color: #C00;
}
#pmenu li a:active, #pmenu li a:focus {
	background: #FFDB99;
	color: #C00;
}

* html #pmenu li ul {
	visibility: hidden; 
	display: block; 
	position: absolute; 
	top: -11px; 
	left: 80px; 
	padding: 10px 30px 30px 30px; 
}
#pmenu li a:hover ul {
	visibility: visible; 
	left: -30px; 
	top: 20px; 
	lef\t: -31px; 
	to\p: 21px;
}
#aux-menu {
	float: right;
	width: 250px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
}
#aux-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#aux-menu li {
	display: inline;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
#aux-menu li a {
	font-size: 80%;
	text-decoration: none;
	border-bottom: 1px dotted #4277C7;
}

/**************** nomadform styles ********************/

#caform {
	margin-top: 10px;
}
#caform fieldset {
	background-image: url(/images/bg_blue.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #DDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
#caform legend {
	margin-left: 10px;
	font-weight: bold;
	color: #444;
	padding: 5px;
	font-size: 110%;
}
#caform p {
	padding: 4px 0;	
}
#caform input {
	width: 240px;
}
#caform input.checkbox {
	width: auto;
}
#caform textarea {
	width: 480px;
	height: 120px;
}
#caform .required {
	color: #900;
	font-size: 150%;
	font-weight: bold;
}
#caform label {
	float: left;
	font-size: 100%;
	width: 10em;
	text-align: right;
	margin-right: 5px;
}
#caform input.submit {
	margin: 10px auto;
	width: auto;
	cursor: pointer;
	padding: 1px 2px;
	font-weight: bold;
}
#caform span.error {
	color: #900;
	font-weight: bold;
	display: block;
	clear: both;
	padding-left: 10em;
	font-size: 80%;
}
#invite-message {
	padding: 10px;
	border: 1px dotted #CCC;
	background-color: #F9F9F9;
}

/**************** nomadform styles ends ***************/