/* CSS Document */

body {

	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#888889;

}

p {

	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:140%;

}

h1 {

	color:#3079B6;
	font-size:18px;

}

#wrapper {

	width:900px;
	padding:0px;
	margin: 0 auto 0 auto;
	text-align:center;
	background-image:url(images/mainback.png);
	background-repeat:repeat-y;

}

#header {

	width:900px;
	height:241px;
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(images/topheader.jpg);
	background-repeat:no-repeat;
	background-position:top center;

}

#nav {

	width:812px;
	height:22px;
	margin:46px 30px 0px 30px;
	padding:3px 14px 0px 14px;
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-x;
	text-align:right;

}

.menu a{
	
	color:#fff;
	padding:0px 7px 0px 7px;
	font-size:11px;
	text-decoration:none;

}

.menu a:hover {

	color:#DDDDDD;

}

#leftcol {

	width:309px;
	text-align:left;
	float:left;

}

#whitebox {

	width:254px;
	padding:10px;
	margin:13px 0px 10px 30px;
	background-image:url(images/middlewitebox.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#DDDDDD;
	float:left;

}

#bluebox{

	width:231px;
	float:left;
	margin:6px 3.5px 0px 3.5px;
	background-image:url(images/topbluebox.jpg);
	background-position:center top;
	background-repeat:no-repeat;

}

#blueboxmiddle{

	width:186px;
	margin-top:19px;
	color:#FFFFFF;
	padding: 0px 20px 15px 25px;
	background-image:url(images/middlebluebox.jpg);
	background-repeat:repeat-y;

}

#blueboxbottom{
	
	width:231px;
	height:20px;
	background-image:url(images/bottombluebox.jpg);
	background-repeat:no-repeat;

}


#centercol {

	width:333px;
	text-align:left;
	float:left;

}

#rightcol {

	width:238px;
	text-align:left;
	float:left;

}

#bottomnav {
	
	width:812px;
	margin:0px 30px 11px 30px;
	padding:3px 14px 0px 14px;
	float:left;
	height:22px;
	text-align:left;
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-x;
	
}

#footer {

	width:900px;
	height:18px;
	background-image:url(images/mainbgbottom.jpg);
	clear:both;

}

/* Content Template */

#leftcolcontent {
	
	width:300px;
	text-align:left;
	float:left;
}

#blueboxcontent{

	width:255px;
	float:left;
	margin:6px 0px 0px 26px;
	background-image:url(images/contentbluebox1.jpg);
	background-position:center top;
	background-repeat:no-repeat;

}

#blueboxmiddlecontent{

	width:156px;
	margin-top:27px;
	color:#FFFFFF;
	padding: 0px 54px 15px 45px;
	background-image:url(images/contentbluebox2.jpg);
	background-repeat:repeat-y;

}

#blueboxbottomcontent{
	
	width:255px;
	height:34px;
	background-image:url(images/contentbluebox3.jpg);
	background-repeat:no-repeat;

}

#rightcolcontent {
	
	width:600px;
	text-align:left;
	float:left;
}

#whitecontent {

	width:545px;
	padding:12px;
	margin:15px 31px 0px 0px;
	background-image:url(images/middlewitebox.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#DDDDDD;
	float:left;
	
}

#subnav {

	width:557px;
	height:20px;
	padding:3px 43px 0px 0px;
	text-align:right;

}

.submenu a{
	
	color:#3079B6;
	font-weight:bold;
	padding:0px 7px 0px 7px;
	font-size:11px;
	text-decoration:none;

}

.submenu a:hover {

	color:#000;

}

