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

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

body{
	font-family: Arial,sans-serif;
	color:#003300;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg_general.png);
	float: right;
	font-size:13px;
}

a:link, a:visited, a:hover {
	color:#000099;
	text-decoration: none;
	vertical-align: middle;
	font-size:14px;
}

a:hover {
	text-decoration: underline;
	color:#009900;
	vertical-align: middle;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #006699;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
 text-align:left;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

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

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

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

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

#masthead{
	padding: 10px 0px 10px 0px;
	width: 100%;
	background-image:url(../images/bg_main.png);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}

#masthead img{
	border:none;
	z-index: 1;
}

#navBar{
	margin: 0 80% 0 0;
	padding: 0px;
	border-right-width: 2px;
	border-right-style: inset;
	border-right-color: #009900;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #009900;
	min-width: 160px;
}

#content{
	float:right;
	width: 77%;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

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

}

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

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


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

#globalNav{
	color:#006600;
	white-space: nowrap;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	vertical-align: middle;
	word-spacing: 2px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 90%;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

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


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

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	background-color:#174417;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	border:none;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	line-height: 2em;
}

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


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

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #72FA83;
	margin-top: 0px;
	text-align:right;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009900;
	padding-top: 5px;
	padding-right: 10px;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

.img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	border:0;
}


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

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #006600;
	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 #D5FFD5;}

/* 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 0px 0px 0px;
	font-size: 90%;
	background-image: url(../images/bg_nav2.png);
	height: 100;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: auto;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:link .img{
	text-align:right;
	border:none;
	vertical-align:middle;
}
#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
	color:#009900;
	background-image:url(../images/contactButton.gif);
	background-position:right;
	background-repeat:no-repeat;
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


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

#advert{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	border-top: 1px solid #006600;
	text-align:center;
	background-image: url(../images/bg_main.png);
}

#advert img{
	display:block;
	right:auto;
	border:none;
}

#advert2{
	padding: 10px 0px 10px 10px;
	font-size: 70%;
	border-top: 1px solid #006600;
	text-align:center;	
}

#advert2 img{
	display: block;
	border:none;
	text-align:center;
	
}

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

#headlines{
	margin: 0px;
	padding: 10px 0px 5px 10px;
	font-size: 80%;
	background-image: url(../images/bg_main.png);
	background-position: top;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009900;
}

#headlines img{
	border: none;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/* -- start of Mac IE5 hack -- This sorts a float bug in the first paragraph  -- */

.ieMacHack	{
			margin-right: 405px;
			}

/* \ commented backslash so IE5 Mac ignores the following rule. */
.ieMacHack 	{
			margin-right: 0px;
			}

/* -- end of hack -- */

.housethumb {
	text-align:center;
	margin:5px;
	padding:5px;
	border:1px double #72FA83;
	width:100px;
	height:100px;
}

a:link .housethumb {
	text-align:center;
	margin:5px;
	padding:5px;
	border:1px double #72FA83;
	width:100px;
	height:100px;
}

.arrow{
border:none;
}

