/*
Theme Name: Professional
Theme URI: http://www.freewpthemes.net/
Description: A two-column, fixed-width design suitable for personal and small company website.
Version: 1.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: red, fixed width, two columns, widgets
*/


body {
	margin: 0px;
	padding: 0px;
	background: #BF5C00 url(images/bodyBG.jpg) top repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color:#333333;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #360605;
}
h4{
	font-size:16px;
	color:#360605;
	font-weight:bold;
	text-decoration:none;
}

h4 a{
	font-size:16px;
	color:#360605;
	font-weight:bold;
	text-decoration:none;
}
h4 a:hover{
	text-decoration:underline;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 24px;
	color:#360605;
	border-bottom:#360605 dotted 1px;
}
h2 a{
	font-size: 24px;
	color:#360605;
	text-decoration:none;
}
h2 a:hover{
	color:#CC0000;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #360605;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}
#mainContainer{
	width:1008px;
	height:auto;
	margin:0 auto;	
}

/* Header */

#header {
	width: 1008px;
	height: 112px;
	float:left;
	background:url(images/header.jpg) no-repeat;
}

#header img a {
	border:none;
}
#header img{
	float:left;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu{
	width:988px;
	height:60px;
	float:left;
	margin: 0px;
	padding:0 0 3px 20px;
	background:url(images/topNav-bg.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li {
	width:auto;
	float:left;
	margin:0px;
	display:inline;
	margin-top:0;
	list-style:none;
	background:url(images/topNav-listSeparator.jpg) right no-repeat;
}
/*#menu li a{
	height:61px;
	display:block;
	background:url(images/topNav-listSeparator.jpg) right no-repeat;
}*/

.catDesc{
	margin:0;
	padding:0;
}
.catDesc p{
	padding:5px 10px;
	font-size:11px;
	background-color:#F3F3F3;
	margin:0px 0 0 0;
}

#menu a {
	display: block;
	width: auto;
	float:left;
	height:42px;
	padding: 18px 15px 0 15px;
	text-decoration:none;
	font-size:14px;
	color:#FFFFFF;
}

#menu a:hover {
	background:url(images/topNav-listHover.jpg) repeat-x;
}

#menu .active {
	background:url(images/topNav-listHover.jpg) repeat-x;
}

#menu .active a {
	background:url(images/topNav-listHover.jpg) repeat-x;
}

#menu .current_page_item {
	background:url(images/topNav-listHover.jpg) repeat-x;
}
#menu li.blogButt{
	float:right;
	padding-right:30px;
	background:none;
}
#menu li.blogButt a{
	display:block;
	width:73px;
	height:35px;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	color:#FFFFFF;
	margin-top:6px;
	background:url(images/blogButt.jpg) no-repeat;
	padding:15px 0 0 0;	
}
#menu li.blogButt a:hover{
	background:url(images/blogButt.jpg) no-repeat;
}
/*contentContainer*/
#mainContentContainer{
	width:1008px;
	height:auto;
	float:left;
	background:url(images/mainContent-bg.jpg) repeat-y;
}
#ContentContainer{
	width:973px;
	height:auto;
	min-height:500px;
	float:left;
	background:url(images/mainContentTop-bg.jpg) top no-repeat;
	padding:16px 10px 0 25px;
}
.HomePageComtentBox{
	width:600px;
	height:auto;
	padding:16px 15px;
	margin-bottom:10px;
	margin-top:3px;
	background:#360605 url(images/hopageContentBoxBottom.jpg) bottom no-repeat;
}
.HomePageComtentBox h2{
	border-bottom:#E7D9D9 dotted 1px;
}
.HomePageComtentBox h2 a{
	color:#E7D9D9
}
.HomePageComtentBox p{
	color:#FFFFFF;
}
/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

#header-pic {
	background: url(images/img05.jpg) no-repeat left top;
	width: 900px;
	height: 210px;
}

/* Content */

#content {
	float: left;
	width: 630px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	background: #444444 url(images/img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

.post .title a {
	text-decoration: none;
	color: #FFFFFF;
}



.post .entry {
	padding: 0 20px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}
#content .leftPanel{
	width:304px;
	height:auto;
	float:left;
	padding-top:20px;
}
#content .rightPanel{
	width:304px;
	height:auto;
	float:right;
	padding-top:20px;
}
.category-title{
	height:25px;
	display:block;
	background: url(images/categoryTitleBG.jpg) no-repeat;
	color: #360605;
	padding:3px 0 0 13px;
	font-weight:bold;
	font-size:13px;
	margin:0;
}
.category-title a img{
	float:right;
	border:none;
	margin-top:-40px;
	padding-right:5px;
}
.category-title a{
	text-decoration:none;
	color:#360605;
	display:block;
}
.category-title a:hover{
	text-decoration:underline;
}
.category-list{
	padding:5px 0 25px 0;
	margin:0;
	text-align:left;
}
.category-list li{
	list-style:none;
	padding:3px 0 3px 0;
	border-bottom: #EBEBEB dashed 1px;
}
.category-list li a{
	display:block;
	padding:0 0 0 10px;
	border-left:#CCCCCC dotted thin;
	border-right:#CCCCCC dotted thin;
	text-decoration: none;
}
.category-list li a:hover{
	border-left: #360605 dotted thin;
	border-right:#360605 dotted thin;
	background-color:#F4F4F4;
}
#page-category{
	margin:0;
	padding:0;
	width:600;
	padding-left:20px;
}
#page-category li{
	padding:10px 20px;
	margin:0 0 5px 0;
	list-style:none;
	background-color: #F2F2F2;
	border-bottom:#999999 solid 1px;
}
#page-category li p, #page-category li h4{
	padding:0;
	margin:0;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 328px;
}

