/* CSS Document */

/* Layout */

body {
	margin: 0px;
	padding: 0px;
	background: #e8e6d3 url(images/bg.gif) repeat-y center;
	color: #333;
	text-align: center;
	font: 16px "Verdana", Verdana, Arial, Helvetica, sans-serif;
	}
	
a {
	background: none;
	color: #a3221d;
	text-decoration: underline;
	}

a:hover {
	background: #a3221d;
	color: #e8e6d3;
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	
}

.textboxwidth
{
	width:240px;
}

.largetextboxwidth
{
	width:320px;
}

.wrap {
	width: 1000px;
	text-align: left;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
	margin: 0px auto;
	top: 0px;
	left: 0px;
	
}	

.content{
	float: right;
	text-align: left;
	width: 710px;
	margin: 90px 0 0 0;
	padding: 0;
	}

.headerImg {
	background: url('images/header.jpg') no-repeat center top;
	height: 800px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.logo {
	display: block;
	background: url(images/logo.gif) no-repeat;
	height: 235px;
	width: 235px;
	margin: 0 0 0 20px;
	padding: -115px 0 0 20px;
	}

.leftNav{	
	float: left;
	text-align: left;
	width: 275px;
	margin: 20px 0 0 0;
	padding: 0;
	}

.loginSq{
	display: block;
	float: left;
	height: 200px;
	width: 225px;
	margin: 20px 0 0 25px;
	padding: 20px 0 0 18px;
	background: url(images/loginBg.gif) no-repeat;
	}
	
.submitButton{
	display: block;
	float: left;
	width: 223px;
	margin: 0 0 30px 25px;
	padding: 0;
	}
	
.submitButton a:hover {
	background: none;
	}

.mainContent{
	width: 680px;
	margin: 15px 0 5px 0;
	padding: 5px;
	}

.mainContentHome{
	width: 650px;
	margin: 15px 0 5px 0;
	padding: 5px;
	}

#footer{
	display: block;
	margin: 15px 0 2px 12px;
	padding: 10px 0 2px 12px;
	color: #a5a5a2;
	font: 10px "Verdana", Verdana, Arial, Helvetica, sans-serif;
	}
	
#footer a {
	text-decoration: none;
	color: #a5a5a2;
	}
	
#footer a:hover{
	text-decoration: underline;
	color: #4b1a1a;
	background: none;
	}

#footerB{
	margin: 0px 0 0 12px;
	padding: 0px 0 0 12px;
	color: #a5a5a2;
	font: 10px "Verdana", Verdana, Arial, Helvetica, sans-serif;
	}
	
.logLay{
	display: block;
	margin: 20px 0 0 0;
	padding: 20px 0 0 -5px;
	}
	
.logText{
	display: block; 
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	color: #ffffff;
	font: 12px "Verdana", Verdana, Arial, Helvetica, sans-serif;
	}
	
.disclaimer {
	display: block;
	margin: 10px 0 15px 0;
	padding: 15px;
	color: #fff;
	background-color: #7b423d;
	border: 1px solid #36120f;
	font: 12px "Verdana", Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	}
	
.mcLeft{
	float: left;
	display: block; 
	width: 315px;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	}
	
.mcRight{
	float: right;
	display: block;
	width: 315px;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0; 
	}
	
.tableText { 
	margin: 0;
	padding: 0;
	color: #333333;
	font: 12px "Verdana", Verdana, Arial, Helvetica, sans-serif;
	}
	
.tableRate { 
	margin: 0 5px 0 ;
	padding: 0 5px 0 0;
	color: #009a38;
	font: 12px "Verdana", Verdana, Arial, Helvetica, sans-serif;
	}
	
.disText{
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	color: #999999;
	font: italic 12px "Verdana", Verdana, Arial, Helvetica, sans-serif;
	}
	
.formText {
	display: block;
	margin: 15px 0 10px 0;
	padding: 0;
	color: #333;
	font: 12px "Verdana", Verdana, Arial, Helvetica, sans-serif;
	}
	
.formPod {
	display: block;
	margin: 0 0 15px 0;
	padding: 0; 
	}
	
.formInput {
	display: inline;
	float: left;
	margin: 0;
	padding: 0; 
	}	
	
.formInputHidden {
	display: inline;
	float: left;
	margin: 0 0 0 15px;
	padding: 0; 
	}		

.secondaryForm {
	float: left;
	display: block;
	color: #a7332a;
	margin: 0 5px 0 0;
	padding: 2px 0 0 0;
	font: bold 15px Arial, sans serif;	
	border: none; 
	}
	
.errorBox {
	float: left;
	display: block;
	background-color: #fbcfcd;
	color: #000;
	margin: 0 0 0 10px;
	padding: 15px 15px 10px 15px;
	font: bold 16px Arial, sans serif;	
	border: 1px solid #fc9e9a; 
	}	
	
	
	

/*  Nav  */	


.nav{
	display: block;
	width: 500px;
	height: 52px;
	margin: 0px 0px 0px 75px;
	padding: 0 0 0 0;
	background: url(images/navBg1.gif) no-repeat;
	}

ul.mainNav li{
	margin: 9px -3px 0 0;
	padding: 9px 0 0 0;
	display: block;
	float: left;
	list-style: none; 
	color: #ffffff; 
	font: 18px bold "Egyptienne F Bold", Egyptienne, Goudy, Times, serif;
	}
	
