@charset "utf-8";
html, body { height:100%; }
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
/* Container Settings
-------------------------------------------------------------------------------- */
#siteContainer  {
	position:absolute;
/* center width */
	width:956px;
	left:50%;
/* hide from ie-Mac \*/
	margin-left:-478px; /* this value should be half the container width */
/* end hide */
/* center height */
/* height:600px; */
/* hide from ie-Mac \*/
/* top:50%; */
/* margin-top:-300px; */ /* this value should be half the container height */
/* end hide */
}
/* ----------------------------------------------------------------------------- */

#borderContainer {
	position:relative;
	width:956px;
	border:1px solid #000066;
}
#header {
	height:126px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
}
#search {
	background-color:#ECECEC;
}
#searchPadding {
	position:relative;
	padding:5px 5px 5px 15px;
}
.searchbox {
	height:16px;
	width:120px;
	border:1px solid #666666;
	background-color:#FFFFFF;
}
.searchbutton {
	height:20px;
	width:30px;
	background-color:#000066;
	border:1px solid #000066;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
#content {
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
}
#contentPadding {
	position:relative;
	padding:20px 20px 20px 20px;
}
#submenu {
	background-image:url(../images/submenu_bg.jpg);
	background-repeat:repeat-x;
}
#footer {
	font-size:11px;
	color:#666666;
	padding:5px 15px 5px 15px;
	line-height:2em;
}
#footer a {
	color:#000066;
	text-decoration:underline;
}
#footer a:hover {
	color:#0033CC;
}
.qwik {
	font-family:"Bookman Old Style";
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#669900;
	text-decoration:none;
}
.cms {
	font-family:"Bookman Old Style";
	font-size:12px;
	font-style:italic;
	color:#000000;
	text-decoration:none;
}





#horizontal_nav {
	padding:0px 10px 0px 10px;
	font-size:12px;
	color:#000066;
}
#horizontal_nav a {
	font-weight:bold;
	color:#000066;
	text-decoration:none;
}
#horizontal_nav a:hover, #horizontal_nav a.current {
	color:#0033CC;
}


/* SIDE NAV*/
#navcontainer {
	margin:0px;
	padding:20px 10px 10px 15px;
	text-align:left;
}
#navcontainer ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#navcontainer a {
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#000066;
	width:170px;
	padding:6px 0px 2px 0px;
	text-decoration:none;
}
#navcontainer a:hover, #navcontainer a.current {
	color:#0033CC;
}
#navcontainer li li a {
	display:block;
	font-size:11px;
	font-weight:normal;
	color: #000066;
	width:160px;
	padding:3px 0px 2px 10px;
	text-decoration:none;
}