html 

{ height: 100%; margin-bottom: 0.1em; }


body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-family: Verdana, "Lucida Grande", "Lucida", sans-serif;
	font-size: 0.78em;
	line-height: 1.5em;
	color: #333;
	background: #A0A0A0 url(/images/bkgd_body_gradiant.jpg) repeat-x;
	}

body * {
	margin: 0;
	padding: 0;
	}

p, li, ul, ol, td, th {
	font-size: 0.9em;
	}

img {
	border: none;
	}

li {
	list-style: none;
	}

fieldset {
	border: none;
	}

fieldset:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html {margin-right: -3px;}
/* End hide from IE-mac */



.HEADER_LOGO {
	background: url(/images/topHeader.jpg) no-repeat;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	}
	
	 
#wrap {
	width: 800px;
	margin: 0px;
	text-align: left;
	background-color: #a9a9a9;
	}

#shadow {
	background: url(/images/bkgd_shadow.jpg) repeat-y;
	}

#roundEdge {
	background: url(/images/bkgd_round_top.jpg) no-repeat top left;
	margin-top: 0;
	}

#roundEdgeHome {
	background: url(/images/bkgd_round_top.jpg) no-repeat top left;
	}

#container {
	background: #fff url(/images/bkgd_contain.gif) repeat-y;
	margin: 0 10px;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* FLOAT */
.float {
	float: left;
	display: inline;
	margin-left: 0 !important;
	}

.dotRule {
	margin: 0 0 5px 0;
	height: 1px;
	font-size: 0;
	line-height: 0;
	background: url(/images/lineDot.gif) repeat-x;
	}

/*
------------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------*/

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #header {
	margin-bottom: -3px;
	}
/* End hide from IE5/mac */

/*
------------------------------------------------------------------------------
CONTENT 
-----------------------------------------------------------------------------*/
.content {
	width: 760px;
	margin-left: 20px;
	margin-bottom: 0;
	padding: 20px 0 0 0;
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .content { margin-right: -3px;}
/* End hide from IE5/mac */

.section {
	padding: 10px 15px 10px 0px;
	}

/* this is the font for the main content placeholder */
.content p {
	margin: 10px 0 13px 0;
	font-size: 1.0em;
	}

p.list {
	margin-bottom: 5px !important;
	}

.pageTop {
	color: #063061;
	font-size: 0.8em;
	background: url(/images/bul_top.gif) no-repeat center left;
	padding-left: 8px;
	margin-top: 20px !important;
	}

.pageTop a {
	font-weight: bold;
	text-decoration: none !important;
	}

/*
------------------------------------------------------------------------------
SIDEBAR 
-----------------------------------------------------------------------------*/

.sidebar {
	float: left;
	width: 250px;
	display: inline;
	background-color:#eaeaea; /* #eaeaea; bgcolor of left nav */
	border-top: 1px solid #ffffff; /* 1 px of white at top of left nav */
	}

.headingTab {
	background: url(/images/bkgd_page_heading.jpg) no-repeat;
	margin: 20px 0 0 25px;
	padding-top: 5px;
	} 
	
	


.whiteRoundTop {

	background: #eaeaea url(/images/bkgd_sidebar_top.jpg) no-repeat top left;
    margin: 0 16px 0 16px;
	padding: 3px 0 0 0;
	width: 220px;
	margin-bottom: 40px;
	}

.whiteRoundBtm {
	background: #ffffff url(/images/bkgd_sidebar_bottom.jpg) no-repeat bottom left;
	padding-bottom: 2px;
	}

.special ul {
	background: #ffffff url(/images/bkgd_sidebar_bottom.jpg) no-repeat bottom left !important;
	font-size: 0.8em;
	}

/* submenu */
.submenu ul li {
	margin: 0 3px 1px 3px;
	display: block;
	background: #ffffff url(/images/leftNavButton.jpg) no-repeat top left;
	vertical-align: bottom; /* fixes the IE5 Win gap! */
	width: 214px; /* fixes the IE5 Win gap! */
	}

.submenu ul li a {
	padding:  18px 0 8px 25px; /* contols position of text in left nav buttons */
	color: #ffffff;  /* color of the text on the left nav buttons */
	font-size: 1.4em; /* font size of the text on the left nav buttons */
	display: block;
	background: #ffffff url(/images/leftNavButton.jpg) no-repeat top left; /* left nav button image */
	vertical-align: bottom; /* fixes the IE5 Win gap! */
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .submenu ul li a { font-weight: bold; }
/* End hide from IE5/mac */

.submenu ul li a:hover {
	background: #ffffff url(/images/leftNavButtonSel.jpg) no-repeat top left; /* left nav button image HOVER*/
	display: block;
	}

.submenu ul li#selected a {
	background: #ffffff url(/images/leftNavButtonSel.jpg) no-repeat top left; /* left nav button image SELECTED*/
	display: block;
	}

/* Sub Submenu */
ul.subSubmenu {
	background: none;
	background-color: #ffffff;
	padding: 10px 0 16px 0;
	margin-left: 0;
	} 

ul.subSubmenu li {
	background: #ffffff url(/images/subMnu_line.jpg) no-repeat bottom left !important;
	padding: 5px 0 2px 25px;
	margin: 0;
	width: 195px;
	}
	


/* Hide from IE5-mac. Only IE-win sees this. \*/
* html ul.subSubmenu li  { margin-bottom: 1px; }
/* End hide from IE5/mac */

ul.subSubmenu li a {
	color: #005600; /* #063061; */
	font-size: 1.0em;
	background: none !important;
	padding: 0;
	font-weight: bold;
	display: inline !important;
	}

ul.subSubmenu li a:hover {
	color: #4C4646; /* #ffffff; */
	/*background: #ff9f00 url(/images/subMnu_line.jpg) no-repeat bottom left !important;
	display: inline !important; */
	}

li#lastSubmenu {
	background: none !important;
	}

