/* **************************************************** 

Title: 		GetSimple CSS Document
Author: 	Chris Cagle
URL: 			http://www.cagintranet.com/ 
					http://get-simple.info/
Created: 	September 2, 2009

**************************************************** */

/** GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

/** GLOBAL SETS **/
.clear {clear:both;}
body {
	text-align:center;
	font-family:arial, "lucida Grande", verdana, helvetica, sans-serif;
	font-size: 14px;
	background: #141e50 url(images/bg.png) top left repeat-x;
	color:#222;
	}
.wrapper {
	margin-left:0;
	
	width:1000px;
    display:inline-block;
    
	}
	
.dropdown_m{    
    position:absolute; top:40px; left:0;
    width: 150px;
    border: 2px solid #FFF;
}

.dd_l{
    display:inline-block !important;
    float:left;
    background:#3861A7 url(images/menu_bg.png) top left repeat-x !important;
    color:#FFFFFF !important;
    width: 130px !important;
    height: 30px !important;
    line-height:30px !important;
    padding: 0 10px !important;
    text-transform:capitalize !important;
    border-bottom: 1px solid #333 !important;
}
.dd_l a{    
    color:#BDD6FF !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 0 !important;
    background: none !important;  
}
.dd_l a:hover{    
    color:#FFF !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: none !important;
    background: none !important; 
}	
	
/* HEADER */
#header {
    position:relative;
    height:241px;
    text-align:left;
    }
#header_top {   
    height: 201px;  
    float:left;  
    }
#header_bottom {   
    width: 998px;  
    background: #3861a7 url(images/menu_bg.png) top left repeat-x;
    float:left; 
    border-left:1px #fff solid; 
    border-right:1px #fff solid;
    }
    
#header .logo{
    background: url(images/realestatebrokerage_logo.jpg) top left no-repeat;
    float:left;
    display:inline-block;
    width:360px;
    height:201px;
	}
#header .logo a 
{
    width:360px;
    height:201px;
    float:left;
    display:block;
}
#header .header_right{
    background: url(images/header_img.jpg) top left no-repeat;
    float:right;
    display:inline-block;
    width:640px;
    height:201px;
    }
#header .tagline{
	color:#ccc;
	font-family:georgia;
	font-size:18px;
	position:absolute;
	top:78px;
	left:0px;
	}

#header #nav{
	/*position:absolute;*/
	/*top:130px;*/    
	/*left:0px;*/
    height:40px;
	color:#132430;
	/*border-top:#2F5677;*/
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;	
	list-style:none;
    width:100%;
    float:left;
	}
	#header #nav li {float:left;background: url(images/menu_separator.png) right center no-repeat;padding-right:2px;position:relative;}
	#header #nav li:first-child {}
	#header #nav li a {
		padding:0 15px;
		line-height:40px;
        display:block;
        height:40px;
		color:#bdd6ff;
	}
	#header #nav li.current a,
	#header #nav li a:hover {
        color: #FFF;
		background:transparent url(images/arrow_sel.png) bottom center no-repeat;
	}


	
	
/* BODY */
#bodycontent1
{
    border:2px #fff solid;
    width:auto;
    display:inline-block;
    float:left;
    background: #f3f3f3;
}

#bodycontent {
	width:710px;
	float:left;
	text-align:left;
    padding:4px 0 10px 4px;
	}
#bodycontent .post {padding:0 0 55px 0;position:relative;}
#bodycontent .post h1 {
	font-family:Arial;
	font-size:22px;
	color:#2f3a69;
	line-height:36px;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
    position:absolute;
    z-index:1000;
    top:-40px;
    left:10px;
	}
#bodycontent .post p {
	margin:0 0 18px 0;
	line-height: 20px;
	}

	#bodycontent .post ul, #bodycontent .post ol {
	margin:0 0 18px 25px;
	line-height: 20px;
	}
	#bodycontent .post ul ul, #bodycontent .post ol ul, #bodycontent .post ul ol, #bodycontent .post ol ol {
		margin:0 0 0 25px;
	}
	#bodycontent .post blockquote {
	margin:0 0 18px 30px;
	line-height: 19px;
	font-size:13px;
	color:#666;
	font-style:italic;
	}
	#bodycontent .post code {
	font-size:12px;
	color:#666;
	padding:2px;background:#fafafa;
	border:1px solid #eee;
	}
	#bodycontent .post pre code {
	display:block;
	font-size:12px;
	color:#666;
	padding:8px;background:#fafafa;
	border:1px solid #eee;
	margin-bottom:18px;
	}
	#bodycontent .post h2 {
	font-weight:bold;
	padding:8px 0;
	font-size:20px;
	}
	#bodycontent .post h3 {
	font-weight:bold;
	padding:8px 0;
	font-size:17px;
	}
	#bodycontent .post h4 {
	font-weight:bold;
	padding:8px 0;
	font-size:14px;
	}
	#bodycontent .post a:link, #bodycontent .post a:visited {
		color:#009865;
		text-decoration:underline;
		}
	#bodycontent .post a:hover {
		color:#132430;
		text-decoration:underline;
		}
	#bodycontent .post .meta {
		margin-top:20px;
		font-size:11px;line-height:18px;
		color:#555;
		border:1px dotted #ccc;
		background:#f9f9f9;
		padding:8px;
	}

