body {
	color: white;
	font-size: 0.8em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #1a1f4a;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}

#player {
	text-align: center;
	margin: 15px auto;
}
	
#container {
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

#wrapper {
	background-image: url(../images/wrapper-bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
}

#mast-nav {
	width: 770px;
	height: 40px;
	clear: both;
}

#header {
	width: 750px;
	height: 150px;
	clear: both;
	margin-bottom: 10px;
}

#main-nav {
	width: 175px;
	float: left;
	margin-left: 15px;
	display: inline;
}

#main-content {
	width: 540px;
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	display: inline;
}

#footer {
	font-size: 0.9em;
	background-color: #1a1f4a;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 top;
	text-align: center;
	width: 770px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

#splash-footer {
	font-size: 0.9em;
	background-color: #4c4c4c;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 770px;
	clear: both;
}

/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/

h1 {
	font-size: 1.5em;
	text-align: left;
}

h2 {
	font-size: 1.25em;
	background-image: url(../images/h2-bg.gif);
	text-align: center;
	clear: both;
	padding: 3px;
	border: solid 1px #666;
}

h3 {
	font-size: 1.1em;
	text-align: left;
}

h4 {
	font-size: 1.1em;
	text-align: center;
}

h5 {
	font-size:  1.1em;
	text-align: left;
	margin-top: 25px;
	margin-bottom: -5px;
	border-bottom: 1px solid #666;
}

a:link, a:visited {
	color: #f7fdc1;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
}

h2 a:link, h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------------
	Mast Nav
-------------------------------------------------------*/

#mast-nav * {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mast-nav li {
	float: left;
}

#mast-nav a {
	height: 40px;
	padding: 0 15px;
	float: left;
	display: inline;
	color: #fff;
	font-size: 1.2em;
	font-variant: small-caps;
	line-height: 1.6em;
	text-decoration: none;
}

#mast-nav a:hover {
	text-decoration: underline;
}
	
#splash-mast-nav * {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#domain-button {
	width: 115px;
	margin-right: 50px;
}


/*-------------------------------------------------------
	Main Nav
-------------------------------------------------------*/

#main-nav * {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main-nav ul {
	float: left;
	margin-bottom: 25px;
}

#main-nav li {
	float: left;
}

#main-nav a {
	color: #fff;
	font-size: 1em;
	font-variant: small-caps;
	line-height: 1.6em;
	text-decoration: none;
	text-indent: 2px; /* This was 10px, but Sandy requested a button to be too long (FAQs) on 03/12/09 */
	width: 175px;
	float: left;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#main-nav a:hover {
	background-image: url(../images/main-nav-over-bg.gif);
	border-top: 1px solid #696969;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}

.img-link a, .img-link a:hover, .img-link img {
	text-indent: 0;
	margin: 0 0 0 0;
	padding: 0;
	border-width: 0;
}

#main-nav a.main-nav-down {
	color: white;
	background-color: #282f73;
	background-image: url(../images/main-nav-down-bg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #626262;
	border-right: 1px solid #626262;
	border-bottom: 1px solid #626262;
	cursor: default;
}

/*-------------------------------------------------------
	footer
-------------------------------------------------------*/

.footer-links {
	font-variant: small-caps;
	margin: 0;
	padding: 0;
}

.deilink {
	font-size: 0.75em;
	font-style: italic;
}

/*-------------------------------------------------------
	main-content
-------------------------------------------------------*/

#main-content img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 2px;
	border: solid 1px #666;
}

#main-content li {
	margin-bottom: 10px;
}


/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/

.links-ul li {
	text-align: left;
	list-style-image: url(../images/links-ul.gif);
}

.emergencies-ul li {
	list-style-image: url(../images/emergencies-ul.gif);
}

.checks-ul li {
	list-style-image: url(../images/checks-ul.gif);
}

.warnings-ul li {
	list-style-image: url(../images/warnings-ul.gif);
}

.splash-content-td {
	font-size: 1em;
	text-align: left;
}

.links-table {
	width: 100%;
}

.links-table td {
	text-align: center;
	vertical-align: top;
	width: 50%;
}

.definition {
	font-size: .75em;
	margin-left: 20px;
}

.normal {
	font-weight: normal;
	font-style: normal;
}

/*-------------------------------------------------------
	Browser Fixes
-------------------------------------------------------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/*-------------------------------------------------------
	franchise_form
-------------------------------------------------------*/

#franchise_form * {
	list-style-type: none;
}

#franchise_form {
	text-align: left;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: solid 1px #666;
}

.indented-span {
	margin-left: 25px;
}

.required {
	padding-top: 3px;
	border-bottom: 1px solid #c00;
}

#franchise_form h3 {
	background-image: url(../images/h2-bg.gif);
	clear: both;
	margin: 0 0 10px;
	padding: 3px 3px 3px 10px;
	border-bottom: 1px solid #666;
}

#franchise_form em {
	font-size: 0.9em;
}

#franchise_form label {
	text-align: right;
	width: 175px;
	float: left;
	margin-right: 10px;
	display: block;
}
	
	
.bot-input {
	float: left;
	margin-left: -999em;
}

/*-------------------------------------------------------
	contact_form
-------------------------------------------------------*/
#contact_form * {
	list-style-type: none;
}

#contact_form {
	text-align: left;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: solid 1px #666;
}

.indented-span {
	margin-left: 25px;
}

.required {
	padding-top: 3px;
	border-bottom: 1px solid #c00;
}

#contact_form em {
	font-size: 0.9em;
}

#contact_form label {
	text-align: right;
	width: 175px;
	float: left;
	margin-right: 10px;
	display: block;
}

.bot-input {
	float: left;
	margin-left: -999em;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

