/***********************************************/
/* 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-repeat: no-repeat;
	background-color: #FFFFEC;
}

a{
	color: #00CC99;
	text-decoration: none;
}

h1 {
	font: 18px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	color: #333333;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: -10px;
}
h2 {
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	color: #666666;
}
h3 {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	color: #666666;
}
h4 {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	color: #666666;
}
a:link {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	line-height: 11px;
	text-decoration: none;
	color: #4B4B4B;
	}
a:visited {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	text-decoration: none;
	line-height: 11px;
	font-weight: bold;
	color: #4B4B4B;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #666666;
	}
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                                 */
/***********************************************/
/*imported*/
/*end imported*/
#masthead{
	padding: 10px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #FF9933;
}

#navBar{
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	background-color: #FFCC66;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 100%;
}

#content{
	float: left;
	width: 55%;
	padding: 70px 20px 100px 25px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 30px 0px 5px 10px;
	border-bottom: 1px solid #FF0000;
	color: #cccccc;
	text-align: center;
	width: 100%;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #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: 10px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/
.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	font-weight: bold;
}
.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}
/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 30px 0px 0px;
	padding: 0px 0px 20px;
	position: absolute;
	width: 120px;
	right: 0px;
	top: 120px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#righthead {
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#googlebox {
	float: none;
	height: 60px;
	width: 468px;
	right: 135px;
	position: absolute;
}
#rssfeed {
	left: 0px;
	position: absolute;
	height: 400px;
	width: 200px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#footer {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 75%;
}
#pagename {
	color: #FF0000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;
}
.secondnav {
	position: absolute;
	height: 60px;
	width: 100px;
	left: 30px;
	top: 600px;
}
.secnavtext {
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	line-height: 11px;
}
#placesphotos {
	padding: 5px;
	float: left;
	width: 310px;
}
.articlelist {
	font-size: 100%;
	font-style: italic;
	text-decoration: underline;
}
.articleheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	color: #990066;
	font-weight: bold;
}
.bullet {
	list-style-position: outside;
	list-style-type: square;
}
.dirmaincat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000099;
	text-decoration: underline;
}
.dirsubcat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000066;
	text-decoration: underline;
}
#content a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #330099;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CC0033;
	text-decoration: underline;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #990066;
}
#content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #330099;
	text-decoration: underline;
	font-weight: bold;
}
.line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.fontlisting {
	font-size: 70%;
	font-weight: bold;
	color: #8A8A8A;
}
.fontlistingbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #666666;
}
.fontlistingheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}
.propertylist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #CC0000;
}
.picborder {
	border: 1px solid #000000;
}
.greyfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	font-weight: normal;
}
.whitebig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
}
.proplisting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 26px;
	color: #AA7300;
}
.propborder {
	border: 5px solid #FFBB2D;
	width: 110%;
}
.bottomlineorange {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFBB2D;
}
.blackborder3 {
	border: 6px ridge #366A89;
}
.georgia {
	font-family: Georgia;
	font-size: 120%;
	font-style: italic;
	line-height: 25px;
}
.listfontindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFE4AE;
}
.orangebg {
	background-color: #FFCC66;
}
.margin {
	margin: 6px;
}
.linkbackground {
	background-color: #F2A400;
}
.dirborder {
	border-top: 0px solid #666666;
	border-right: 0px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 0px solid #666666;
}

