@charset "UTF-8";
/* CSS Document */

body {
background-color: #000000;
margin-bottom: 50px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 14pt;
text-decoration: none;
}

body a {
color: #990000;
margin-bottom: 50px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 14pt;
text-decoration: underline;
}

body a:hover {
color: #990000;
margin-bottom: 50px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 14pt;
text-decoration: underline;
}

.footerText 
	{
	font-size: 11px;
	color: #686868;
	font-family: verdana, tahoma, arial;
	text-decoration: none;
	}
	
.footerText a 
	{
	font-size: 11px;
	color: #990000;
	font-family: verdana, tahoma, arial;
	text-decoration: underline;
	}
	
.footerText a:hover
	{
	font-size: 11px;
	color: #990000;
	font-family: verdana, tahoma, arial;
	text-decoration: underline;
	}

body2 {
background-color: #000000;
margin-bottom: 50px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 16pt;
text-decoration: none;
font-weight: bold;
}

#wrapperIndex {

width: 1000px;
height: 700px;
margin-left: auto;
margin-right: auto;
}

#wrapper {

width: 930px;
margin: 0 auto;
}



#header {
background: url(images/bg-header.gif) center top no-repeat;
width: 930px;
height: 83px;
}


#content {
background: url(images/bg-page.gif) center top repeat-y;
width: 850px;
padding-left: 40px;
padding-right: 40px;
padding-top: 20px;
padding-bottom: 20px;
}

#nav {
width: 900px;
height: 25px;
float: left;
background-color: #cc0000;
}

#footer {
background: url(images/bg-footer.gif) center top no-repeat;
padding: 25px 0 16px 0;
}

#column1 {
width: 280px;
height: 425px;
float: left;
}

#column2 {
width: 560px;
height: 425px;
float: left;
}

#column3 {
width: 840px;
height: 425px;
float: left;
text-align: center;
}

#column4 {
width: 280px;
height: 213px;
float: left;
}

#column5 {
width: 560px;
height: 213px;
float: left;
}

#column6 {
width: 840px;
height: 212px;
float: left;
text-align: center;
}

#column3Splash {
width: 750px;
height: 125px;
float: left;
padding-top: 320px;
padding-right: 100px;
text-align: right;
}

#column3Splash2 {
width: 600px;
height: 135px;
float: left;
padding-top: 290px;
padding-left: 250px;
}

h1 {
font-size: 10pt;
color: #ffffff;
margin: 0px;
font-weight: bold;
}

h2 {
font-size: 9pt;
color: #cccccc;
margin: 0px;
font-weight: normal;
font-style: italic;
}

h4 {
font-size: 18px;
color: red;
margin-bottom: 4px;
font-weight: bold;
}

#hidden {
width: 1px;
height: 1px;
overflow: hidden;
float: left;
}

#maps {
width: 750px;
height: 405px;
margin-left: auto;
margin-right: auto;
}

#mapColumn {
width: 355px;
height: 355px;
float: left;
margin: 10px;
text-align: center;
padding-top: 30px;
}

.pics {
border: double #ffffff;
}

.grid td {
	padding: 4px 0;
	text-align: center;
}

.grid tr.alt {
	background-color: #dbdbdb;
}

.grid p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:12px;
	padding: 0; 
	margin: 0 0 0 12px;
	float: left;
}

.grid p.package, .grid h3.package {
	text-align: left;
	
}

.grid h3.package { color: red; }

.pad-right { margin-right: 34px; }


/* FIX FOR CLEARING DIV's */

/* http://sonspring.com/journal/clearing-floats */

html body * span.clearall,
html body * div.clearall,
html body * li.clearall,
html body * dd.clearall
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
