﻿/* Begin HTML tags */
body
{
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	font-family: Verdana, Arial, Georgia, Times New Roman;
}

a
{
	color: #1590c8;
	text-decoration: none;
}

a:visited
{
	color: #1590c8;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul
{
	list-style-type: square;
	margin-top: 5px;
}

ul li a
{
	color: #666666;
}

ul li a:visited
{
	color: #666666;
}

INPUT
{
	line-height: 1.5em;
	vertical-align: middle;
	background-image: url('/img/textbox_back.gif');
	color: #1590c8;
}

INPUT.btn
{
	color: #1590c8;
	background-image: url('/img/button_back.gif');
	cursor: pointer;
}
/* End HTML tags */

/* Begin Headers */
h1
{
	font-size: 12px;
	color: #1590c8;
	font-weight: bold;
	display: inline;
}

h2
{
	color: White;
	font-weight: bold;
	font-size: 11px;
	display: inline;
}

h3
{
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	display: inline;
}

h4
{
	color: #3c3c3c;
	font-size: 13.5px;
}
/* End Headers */

.clr
{
	clear: both;
}

.footer
{
	text-align: center;
	padding-top: 6px;
	height: 24px;
	bottom: 0px;
	border-top: 1px solid #e5e5e5;
	background-color: #fcfcfc;
	clear: both;
	font-size: 10px;
}

/* Begin Main Navigation */
#nav, #nav ul
{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#nav a
{
	display: block;
	padding: 0px;
}

#nav a:hover
{
	background-position: 0px 28px;
}

#nav li 
{
	float: left;
	height: 28px;
}

#nav li ul
{
	position: absolute;
	left: -999em;
}

#nav .submenu ul li
{
	border-left: 1px solid #7da0c7;
	border-right: 1px solid #7da0c7;
	border-bottom: 1px solid #7da0c7;
	width: 100%;
	background-image: url('/img/nav_background.png');
}

#nav .submenu ul li a 
{
	font-size: 11px;
	padding-bottom: 1px;
	color: White;
	padding-left: 20px;
	padding-top: 4px;
}

#nav .submenu ul li a:hover
{
	color: #50a7e9;
	height: 22px;
	background-image: url('/img/nav_background.png');
	text-decoration: none;
}

#nav li:hover ul
{
	left: auto;
}
/* End Main Navigation */

.selectedNav
{
	color: #1590c8;
}

.selectedNav a
{
	color: #666666;
}

.selectedNav a:hover
{
	text-decoration: none;
}

.leftNav
{
	color: #CCCCCC;
}

.leftNav ul li ul
{
	margin-left: 0px;
	padding-left: 15px;
}

.modalBackground
{
	background-color: #a2a2a2;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.subList
{
	 padding-left: 12px;
	 margin: 0px;
	 margin-bottom: 6px;
	 color: #CCCCCC;
}

.subList li a:hover
{
	text-decoration: underline;
}

.subList li ul
{
	margin-top: -2px;
	margin-bottom: 4px;
	list-style-type: disc;
	color: #CCC;
}

.pressRelease
{
	font-weight: bold;
}

.headerLinks
{
	font-size: 12px;
	color: #1590c8;
	font-weight: bold;
	display: inline;
	text-decoration:none;
}