#sidebarBox-container{
	width:328px;
	height:auto;
	float:left;
}
#sidebarBox-top{
	width:328px;
	height:11px;
	font-size:5px;
	float:left;
	background:url(images/sideBar-boxTop.jpg) bottom no-repeat;
}
#sidebarBox-mid{
	width:300px;
	height:auto;
	float:left;
	background:url(images/sideBar-boxMid.jpg) repeat-y;
	padding:0 14px;
}
#sidebarBox-bottom{
	width:328px;
	height:11px;
	float:left;
	font-size:5px0;
	background:url(images/sideBar-boxBottom.jpg) top no-repeat;
}
.sidebar-heading{
	height:25px;
	display:block;
	background:url(images/sideBar-heading-bg.jpg) no-repeat;
	color:#FFFFFF;
	padding:3px 0 0 13px;
	font-weight:bold;
	font-size:15px;
	margin:0;
}
.sidebar-list{
	width:300px;
	height:auto;
	margin:0;
	padding:10px 0;
	float:left;
}
.sidebar-list li{
	width:300px;
	float:left;
	list-style:none;
	border-bottom:#CCCCCC dashed 1px;
}
.sidebar-list li a{
	width:270px;
	display:block;
	background:url(images/sidebar-bullet.jpg) left no-repeat;
	padding:5px 0 5px 30px;
	text-decoration:none;
}
.sidebar-list li a:hover{
	color:#360605;
	text-decoration:underline;
}

/*#sidebar-bgtop {
}

#sidebar-bgbtm {
	background: url(images/img03.jpg) no-repeat left bottom;
}

#sidebar-content {
	background: url(images/img01.jpg) repeat-y left top;
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(images/img04.jpg) no-repeat left 50%;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: #444444 url(images/img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar p {
	padding: 0 20px;
}*/

/* Search */

#search {
	width:312px;
	height:auto;
	float:right;
	padding:70px 30px 0 0;
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */
#footerContainer{
	width:100%;
	height:143px;
	display:block;
	clear:both;
	background:url(images/footerContainer-bg.jpg) repeat-x;
}

#footer {
	width: 1008px;
	height: auto;
	margin: 0 auto;
	color: #360605;
	background:url(images/footer-bg.jpg) top no-repeat;
	padding-top:25px;
	text-align:center;
}

#footer p {
	margin: 0px auto;
	padding: 19px 0px 0px 0px;
	text-align: center;
	font-size:12px;
	line-height: normal;
}

#footer a {
	color: #FFFFFF;
	text-decoration:none;
	padding:0 3px;
	font-weight:bold;
}
#footer a:hover{
	text-decoration:underline;
}

hr {
	display: none;
}

.pagetitle {
	color: #444444;
}

#comment {
	width: 540px;
	height: 100px;
}

#respond {
	color: #444444;
}
/*===========================================================*/
.imgFloat{
	width:250px;
	height:auto;
	float:left;
	margin:0 10px 5px 0;
	
}

fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; -moz-border-radius: 8px; border-radius: px; }
fieldset.hidden { border: 0px; }
fieldset li img { padding-left: 10px; }
fieldset li p img { padding: 0; }
legend { font-weight: bold; color: #555; padding: 5px 10px 5px 10px; border: #DDD 1px solid; background-color: #EEE }
fieldset p{
	padding:0;
}
fieldset#realEstate-form td{
	padding:2px 0;
}
fieldset #checkbox td{
	padding:20px 0 3px 0;
}
fieldset input{
	margin:0;
	padding:0;
}
#realEstate-form input, #realEstate-form select{
	width:auto;
}

/*==============forms==================*/
#fillup-form{
	width:550px;
	margin:0 auto;
	vertical-align:top;
	}
#asterickreminder{
	font-size:11px;
	margin:0 0 0 0px;
	color:#979A9E;
	}
#fillup-form div.asteriskrequired{
	color:#9C0202;
	font-weight:bold;
	width:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
#asteriskclear{
	clear:both;
	}	
#showcaptcha{
	margin:5px 250px 0px 210px;
	display:block;
	}		
#fillup-form .formText{
	display:block;
	width:200px;
	font-size:15px;
	margin:3px 0 3px 0;
	font-family:Arial, Helvetica, sans-serif;
	}
#fillup-form ul{
	list-style:none;
	padding:0;
	margin:0;
	}
#fillup-form ul li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	}

#required-content{
	width:100px;
	margin:0 0 0 450px;
	}	
#fillup-form input, #fillup-form textarea{
	width:320px;
	border:1px #C0C0C0 solid;
	padding:3px;
	display:block;
	margin:5px 0 0 0;
	}
#fillup-submit{
	width:176px;
	height:62px;
	margin:10px 0 0 188px;
	background: url(images/submit.gif) left top no-repeat;
	}
#fillup-submit input{
	width:140px;
	height:40px;
	display:block;
	margin:0 auto 22px 19px;
	background:none;
	border:none;
	cursor:pointer;
	clear:both;
	position:absolute;
	}

/*======================================*/
.headh #narrow_ad_unit, .headh #narrow_ad_unit_two{
	width:198px;
}