@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	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 */
	
}
.wct #container {
	width: 951px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wct #header {
	height: 113px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.wct #header_logo {
	background-image:url(../images/logo.png);
	background-position:left;
	background-repeat:no-repeat;
	height:113px;
	width:330px;
	float:left;
}

/*.wct #header_nav {
	width:500px;
	float:right;
	text-align:right;
}
*/

.wct #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wct #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.wct #flash {
	margin:0;
	width:951px;
	height:309px;
}
.wct #topimage {
	margin:0;
	width:951px;
	height:235px;
}
.wct #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/inner_r6_c2.jpg);
	background-position:center;
	background-repeat:no-repeat;	
}
.wct #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



/* ----TEXT ITEMS ----- */


.bodycopy {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #736a6a;
	margin-left: 20px;
}
.menu {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #736a6a;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #e07422;
}
ul {
list-style-type: none;
padding-left: 10px;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 10px;
}

li {
	background: url(images/bullet.gif) no-repeat left top;
	padding-left: 16px;
	line-height:20px;
	}
	

.wct #mainContent h1 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #736267;
	line-height: normal;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	margin-left: 20px;
}
.wct #mainContent h2 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #736267;
	line-height: normal;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	margin-left: 20px;
}
.wct #mainContent h3 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #736267;
	line-height: normal;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	margin-left: 20px;
}
.wct #mainContent h4 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #736267;
	line-height: normal;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	margin-left: 20px;
}
.subHeaders {
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e07422;
	line-height: normal;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	margin-left: 20px;
}


/* ------ IMAGES ------*/

.wct #mainContent img {
	float:right;
	border:#999999 1px;
	padding:5px;
}




/* ------ Main Navigation ------*/

#nav-menu {
	float:right;
	margin-top:63px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;

}

#nav-menu ul
{
list-style:none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: right;
margin: 0 0.15em;

}

#nav-menu li a
{
background: url(../images/menu.png)transparent bottom center no-repeat;
height: 50px;
line-height: 1em;
float: left;
width: 125px;
display: block;
text-decoration: none;
text-align: center;
color:#736267;
}

#nav-menu li a:hover
{
background: url(../images/menu_f2.png)transparent bottom center no-repeat;
height: 50px;
line-height: 1em;
float: left;
width: 125px;
display: block;
text-decoration: none;
text-align: center;
color:#006600;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none;
}
/* End hide */