ul.subSubmenu li.currentSection a {
	color: #ff9f00;
	background: #ffffff url(/images/bul.gif) no-repeat left !important;	
    padding: 0 0 0 8px !important;
	}

ul.subSubmenu li.currentSection a:hover {
	color: #ffffff;
	background: #ff9f00 url(/images/bul_two.gif) no-repeat left !important;
	display: inline !important;
	padding: 0 0 0 8px !important;
	}
/*
------------------------------------------------------------------------------
TYPOGRAPHY
-----------------------------------------------------------------------------*/
/* This controls all h1 text */
h1 {
	width: 400px;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 0;
	color: #A70C14; /* #38627F; */
	font-weight: bold;
	padding: 0 0 0 12px;
	}

h2 {
	width: 130px;
	font-weight: normal;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #fff;
	margin: 0;
	padding: 0 0 0 20 px;
	}

h3 {
	width: 450px;
	font-size: 1.1em;
	line-height: 1.5em;
	font-size: 1.0em;
	color: #ff9f00;
	margin: 10px 0 0 0;
	}

.colSecond h3, .colWideFirst h3, .colWideSecond h3 {
	width: 200px; 
	}

span {
	font-weight: bold;
	font-size: 0.85em;
	}
/*
------------------------------------------------------------------------------
LINKS
-----------------------------------------------------------------------------*/

a {
	color: #063061;
	text-decoration: none;
	}

a:hover {
	color: #ffffff;
	background-color: #063061;
	}

.content p a, .content li a {
	color: #063061;
	text-decoration: underline;
	}

.content p a:hover, .content li a:hover {
	color: #ffffff;
	background-color: #ff9f00;
	}

.top a {
	text-decoration: none !important;
	font-weight: bold;
	margin-left: -8px;
	}

.search a:hover {
	background: none !important;
	}

/*
------------------------------------------------------------------------------
LIST
-----------------------------------------------------------------------------*/
/* controls list properties in main content section */
.content ul, .content ol {
	margin: 10px 0 10px 0;
	font-size: 1.2em;
	}

/* The image on the list items */
.content ul li 
{  
	
	background: #ffffff url(/images/bullet.jpg) no-repeat  0px  8px;
	padding-left: 8px; 
	margin-bottom: 8px;
	}

.latest ul {
	padding: 0 0 7px 0;
	}

.latest li {
	background: #ffffff url(/images/bul.gif) no-repeat 5px 10px;
	padding: 5px 5px 5px 15px;
	font-size: 1.0em;
 	}

.floatList li {
	float: left;
	display: inline !important;
	padding-right: 10px;
	}

.indent li {	
	margin: 0 0 0 15px !important;
	font-size: 0.85em;
	}

.indentD li {
	margin: 0 0 0 25px !important;
	font-size: 0.9em;
	}

.list {
	padding-bottom: 10px;
	}

.list li { 
	margin: 0 !important;
	}

