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

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	background-color: #b0cbda;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 12pt;
	font-weight: normal;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

form {
	padding: 0;
	margin: 0;
}

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

#siteHead {
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 753px;
	height: 59px;
	background-color: white;
}

#mastHead{
	padding: 10px 25px 1px 25px;
	margin: 0px auto 0px auto;
	width: 703px;
	background-image:url(../images/page_bg_main.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#mainContent{
	padding: 10px 25px 0px 25px;
	margin: 0px auto 0px auto;
	width: 703px;
	background-image:url(../images/page_bg_main.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#mainContent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#mainContent {display: inline-table;}

/* Hides from IE-mac \*/
* html #mainContent {height: 1%;}
#mainContent {display: block;}
/* End hide from IE-mac */

#siteInfo {
	padding: 66px 25px 0px 25px;
	margin: 0px auto 0px auto;
	width: 703px;
	background-image:url(../images/page_bg_bot.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #525355;
	font-size: 7pt;
	text-align: center;
}

#leftBar{
	width: 171px;
	float: left;
}

#centerColumn {
	background-image: url(../images/ctr_cont_bg.gif);
	width: 348px;
	float: left;
	margin: 0px 0px 0px 7px;
}

#rightBar{
	width: 171px;
	float: left;
	margin: 0 0 0 6px;
}

#clearColumns{
	clear: both;
	height: 0;
	width: 703px;
	margin: 0;
	padding: 0;
}

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

/************* #masthead styles **************/

#siteName a{
	width: 265px;
	height: 0px !important;
	height /**/: 59px;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 59px 0 0 0px;
	background-image:url(../images/logo_header.gif);
	background-repeat: no-repeat;
	float: left;
}

#phoneNumber{
	height: 59px;
	line-height: 89px;
	font-size: 12pt;
	overflow: hidden;
	margin: 0;
	padding: 0 25px 0 0px;
	background-image:url(../images/page_bg_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	vertical-align: bottom;
	text-transform: lowercase;
	color: #8C9293;
}

#phoneNumber img{
	padding-top: 43px;
}

#globalNav {
	margin: 0;
	padding: 0;
	width: 531px;
	float: left;
	border-top: 3px solid #cdcfd0;
	height: 17px;
	}

#globalNav ul {
	border: 0;
	margin: 0;
	height: 0pt;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}


#globalNav ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	}


#globalNav ul li a {
	background: #fff;
	padding: 0 6px 0 6px;
	margin: 0 0 10px 0;
	color: #8C9293;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	letter-spacing: 1px;
	font-size:    8pt;   
	}

#globalNav ul li a:hover {
	color: #222222;
}

#loginBox {
	margin: 0;
	padding: 0;
	background-color: #cdcfd0;
	width: 171px;
	text-align: right;
	float: left;
	height: 17px;
	border-top: 3px solid #cdcfd0;
}

#loginBox p{
	margin: 0;
	padding: 0pt 10pt 0 0;
	color: white;
	font-size: 9pt;
}

#loginBox p a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#flashHolder {
	clear: both;
	margin: 30px 0 5px 0 !important; margin: 15px 0 5px 0;
}

/************* search box styles **************/
#searchBox {
	position: relative;
	margin-top: 17px;
}

#searchBox h5 {
	border: 0;
	margin: 0;
	top: -17px;
	height: 17px;
	padding: 3px 0 0 0;
	list-style-type: none;
	text-align: center;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
}

#searchBox h5 a{
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
	text-transform: lowercase;
}

#searchBox h5#quickSearch{
	width: 62px;
	left: 0;
	background-image: url(../images/srch_ltab_wht.gif);
}

#searchBox h5#quickSearch.active{
	width: 100px;
	left: 0;
	background-image: url(../images/srch_ltab_grn.gif);
}

#searchBox h5#quickSearch a{
	color: #333333;
}

#searchBox h5#quickSearch.active a{
	color: white;
}

#searchBox h5#advancedSearch{
	width: 71px;
	left: 100px;
	background-image: url(../images/srch_rtab_wht.gif);
}

#searchBox h5#advancedSearch.active{
	width: 109px;
	left: 62px;
	background-image: url(../images/srch_rtab_grn.gif);
}

#searchBox h5#advancedSearch a{
	color: #333333;
}

#searchBox h5#advancedSearch.active a{
	color: white;
}

#searchBox .searchForm {
	border-top: 1px solid #767576;
	border-left: 1px solid #9a9999;
	border-right: 1px solid #9a9999;
	text-align: right;
	padding-right: 5px;
	margin: 0;
	padding-top: 20px !important;
	padding-top: 10px;
	padding-bottom: 30px !important;
	padding-bottom: 0px;
	width: 164px;
}

#searchBox .searchForm:after {
	clear: both;
	visibility: hidden;
	content: ".";
}

#searchBox .searchForm p{
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
}

#searchBox .searchFormHidden{
	display: none;
}

#searchBox .searchForm .selectField {
	margin: 10px 0 10px 0;
	display: block;
	clear: left;
	text-align: right;
}