ul.mainNav li a{
	color: #ffffff; 
	text-decoration: none;
	}
	
ul.mainNav li a:hover{
	list-style: none; 
	background: none;
	color: #ffffff;
	text-decoration: none;
	font: 18px bold "Egyptienne F Bold", Egyptienne, Goudy, Times, serif;
	border-bottom: solid 3px #d7c282; 
	}
	
ul.mainNav li.NavAt{
	list-style: none; 
	color: #ffffff;
	text-decoration: none;
	font: 18px bold "Egyptienne F Bold", Egyptienne, Goudy, Times, serif;
	border-bottom: solid 3px #4b1a1a; 
	}
	
ul.mainNav li.navSep{
	margin: 12px 22px 0 0;
	padding: 12px 22px 0 0;
	display: block;
	float: left;
	list-style: none; 
	color: #ffffff; 
	width: 5px;
	height: 17px;
	border-right: solid 1px #a54e4d;
	font: 18px bold "Egyptienne F Bold", Egyptienne, Goudy, Times, serif;
	}
	



/*  Title Tags */

h1 {
	color: #4b1a1a; 
	font: 32px "Egyptienne F Black", Egyptienne, Goudy, Times, serif;
	}
	
h1.welcome { /* image */
	display: block;
	margin: 10px 0 25px 0;
    text-indent: -9000px;
    font: 10px "Egyptienne F Black", Egyptienne, Goudy, Times, serif;
    height: 23px;
    width: 375px;
    background: #fbf9e1 url(images/head_welcome.gif) top left no-repeat;
	color: #4b1a1a; 
	}
	
h1.services { /* image */
	display: block;
	margin: 10px 0 25px 0;
    text-indent: -9000px;
    font: 10px "Egyptienne F Black", Egyptienne, Goudy, Times, serif;
    height: 23px;
    width: 119px;
    background: #fbf9e1 url(images/head_services.gif) top left no-repeat;
	color: #4b1a1a; 
	}
	
h1.rates { /* image */
	display: block;
	margin: 10px 0 25px 0;
    text-indent: -9000px;
    font: 10px "Egyptienne F Black", Egyptienne, Goudy, Times, serif;
    height: 23px;
    width: 82px;
    background: #fbf9e1 url(images/head_rates.gif) top left no-repeat;
	color: #4b1a1a; 
	}

h1.national { /* image */
	display: block;
	margin: 10px 0 25px 0;
    text-indent: -9000px;
    font: 10px "Egyptienne F Black", Egyptienne, Goudy, Times, serif;
    height: 23px;
    width: 124px;
    background: #fbf9e1 url(images/head_national.gif) top left no-repeat;
	color: #4b1a1a; 
	}

h1.about { /* image */
	display: block;
	margin: 10px 0 25px 0;
    text-indent: -9000px;
    font: 10px "Egyptienne F Black", Egyptienne, Goudy, Times, serif;
    height: 23px;
    width: 90px;
    background: #fbf9e1 url(images/head_about.gif) top left no-repeat;
	color: #4b1a1a; 
	}

h1.contact { /* image */
	display: block;
	margin: 10px 0 25px 0;
    text-indent: -9000px;
    font: 10px "Egyptienne F Black", Egyptienne, Goudy, Times, serif;
    height: 23px;
    width: 115px;
    background: #fbf9e1 url(images/head_contact.gif) top left no-repeat;
	color: #4b1a1a; 
	}
	
h1.serviceForm { /* image */
	display: block;
	margin: 10px 0 25px 0;
	padding: 0;
    text-indent: -9000px;
    font: 10px "Egyptienne F Black", Egyptienne, Goudy, Times, serif;
    height: 30px;
    width: 311px;
    background: #fbf9e1 url(images/head_service_form.gif) top left no-repeat;
	color: #4b1a1a; 
	}
	
h1.thanks { /* image */
	display: block;
	margin: 10px 0 25px 0;
	padding: 0;
    text-indent: -9000px;
    font: 10px "Egyptienne F Black", Egyptienne, Goudy, Times, serif;
    height: 30px;
    width: 160px;
    background: #fbf9e1 url(images/head_thanks.gif) top left no-repeat;
	color: #4b1a1a; 
	}
	
h2 {
	color: #4b1a1a;
	margin: 35px 0 5px 0;
	font: bold 20px Arial, sans serif;	
	}
	
h2.form {
	color: #4b1a1a;
	display: block;
	margin: 15px 0 15px 0;
	padding: 20px 0 2px 0;
	font: bold 20px Arial, sans serif;	
	border-bottom: solid 1px #ddb2a0; 
	}

h3 {
	color: #4b1a1a; 
	font: 18px "Egyptienne F Black", Egyptienne, Goudy, Times, serif;
	}

h4 {
	color: #a7332a; 
	font: 15px "Egyptienne F Black", Egyptienne, Goudy, Times, serif;
	border-bottom: solid 1px #ddb2a0; 
	}
	
h4.form {
	float: left;
	display: block;
	width: 235px;
	color: #a7332a;
	margin: 0 10px 0 0;
	padding: 2px 0 0 0;
	font: bold 15px Arial, sans serif;	
	border: none; 
	}

h5 {
	color: #4b1a1a; 
	font: 12px "Egyptienne F Black", Egyptienne, Goudy, Times, serif;
	}
	
	


/*  Float Clear  */
.ClearIt {
	margin: 0;
	padding: 0;
	clear: both;
 }
	
	

/* CSS Document */

