@charset "ISO-8859-1";
body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height:100%;
	width:100%;
	background-image: url(../images/bgd_lrg.jpg);
	background-repeat: no-repeat;
}
#bgd_hq {
	background-image: url(../images/bgd_content.jpg);
	background-repeat: no-repeat;
	height: 720px;
	width: 1280px;
	position: absolute;
	top:0px;
	left:0px;
	text-align:left;
}
#content{
	border: 1px solid #CCCCCC;
	padding:10px;
	margin:20px 3px 3px 65px;
	width:575px;
	min-height:600px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color:#FFFFFF;
}
p{
	color: #424242;
}
	
h1,h2,h3,h4,h5,h6{
font-weight:normal;
	color: #333333;
}
	
	h3{
	margin: 0 0 8px 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #BA3B3E;
	}

#bgd_hq #content img.floatRight{
	float: right;
	padding:10px;
}


/* navigation
---------------------------------------------------------- */

#nav {
	margin-top:112px;
	padding: 0px 0px 0px 0px;	
	width:100%;
	background-color:#333333;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;

	}
#nav li a {
	float: left;
	margin: 0 1px 0 0;
	padding: 0px 9px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #EBF4D9;
	}
#nav li a:hover {
	color: #333;
	background-image:url(../../images/BGD_input_grad_grey_white.gif);
	background-repeat:repeat-x;
	background-position: top left;
	}
#nav li a.active {
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-image:url(../images/BGD_input_grad_grey_white.gif);
	background-repeat:repeat-x;
	background-position: top left;
	}

/* home page navigation
---------------------------------------------------------- */

