/* include code to push footer to bottom... */

html {
	height: 90%;
}

body { 
	height: 90%;
	margin:0;
	padding:0;
	width: 875px;
	background-color:#FFF;
}

/* define the entire box - no set space! */
#wrapper {
	text-align: left;
	width: 740px;
	margin: 0 auto;
	min-height: 90%;
	height: auto !important;
	height: 90%;
	margin: 0 auto -42px; /* the bottom margin is the negative value of the footer's height */
}

/* reconstitute the page header */
#header {
	margin-left:20px;
	height: 100px;
}

/* drop-down menu bar */
#header-menu {
	width: 100%;
	height: 26px;
	background-color:#7F8082;
}

#leftcolumn {
	float:left; 
	margin-left:20px;
	margin-right:10px;
	width:145px;
}

.leftnavitem {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-bottom:5px;
	margin-left:15px;
}

.leftnavitem ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.leftnavitem li {
	margin: 0 0 5px  0 ;
}

.leftnavitem a
{
	/* display: block;*/
}

/* menu for left nav links */
.leftnavitem a:link {font:9.5pt 'arial', 'verdana', sans-serif; color:#202020 ; text-decoration: none;}
.leftnavitem a:visited {font:9.5pt 'arial', 'verdana', sans-serif; color:#202020 ; text-decoration: none;}
.leftnavitem a:hover {font: 9.5pt 'arial', 'verdana', sans-serif; color:#ED1C24; text-decoration: none;}
.leftnavitem a:active {font:9.5pt 'arial', 'verdana', sans-serif; color:#202020 ; text-decoration: none;}


#rightcolumn {
	float:right;
	width: 565px;
	margin-top:10px;
	/*
	border-left: 1px dotted #CC6666;
	color: #333333;
	padding: 1px;
	*/
}

#text{ 
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#7E8082;
	line-height:1.35;
	margin-right:0px;
	text-align:justify;
}

.arrow{
	margin-top:4px;; z-index:100;
}
.imgborder {
	border:solid 1px #7E8082;
}

.imgborder3 {
	border:solid 3px #7E8082;
}

.imgthumb {
	margin-right:15px;
	margin-bottom:15px;
	border:solid 1px #7E8082;
}

.firmpics {border:solid 1px #7E8082;  margin:1px;}

a:link {color:#202020; text-decoration: none;}
a:visited {color:#202020; text-decoration: none;} 
a:hover {color:#202020; text-decoration: underline;}
a:active {color:#202020; text-decoration: none;}

/* ---sectional styles--- */

/* for section titles */

#section-title-main{
	position:relative;
	top:20px;
	left:145px;
}

/* set this flush with the nav-column but, we need to increase offset for subtitle... */
#section-title-id{
	position: relative;
	top: -20px;
	left: 0px;
}

/* but set this on the same line as the content... */

#section-title-sub-id{
	position: relative;
	top: -2px;
	left: 30px;
}

.section-title-id-style{
	position: relative;
	bottom:-1px;
	font:bold 16px verdana, arial, san-serif;
	color:#7E8082;
	letter-spacing:1px;
}

.section-title-sub-id-style{
	position: relative;
	left: 15px;	
	font: bold 16px verdana, arial, san-serif;
	color: #7E8082;
	letter-spacing: 1px;
}
/*
#section-title-bar{position:relative; top:-12px; left:0px; z-index:10;}
.section-title-bar-style{color: #afc1cb;}
*/

/* for listings within the main content */
.section-list-title-id-style{font: 11pt verdana, arial,'san-serif'; color:#7E8082;}
#section-list-bar{position:relative; top:-9px; left:0px; z-index:5; margin-bottom:-3px;}
.section-list-bar-style{}

/* footer menu */

.push {
	height: 42px; /* .push must be the same height as footer and copyright! */
}

#section-footer{
	clear:both;
	width: 100%;
	height: 30px;
	padding-top: 12px;

	position: relative;
	left: 72px;


}



#section-footer ul {
	padding: 0;
	margin: 0;
	padding-left: 175px;
}

#section-footer ul li {
	display: inline;
	float: left;
	list-style: none;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 4px 10px;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #afc1cb;
	height: 10px;
}

#section footer a {
}

#section-footer a:link {color:#202020; text-decoration: none;}
#section-footer a:visited {color:#202020; text-decoration: none;}
#section-footer a:hover {color:#ED1C24; text-decoration: none;}
#section-footer a:active {color:#202020; text-decoration: none;}

.copyright-style {
	color: #000000;
	font: 9px verdana, arial, sans-serif;
	padding-left: 242px;
}

/**************************************************/
/* below is css for specific sections of the site */
/**************************************************/


/********************/
/* search form css */
.section-search-form-button{font: bold 9pt verdana,arial,helvetica,sans-serif; background-color:#ddddee; color:#223C5D;}
#section-search-content{ position:relative; top:0px; left:1.75in; width:500px;}

/* alwasy keep unordered lists left aligned */
ul {

	margin-left:-23px;
	margin-bottom:5px;
}

/* Hack for IE */
* html ul { 

	margin-left:16px;
	margin-bottom:5px;
}



