﻿

a {text-decoration: none;}

body 
{
 font-size:11px;
 font-family:Century Gothic
}

p,ul {
	font-size: 1.2em;
	
}

blockquote {font: bold 1em sans-serif;}

code {
	background: White;
	
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
	
}

Images {border: none;}


h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(../Images/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background:url('../Images/Header.png') repeat-x;
    vertical-align:middle;
	font: normal 2em sans-serif;
	width:100%;
	height: 120px;
	
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */


.main {
	background:White;
	
}
.main .left {width: 80%;}
.main .right {width: 20%;}

.content {
	
	padding: 16px;
}

/* content elements */

.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: url(../Images/nav.gif);}
.nav a {
	background: #191919 url(Images/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(../Images/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background:#FEFFBE;
	border: 1px solid #1E1E1E;
	border-top-color: #1E1E1E;	
	padding: 15px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(../Images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer 
{
	
	
	border-top: 1px solid White;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color:White;}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
.btn
{
 background:transparent url('../Images/ruButtonMedium.gif') no-repeat scroll 0 0;
 border:none 0px transparent;
 margin:0 0.8em 0 0;
 width:115px;
}
legend
{
 color:Teal;	
}
h1
{
 color:Teal;	
}
h3
{
 color :Teal;	
}
.grey_box {
border:1px solid #B7B7B7;
margin-bottom:20px;
padding:10px;
position:relative;
}
.btnAll
{
background:transparent url(../Images/ruButtonMedium.gif) no-repeat scroll 0 0;
background-repeat:repeat-x;
margin:0 0.8em 0 0;
	
	
}
.btnBig
{
background:transparent url(../Images/ruButtonBig.gif) no-repeat scroll 0 0;
background-repeat:repeat-x;
margin:0 0.8em 0 0;
width:200px;	
	
}
.container
{
	background:transparent url(../Images/bg_main.jpg);
}
#navigation {
	width: 200px;
	top: 5em;
	left: 1em;
	width: 13em;	
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid black;
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid blue;
	border-right: 1px solid blue ;
	background-color:#5D7B9D;
	color: Black;
	text-decoration: none;
	
}


.table1
{
	border: 1px solid;
}
.tr1
{
	border-bottom: 1px solid;
	
}
.td1
{
	font-size: 9pt;

}
.td2
{
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
}
.qsfTitle {
color:#000000;
font-family:Century Gothic;
font-size:11px;
}
.qsfTitle h2
{
    font-size:11px;
}
.mainHeader
{
	background-image: url(../Images/tealheader.jpg); 
	background-repeat: repeat;
}
.mainContent
{
	background-color:White;
	
}
.qsfTitle span {
background:transparent  repeat-x scroll 0 0;
display:block;
color:black;
font-size:13px;
font-weight:bold;
font-weight:normal;
height:37px;
line-height:35px;
	
}
.panelHidden
{
 visibility:hidden;
 display:none;   
}
.panelShow
{
visibility:visible;
display:block;    
    
}