/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-color: #E1E1DB;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #005279;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #AC6C33;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #586244;
	margin: 0px;
	padding: 0px;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #265930;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image: url(images/banner.gif);
	height: 134px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#topNav {
	height: 47px;
	width: 100%;
	background-image: url(images/topnavback.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-color: #B6B6A8;
}
#insideTopNav {
	float: right;
	height: 20px;
	width: 300px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #topNav #insideTopNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #E9DEC3;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #topNav #insideTopNav ul {
	list-style-type: none;
	display: inline;
}
#wrapper #topNav #insideTopNav li {
	display: inline;
}




#wrapper {
	background-color: #E9EBDE;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatright {
	float: right;
}



#navBar{
	float: left;
	width: 18%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #topNav #insideTopNav a:hover {
	background-color: #E9DEC3;
	color: #AC6C33;
}


#navBar2{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#headlines{
	float:right;
	width: 20%;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #AFB992;
	border-left-color: #AFB992;
	background-color: #E4E7DA;
}

#content{
	float: left;
	width: 57.5%;
	margin-left: 10px;
	background-color: #E4E7DA;
}
#wrapper #content .feature p em a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
	color: #B17436;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 119px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	background-color: #E9EBDE;
}
#wrapper #content .feature p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	color: #000;
	font-weight: normal;
}
#wrapper #content .feature ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #666;
}


.feature h3{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	background-color: #E4E7DA;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 65%;
	color: #FFFFFF;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	background-color: #B6B6A8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
#siteInfo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}


#siteInfo img{
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(images/footer.jpg);
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-bottom-style: none;
	background-color: #B5BD9F;
	border-top-style: none;
	border-right-style: none;
	border-top-color: #E1E1DB;
	border-right-color: #E1E1DB;
	border-left-style: none;
	border-bottom-color: #E1E1DB;
	border-left-color: #E1E1DB;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	font-weight: normal;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sectionLinks a:hover{
	background-color: #CB8A4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #FFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
	background-color: #E4E7DA;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	font-size: 70%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
	background-color: #E4E7DA;
	width: 175px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/appraisalbar.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CFCBCB;
	border-left-color: #CFCBCB;
}
#headlines a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #265930;
	font-weight: bold;
}
#headlines a:hover {
	background-color: #C5EECC;
	text-decoration: none;
}


#headlines p{
	padding: 5px 0px 5px 0px;
}
.floatleft {
	float: left;
}
#wrapper #content .feature p span a {
	color: #794D24;
}
#wrapper #content .feature p a {
	color: #93602D;
}
