/* CSS Document */
html>img { 
	width: 0!important; 
	height: 28px!important; 
	padding-left: 28px!important; 
	background: url(../images/autoscroll.png); 
}

html {
	overflow-y: scroll;
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	height:100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #cdeeff;
}

a {
	color: #0066FF;
}

a:hover {
	text-decoration: none;
}

.purple {color: #990099}

.green {color: #009900}

h1.header {
	text-align: center;
	font-size: 16px;
	margin-top: 12px;
}

h2.header {
	font-size: 14px;
}

h3.header {
	font-size: 12px;
	margin: 0;
}
#highlightgreen {
	color: #009933;
}

#highlightred {
	color: #FF0000
}

#allcontainer {
	position: inherit;
	width: 778px;
	background: url(../images/bgwide.gif) #FFFFFF;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

#badge {
	position: relative;
	display: block;
	height: 0px;
	top: 0px;
	right: 60px;
	z-index: 50;
}

#header {
	text-align: center;
	background: url(../images/bgwide.gif) #FFFFFF;
	width: 778px;
	margin: 0px auto;
}

#navcontainer {
	width: 600px;
	padding: 0px 25px;
	background: url(../images/bgwide.gif) #FFFFFF;
}

.border {
	border-top: #000000 solid 1px;
	border-right: #000000 dotted 1px;
}

.homeborder {
	border-left: #000000 solid 1px;
	border-right: #000000 dotted 1px;
}

.faqsborder {
	border-left: none;
	border-right: #000000 solid 1px;
}

#navbar  a{
	background: url(../images/navbg.gif) 0 0px repeat;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 32px;
	vertical-align: middle;
	line-height: 28px;
}
	
#navbar a:hover {
	background-position: 0 -32px;
	color: #0066FF
}

#navbar a:active {
	color: #000000
}

#textcontainer {
	width: 557px;
	background-color: #CCCCCC;
	padding: 5px;
	margin: 0px 0px 5px 156px;
	border: 1px black solid;
}

#maincontainer {
	width: 728px;
	background: url(../images/bgwide.gif) #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px 25px 0px 25px;
}

#leftcolumn {
	background: #E7E7E7;
	width: 255px;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid black;
	float: left;
}

#rightcolumn {
	background: #E7E7E7;
	width: 255px;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid black;
	float: right;
}

#widecolumn {
	background: #E7E7E7;
	width: 545px;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid black;
	float: right;
}

#smalltitle {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#cleardiv {
	clear: both;
}

/* New Nav */
.sidenavigation {
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	float: left;
	border: 1px black solid;
}

.Group {
	font-weight: bold;
	display: block;
	height: 25px;
	width: 123px;
	line-height: 25px;
	padding-left: 27px;
	color: #000000;
	text-decoration: none;
	background-color: #E9E9E9;
	background-image:url(../images/navbg.png);
	background-position: 0 0px;
	background-repeat: no-repeat;
	border-bottom: black 1px solid;
}

.single {
	background-image: none;
}

.Group:hover {
	color: #003399;
	text-decoration: underline;
}

.Option {
	display: block;
	height: 25px;
	width: 133px;
	background-color: #FFFFFF;
	line-height: 27px;
	padding-left: 17px;
	color: #000000;
	text-decoration: none;
	border-bottom: black 1px solid;
}

.Option:hover {
	background-color: #CAD8FB;	
	color: #000000;
	text-decoration: underline;
}

.show {
	display:inline;
}

.hide {
	display:none;
}

/* end new nav */

.imageholder {
	text-align: center;
}

.imageholder a {
	display: block;
	width: 200px;
	height: 94px;
}

.imageholder a:hover {
	background-color: #0066FF;
}

.imageholder a:active {
	background-color: #e7e7e7;
}


.abovetitle {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

#footer {
	width: 728px;
	margin: 0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

/* Tooltips */
div.tooltip{
      padding: 5px;
      margin: 5px;
      background-color: #F0F0F0;
}
/* End ToolTips*/

#smallfont{
	font-size: 12px;
}

/* Begin Form Style */
#inputform {
	font-size: 12px;
}

#selectform {
	font-size:11px; 
	background: #F7F7F7; 
	border:1px solid #ccb;
	padding:3px;
}

#selectform:focus {
	background: #D9ECFF; 
	border-color: #003366
}

#inputform input{
	font-size: 14px;
	background: #F7F7F7; 
	border:1px solid #ccb; 
	color: #000000; 
	padding:3px;
}

#inputform input:focus, #inputform textarea:focus, .search_field:focus{
	background:#D9ECFF; 
	border-color: #003366;
}

#inputform textarea{
	background: #F7F7F7; 
	border:1px solid #ccb; 
	color: #000000; 
	height:130px; 
	overflow:auto; 
	padding:3px; 
	width:375px;
}

option.style{
	font-size: 12px;
}

/* End Form Style */

/* Horizontal Drop-Down Styling */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
color: #000000;
border-bottom: 1px solid black;
padding: 3px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #CAD8FB;
}

/* End Horizontal Dropdown */

#stackcontainer {
	display: block;
	width: 170px;
	height: 200px;
	margin: 10px 10px 25px 10px;
	padding: 10px;
	float: left;
}
	