﻿body{
margin:0;
padding:0;
}

body, div, span, p, td
{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	/*vertical-align: top; this caused the niftycornersextender to flake out*/
	margin: 0px;
}

/*
a.visited
{
	text-decoration:none;
}*/

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #D08E02;
}
a:active {
	color: #878787;
}

.myradiobutton
{
	white-space:nowrap;
	font-size:x-large;
}

p.mid
{
	line-height: 25px;
}

.modalBackground 
{
	FILTER: alpha(opacity=80);
    BACKGROUND-COLOR: gray;
    opacity: 0.8
}

h1
{
	font: normal 34px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align: top;
	font-weight:bolder;
}

b{font-size: 110%;}
em{color: red;}

.subhead
{
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
}

.subheadorange
{
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #D08E02;
	font-weight:bold;
}

.subheadgray
{
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight:bold;
}

.subtable
{
	border: solid 1px #73afb7;
	padding: 3px;
}

.roundedpanel
{
	background-color:#cccccc;
}

.gridheader
{
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
}

#homeTable
{
	padding: 0 0 0 0;
	margin: 0 auto;
}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding: 0 0 0 0;
background: #ffffff;
/*opacity: 0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80);*/
}

.topround div {
   background: url(../images/rounded/tl_blue.png) no-repeat top left;
}

.topround {
   background: url(../images/rounded/tr_blue.png) no-repeat top right;
}

.bottomround div {
   background: url(../images/rounded/bl_blue.png) no-repeat bottom left;
}
.bottomround {
   background: url(../images/rounded/br_blue.png) no-repeat bottom right;
}

.topround div, .topround, 
.bottomround div, .bottomround {
   width: 100%;
   height: 15px;
   font-size: 1px;
}

.toproundorange div {
   background: url(../../images/rounded/tl_orange.png) no-repeat top left;
}

.toproundorange {
   background: url(../../images/rounded/tr_orange.png) no-repeat top right;
}

.bottomroundorange div {
   background: url(~/images/rounded/bl_orange.png) no-repeat bottom left;
}
.bottomroundorange {
   background: url(~/images/rounded/br_orange.png) no-repeat bottom right;
}

.topround div, .topround, 
.bottomround div, .bottomround {
   width: 100%;
   height: 15px;
   font-size: 1px;
}

#topsection
{
background-color:#FFFFFF;
height: 191px; /*Height of top section*/
padding: 0 0 0 0;
}

#contentwrapper{
float: left;
width: 100%;
background-color:#FFFFFF;
}

.helptext{
color: Gray;
font-size: 9px;
text-align: left;
}

#footer{
clear: left;
width: 100%;
background: #FFFFFF;
color: black;
text-align: left;
padding: 4px 0;
text-align:center;
}

#footer a{
color: #FFFFFF;
}




#navcontainer
{
margin: 0 0 0 0;
padding: 0 0 0 0;
height: 20px;
}


.paragraph
{
	margin: 0px 0px 10px 0px;
}

.btnstyle { height:22px; width:auto; background-image: url(../images/orangeBtn.jpg); background-repeat:repeat-x; border: solid 1px #D08E02;}

a.btnstyle {
    background: transparent url('../images/button_right.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.btnstyle span {
    background: transparent url('../images/button_left.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.btnstyle:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.btnstyle:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}



#menucontainer{
	position:relative;
	height:50px;
	color:#FFFFFF;
	background:#383636;
	width:900px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}
#menunav{
	position:relative;
	height:38px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(../images/background.jpg) repeat-x bottom left;
	padding:0 0 0 20px;}
	
#menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;	
	float:left;}

#menunav ul li{
	display:block;
	float:left;
	margin:0 1px;}

#menunav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:38px;}

#menunav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;}

#menunav ul li a:hover{
	color:#fff;	
	background:transparent url(../images/hover.jpg) repeat-x bottom left;}

#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;}
#menunav ul li a.current, #menunav ul li a.current:hover{
	color:#fff;
	background:#1D6893 url(../images/left.jpg) no-repeat top left;
	line-height:275%;}
#menunav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#383636 url(../images/right.jpg) no-repeat top right;
	height:38px;
	line-height:275%;}

#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
