/* CSS Document */


* {
	margin:0;
	padding:0;
	}
	
html, body, #wrap {
	height: 100%;
	}

body > #wrap {
	height: auto;
	min-height: 100%;
	}
	
body {
	margin-top: 0px;
	background: black;
	background-image:
	url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-attachment; fixed;
	background-position: 50% 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}

#wrap {
	background: beige;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	}

#header	{
	background-image:
	url(../images/bg_header_noLogo.jpg);
	background-repeat: repeat-x;
	width: 960px;
	height: 120px;
	margin-top: 4px;
	}

#main {  /* must be same height as the footer */
	padding-bottom: 120px;
	}

#footer {
	position: relative;
	background: #505050;
	background-image:
	url('../images/bg_footer.jpg');
	background-repeat: repeat-x;
	height: 120px; /* match main & below */
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -120px; /* negative value of footer height */
	clear: both;
	}

#navTop	{
	text-align: left;
	background-image:
	url(../images/bg_navTop.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	width: 960px;
	height: 25px;
	padding-top: 10px;
	border-bottom: 1px dotted black;
	}

#navFooter	{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .55em;
	font-weight: bold;
	padding-top: 30px;
	}

#contentLeft {
	float: left;
	width: 190px;
	display: inline;
	}
	
#contentMiddle {
	float: left;
	width: 56%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 10px;
	}
	
#specials {
	background-image:
	url('../images/bg_specials.jpg');
	background-repeat: no-repeat;
	float: right;
	width: 202px;
	margin-top: 10px;
	padding-right: 4px;
	display: inline;
	}
	
#membership {
	background-image:
	url('../images/bg_membership.jpg');
	background-repeat: no-repeat;
	float: right;
	width: 202px;
	margin-top: 10px;
	padding-right: 4px;
	display: inline;
	}
	
#iconsRight {
	float: right;
	width: 202px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 4px;
	display: inline;
	}

/* ****** FORM ****** */
#contentForm {
	float: left;
	width: 700px;
	height: 800px;
	margin-right: 10px;
	margin-top: 15px;
	}
	
#formResults {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 10px;
	border: 1px dotted black;
	}
	
#subbut {
	width:100px;
	margin-top:10px;
	border:thin solid black;
	float: right;
	/* position:relative; */
	font-size: .7em;
	}

label {
	display: block;
	float: left;
	text-align: right;
	/* font-weight: bold; */
	font-size: .7em;
	width: 180px;
	padding-right: 6px;
	margin-bottom: 10px;
	}

input.form {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	}

textarea {
	display: block;
	width: 400px;
	float: left;
	margin-bottom: 10px;
	}

select {
	display: block;
	width: 240px;
	float: left;
	margin-bottom: 10px;
	}

.formNote	{
	color: #202020;
  	/* font-weight: bold; */
	font-size: .7em;
	padding-left: 30px;
	}

br.form {clear: left;}

#note {
	width: 380px;
	color: #a00;
	margin-left: 100px;
	font-size: .7em;
	}


/* ****** Text ****** */

.center {
	text-align: center;
	}

.bold	{
	color: black;
  	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
.italic	{
	color: black;
	font-style:italic; 
	font-size: 1.2em;
	line-height: 1.4em;
	}

.boldSpecial{
	color: red;
  	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	}

.red	{
	color: red;
  	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;
	}

p.slim	{
	color: #202020;
	font-size: .6em;
	line-height: 1.2em;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	}

p.center	{
	text-align: center;
	color: #202020;
	font-size: .8em;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	}

p.specials {
	color: #222;
	font-size: .8em;
	line-height: 1em;
	text-align: left;
	margin-bottom: 15px;
	padding-top: 50px;
	padding-left: 6px;
	padding-right: 4px;
	border-top: 1px dotted black;
	border-left: 1px dotted black;
	}
	
p.membership {
	color: #222;
	font-size: .7em;
	line-height: 1em;
	text-align: center;
	height: 200px;
	padding-top: 80px;
	padding-right: 8px;
	border-top: 1px dotted black;
	border-left: 1px dotted black;
	}
	
p.sidebars {
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: .6em;
	line-height: 1.2em;
	text-align: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 2px;
	}

p.footerRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: yellow;
	font-size: .7em;
	line-height: 1.4em;
	text-align: right;
	padding-top: 5px;
	padding-right: 180px;
	}


/* ****** Images ****** */

img {
	border: none;
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.photostrip {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-left: 5px;
	}


/* ****** Navigation ****** */

a.plain {
	text-decoration: none;
	}
	
a.white {
	text-decoration: none;
	color: white;
	}
	
a.bold {
	font-weight: bold;
	text-decoration: none;
	color: blue;
	}

/* NavTop */

#navMain li {
	display: inline;
	}
	
#navMain a {
	color: #666;
	padding: 0px 10px;
	text-decoration: none;
	}
	
#navMain a:hover {
	color: #333;
	}
	
#navMain #currentpage a {
	color: black;
	}

#navMain ul {
	list-style: none;
	margin: 0;
	}
	
	
/* Nav Left */

#navLeftDiv {
	background: white;
	width: 190px;
	margin-top: 10px;
	margin-left: 5px;
	border-bottom: 1px dotted black;
	}

#navLeft li {
	display: block;
	background: #f1f1f1;
	width: 190px;
    margin: 0;
	padding-top: 3px;
    padding-bottom: 3px;
	border-top: 1px dotted black;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	}
	
#navLeft li:hover{
	display: block;
	background: white;
	width: 190px;
    margin: 0;
	}
	
#navLeft a {
	color: #666;
	padding: 0px 5px;
	text-decoration: none;
	}
	
#navLeft a:hover {
	color: #333;
	}
	
#navLeft #currentpage a {
	color: red;
	}

#navLeft ul {
	list-style: none;
	margin: 0;
	}
	
/* Nav footer */

a.navFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
	}
	
#navFooter #currentpage a {
	color: black;
	}
	
/* ***** */

/* CLEAR FIX*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */


