/*********************/
/* 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
	{
		background: #fff;
		margin: 0;
		padding: 0;
		font: 62.5% verdana,helvetica,sans-serif;
		color: #444;
		background: #fff url('../images/body-bg.png') repeat-x 0 0;	text-align: center;
	}

h1, h2, h3, h4
	{
		font-family: tahoma,helvetica,sans-serif;
		font-size: 1.8em;
	}
 
h1 { 
		margin: 0 0 10px 0;
		padding: 0 0 3px 0;
		border-bottom: 2px solid #9299a5;
		color: #0c1a41;
	}

h1.small { font-size: 1.7em }

h2.short {width: 63%}
h2.extraShort { width: 230px}
 
h2
	{
		font-size: 1.5em;
		font-weight: bold;
		color: #06c;
		border-bottom: 1px solid #aaa;
		padding-top: 8px;
	}
  
h3 { margin: 15px 0 8px 0; font-size: 1.2em; color: #06c; padding-bottom: 0;}

h3.video
	{
		font-size:1.4em;
		margin: 30px 0 20px 0;
		height: 24px;
		padding-left:50px;
		background: url('../images/videoH1.gif') no-repeat -3px 0;
	}
 
h4	{ font-size: 1.1em; margin: 0; padding: 0 0 5px 0; color: #333;}
 
img { border: none; }

acronym { border-bottom: 1px dotted #999; }

blockquote
	{
		font-style:italic;
		background-color:#eaeaea;
	    color:#555;
	    margin: 20px 0 20px 0;
	    padding:3px;
	    border: #09f 1px solid;
	} 
 
/*********************/
/* Layout Structures */
/*********************/

#MainWrapper
	{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 850px;
	height: auto;
	}

#TopBanner, #TopSubBanner, #MainMenu, #Content, #Footer
	{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: left;
	}

#TopBanner
	{
	height: 152px;
	overflow: hidden;
	background: url('../images/topbanner-bg.png') no-repeat 0 0;
	text-align: left;
	}
 
#TopSubBanner 
	{
	height: 67px;
	z-index: 200;
	}
 
#Content
	{
	clear: both;
	overflow: hidden;
	background: url('../images/content-bg.gif') repeat-y 0 10px;
	font-size: 1.2em;
	vertical-align:top;
	}
 
#SideMenu
	{
	position: relative;
	float: left;
	width: 272px;
	text-align: left;
	margin: 0;
	padding: 0 0 1em 0;
	overflow: visible;
	font-family: tahoma,helvetica,sans-serif;
	font-size: 1.1em;
	} 
 
#Footer
	{
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #9299a5;
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 30px;
	padding: 0;
	line-height: 1.4em;
	}
 
/*********************/
/* Base Classes      */
/*********************/
 
a.tLink { color: #c00; }
a:hover.tLink { color: #4d4d4d; text-decoration: none; }

.tSmall { font-size: 0.8em; }
.tOrangeLite { color: #c60; }
.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: #666; 
	background-color: #fff5e2; 
	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;
	}
	
/************************************/
/*    Mouseover CallGuarantee    */
/***********************************/

a.popBoxLink
    {
        position:absolute;
        top:40px;
        left:860px;
        z-index:1400;
        text-decoration:none;
        background:transparent;
    }

a.popBoxLink span
    {
        display:none;
        z-index:1400;
    }

a.popBoxLink:hover
    {
        cursor:default;
        z-index:1400;
    }

a.popBoxLink:hover
.popbox 
	{
	    display:block;
	    position:absolute;
	    top:5px;
	    left: -150px;
	    width:250px;
	    height:auto;
	    overflow-y: auto;
	    background-color:#eaeaea;
	    color:#555;
	    border:1px solid #4173a4;
	    padding:1ex;
	}