#main_container {
    padding:0px;
    width:100%;
    height:auto;
    background:#FFF url('/images/wqback.png') repeat-x top;    
}
#container {
    padding:0px;
    width:955px;
    margin:0 auto;
    height:auto;
}
#header {
    margin:0 0 30px 0;
    display:block;
    width:940px;
    height:122px;
}
#header #logo {
    width:286px;
    height:114px;
    float:left;
    background:url('/images/wqnewlogo.png') no-repeat;
}
#header #menu {
    position:relative;
    top:87px;
    right:0;
    float:right;
    width:auto;
    height:66px;
    background:none;
    font-size:11pt;
    font-weight:bold;
    z-index:5000;
}
#header #menu ul {
    list-style:none;
    padding:0;
    margin:0;
    height:35px;
    width:654px;
    overflow:hidden;
}
#header #menu ul li {
display:block;
float:left;
}
#header #menu ul li a {
    display:block;
    float:left;
    margin:0 3px 0 0;
    padding:8px 15px;
    color:#FFF;
    height:30px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    background:#333;
}
#header #menu ul li a:hover {
    background:#c0c0c0;
}
#header #menu ul li a.selected {
    background:#FF0000;
}
/* home page */
#homecontent h1 {
	font-family: Tahoma;
	font-style: normal;
	color: #888;
	font-weight: lighter;
	font-size: 30px;
}
#homecontent h2 {
	font-family: Tahoma;
	font-size: 22px;
	text-decoration: none;
	color: #CC0000;
	font-weight: normal;
       margin:0;
}
#homecontent #center {
    float:left;
    height:auto;
    margin:20px 30px;
}
#homecontent #right {
    width:200px;
    float:right;
    height:auto;
}
#homecontent #left {
    width:685px;
    float:left;
    height:auto;
}
#footer {
    background:#ebebeb;
    width:100%;
    overflow:hidden;
}

#slider {
    clear:left;
    width:955px;
    height:244px;
    background:#FFF;
}
#main {
    position:relative;
    top:0px;
    margin:0;
    padding:0;
    height:auto;
    background:none;
    float:left;
}
#main #content {
    padding:30px 70px;
}
.hidden {
	display:none;
}

body, html {
    padding:0;
    margin:0;
    background:#ebebeb;
    height:100%;
    width:100%;
}

body,table,td,th {
    font-family:"Trebuchet MS",Arial,Verdana;
    color:#222;
    font-size:13px;
}

.h1 {
    font-size:36px;
    font-weight:normal;
    color:#AAA;
    margin:0 0 10px 0;
}
.h2 {
    font-size:28px;
    font-weight:normal;
    color:#AAA;
    margin:0 0 10px 0;
}
.bodytext {
    font-size:16px;
    font-weight:normal;
    color:#000;
    margin:0 0 10px 0;
}
.bodytext2 {
    font-size:16px;
    font-weight:bold;
    color:#000;
    margin:0 0 10px 0;
}
.bodytextfoot {
    font-size:12px;
    font-weight:normal;
    color:#666;
    margin:0 0 10px 0;
}



a {
    color:#0d6ed5;
    text-decoration:none;
}

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
