﻿/*********************/
/* CSS Imports       */
/*********************/

@import url('topmenu.css');
@import url('footer.css');
@import url('content.css');
@import url('sidemenu.css');
@import url('mainmenu.css');

/*********************/
/* HTML Selectors    */
/*********************/

body
	{
	margin: 0;
	padding: 0;
	font: 62.5% verdana,helvetica,sans-serif;
	color: #444;
	background: #ccc;
	}

h1, h2, h3, h4
	{
	font-family: tahoma,helvetica,sans-serif;
	font-size: 1.8em;
	}
 
h1
	{ 
		margin: 0 0 10px 0;
		padding: 0 0 5px 45px;
		background: url('../images/h1_bg.gif') no-repeat 0 0;
		border-bottom: 2px solid #12456d;
		color: #12456d;
		width: 90%;
	}

h1.small { font-size: 1.7em }
 
h2	{
	font-size: 1.5em;
	font-weight: bold;
	color: #12456d;
	border-bottom: 1px solid #12456d;
	padding-top: 8px;
	width: 90%;
	}

h3 { margin: 15px 0 8px 0; font-size: 1.2em; color: #12456d; padding-bottom: 0;}

h4	{ font-size: 1.1em; margin: 0; padding: 0 0 5px 0; color: #12456d;}

img { border: none; }

acronym { border-bottom: 1px dotted #999; }
 
/*********************/
/* Layout Structures */
/*********************/

#TopBanner, #TopSubBanner, #Content, #Footer
	{
	position: relative;
	margin: 0;
	padding: 0;
	width: 855px;
	text-align: left;
	}

#TopBanner
	{
	margin-top: 0;
	height: 45px;
	width:855px;
	overflow: visible;
	text-align: left;
	z-index:100;
	background-color: #cccccc;
	}

#TopSubBanner 
	{
	background: url('../images/bigBanner.png') 0 0;	
	height: 350px;
	width:855px;
	margin-top:20px;
	}

 #TopSubBanner .swfBox
	{
		top: 0;
		right:10px;
		position:absolute;
		width:523px !important;
		height: 328px !important;
		margin: 10px 10px 0 0;
		color: #ffffff;
		text-align:right;
	}

 #TopSubBanner .leftBannerBlurb
	{
		color: #ffffff;
		font-size:2em;
		float:left;
		width:300px;
		height:auto;
		margin:60px 0 0 20px;
	}

#TopSubBanner .smallBlurb
	{
		font-size: 8pt;
		color:ffffff;
	}

#TopSubBanner .ul
	{
		list-style-type:none;
	}

#TopSubBanner a
	{
		color: #ffffff;
		text-decoration:none;
	}

#TopSubBanner a:hover
	{
		text-decoration:underline;
	}

#HeaderSearch
	{
	position: relative;
	right: 16px;
	top: 3px;
	width: 250px;
	height: 100%;
	float: right;	
	text-align: right;
	}
 
 #HeaderSearch .FormField { height: 20px; }
 
/*Search button at the top of the page*/
.goSearch
	{
	position: relative;
	top: 3px;
	margin-left: 5px;
	}
 
#Content
	{
	clear: both;
	overflow: hidden;
	font-size: 1.2em;
	background: #ffffff url('../images/content_bg.gif') repeat-y;
	}
 
#SideMenu
	{
	position: relative;
	background: #88a3b6 url('../images/sidemenu_top.jpg') no-repeat 0 0;
	float: left;
	width: 202px;
	text-align: left;
	margin: 0 0 0 8px;
	padding: 0;
	overflow: visible;
	font-size: 0.9em;
	} 
 
#Footer
	{
		overflow: hidden;
		background-color: #ffffff;
		color: #666;
		font-size: 1.1em;
		width:853px;
		border-right:#7d7d7d 1px solid;
		border-left:#7d7d7d 1px solid;
	}

/*********************/
/* Base Classes      */
/*********************/
 
a.tLink { color: #207ac1; }
a:hover.tLink { color: #e2e2e2; text-decoration: none; }

.tSmall { font-size: 0.8em; }
.tNormal { font-weight: normal;	}
.tStrike { text-decoration: line-through; }
.tBold { font-weight: bold; }
.tWhite { color: #fff; }
.tGrey { color: #666; }
.tRed { color: #900; }

.noShow { display: none; }

.clear { clear: both; }

.FloatR { float: right; }

.FloatL { float: left; }


/**************************/
/* FROM STOREFRONT        */
/* Default CSS Stylesheet */ 
/* for a new Web          */
/* Application project    */
/**************************/

.Instructions
	{
	display: block;
	color: #204664; 
	background-color: #b1d4ed; 
	text-align: left;
	padding: 8px;
	border: 1px solid #ccc;
	font-size: 0.9em !important;
	line-height: 1.5em;
	margin-bottom: 15px;
	}

.ErrorMessages
	{
	display: block;
	font-weight: bold; 
	text-align: center;
	color: #fff;
	background: #204664 url('../images/errorbox.gif') no-repeat top center;
	padding: 20px 0 10px 0;
	border: 1px solid #600;
	margin-bottom: 10px;
	}

.ErrorMessages a { color: #fff !important;}

#ErrorParagraph
	{
	height: auto !important;
	}

.Messages
	{
	display: block;
	border-bottom: 1px solid #ccc;
	color: #204664; 
	font-weight: bold; 
	text-decoration: none; 
	text-align: center; 
	width: 95%;
	padding: 3px 8px;
	font-size: 1em;
	}

.Inputs
	{
	color: black; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	background-color: #fff; 
	background-image: none;
	font-size: 1em;
	}
	
/* to size the text in Partner Listing  */

#dgPartnerLogos
	{
	width: 100%;
	}

.smText
	{
	font-family: Arial;
	font-size: 8pt;
	}
	
.top5
	{
		margin-top:5px;
	}
