@charset "utf-8";
/* CSS Document */

@import "headings.css";
@import "form.css";
@import "grid.css";
@import "farebox.css";

*, html {
	margin: 0 auto;
	padding: 0px;
}
body {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #404040;
	/*	background: #FF6D26 url('../../images/bg.gif') repeat-x top center;	*/
	background: #E23D28; /*FF6D26*/
	line-height: 130%;
}
img {
	border: none;
}
tabel, tr, td { margin: 0px; padding: 0px; }

#container {
	clear: both;
	border: 0px cyan solid;
	width:870px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
/*	==================================================================	*/
/*	Header Section Contents	*/
/*	==================================================================	*/
#header {
	height:80px;
	background: #E23D28;
}
/*	==================================================================	*/
/*	MENU Section Contents	*/
/*	==================================================================	*/
#nav_menu {
	background: #007C59;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	text-transform: capitalize;
	border-bottom: 2px solid #FCB514;
	border-top: 2px solid #E23D28;
}
#nav_menu a {
	text-decoration: none;
	color: #FCB514;
	padding: 0 8px;
	font-weight: bold;
}
#nav_menu a:hover {
	text-decoration: none;
	color: #0C1C8C;
}
#nav_menu ul {
	list-style: none;
	display: inline;
	height: auto;
	width: 100%;
}
#nav_menu li {
	font-size: 100%;
	display: inline;
	text-transform: capitalize;
}
/* Contents Section Contents */
#contents {
	clear: both;
	font-size: 90%;
	font-family: Tohama, Verdana;
}
#contents ul.menu {
	list-style: none;
	height: auto;
	width: 100%;
	float: right;
}
#contents li.menu {
	font-size: 100%;
	padding: 1px 1px;
	margin:2px auto;
	border: solid 1px #EFEFEF; /*list-style-image:url('../../images/bult.gif');*/
}

#contents a {
	text-decoration: none;
	color: #0C1C8C;
	font-weight: normal;
}
#contents a:hover {
	text-decoration: none;
	color: #E23D28;
}

#contents p {
	clear: both;
/*	padding: 5px 5px; */
	font: normal 100% "Trebuchet MS", Arial;
	text-align: justify;
}
#contents blockquote {
	clear: both;
	padding: 5px 15px;
	font: normal 100% "Trebuchet MS", arial;
	text-align: justify;
}
#contents blockquote {
	padding: 5px 55px;
	background: url('../../images/quote.gif') no-repeat 20px 20px;
	color: #666;
}
ul.catefaq {
	width:100%; float:left; padding:0 0 5px 0;
	}
ul.catefaq li {
	display:block; background:url(../../images/bullets-black.gif) no-repeat 0 7px; padding:0 0 0 17px; margin-left: 15px;
	}
ul.catefaq li a {
	color:#064065; background-color:inherit; text-decoration:underline; font-size:11px; line-height:19px;
	}
ul.catefaq li a:hover {
	text-decoration:none;
	}

/*	==================================================================	*/
/*	Footer Section Contents	*/
/*	==================================================================	*/
#footer {
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #EFEFEF;
	text-align: left;
	height:auto;
}
#footer a, #footer a:hover, #footer a:visited {
	color: #FCB514;
	text-decoration: none;
}
#footer p {
	padding-top:5px;
}
#footerContents {
	padding: 5px;
	font-family: Tahoma, Verdana, Arial;
	letter-spacing: 1px;
	/*	background: #101D28 url("../../images/footBack.gif") repeat-x;	*/
	background: #E23D28 url("../../images/footBack.gif") repeat-x;
}
#footerContents ul {
	list-style: none;
	display: inline;
	height: auto;
	width: 100%;
}
#footerContents li {
	font-size: 100%;
	display: inline;
	padding: 0 1px;
}
#footerContents .partnerz {
	height: 50px;
	line-height: 150%;
}
/* set the footer bar */
#footerUpBAR {
	background: url("../../images/a-logo.gif") right no-repeat #F5F5F5;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #444444;
	line-height: 135%;
	border-top: 3px solid #007C59;
	border-bottom: 3px solid #E23D28;
	height: 70px;
}
#footerNLetter {
	color: #666666;
	text-align: left;
	padding: 5px;
	height: 25px;
	background:#FCB514;
}
#footerNLetter input.text {
	border: solid 1px #333333;
}
