﻿/* General styles */
body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#ffffff;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
    }
h1, h2, h3 {
		font-family: Verdana, Geneva, Tahoma, sans-serif;
        margin: 0 0 .2em 0;
        padding:0;
    }
h1  {
	font-size:1.5em
}

h2  {
	font-size:1em
}

h3  {
	font-size:0.875em
}

p {
        margin:.4em 0 .8em 0;
        padding:0;
        font-size: 0.875em;
    }

li  {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}

ol {
	font-size: 0.875em;
}

ul {
	font-size: 0.875em;
}

/* Centering images class*/

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

/* Header styles */

#header {
        clear:both;
        float:left;
        width:100%;
        margin-top:10px;
    }

a.logo img {
	border: none;
	}
a.logo  {
	display: block;
	width: 200px;
	height: 92px;
	background-image: url('../images/qpeaktr.gif');
	margin: 0 auto;
}
	
a.logo:hover {
	background-color: #CFCFCF;
}

#HeaderLeft {
	width: 200px;
	height: 108px;
	margin: 8px 0 0 20px;
	float: left;
}

#HeaderMiddle {
	float: left;
	width: 400px;
	left: 208px;
}
#HeaderTitle {
	font: normal normal normal 30px Verdana, Geneva, Tahoma, sans-serif;
	width: auto;
	margin-left: 100px;
	margin-right: auto;
	height: 30px;
	margin-top: 36px;
	color: #C0C0C0;
}

#HeaderRight {
	margin: 36px 0 0 0;
	Float: right;
	padding-right: 20px;
	height: 30px;
	width: auto;
}

#search {
	float:right;
	overflow:hidden;
	width:170px;
	padding:0px;
	}

#search #keywords {
	color:#000000;
	font-size:0.875em;
	width:120px;
	padding:2px 2px 3px;
	border:1px solid #C0C0C0;
	}

#search #submit {
	float:right;
	width:40px;
	height:22px;
	margin-top:1px;
	}

.left {
	display: block;
	padding: 2px;
	width: 8em;
	margin: 10px 0px 10px 0px;
	border-bottom: thin #C0C0C0 solid;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}

a.left:link  {
	background: #ffffff;
	color: black;
}

a.left:visited  {
	background: #ffffff;
	color: black;
}

a.left:focus, a.left:hover  {
	background: #ffffff;
	color:red;
}

a.left:active  {	
	background: #ffffff;
	color:blue;
}

#menuwrap  {
	width: 100%
	}
#menuline  {
	margin-left:1020px
}

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
/*[START-QCC]*/

.qmmc .qmdivider {
		display:block;
		font-size:1px;
		border-width:0px;
		border-style:solid;
		position:relative;
		z-index:1;
}
		
.qmmc .qmdividery {
		float:left;
		width:0px;
}
		
		.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:inline-block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}/*[END-QCC]*//*[START-QCC0]*/#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}/*[END-QCC0]*/


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		float:left;
		margin-left:10px;
		background-color:#FFFFFF;
		border-width:0px 1px 0px 0px;
		border-style:solid;
		border-color:#FFFFFF;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		width:245px;
		padding:4px 0px 4px 0px;
		margin:0px 0px 0px 3px;
		background-color:#000066;
		color:#FFFFFF;
		font-family:Arial;
		font-size:14px;
		text-decoration:none;
		font-weight:bold;
		text-align:center;
		border-width:1px 0px 1px 1px;
		border-style:solid;
		border-color:#000066;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		color:#FFFFFF;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		color:#FFFFFF;
	}


	/*"""""""" (MAIN) Parent Items""""""""*/	
	#qm0 .qmparent	
	{	
		background-image:url("../images/arrow_7.gif");
		background-repeat:no-repeat;
		background-position:88% 55%;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{
	background-color: #6666FF;
}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{
	padding: 0px;
	margin: 0px 0px 0px 1px;
	background-color: #DFDFDF;
	border-width: 0px;
}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{
	width: 200px;
	padding: 3px 40px 3px 5px;
	margin: 0px;
	background-color: #DFDFDF;
	color: #000066;
	font-size: 12px;
	text-align: left;
	border-width: 1px 0px 1px 0px;
	border-color: #FFFFFF;
}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#6666FF;
		color:#FFFFFF;
		border-color:#DFDFDF;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:#0000FF;
		color:#FFFFFF;
		border-color:#DFDFDF;
	}


	/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent, #qm0 ul .qmparent	
	{	
		background-image:url("../images/arrow_18.gif");
		background-position:95% 50%;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		border-color:#F0F0F0;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px 5px;
		color:#222222;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 5px 4px 5px;
		border-color:#FFFFFF;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:0px;
		height:26px;
		border-color:#FFFFFF;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a	
	{	
		background-color:#ADB5C8;
	}
	/*[END-QS0]*/

#spacerwrap  {
	clear:left;
	}

#spacer  {
	background-image: url('../images/blulina.gif');
}

/* Begin styles for main section of Home Page*/

#homewrap {
	clear:both;
	margin-left: 20px;
	margin-top: 20px;
	width: 1000px;
}

#homepic {
	padding-top: 10px;
	padding-right: 20px;
	float: left;
}

#homebody {
	padding-top: 10px;
}
#homebody h1 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.5em;
	color:#C0C0C0;
	}
#homebody p {
	font-size: 1em;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	line-height: 2em;
}

/* End styles for main section of Home Page*/

/* Begin styles for main columns of 2-column page with equal heights and menu on left*/
	/* column container */
.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
.leftmenu {
	    background:#ffffff;
	}
.leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;
    }
.leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
.leftmenu .col1 {
        margin:0 15px 0 215px;
        padding-top: 20px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	 	font-family: Verdana, Geneva, Tahoma, sans-serif;
	 	}

.leftmenu .col1 h1 {
	color: #808080;
}
.leftmenu .col1 p {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.875em;
	}
.leftmenu .col1 ul {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.875em;
}
	 			
.leftmenu .col2 {
        float:left;
        width:170px;
		padding-top:60px;
        position:relative;
        right:185px;
    }
	/* Footer styles */
#footer {
        clear:both;
        float:left;
        width:100%;
        background-color:#ffffff;
    }
#footer p {
        padding:10px;
        margin:0;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
    }






