@charset "UTF-8";
/* CSS Document */

/* TAGS ***************************************************************************/
html,body, #pageContainer {
	background-color: #FFF;
	margin: 0;
	background-repeat: repeat-y;
	height: 100%;
	background-image: url(../images/template/background_blue.gif);
	background-position: left;
	letter-spacing: 0.04em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #333;
}

body strong {
	font-size: 9pt;
	}

h2, h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #c20000;
	font-weight: bold;
	text-align: left;
	line-height: 12px;
	
	}
h4{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #333;
	font-weight: bold;
	text-align: left;
	line-height: 12px;
	
	}

/* BANNER ***************************************************************************/
#banner {
	background-image: url(../images/template/background_red.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	position:relative; /*just added*/
}
.headderText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	line-height: 9px;
}

a.headderLink:link, a.headderLink:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	line-height: 9px;
}
a.headderLink:hover{
	color: #CCC;
}
.headderTextRightA {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	line-height: 9px;
	padding-right: 6px;
}


/* FOOTER ***************************************************************************/
.footerL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	padding-left: 12px;
}
a.footerLink:link, a.footerLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}
a.footerLink:hover {
	color: #CCC;
}
#footer {
	position: relative;
	/*bottom: 0;*/
	background-color:#C31D0C;
	margin-top: -60px;
	width:100%;
    height:60px;   /* Height of the footer */
	clear: both;

}


/* LAYOUT ***************************************************************************/

#pageContainer {
	/*position: relative;
	min-height:100%;
	height:100%;*/
	height:auto !important; /* real browsers */
	min-height: 100%;
	position: relative;
	}

/*#page {
	position: relative;
	padding-bottom: 60px;
	height: 100%;
	min-height 100%;
	
}*/
#content {
	position: relative;
	left: 235px;
	top: -485px;
	margin-top: -15px;
	margin-right: 235px;
	/*width:auto;*/
	/*margin-bottom: -200px;*/
}

/* RIGHT COLUMN ***************************************************************************/
#rightColumn {
	z-index: 20;
	position: absolute;
	left: 1000px;
	top: 195px;
	display: block;

}
#referafriend a:link{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/advertisments/refer-a-friend/button-active.png);
	background-repeat:no-repeat;
	display: block;
	width: 200px;
	height: 25px;
	position: relative;
	margin-top: -45px;
	margin-left: 65px;
}
#referafriend a:visited{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/advertisments/refer-a-friend/button-active.png);
	background-repeat:no-repeat;
	display: block;
	width: 200px;
	height: 25px;
	position: relative;
	margin-top: -45px;
	margin-left: 65px;
}
#referafriend a:hover{
	background-image: url(../images/advertisments/refer-a-friend/button-hover.png);
	background-repeat:no-repeat;
}


.TDWhiteLineLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* NAVIGATION ***************************************************************************/
#navigation {
	position: realtive;
	margin-left: 23px;
	width:200px;
}
.navTDline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99def9;
}
.navTDlines {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99def9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99def9;
}
a.nav:link, a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 0.04em;
	padding-left: 12px;
}
a.nav:hover {
	color: #315FC8;
}

