
/* 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;
	margin-top: 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
	font-size:90%;
	background-color: #111112;
	background-position: top center; 
}
/* hack for IE6 transparent PNGs */
img { behavior: url("CSS/iepngfix.htc"); }
/* End hack */

form {
	display: inline;
}

/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:100%; 
}
/* end hack */
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: 14px;
}
.bg_2 {
    background: url(../images/background_content_curve.png) 0% 100% no-repeat;
}
.bg_event_corp {
    background: url(../images/background_watermark_corporate_2.png) 0% 100% no-repeat;
}
.bg_clients {
	background: url(../images/background_clients.jpg) 0% 100% no-repeat;
}
.style_blue_txt{
	color: #466B7C;
	font-weight: bold;
}
.style_blue_all_caps{
	color: #466B7C;
	font-weight: bold;
	text-transform: uppercase;
}
.style_black_all_caps{
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.style_blue_italics{
	color: #466B7C;
	font-weight: normal;
	font-size: 90%;
	font-style: italic;
}
#facebook_bottom {
	padding: 0px;
}

#main_content_landing {
	text-align: left;
	padding: 40px 30px 40px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}
#main_content_client {
	text-align: left;
	padding: 30px 30px 30px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}

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







a{
	color: #752C15;
}
a:hover{
	color: #245498;
	text-decoration: underline;
}
a:visited{
	text-decoration: none;
}
