
/* How To Master CSS ~ Template Stylesheet 
 * The layout of chapter 18 is used to create the 100% height effect with
 * a header and a footer, the left and right columns are not used, 
 * The header is now placed within the wrapper instead of above.
 */
body, html {
	/*margin:0px;
	padding:0px;*/
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	/*height:100%;*/
	background-image: url(../images/large_background.jpg);
	background-position: top center;
	background-repeat: no-repeat; 
	background-color: #FFFFFF;
}

html {
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	background-image: url(../images/large_background.jpg);
}
h1,h2,h3,h4,h5,h6{margin:0;padding:0}
.headline-hide{display:block;overflow:hidden;}
.headline-hide span{margin-left:-999em;}

/* hack for IE6 transparent PNGs */
img { behavior: url("CSS/iepngfix.htc"); }
/* End hack */

form {
	display: inline;
}

li ul {
    display: none;
}
li:hover > ul {
    display: block;
}
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
.bg_2 {
    background: url(../images/background_content_curve.png) 0% 100% no-repeat;
}
.bg_left_nav {
    background: url(../images/lft_nav_background_blank.png) 0% 100% no-repeat;
}
#portfolio_content {
	text-align: left;
	padding: 0px 0px 0px 7px;
}
#in_the_news {
	font-size: 13px;
	color: #685446;
}
#specialoffer {
	font-size: 10px;
	color: #685446;;
}

#main_content {
	text-align: left;
	padding: 13px 40px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #685446;
	line-height: 18px;
}
.main_content {
	text-align: left;
	padding: 13px 40px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #685446;
	line-height: 18px;
}

#main_nav {
	padding: 7px 0px 0px 0px;
}

#nonFooter {
	position: relative;
	min-height: 100%;
	background-image: url('../images/background_main.png');
	background-position: center center;
	background-repeat: repeat-y;
}

* html #nonFooter {
	height: 100%;
}

#footer {
	height: 73px;
	position: relative;
	margin-top: -73px;
} 

#header_table_cell {
	margin-right: 1px;
}

#footer_cell {
	margin-right: 1px;
}

#footer_address {
	background-color: #516155;
	width: 850px;
	padding: 5px 0px 5px 0px;
	margin-right: 1px;
	color: #FFFFFF;
}

#footer_address a{
	color: #FFFFFF;
}

#footer_address a:hover{
	color: #FFFFFF;
}

.employment_clear {
	clear: both;
	margin-top: 10px;
}


.bluebox {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #FFFFFF;
text-decoration: none;
margin-bottom: 0px;
padding-bottom: 6px;
letter-spacing: 0em;
word-spacing: 0em;
margin-top: 0px;
padding-top: 0px;
margin-right: 0px;
margin-left: 0px;
padding-right: 0px;
padding-left: 0px;
}

.bluebox a {
	color: #FFFFFF;
	text-decoration: none;
}
.bluebox a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
 
.main_content a {
color: #752C15;
}
.main_content a:hover {
color: #245498;
text-decoration: none;
}
#footernav4 {
	letter-spacing: 0em;
	word-spacing: 0em;
	background-color: #5d86a0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 850px;
}
#footer_green_bar {
	height: 80px;
	width: 852px;
	margin-right: 1px;
	padding: 4px 0px 0px 0px;
	background-color: #5d86a0;
}

.horizline1 {
	width: 10px;
	padding-left: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
}
sup {
	font-size: 9px;
	line-height: 0.5em
}  
/*a{

}
a:hover{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}*/

#footerbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#footerbox2 a{
	color: #FFFFFF;
	text-decoration: none;
}

#footerbox3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#footerbox3 a{
	color: #FFFFFF;
	text-decoration: none;
}
#footerbox4 {
	padding-left: 10px;
}
