html, body
	{ 
	height: 100%; 
	}
body 
	{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif; 
	font-size: 100%;
	line-height: 1.5em;
	color: #666666;
	background: #373793 url(/images/html/background.jpg) repeat-y center;
	}

body * 
	{
	margin: 0;
	padding: 0;
	}
	
img 
	{
	border: 0px;
	}

/*div {border: 1px solid red;}*/

/*
------------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------------*/
#container 
	{
	width: 760px;
	margin: 0 auto;
	*padding-left: 1px; /*IE HACK*/
	}

#left 
	{
	text-align: left;
	float: left;
	width: 220px;
	padding: 0 0 0 33px;
	margin: 15px 0 0 0;
	}
	
#right 
	{
	text-align: left;
	margin-left: 267px;
	*margin-left: 240px;
	width: 470px;
	*width: 480px; /* IE HACK */
	margin-top: 15px;
	padding: 0 0 100px 0;
	}

#footer_container	
	{
	position: relative;
	width: 760px;
	margin: 0 auto;
	*padding-left: 1px; /*IE HACK*/
	}

.box
	{
	margin-top: 10px;
	padding: 5px;
	background-color: #f7f7f7;
	border: 1px solid #dfdfdf;
	}
	
/*
----------------------------------------------------------------------------- 
IMAGES
-----------------------------------------------------------------------------*/	

.floatImg
	{
	float: left;
	padding: 3px 10px 0px 0px;
	}

.mapThumb
	{
	float: right;
	padding: 0px 0px 5px 5px;
	}

.Thumbjet
	{
	float: right;
	padding: 0px 0px 5px 5px;
	}


.partnerImg
	{
	float: left;
	width: 120px;
	}

.partnerTxt
	{
	margin-left: 122px;
	}

/*

/*
------------------------------------------------------------------------------
PHOTO CREDIT
------------------------------------------------------------------------------*/

#leftCol
	{
	float:left;
	width:230px;
	}
	
#rightCol
	{
	margin-left: 232px;
	*margin-left: 235px; /* IE HACK */
	}
	
.credit
	{
	display: block;
	height: 53px;
	}
	
.creditImg
	{
	float: left;
	padding: 0 5px 0px 0;
	}
	
h5
	{
	font-size: 0.8em;
	line-height: 0.8em;
	}

/*----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/
form input
	{
	font-size: 0.7em;
	padding: 2px 4px 2px 4px;
	color: #666666;
	border: 1px inset #666666;
	border-left: 1px solid #666666;
	margin-right: 5px;
	margin-top: 7px;
	}
	
form button.signup 
	{
	 width: 46px;
   height: 22px;
	 vertical-align: bottom;
   border: none;
   cursor: pointer;
   cursor: hand;
   background: #fff url(/images/html/go.gif) no-repeat right top;
   }
	
/*
----------------------------------------------------------------------------- 
SUBNAV AND LISTS
-----------------------------------------------------------------------------*/

	
ul 
	{
	margin: 0;
	}
	
dl
	{
	margin: 0;
	padding-bottom: 50px;
	}
	
dt
	{
	font-size: 0.8em;
	*font-size: 0.75em; /* IE HACK */
	}
	
dd
	{
	font-size: 0.6em;
	*font-size: 0.54em; /* IE HACK */
	line-height: 1.5em;
	}

.list ul
	{
	padding-top:10px;
	}

.list li
	{
	font-size: 0.7em;
	line-height: 1.5em;
	list-style: none;
	list-style-position: outside;
	padding: 5px 0 0 10px;
	background: url(/images/html/bullet.gif) no-repeat 0px 12px;
	}

.bigList li
	{
	list-style: none;
	list-style-position: outside;
	padding: 0 0 0 10px;
	font-size: 0.8em;
	background: url(/images/html/bullet.gif) no-repeat 0px 10px;
	}
	
.box ul
	{
	padding-left: 5px;
	line-height: 1.2em;
	list-style: none;
	list-style-position: outside;
	}
	
.box ul li
	{
	font-size: 0.7em;
	padding: 0 0 0 10px;
	background: url(/images/html/bullet.gif) no-repeat 0px 8px;
	}

.subNav ul
	{
	margin: 0px 0px 0px 8px;
	}
	
.subNav ul li
	{
	color: #333333;
	list-style: none;
	list-style-position: outside;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	background: none;
	font-weight: bold;
	letter-spacing: 0.05em;
	}

.subNav a
	{
	color: #333333;
	text-decoration: none;
	font-size: 0.7em;
	}
	
.subNav a:hover
	{
	color: #bb8234;
	text-decoration: none;
	}
	
.subNavGal ul
	{
	margin: 0px 0px 0px 8px;
	}
	
.subNavGal ul li
	{
	color: #333333;
	list-style: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
	background: none;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 0.9em;
	}

.subNavGal a
	{
	color: #333333;
	text-decoration: none;
	font-size: 0.6em;
	}
	
.subNavGal a:hover
	{
	color: #bb8234;
	text-decoration: none;
	}
	
.pgNav
	{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 0.7em;
	}
	
.pgNav a
	{
	text-decoration: none;
	}

.pgLink
	{
	padding-top: 10px;
	font-size: 0.7em;
	}

.pgLink a
	{
	color: #000097;
	text-decoration: none;
	}
	
.pgLink a:hover
	{
	color: #bb8234;
	text-decoration: none;
	}
	
#sitemap dl
	{
	padding-top: 0px;
	}

#sitemap dt
	{
	font-size: 0.85em;
	line-height: 1.5em;
	list-style: none;
	list-style-position: outside;
	padding: 10px 0 0 10px;
	}

#sitemap dd
	{
	font-size: 0.7em;
	line-height: 1.5em;
	list-style: none;
	list-style-position: outside;
	padding: 0px 0 0 30px;
	background: url(/images/html/bullet.gif) no-repeat 20px 7px;
	}
	
/*
----------------------------------------------------------------------------- 
TYPOGRAPHY
-----------------------------------------------------------------------------*/

p 
	{
	font-size: 0.7em;
	line-height: 1.4em;
	color: #666666;
	}
	
h3
	{
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	}
	
h4
	{
	font-size: 0.7em;
	padding: 0px;
	}
h5
	{
	font-size: 0.8em;
	padding: 0 0 5px 0;
	margin: 0px;
	line-height: 1.3em;
	}
	
h6
	{
	font-size: 0.9em;
	padding: 0;
	margin: 0px;
	line-height: 0.8em;
	}


em 
	{
	font-style: normal;
	color: #666666;
	font-weight: bold;
	}
	
.hr
	{
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #dedede; 
	}
	
a
	{
	color: #000097;
	text-decoration: underline;
	}
	
a:hover
	{
	color: #bb8234;
	text-decoration: none;
	}
	
/*
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/



#footer 
	{
	border-top: 1px solid #E9E9E9;
	padding: 10px 0 25px 0;
	background-image: url(/images/html/footerBtm.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	}

#footer p 
	{
	color: #999999;
	font-size: 0.65em;
	line-height: 1.7em;
	letter-spacing: 0.075em;
	}
	
#footer a
	{
	color: #999999;
	text-decoration: none;
	}
	
#footer a:hover
	{
	color: #333333;
	text-decoration: none;
	}
	
#footer p.copyright
	{
	color: #cccccc;
	font-size: 0.625em;
	}
	
#footer .copyright a
	{
	color: #cccccc;
	text-decoration: none;
	}

#footer .copyright a:hover
	{
	color: #999999;
	text-decoration: none;
	}

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

#subFooter 
	{
	}

#subFooter p 
	{
	color: #cca166;
	font-size: 0.65em;
	line-height: 1.3em;
	margin-bottom: 20px;
	letter-spacing: 0.075em;
	}
	
#subFooter a
	{
	color: #cca166;
	text-decoration: none;
	}
	
#subFooter a:hover
	{
	color: #bb8234;
	text-decoration: none;
	}

/*
----------------------------------------------------------------------------- 
GALLERY
-----------------------------------------------------------------------------*/

#leftGal 
	{
	text-align: left;
	float: left;
	display: inline;
	width: 100px;
	padding-left: 33px;
	margin-top: 10px;
	}
	
#rightGal
	{
	text-align: left;
	margin-left: 134px;
	width: 610px;
	margin-top: 5px;
	}

/*
----------------------------------------------------------------------------- 
FLASH BANNER
-----------------------------------------------------------------------------*/

#error
	{
	text-align: center;
/*	margin: 20px 20px; */
	}

#error p
	{
	font-size: 0.7em;
	text-align: left;
	line-height: 1.3em;
	
	}
	

/*
----------------------------------------------------------------------------- 
FLASH TEXT REPLACEMENT
-----------------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash 
	{
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced 
	{
	visibility: visible !important;
	}

span.sIFR-alternate 
	{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 
	{
	visibility: hidden;
	*line-height: 0.35em;
	}

.sIFR-hasFlash h2 
	{
	visibility: hidden;
	padding-bottom: 10px;
	}
	
	/* Iphone config */
	.banner_text 
	{
	color: #999999;
	font-size: 0.65em;
	line-height: 1.7em;
	letter-spacing: 0.075em;
	text-decoration: none;
	}


	
