/* CSS Document */

html, body { 
	margin: 0px; 
	padding: 0px;
	background:#33CC33 url(images/back-gradient.png) repeat-x top;
	text-align: center;
	/*background-color:#005389;*/
} 
body { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #3F4554; 
	text-align: center; 
	line-height: 1.8em;
	background-color:#33CC33; 
	/*background-color:#005389;*/
}
b {
	font-size:13px;
}
a:link, a:visited{
	text-decoration:underline;
	color:#54A2EA;
	font-weight:bold;
}
#wrapper { 
	width: 798px; 
	margin: 15px auto 15px auto; 
	padding: 0px; 
	text-align: left; 
	/*border: solid 1px #dadada; */
} 
#header { 
	width: 798px; 
	height: 165px; 
	background-color: #ffffff;
	color:#005389;
	font-weight:bold;
	text-align:center;
	vertical-align:middle; 
	/*border-bottom: solid 1px #dadada;*/
} 
#borderBar{
	background: #FFFFFF url(images/purpleBarGradient.png) repeat-x top;
	height:32px;
}
#headerBottom{
	background: #FFFFFF url(images/purpleBarGradient.png) repeat-x top;
	height:32px;
	color:#0D3652;
	vertical-align:middle;
}
#headerLeft{
	width: 266px;
	float:left;
	padding:0px;
	vertical-align:top;
}
#headerCenter{
	width: 520px;
	float:left;
	padding:30px 5px 0px 5px;
	vertical-align:bottom;
	/*line-height: 130px;*/
	height: 100px;
	background: #FFFFFF;
	color:#CC9900;
}
#headerRight{
	width: 266px;
	float:right;
	padding:0px;
	vertical-align:bottom;
	position:relative;
}
#container { 
	width: 100%; 
	height: auto; 
	margin: 0px; 
	padding: 0px; 
	/*background-image:url(images/divider.jpg); 
	background-repeat: repeat-y; 
	background-position: 568px 0px;*/
	background-color:#EAEAEA;
} 
#navBar{
	/*width: 507px;*/
	width:798px;
	background: #7E007E url(images/purpleBarGradient.png) repeat-x top;
	height: auto;
	float:left;
}
#navBarFiller{
	width: 281px;
	height: auto;
	min-height:25px; 
	float: right; 
	margin: 0px;
	background:#7E007E;
	padding: 2px 5px 5px 5px;
}
#mainContent { 
	width: 482px; 
	height: auto; 
	float: left; 
	padding-top:10px;
	padding-left:10px;
	padding-right:10px; 
	padding-bottom:10px;
	margin: 0px;
	background:#EAEAEA; 
    color:#000;
	border-right: 1px dotted #333333;
}
#subMainContent { 
	width: 778px; 
	height: auto; 
	float: left; 
	padding-top:10px;
	padding-left:10px;
	padding-right:10px; 
	padding-bottom:10px;
	margin: 0px;
	background:#EAEAEA; 
    color:#000;
} 
#sideBar { 
	width: 280px; 
	height: auto;
	min-height:50px;
	float: right; 
	padding: 20px 5px 5px 5px;
	margin: 0px;
	background:#EAEAEA;
	/*background:#01B1AF; */
    color:#000;
	/*border-left: 1px dotted #F25C21;
	border-top: 1px dotted #F25C21;*/
}
#columnDiv {
	width: 150px;
	height: auto;
	float: left;
}
#columnDiv ul{
	list-style-type:none;
}
#columnDiv2 {
	width: 259px;
	height: auto;
	float: left;
}
#columnDiv2 ul{
	list-style-type:none;
}
#secondaryContent {
	width: 502px;
}
.simply {
	font-size:34px;
	font-family:"Monotype Corsiva", Arial, sans-serif;
}
.theBest {
	font-size: 14px;
	font-weight: bold;
}
.tag {
	font-size: 18px;
	font-weight: bolder;
}

#right p { 
	margin: 0px; 
} 
.clearer { 
	font-size: 0px; 
	height: 0px; 
	width: 99%; 
	display: block; 
	clear: both; 
}
#tabs{ 
    padding:0; 
    margin:0;
	background: #7E007E url(images/purpleBarGradient.png) repeat-x top;
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    color:#FFF;
    font-weight:bold;
	float:left;
} 
#tabs ul{ 
    list-style:none; 
    margin:0; 
    padding:0; 
} 
#tabs ul li{ 
    display:inline; 
    margin:0; 
    text-transform:capitalize; 
} 
#tabs ul li a{ 
    padding:5px 10px; 
    color:#FFF;
    /*#E7A272;*/
	background: #7E007E url(images/purpleBarGradient.png) repeat-x top;
    float:left; 
    text-decoration:none; 
    border:1px solid #CC9900;
    border-left:0; 
    margin:0; 
    text-transform:capitalize; 
} 
#tabs ul li a:hover{ 
    background:#EAEAEA; 
    color:#7F9298; 
    text-decoration:none; 
    border-bottom:1px solid #EAEAEA; 
} 
#tabs ul li a.active{ 
    background:#EAEAEA; 
    color:#7F9298; 
    border-bottom:1px solid #EAEAEA; 
}
body.home #tabs ul a#home{
	background:#EAEAEA; 
    color:#7F9298; 
    text-decoration:none; 
    border-bottom:1px solid #EAEAEA;
}
body.about #tabs ul a#about{
	background:#EAEAEA; 
    color:#7F9298; 
    text-decoration:none; 
    border-bottom:1px solid #EAEAEA;
}
body.buying #tabs ul a#buying{
	background:#EAEAEA; 
    color:#7F9298; 
    text-decoration:none; 
    border-bottom:1px solid #EAEAEA;
}
body.selling #tabs ul a#selling{
	background:#EAEAEA; 
    color:#7F9298; 
    text-decoration:none; 
    border-bottom:1px solid #EAEAEA;
}
body.inspection #tabs ul a#inspection{
	background:#EAEAEA; 
    color:#7F9298; 
    text-decoration:none; 
    border-bottom:1px solid #EAEAEA;
}
body.improvement #tabs ul a#improvement{
	background:#EAEAEA; 
    color:#7F9298; 
    text-decoration:none; 
    border-bottom:1px solid #EAEAEA;
}
#content{    
    background:#EAEAEA; 
    clear:both; 
    font-size:11px; 
    color:#000; 
    padding:0px; 
    font-family:Verdana, Arial, sans-serif;
	/*background-image:url(images/divider.jpg); 
	background-repeat: repeat-y; 
	background-position: 568px 0px;*/
} 
#footer { 
	padding: 0px; 
	margin: 0px; 
	border-top: solid 1px #dadada; 
	text-align: center;
	clear:both;
} 
#footer p { 
	margin: 0px auto 0px auto; 
	padding: 10px 0px 10px 0px; 
	color: #aaa; 
} 
#footer a:link, #footer a:visited, #footer a:active { 
	color: #aaa; 
	text-decoration: none; 
} 
#footer a:hover { 
	color: #ccc; 
	text-decoration: none; 
} 
