/* CSS Document */


* {
	margin:0;
	padding:0;
	} 


html, body, #wrap {
	height: 100%;
	}

body > #wrap {
	height: auto; min-height: 100%;
	}

body {
	background: #222;
	background-image:
	url('../images/bg.jpg');
	}

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

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

#overlay	{
	width: 960px;
	}

#footer {
	position: relative;
	background: #222;
	/*background-image:
	url('../images/fader-bottom.jpg');
	background-repeat: repeat-x;*/
	height: 60px; /* match main & below */
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -60px; /* negative value of footer height */
	clear:both;
	border-top: 1px dotted #111;
	}

#nav1	{
	display: block;
	background-image:
	url('../images/fader-top.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 960px;
	height: 50px;
	}

#fader	{
	background: #222;
	background-image:
	url('../images/fader-bottom.jpg');
	background-repeat: repeat-x;
	width: 960px;
	
	}

#contentLeft {
	float: left;
	/*background-image:
	url('../images/bg_photostrip_500.jpg');
	background-repeat: no-repeat;*/
	width: 650px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 3px;
	display: inline;
	}

#contentMiddle {
	width: 960px;
	height: 500px;
	}

#contentMiddleFlat {
	background: black;
	background-image:
	url('../images/scVertFlat.jpg');
	background-repeat: no-repeat;
	height: 500px;
	padding-left: 35px;
	}

#contentRight {
	float: right;
	background-image:
	url('../images/special.jpg');
	background-repeat: no-repeat;
	width: 270px;
	height: 320px;
	margin-left: 5px;
	margin-right: 15px;
	padding-top: 3px; /*PADDING*/
	display: inline;
	}


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

h1	{
	font-family: Tahoma, Geneva, sans-serif;
	color: white;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 15px;
	}

h1.special	{
	font-family: Tahoma, Geneva, sans-serif;
	color: orange;
	font-size: 22px;
	padding-left: 15px;
	padding-top: 25px;
	}

.bold	{
  	font-weight: bold;
	font-size: 16px;
	}

.italic	{
	color: white;
  	font-style: italic;
	font-size: 14px;
	}

.credit	{
	color: white;
	text-decoration: none;
	background-color: black;
	opacity: .85;
	padding-left: 10px;
	padding-right: 10px;
	}

.creditCurrent	{
	color: orange;
	font-weight: bold;
	text-decoration: none;
	background-color: black;
	opacity: .85;
	padding-left: 10px;
	padding-right: 10px;
	}

p.overlay	{
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	color: white;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: -40px;
	padding-left: 10px;
	padding-top: 5px;
	}

p.topContact	{
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	color: white;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: -30px;
	padding-left: 10px;
	padding-top: 5px;
	}

p.slim	{
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	font-size: 13px;
	padding: 0 0 0 25px;
	}

p.center	{
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	color: white;
	font-size: 16px;
	padding-top: 60px;
	}

p.special {
	font-family: Tahoma, Geneva, sans-serif;
	color: white;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 25px;
	}

p.left {
	font-family: Tahoma, Geneva, sans-serif;
	color: #222;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
	padding-top: 50px;
	padding-left: 5px;
	padding-right: 2px;
	}

p.footerRight {
	font-family: Tahoma, Geneva, sans-serif;
	color: white;
	font-size: 11px;
	line-height: 1.4em;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	}

p.padding	{
	background: white;
	padding-left: 25%;
	padding-right: 20%;
	line-height: 14px;
	}


/* ****** 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;
	}

img.thumb {
	border: solid 1px DimGray;
	}


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


a.plain {
	color: white;
	text-decoration: none;
	}

a.orange {
	color: orange;
	text-decoration: none;
	}

#navigation li {
	display: inline;
	}
	
#navigation a {
	color: #888;
	padding-left: 10px;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: white;
	}
	
#navigation #currentpage a {
	color: orange;
	}

/*#navigation ul {
	list-style: none;
	text-align: right;
	margin: 0;
	}*/

ul.nav {
	text-align: right;
	padding-right: 20px;
	}

/* form */

#subbut {
	width:100px;
	margin-top:10px;
	border:thin solid black;
	float: right;
	/* position:relative; */
	font-size:70%;
	}

label {
	display: block;
	float: left;
	text-align: right;
	font-weight: bold;
	font-size: 83%;
	width: 250px;
	padding-right: 6px;
	margin-bottom: 10px;
	}

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

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

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

.formNote	{
	color: #202020;
  	font-weight: bold;
	font-size: 1em;
	padding-left: 70px;
	}

br.form {clear: left;}

#note {
	width: 380px;
	color: #a00;
	margin-left: 260px;
	font-size: 83%;
	}

/* 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 */


/* Gallery & Thumbnails */

.gallery li {
        display: inline;
        list-style: none;
        width: 50px;
        min-height: 80px;
        float: left;
		padding-left: 50px;
		padding-top: 25px;
        margin: 0 10px 10px 0;
        text-align: center;
	}

