@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/layout/qgbgimg.jpg) top left repeat-x #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
.disclaimer {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.clearBoth {
	width: 100%;
	height: 0;
	clear: both;
}


/* -------------- Text Styles --------------*/
h1{
	line-height:24px;
	font-family: "Arial Black", Gadget, sans-serif;
	min-height:24px;
	font-size:24px;
	color:#030;
	padding: 10px 5px;
	margin-bottom: 15px;
	border-bottom: #030 solid 1px;
	width: 100%;
}
h2{
	line-height:21px;
	font-weight: bold;
	font-size:19px;
	color:#030;
	padding-left:5px;
	margin-bottom: 10px;
}
h3{
	font-size:16px;
	font-weight:bold;
	color:#030;
	line-height:18px;
}
ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 15px;
}
ul li {
	list-style-position: inside;
}
p {
	margin-bottom: 15px;
}
a:link, a:visited, a:active{
	color: #006600;
	text-decoration: underline;
}
a:hover{
	color: #090;
	text-decoration: none;
}
/* ------- Old text styles used by trevor in the content --------*/
.Cparts{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:normal;
	line-height:16px;
	margin-left: 40px;
}
.Hparts{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#030;
	line-height:24px;
	text-align: left;
}

#container{
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	width: 900px;
	box-shadow: 0px 0px 12px #000;
	-webkit-box-shadow: 0px 0px 12px #000;
	-moz-box-shadow: 0px 0px 12px #000;
/*filter:progid:DXImageTransform.Microsoft.Glow(Color=black,Strength=6);*/
 filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=0,strength=4)
        progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=90,strength=4)
        progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=180,strength=4)
        progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=270,strength=4);
}
#header {
	width: 100%;
	height: 266px;
	background: url(../images/layout/header.jpg) top center no-repeat;
}
#menu{
	width:892px;
	height:27px;
	padding-left:8px;
	background-image: url(../images/layout/menubar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu ul {
    z-index: 1; /* This keeps the menu on top of the google maps */ 
}
.third-level-menu
{
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.third-level-menu > li
{
    min-height: 30px;
    background: #AE9D4D;
    border-bottom: 1px solid #96822C;
    border-left: 1px solid #96822C;
}
.third-level-menu > li:hover { background: #96822C; }

.second-level-menu
{
    position: absolute;
    top: 27px;
    left: 0;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu > li
{
    position: relative;
    height: 30px;
    background: #AE9D4D;
    border-bottom: 1px solid #96822C;
}
.second-level-menu > li:hover { background: #96822C; }

.top-level-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-level-menu > li
{
    position: relative;
    float: left;
    height: 27px;
    /*width: 150px;*/
    padding: 0 10px;
}
/*.top-level-menu > li:hover { background: #CCCCCC; }*/

.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}


/* Menu Link Styles */

.top-level-menu a /* Apply to all links inside the multi-level menu */
{
    color: #000000;
    text-decoration: none;
    padding: 0 0 0 10px;
    /* Make the link cover the entire list item-container */
    display: block;
    line-height: 27px;
    
}
.top-level-menu a:hover { color: #FFFFFF; }

#searchbox{
margin-top:-25px;	
}
#main {
	min-height: 600px;
	float: left;
	width: 690px;
	padding: 10px;
	margin-right: 10px;
}
#fullMain {
	width: 870px;
	padding: 10px;
}

#twitter {
	float: left;
	margin-right: 15px;
}
#sideBar {
	min-height: 600px;
	float: right;
	padding: 10px 10px 0 0 ;
	width:170px;
}
#disclaimer {
	clear: both;
	padding: 15px;
	font-weight: bold;
	font-size: 12px;
}
#footer {
	margin: 0 auto 20px auto;
	text-align: right;
	height: 23px;
	line-height: 23px;
	color:#FFF;
	width:880px;
	padding: 5px 10px;
	font-weight:bold;
	background-color:#030;
	box-shadow: 0px 4px 12px #000;
	-webkit-box-shadow: 0px 4px 12px #000;
	-moz-box-shadow: 0px 4px 12px #000;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-radius-bottomleft:15px;
	-webkit-border-radius-bottomright:15px;
}
#footer a {
	color: #FFF;
}

#cse-search-results { /*----- This is how I'm hiding the google ads that are displayed in the search results page. They're in the overflow area.  -----*/
	width: 615px;
	overflow: hidden;
}