.box{width:702px; background: #FFF; border: 2px solid #e5e5e5;float:left;margin-bottom:10px;}
.box_title{width:672px; background: url(images/box_title_bg.png) left 30px repeat-x;float: left;margin-bottom:15px;margin-top:10px;margin-left: 15px;margin-right: 15px;}
.box_title_text{width:auto; background: #FFF;float: left;font-family: Arial;font-size: 22pt;color:#3a65ad;}
.box_content{width:672px;padding:0 15px 15px;font-family: Arial;font-size: 14px;color:#333333;}
.box_content p{font-family: Arial;font-size: 14px;color:#333333;}


.wrapper_bottom {width:100%;height:5px;float:left;background: url(images/wrapper_bottom.png) bottom left repeat-x;}

/* CONTACT FORM */

.contactform {margin:0 0 20px 0;}
.contactform b {display:block;}
.contactform input.text, .contactform textarea, .contactform select {width:250px;padding:4px;font-family:arial;font-size:13px;margin:2px 0 7px 0;}
.contactform textarea {height:150px;width:350px;}
.contactform input#contact-submit {padding:4px;width:150px;font-weight:bold;}
.contactform p.contactmsg {padding:4px;border:1px solid #ccc;background:#f9f9f9;font-weight:bold;}
.contactform p.success {color:#00CC33;}
.contactform p.error {color:#CC0000;}
.pot {display:none;}



/* SIDEBAR */

#sidebar {
	width:268px;
	float:right;
	text-align:left;
	font-size:13px;
    padding: 6px 0 0 0;
	}
	#sidebar .featured {
		
		
		margin:0 0 30px 0;
		color:#eee;
		font-family:arial;
		line-height:0px;
	}
	#sidebar .featured h2 {
		color:#fff;
		font-family:georgia;
		font-size:24px;
		line-height:24px;
		border-bottom: 1px dotted #213F54;
		padding:0 0 15px 0;
		margin:0 0 20px 0;
		}
	#sidebar .featured p {
		margin:0 0 17px 0;
		}
	#sidebar a:link, #sidebar a:visited {
		color:#000;
		text-decoration:underline;
		}
	#sidebar a:hover {
		color:#009865;
		text-decoration:underline;
		}
		
	#sidebar .featured a:link, #sidebar .featured a:visited {
		color:#009865;
		text-decoration:underline;
		}
	#sidebar .featured a:hover {
		color:#ffffff;
		text-decoration:underline;
		}
	#sidebar ul, #sidebar ol {
		margin:0 0 18px 30px;
	}



/* FOOTER */

#footer {
	text-align:left;
	line-height:18px;
	font-size:12px;
	color:#fff;
	margin-left:auto;
    margin-right:auto;
    width:100%;
    background: url(images/footer_bg.png) center top no-repeat;
    padding-top:20px;
	}
	#footer p.left-footer {text-align:left;float:left;width:450px;}
	#footer p.right-footer {text-align:right;float:right;width:450px;font-size:13px;color:#616a98;}
	
	#footer a:link, #footer a:visited {
		color:#616a98;
		text-decoration:none;
		}
	#footer a:hover {
		color:#f28200;
		text-decoration:underline;
		}
        
#sidebar input
{
    width:246px;
    float: left;
    height:22px;
    line-height:22px;
    border:1px #ccc solid;
    padding:0;
    
}
        
.request_info 
{
    background: url(images/bg_request_info.gif) 0 0 no-repeat;
    width:269px;
    height:188px;
    padding-top:33px;
    float:left;
    display:block;
    margin-bottom: 10px;
}
.schedule_consultation {}
.submit_email 
{
    background: url(images/bg_submit-email.gif) 0 0 no-repeat;
    width:269px;
    height:106px;
    padding-top:33px;
    float:left;
    display:block;
    margin-bottom: 10px;
}

.request_info table td, .submit_email table td {line-height:17px;padding-left:9px;font-weight: bold;}

.btn_send 
{
   background: url(images/btn_send.gif) 0 0 no-repeat;
    width:66px !important;
    height:26px !important;
    line-height:26px;
    cursor:pointer;
    border:0 !important;
    float:left;
    display:block; 
}
.btn_schedule 
{
    background: url(images/btn_shedule.png) 0 0 no-repeat;
    width:267px !important;
    height:53px !important;
    line-height:26px;
    cursor:pointer;
    border:0 !important;
    float:left;
    display:block; 
    margin-bottom: 10px;
    text-decoration: none !important;
}
.btn_search_properties
{
    background: url(images/btn_search_for_properties.png) 0 0 no-repeat;
    width:267px !important;
    height:53px !important;
    line-height:26px;
    cursor:pointer;
    border:0 !important;
    float:left;
    display:block; 
    margin-bottom: 10px;
    text-decoration: none !important;
}
.btn_be_called
{
    background: url(images/btn_be_called.png) 0 0 no-repeat;
    width:267px !important;
    height:53px !important;
    line-height:26px;
    cursor:pointer;
    border:0 !important;
    float:left;
    display:block; 
    margin-bottom: 10px;
    text-decoration: none !important;
}
.btn_submit 
{
    background: url(images/btn_submit_email.gif) 0 0 no-repeat;
    width:115px !important;
    height:26px !important;
    line-height:26px;
    cursor:pointer;
    border:0 !important;
    float:left;
    display:block; 
    margin-top:10px;
}


.designWrapper h1 {width:100px;color:#dd0000;}

.site_content 
{
    background:url(images/header_bg.png) center top no-repeat;
    width:100%;
    display:inline-block;
}