/*********************/
/* CSS Imports       */
/*********************/

@import url('header.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: #4d4d4d;
	background: #8B8B8B url('../images/body-bg.jpg') repeat-x 0 0;
	background-attachment: fixed;
	text-align: center;
	}

h1, h2, h3, h4
	{
	font-family: tahoma,helvetica,sans-serif;	
	}
 
h1 { 
	font-size: 1.9em;
	margin: 0 0 10px 0;
	padding: 0 0 5px 35px;
	border-bottom: 1px solid #999;
	color: #413e73;
	height: 1%;
	overflow-y: auto;
	background: url('../images/h1-bg.gif') no-repeat 0 0;
	line-height: 1.2em;
	}

h1.small { font-size: 1.7em }
h1.nb { border-bottom: none; }

h2.short {width: 63%}
h2.extraShort { width: 230px}
 
h2	{
	font-size: 1.5em;
	font-weight: bold;
	color: #840808;
	border-bottom: 1px solid #ccc;
	padding-top: 8px;
	}
  
h3 { margin: 15px 0 8px 0; font-size: 1.2em; color: #000; padding-bottom: 0;}
 
h4	{ font-size: 1.1em; margin: 0; padding: 0 0 5px 0; color: #333;}
 
img { border: none; }

acronym { border-bottom: 1px dotted #999; }
 
 
/*********************/
/* Layout Structures */
/*********************/

#MainWrapper
	{
	position: relative;
	margin: 0 auto;
	padding: 6px 0;
	width: 850px;
	height: auto;
	background: url('../images/inner-bg.gif') repeat-y 0 0;
	text-align: center;
	}

#TopBanner, #TopSubBanner, #MainMenu, #Content, #Footer
	{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 834px;
	height: auto;
	text-align: left;
	}

#TopBanner
	{
	height: 141px;
	overflow: hidden;
	background: url('../images/header-bg.png') no-repeat 0 0;
	text-align: left;	
	}
 
#TopSubBanner 
	{
	height: 37px;
	z-index: 200;
	background: url('../images/mainmenu-bg.png') no-repeat 0 0;
	}
 
#Content
	{
	clear: both;
	overflow: hidden;
	background: url('../images/content-separator.gif') repeat-y 245px 0;
	font-size: 1.2em;
	}
 
#SideMenu
	{
	position: relative;
	float: left;
	width: 240px;
	text-align: left;
	margin: 0;
	padding: 0 0 1em 0;
	overflow: visible;
	font-family: tahoma,helvetica,sans-serif;
	font-size: 1.1em;
	} 
 
#Footer
	{
		overflow:hidden;
		background: url('../images/footer-bg.png') no-repeat top left;
		color: #fff;
		font-size: 1em;
		padding: 0;
		line-height: 1.4em;
	}
 
/*********************/
/* Base Classes      */
/*********************/
 
a.tLink { color: #c00; }
a:hover.tLink { color: #e2e2e2; text-decoration: none; }
   
.tSmall { font-size: 0.8em; }

.tBlue { color: #413e73; }

.tNormal { font-weight: normal !important;	}

.tStrike { text-decoration: line-through; }

.tItalic { font-style: italic; }

.tBold { font-weight: bold; }

.tWhite { color: #fff; }

.tGrey { color: #666; }

.tRed { color: #c03; }
	
.noShow { display: none; }

.clear { clear: both; }

.FloatR { float: right; }

.FloatL { float: left; }

.topLink { float: right; padding: 0 1em; background-color: #fff; position: relative; z-index: 1000}


/**************************/
/* FROM STOREFRONT        */
/* Default CSS Stylesheet */ 
/* for a new Web          */
/* Application project    */
/**************************/

.Instructions
	{
	display: block;
	color: #555; 
	background-color: #f0f0f0; 
	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: #c03 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: #390; 
	font-weight: bold; 
	text-decoration: none; 
	text-align: center; 
	width: 95%;
	padding: 3px 8px;
	font-size: 1em;
	margin-bottom: 1ex;
	}

.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;
	}