﻿
@charset "UTF-8";
/* CSS Document */

*{
	font-family: 75% Lucida Grande, Tahoma, sans-serif;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

body{ 
	padding: 0;
	margin: 0;
	background:#444448;
}

#wrapper{
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	float: left;	
	margin: 0;
	padding: 0;
	background: #d3d3d3;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	line-height: 20px;
	margin: 0;
	color: #730000;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	line-height: 18px;
	margin: 0;
	color: #730000;
}

.sm{
	font-size: 95%;
	color: #363636;
}

.sm a{
	font-size: 95%;
	color: #363636;
	text-decoration: underline;
}


.sm a:hover{
	font-size: 95%;
	color: #666666;
	text-decoration: none;
}

.disclaimer{
	font-size: 80%;
	color: #363636;
}


/*HEADER----------------------------------------*/

#cont{
	width: 773px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
	padding: 0 0px;
	margin: 0;
	background: #d3d3d3 url(content-bg-tile.jpg) repeat-y;
}

div#header_cont{
	width: 753px;
	margin: 0 10px;
	height: 200px;
	background: #FFF url(header-bg.jpg) no-repeat;
}

div#nav{
	width: 723px;
	padding: 15px 15px 0 15px;
	height: 35px;
	float: left;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

div#nav a{
	color: #FFF;
	text-decoration: none;
}

div#nav a:hover{
	color: #FFF;
	text-decoration: underline;
}

/*CONTENT----------------------------------------*/

div#text-cont {
	width: 753px;
	margin: 0 10px;
	background: #FFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
	float: left;
}

div#banner {
	width:753px;
	background: #FFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
	float: left;
}


div#text {
	width: 693px;
	padding: 30px;
	background: #FFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
	float: left;
	text-align: left;
	color: #363636;
	font-size: 14px;
}

div#text a{
	color: #363636;
	text-decoration: none;
}

div#text a:hover{
	color: #363636;
	text-decoration: underline;
}

div#text ul{
	font-size: 14px;
	padding-left: 30px;
}

div#text li{
	padding-left: 10px;
}

/*FOOTER----------------------------------------*/	

#footer_cont{
	width: 100%;
	height:auto !important; /* real browsers */
	height:100px; /* IE6: treaded as min-height*/
	min-height:100px; /* real browsers */	
	margin: 0;
	padding: 0;
	float: left;
	font-family: Lucida Grande, Tahoma, sans-serif; 
	background: url(footer-bg-tile.jpg) top repeat-x #444448;
}

div#footer_text{
	width: 753px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
	margin: 0;
	padding-left: 10px;
	font-size: 10px;
	font-family: Lucida Grande, Tahoma, sans-serif; 
}

div#footer_text a:hover{
	color: #FFF;
	text-decoration: underline;
	font-size: 10px;
}

div#footer_left{
	padding-top: 20px;
	float: left;
	text-align: left;
	width: 450px;
	color: #FFF;
}

/*FURL-FAQs----------------------------------------*/

.iconspan{
	float: left;
	margin: 2px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
}

.eg-bar{
	font-weight: bold;
	border: 1px solid #666666;
	padding: 2px;
	color: #666666;
	text-align: left;
}

div.eg-bar{
	width: 260px;
}

.icongroup1{
	color: #666666;
	text-align: left;
	width: 260px;
}
/*FURL-LOGIN----------------------------------------*/

.iconspan{
float: left;
margin: 4px;
cursor:hand;
cursor:pointer;
color: #000000
}

.eg-bar{
background-color: #666666;
color: #FFF;
padding: 4px 15px;
font-weight: bold;
font-size: 14px;
}

div.eg-bar{
width: 400px;
}

.icongroup1{
width: 400px;
}

.botmenu{
	width: 410px;
	padding: 10px;
	background: #f1f0f0;
}

.menu a{
	border: none;
}

/*LOGIN FORM------------------------------------*/

.loginform{
	padding: 15px 0px;
}

div#textLogin{
	width: 585px;
	color: #58595b;
	float: right;
	text-align: left;
}

div#textLogin a{
	border-bottom: none;
	text-decoration: none;
}

.loginform input,.loginform textarea {
	background:#FFF none repeat scroll 0 0;
	border:1px solid #D2D2D2;
	color:#666;
	font-size:12px;
	max-width:400px;
	padding:5px 5px;
	
}

.loginform textarea:focus,.loginform input:focus {
	border:1px solid #929292;
}

.loginform button,#loginform button {
	cursor:pointer;
	height:40px;
	text-indent:-9999px;
	width:85px;
	border: none;
}

.loginform button#submit {
	background:url(login-button.png) no-repeat 0 0;
}

#loginform submit a{
	border: none;
}

.loginform button:hover#submit {
	background:url(login-button-over.png) no-repeat 0 0;
	background-color: none;
	border: none;
	text-decoration: none;
}

/*Contact FORM------------------------------------*/

div#textContact{
	width: 585px;
	color: #58595b;
	float: right;
	text-align: left;
}

div#textContact a{
	border-bottom: none;
	text-decoration: none;
}

.Contactform input,.Contactform textarea {
	background:#FFF none repeat scroll 0 0;
	border:1px solid #D2D2D2;
	color:#666;
	font-size:12px;
	max-width:400px;
	padding:5px 5px;
	
}

.Contactform textarea:focus,.Contactform input:focus {
	border:1px solid #929292;
}

.Contactform button,#Contactform button {
	cursor:pointer;
	height:40px;
	text-indent:-9999px;
	width:85px;
	border: none;
}

.Contactform button#submit {
	background:url(ontact-button.png) no-repeat 0 0;
}

#Contactform submit a{
	border: none;
}

.Contactform button:hover#submit {
	background:url(contact-button-over.png) no-repeat 0 0;
}

