html { overflow-y: scroll; }
body {margin: 0 0 10px 0;}
.grid_1{width:60px;}
.grid_2{width:140px;}
.grid_3{width:220px;}
.grid_4{width:300px;}
.grid_5{width:380px;}
.grid_6{width:460px;}
.grid_7{width:540px;}
.grid_8{width:620px;}
.grid_9{width:700px;}
.grid_10{width:780px;}
.grid_11{width:860px;}
.grid_12{width:940px;}
.column {
  float: right;
  margin: 0 10px;
  overflow: hidden;
  display: inline;
}
.row {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display:block;}
div.bgholder {
	background: url('../images/bg2.png') no-repeat center top;
}
p.copy {
	background: url('../images/bg2.png') no-repeat center bottom;
	margin: 0;
	padding: 10px 0 30px;
	color: #ACACAC;
	text-align:center;
	font-size: 10px;
}
div.main {padding-top: 153px;}
#header {
	height: 133px;
	position: absolute;
	top: 0;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}
#header p {display: none;}
#header a.logo {
	display: block;
	width: 350px;
	height: 82px;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 5px;
}

aside {
	border: 1px solid #cabfe1;
	margin-top: 10px;
	padding: 10px 10px;
	margin-bottom: 20px;
}
article {
	border: 1px solid #cabfe1;
	margin-top: 10px;
	padding: 10px 10px;
	margin-bottom: 20px;
}
strong.blockhead, span.blockhead{
	display: block;
	float: right;
	color: #9d96ac;
	padding: 0 10px;
	font-size: 0.9em;
	margin-top: -18px;
	background: #fff;
	font-weight: normal;
}
article {padding-bottom: 30px}

.smenus ul {
	margin: 0;
	padding: 0;
	list-style-type:square;
	list-style-position:inside;
}
.smenus a { font-weight: normal;}
.smenus ul li a { font-weight: bold;}


footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	text-align: center;
}
footer li {display: inline; border-right: solid #ACACAC 1px; padding: 2px 5px;}
footer a {
	font-weight: normal;
	color: #ACACAC;
	
}
footer li.last {border-right: none;}


/* Main Menus */
#header ul {
	padding: 0;
	margin: 0 0 0 0px;
	list-style: none;
	height: 33px;
	overflow: hidden;
}
#header ul li { /* all list items */
	float: left;
	list-style: none;
	padding: 0;
}
#header ul li ul li { /* all list items */
	padding-top: 0px;
}
#header ul li ul { /* second-level lists */
	padding: 0;
	list-style: none;
	margin: 0;
	position: absolute;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 10;
	height: auto;
	background: url(../images/navhov.png) top left;
	-webkit-border-radius:  0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-moz-box-shadow: 4px 4px 2px #888;
	-webkit-box-shadow: 4px 4px 2px #888;
	box-shadow: 4px 4px 2px #888;
}

#header ul li ul ul { /* third-and-above-level lists */
	margin: -1.7em 0 0 125px;
}

#header ul li:hover ul ul, #header ul li.sfhover ul ul {
	/*left: -999em;*/
	left: auto;
}

#header ul a {
	display: block;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
	border-color: #5e4c87;
	border-style: solid;
	border-width: 0 1px 0px 0;
	padding: 9px 18px 8px 18px;
	/*color: #CCDDEE;*/
	color: #ffffff;
	text-decoration: none;
}

#header ul li a:hover, #header ul li a.selected, #header ul li a.children {
	background: url(../images/navbarhl.jpg);
	color: #ffffff;
}


#header ul li ul li a, #header ul li ul li a:hover, #header ul li ul li a.selected {
	background: none;
	border: none;
	height: auto;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	padding: 10px 0 7px 8px;
	width: 150px;
}
#header ul li ul li a:hover, #header ul li ul li a.selected {
	color: #FF6600;
}




/* Front Slider */
#pslider {
	width: 660px;
	overflow: hidden;
	height: 200px;
	background: #f8f8f8;
	border: solid #aaaaaa 1px;
	border-top: none;margin: auto;
}
#slider {
	width: 3600px; /* makes no difference, just wider */
	height: 200px;
	color: #000000;
	/*background: url('../images/sky1.jpg');*/
}
#slider div {
	float: left;
	height: 180px;
	width: 640px;
	padding: 10px;
}
#slider p {
	text-align: left;
	line-height: 180%;
}
#slider p b {
	color: #2f2f2f;
}
#qmenu{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 37px;
	width: 660px; 
	margin: auto;
}
#qmenu li {
	list-style: none;
	float:left;
	margin: 0;
	padding: 0;
}
#qmenu li a{
	display: block;
	width: 165px;
	text-align:center;
	padding: 10px 0;
	height: 16px;
	background: url('../images/qmenu165.gif') no-repeat scroll;
	background-position:0px -44px;
	border-bottom: solid #aaaaaa 1px;
	text-decoration: none;
	text-transform: uppercase;
	fcolor: blue;
}
#qmenu li a.active, #qmenu li a:hover {
	border-bottom: solid #f8f8f8 1px;
	border-bottom: solid #e6461e 1px;
	color: #F60;
	color: #ffffff;
	background-position:0px 0px;
}
#slider h2 a {
	font-size: 16px;
	color: #000000;
}
#slider p.dlink {
	font-size: 110%;
	text-align:center;
	color: gray;
}
#slider p.dlink a {
	text-transform: uppercase;
	color: #F60;
}