#searchBox .searchForm .radioField {
	margin: 10px 0 0px 0;
}

#searchBox .searchForm .checkField {
	margin: 10px 0 10px 0;
	position: relative;
	height: 10pt;
}

#searchBox .searchForm label {
	text-transform: lowercase;
	font-size: 7pt;
	width: 60px;
	margin: 0 0 0 5px;
	float: left;
	clear: left;
	padding: 5px 0 0 0;
}

#searchBox .searchForm .radioField label{
	width: 133px;
	float: left;
	clear: left;
	padding: 0 0 0 0 !important; padding: 5px 0 0 0;
}

#searchBox .searchForm .checkField label{
	position: absolute;
	width: 133px;
	left: 20px;
	float: none;
	text-align: left;
	padding: 3px 0 0 15px !important; padding: 5px 0 0 15px;
}

#searchBox .searchForm select {
	width: 85px;
	font-size: 7pt;
	margin: 0 0 0 5px;
}

#searchBox .searchForm .radioField input {
	width: 20px;
	margin: 0 0 0 0;
}

#searchBox .searchForm .checkField input {
	width: 20px;
	height: 20px;
	margin: 0 0 0 15px;
	position: absolute;
	left: 0px;
	float: none;
}

#searchBox .searchForm .submitBtn {
	margin: 5px 0 0 0;
	background-image: url(../images/gn_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	font-weight: bold;
	padding-right: 20px;
	color: #9bb564;
	font-size: 9pt;
	text-transform: lowercase;
	display: block;
	text-align: right;
	float: right;
	clear: both;
	cursor: pointer;
}

#lbContent #lbFooter {
	width: 171px;
	height: 12px;
	background-image: url(../images/srch_bot.gif);
	background-position:top;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

/************* center column of content styles **************/
#centerColumn .colHeader {
	background-image: url(../images/ctr_cont_top.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 11px;
}

#centerColumn .colFooter {
	background-image: url(../images/ctr_cont_bot.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	width: 100%;
	height: 7px;
	clear: both;
	margin-top: 5px;
}

#centerColumn .colContent h3{
	font-size: 12pt;
	font-weight: bold;
	color: #525355;
	margin: 0 5px 5px 5px;
	padding: 0;
}

#centerColumn .colContent h4{
	font-size: 9pt;
	font-weight: bold;
	color: #525355;
	margin: 10px 5px 5px 5px;
	padding: 0;
}

#centerColumn .colContent h5{
	font-size: 9pt;
	font-weight: normal;
	margin: 10px 5px 5px 5px;
	color: #525355;
}

#centerColumn .colContent p{
	color: #525355;
	margin: 5px 5px 0 5px;
	padding: 0;
}

#centerColumn .colContent br{
	line-height: 16pt;
	vertical-align: top;	
}

#centerColumn .colContent table {
	border: none;
}

#centerColumn .colContent table td {
	border: none;
}

#centerColumn .colContent .article_line {
	margin: 5px 5px 0 5px;
}

#centerColumn .colContent .article_line p{
	color: #525355;
	margin: 0;
	padding: 0;
}

#centerColumn .colContent .article_line strong.date {
	color: #525355;
	margin: 0 5pt 0 0;
	padding: 0;
	float: left;
	clear: left;
}

#centerColumn .colContent p em{
	color: #9bb564;
	font-style: normal;
	font-weight: bold;
}

#centerColumn .colContent p a{
	color: #9bb564;
	font-style: normal;
	text-decoration: none;
}

#centerColumn .colContent p a:hover{
	text-decoration: underline;
}

#centerColumn .colContent .article_line a{
	color: #9bb564;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: right;
	width: 338px;
}

#centerColumn .colContent .attribute-file a{
	color: #9bb564;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: right;
	width: 513px;
}

#banner	{
	margin: 15px 0 0 179px;
	border: none;
	}

/************* footer styles **************/
#siteInfo a{
	color: #525355;
	text-decoration: none;
}

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



#rightBar .links {
	margin: 0 0 0 0;
	padding: 30px 0 50px 0;
	display: block;
	border-left: 2px solid #dfdfdf;
	border-right: 1px solid #c6c6c6;
	font-size: 0pt;
}

#rightBar .links a{
	width: 139px;
	margin: 0 0 0 0;
	padding: 10px 4px 6px 25px;
	display: block;
	text-decoration: none;
	background-image: url(../images/gn_arrow.gif);
	background-position: 5px 13px;
	background-repeat: no-repeat;
	color: #9bb564;
	font-size: 9pt;
	font-weight: bold;
	line-height: 12pt;
	vertical-align: middle;
}

#mainContent #rightBar .colHeader {
	background-image: url(../images/rt_top_bg.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	font-size: 0pt;
}

#mainContent #rightBar .colFooter {
	background-image: url(../images/ctr_cont_bot.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	width: 100%;
	height: 7px;
	line-height: 7px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	font-size: 0pt;
}