.content ol {
	padding: 0 0 10px 20px;
	}

.content ol li {
	list-style: decimal;
	margin-bottom: 8px;
	}


/*
------------------------------------------------------------------------------
/images
-----------------------------------------------------------------------------*/
.floatImgRight {
	width: 120px;
	display: block;
	margin: 15px 10px 10px 15px;
	padding: 5px;
	float: right;
	font-size: 0.85em;
	border: 1px solid #ccc;
	}

.floatImgRight p {
	width: 80px;
	background: url(/images/bul_view.gif) no-repeat center left;
	padding: 5px 0 5px 8px; 
	}

.floatImgRight a {
	text-decoration: none !important;
	}

/*
------------------------------------------------------------------------------
COLUMNS
-----------------------------------------------------------------------------*/
.colFirst {
	float: left;
	width: 100px;
	padding: 15px 0 10px 0;
	}

.colSecond {
	margin-left: 100px;
	width: 370px;
	padding-top: 6px;
	}

.colWideFirst {
	float: left;
	width: 220px;
	}

.colWideSecond {
	margin-left: 250px;
	width: 200px;
	}

.logo {
	height: 80px;
	}

.logo .colWideSecond {
	padding-top: 15px;
	}

/*
------------------------------------------------------------------------------
TABLE
-----------------------------------------------------------------------------*/	 
table {
	margin: 15px 0;
	font-size: 1.0em; 
	width: 480px;
	}

td, th  {
	border-bottom: 0px; /* 1px solid #acacac; */
	border-right: 0px; /* 1px solid #acacac;	*/
	padding: 5px;
	}

table .line {
	border-right: none;
	}

table .noHr {
	border: none !important;
	}

th {
	color: #fff;
	text-align: left;
	background: #38627F;
	}

/*
------------------------------------------------------------------------------
FORM
-----------------------------------------------------------------------------*/	 
.formRow {
	height: 20px;
	padding: 3px 0 7px 0;
	padding-left: 80px;	
	}

#login label {
	float: left;
	display: block;
	width: 100px;
	font-size: 0.95em;
	font-weight: bold;
	color: #ff9f00;
	}

#login input {
	width: 160px;
	}

#login span {
	font-weight: bold;
	font-size: 0.95em;
	}

.login {
	padding-left: 180px;
	}

.button {
	width: 80px !important;
	}

form.calculator input {
	width: 50px;
	}

form.calculator input.smallT {
	width: 25px !important;
	}

form.calculator table.normalT input {
	width: 80px;
	}
/*

------------------------------------------------------------------------------
phoneNumbers
-----------------------------------------------------------------------------*/

#searchBread {
	width: 778px;
	height: 62px;
	margin: 0 11px 0 11px;
	background: url(/images/bkgd_search_gradiant.jpg) repeat-x left bottom;
	border-bottom: 1px solid #c4c4c4;
	}

#searchBread .search {
	width: 230px;
	float: left;
	display: inline;
	padding: 20px 0 0 20px;
	}

#searchBread .nonTitle {
	display: none;
	width: 0px;
	}

input#search {
	width: 160px;
	color: #666666;
	font-size: 0.9em;
	}

/* This controls the text alignment of the phone/fax numbers */
#searchBread .phoneNumbers {
	padding: 18px 25px 0 0;
	text-align: right;
	}
	

	

#phoneNumbers {
	text-align: right;
    vertical-align: middle;
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #searchBread .phoneNumbers { margin-right: -10px; }
/* End hide from IE5/mac */



/* foot */

#foot {
	padding: 30px 0;
	background: #A0A0A0 url(/images/bkgd_round_bottom.jpg) no-repeat top left;
	margin: 0;
	}

#foot p {
	color: #cccccc;
	font-size: .75em;
	text-align: center;
	}

#foot a {
	color: #cccccc;
	text-decoration: none;
	}

#foot a:hover {
	color: #fff;
	background-color: #666;
	}


.photoItem {

	width: 300px;

	
}


.shadow {
	float: left;
	background-color: #aaa;
}
.shadow img {
	margin: -4px 4px 4px -4px;
	display: block;
	position: relative;
	padding: 4px;
	background-color: #fcfcfc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}

.customText
{
    margin: 0;
	padding: 0 0 0 4px;
	width: 100%;
	text-align: left;
	font-family: Verdana, "Lucida Grande", "Lucida", sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333;
	background: #ffffff;
}



