/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	font-size: small;
	background-image:url(../Images/bg_fade.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#A3A4A8;
}

.clearBoth {
	clear: both;
}

#website {
	width: 917px;
	background-image:url(../Images/bg_main.gif);
	background-repeat:repeat-y;
	position: relative;
	margin: 0px auto;
}

#websitePadding {
	padding: 5px 21px 10px 21px;
}

#networks {
	float:left;
	height: 195px;
	width: 664px;
	background-image:url(../Images/network_logos.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

#networks2 {
	float:left;
	height: 195px;
	width: 664px;
	background-image:url(../Images/partner_network_logos.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

#logo {
	float:left;
	height: 175px;
	width: 205px;
	text-align:right;
	padding-top: 20px;
	font-weight: bolder;
	font-size: 2.3em;
	font-style:italic;
}

#imageRow {
	margin: 15px 0px 15px 3px;
}

#heroImage, #teaser, #teaserButtons {
	float:left;
}

#teaser {
	margin-left: 25px;
}

#teaserButtons {
	margin-left: 15px;
}

#teaserButtons img, #rightButtons img {
	margin-bottom: 2px;
}	

#buttonRow {
	margin: 0px 0px 15px 3px;
}


.buttonLarge{
	height: 80px;
	width: 208px;
	float: left;
	text-align: right;
	background-repeat:no-repeat;
	cursor: pointer;
}

.buttonTextLarge {
	margin: 5px 10px 0px 0px;
	float:right;
	width: 120px;
	text-align:left;
	font-size: 0.9em;
}



.buttonSmall {
	height: 73px;
	width: 185px;
	text-align: right;
	background-repeat:no-repeat;
	cursor: pointer;
}

.buttonTextSmall {
	margin: 5px 3px 0px 0px;
	float:right;
	width: 115px;
	text-align:left;
	font-size: 0.8em;
}



.buttonSmallBottomRight{
	height: 73px;
	width: 185px;
	text-align: right;
	background-repeat:no-repeat;
	cursor: pointer;
}

.buttonSmallContact {
	background-image:url(../Images/dark_button_contact.gif);
	margin-bottom: 3px;
}

.buttonSmallEmail {
	background-image:url(../Images/dark_button_email.gif);
	margin-bottom: 3px;
}

.buttonSmallLocation { 
	background-image:url(../Images/dark_button_location.gif);
	margin-bottom: 3px;
}

.buttonSmallLogin {
	background-image:url(../Images/dark_button_login.gif);
}

.buttonTextSmallWhite {
	margin: 5px 0px 0px 0px;
	float:right;
	width: 120px;
	text-align:left;
	font-size: 0.8em;
	color:#FFFFFF;
}

#mainBody {
	margin: 0px 0px 15px 3px;
}

#leftCol {
	float: left;
	width: 200px;
}

#leftColHeader {
	border: 1px solid #E5E5E5;
	height: 28px;
	background-image:url(../Images/menu_bg.gif);
	text-align:left;
	font-weight: bold;
	line-height: 28px;
	font-size: 1.4em;
	text-indent: 5px;
}

#content{
	float:left;
	width: 648px;
	margin: -20px 0px 0px 20px;
}

#leftColSub {
	float: left;
	width: 136px;
}

#leftColSub img {
	margin-top: 5px;
}

#contentSub{
	float:left;
	width: 715px;
	margin: -20px 0px 0px 20px;
}


#mainBodyContent {
	float: left;
	width: 520px;
	margin-right: 10px;
}

#rightButtons {
	float: left;
	width: 185px;
}

#mainBodyHeader {
	border-bottom: 2px solid #D0D0D0;
	height: 30px;
	margin-bottom: 5px;
}

#footer {
	text-align:center;
	font-style: italic;
}

#footer a {
	color: #222021;
	text-decoration:none;
	padding:0px 5px 0px 5px
}

#footer a:hover {
	text-decoration:underline;
}






/* MENU */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu /* menu container div */
{
	border: 1px solid #E5E5E5;
	height: 28px;
	background-image:url(../Images/menu_bg.gif);
	text-align:right;
	font-weight: bold;
	'line-height: 28px;
	font-size: 1.15em;
}

#nav, #nav ul /* top menu and sub menus */
{
	padding:0px 20px 0px 0px;
	margin:0;
	list-style: none;
}

#nav a /* menu links (all levels) */
{
	display: block;
	width: 100%;
	font-style: italic;
	color:#152C4B;
	text-decoration:none;
	padding:0px 0px 0px 10px;
}

#nav a:hover {
    color:#175FAF;
}


#nav li /* top level menu items */
{
    float: right;
	text-align:center;
	white-space:nowrap;
}

#nav li ul
{
	position: absolute;
	left: -999em;
	border: 1px solid #CCCCCC;
	background-color: #E5E5E5;
}

#nav li ul li
{
	text-align: right;
	clear: both;
}

#nav li ul li img
{
	float:right;
	margin-right: 6px;
}

#nav li ul li a
{
	display:inline;
}

#nav li ul, #nav li:hover ul
{
	max-width: 100%;
	color:#175FAF;
}

#nav li:hover ul, #nav li.sfhover ul
{
	left: auto;
	color:#175FAF;
}
/*
#menu a {
	
}

#menu a:hover, #menu  {
	
}
*/

.ErrorText {
    color: Red;
    font-weight: bold;
}

h1 {
    color: #003372;
    }