/* Intro
--------------------------------------------------------
   This file is used to help make cross-browser design
   easier by setting default styles. Most of these
   styles can be overriden and styled by editing
   'layout.css'.
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin:85px auto 0 auto;
	text-align:center;
	height:100%;
	background-image:url(graphics/dotrule.gif);
	background-color:#000000;
}
* {
margin:0;
padding:0;
}
h1 {
	font-size:1.1em;
	color:#000000;
	padding:5px;
	border-bottom: 1px solid #000000;
	width:55%;
}
h2 {
	font-size:1em;
	color:#8000FF;
	padding:5px 0 0 10px;
}
h3 {
	color: #000000;
	font-size: .9em;
	padding:5px 0;
	margin:5px 0;
}
ul{
	margin:12px;
}

li {
	font-size:.9em;
	}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#CC33CC;
}
a:hover{
	color: #8C8F62;
}
a:visited{
	color: #41442F;
}
a:active{
	color: #8C8F62;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.clearfix {
clear:both;
}
#container {
	width:775px;
	height:100%;
	min-height:100%;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
	text-align:center;
		}
p {
text-align:left;
font-size:12px;
line-height:1.5em;
margin:5px 0;
}
.text {}
.text1 {
	font-size:1.3em !important;
	text-transform: uppercase;
	border:none;
	font-weight:bold;
	}
.inc {
	text-transform:lowercase;
	}
p.text2 {
	margin: 0;
	padding: 0;
	font-size:26px;
	text-transform: uppercase;
	font-weight: bolder;
}
p.amount {
	margin: 0;
	padding: 0;
	font-size:3em;
	text-transform: uppercase;
	font-weight: bolder;
}
p.text3 {
	font-size:20px;
}
p.text4 {
	font-size:16px;
		font-weight: bolder;
}
p.text5 {
	font-size:16px;
	font-weight: bolder;
	padding:10px;
	text-align:center;
}

/**************************************************/		
/************** BANNER DIVs ***********************/
/**************************************************/
#banner {
margin:0;
padding:0;
height:120px;
position:relative;
background-color:#FFFFFF;
}
.white {
background-color:#ffffff;
border-bottom: 1px solid #000000;
height:80px;
}
.shuttlepic {
	position:absolute;
	top:-90px;
	left:71px;
	height:205px;
	width:580px;
}
.purple {
	background-color:#A851FF;
	border-bottom: 1px solid #000000;
	height:40px;
}
.purple2 {
background-color:#A851FF;
border-bottom: 1px solid #000000;
height:16px;
}
/************** BANNER ADVERTISEMENT ***********************/
#bannerad {
	background:#f5f6e5 url(images/pic_bannerad.jpg) no-repeat left top;
	height:240px;
	padding: 20px 0 0 400px;

}
#bannerad p{	text-align: center;}
/**************************************************/		
/************** NAVIGATION DIVs ***********************/
/**************************************************/
#nav {
	margin: 0 auto 0 auto;
	padding:10px 0;
	height:18px;
	background-image: url(images/nav_backgd.png);
	background-repeat: repeat-x;
	color:#000000;
}
#nav li {
display: inline;
list-style-type: none;
margin:0 10px 0 20px;
border-right:1px solid #000000;
text-align:center;	height:22px;
}
#nav .last {
border:none;
}
#nav a:link, #nav a:visited, #nav a:active{
	color:#000000;
	padding: 0 35px 0 0;
	font-size:0.95em;
	text-decoration:none;
	font-weight: bold;

	}
#nav a:visited{
	}
#nav a:active {}
#nav a:hover {
	color:#FFFF99;
}
#nav active{}
.call {
font-size:.8em;	
font-weight:bold;
text-align:right;}

/**************************************************/		
/************** CONTENT DIVs ***********************/
/**************************************************/

#content {
text-align:left;
padding: 10px;
}
#content ul {
margin-left:30px;
text-align:left;
}
#content td {
vertical-align:top;
text-align:left;
}
#narrow p {
text-align:left;
font-size:12px;
line-height:1.5em;
margin:5px 0;
width:55%;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#A851FF;
}
#content img {
margin:0 10px 5px 0;}

.left {
	position:relative;
	float:left;
	width:45%;
	margin:0;
	padding:5px 30px 5px 5px;
}
.right {
float:right;
position:relative;
width:40%;
padding:5px 10px 5px 0;
margin:0;
}
/************** MISC  ***********************/
.quote {
	background: url(images/txt_quote.png) no-repeat left top;
	padding:10px 0;
}
.box {
	border:1px solid #999999;
	padding:3px;
}
/**************************************************/		
/************** FOOTER DIVs ***********************/
/**************************************************/

#footer {
	color:#ffffff;
	font-size:.8em;
	line-height:.9em;
	margin: 20px auto;
}

a.gx{
	color:#333333;
	font-size:0.9em;
	line-height:0.9em;
	margin:10px auto;
	text-align:center;
}

