/* -----------------------------------------------
version	| 2.0
author	| hgcreative
contact	| hgcreative.net
date	| 9/11/07
----------------------------------------------- */

/* layout styles
 ----------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 62.5%;
}
.clearme:after {
	content: " ";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.clearme {
    zoom: 1
}
.wrapper { 
	color: #000000;
	width: 900px;
	height: auto;
	margin: 0px auto;
	background: url(../Images/styles_img/main-bg.jpg) #CC6600 repeat center bottom scroll;
}
#content {
	width: 900px;
	height: auto;
	margin: 0px auto;
	background: url(../Images/styles_img/main-border_02.png) transparent repeat center center scroll !important;
	background: url(../Images/styles_img/main-border_02.gif) transparent repeat center center scroll;
}
#header {
	background: url(../Images/styles_img/main-border_01.png) transparent no-repeat center top scroll!important;
	background: url(../Images/styles_img/main-border_01.gif) transparent no-repeat center top scroll;
	width: 900px;
	height: 240px;
	margin: 0px auto;
}
#footer { 
	width: 900px;
	height: 110px;
	margin: 0px auto;
	background: url(../Images/styles_img/main-border_03.png) transparent no-repeat center bottom scroll!important;
	background: url(../Images/styles_img/main-border_03.gif) transparent no-repeat center bottom scroll;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearfloat {
	clear: both;
}


/* footer
 ----------------------------------------------- */
 #footer p {
 	width: 755px;
	height: auto;
	margin: 0px auto;
	text-align: center;
    padding-top:75px;
}
 

/* main content
 ----------------------------------------------- */
 
.largeColumn { 
	width: 450px;
	margin: 0px 75px 0px auto;
}
.fatColumn {
	width: 500px;
	margin: 0px 75px 0px 10px;
}
.fullscreen {
	width: 700px;
	margin: 0px auto 0px 65px;
}
.fatColumn p, .largeColumn p {
	margin: 10px 0px;
}
.wd350 {
    width: 350px; 
	margin-left: 65px;
}
.wd450 {
	width: 450px;
	margin: 0px auto;
	padding: 0px 10px;
}
.wd500 {
	width: 500px;
	margin: 0px auto;
	padding: 0px 10px;
}
.wd600 {
    width: 600px;
	margin: 0px auto;
}
.wd700 {
    width: 700px;
	margin: 0px auto;
}

/*.wd450 p, .wd500 p {   not sure if this is causing problems in IE
	margin: 10px 0px;
}*/

/* secondary content
 ----------------------------------------------- */
 
.xthinColumn {
	width: 175px;
	/*margin: 0px auto 0px 65px;*/
	padding-left: 65px;
}
.narrowColumn {
	width: 200px;
	/*margin: 0px auto 0px 65px;*/
	padding-left: 65px;
}
.leftcolmargin {
	padding-left: 65px;
} 
.xthinColumn p, .narrowColumn p {
	margin: 10px 0px;
}
.wd175 {
    width: 175px;
	margin-left: 65px;
}
.wd240 {
    margin-left: 55px;
	width: 240px;
}
/*.wd175 p, .wd240 p {   not sure if this is causing problems in IE
	margin: 10px 0px;
}*/
 


/* main navigation styles
 ----------------------------------------------- */
 
#header #nav {
	position: relative;
	left: 360px;
	top: 30px;
}
ul {
	list-style-type: none;
	padding: 0;
	font-weight: bold;	
}
li {
	float: left;
	position: relative;
	width: 10em;
}
li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}
li>ul {
	top: auto;
	left: auto;
}
ul li a {
	display: block;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #663300;
	border-bottom: 0px;
	}
li:hover ul, li.over ul {
	display: block;
}
ul a:link {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;

}
ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	font-weight: bold;	
	font-style: normal;
	font-size: 1.2em;

}
ul a:visited {
	color: #663300;
	text-decoration: none;
	font-style: normal;
	font-size: 1.2em;

}
li a:link {
	color: #663300;
	text-decoration: none;
	font-style: normal;
	font-size: 1.2em;

}
li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	font-style: normal;
	font-size: 1.2em;
}

/* forms
 ----------------------------------------------- */
 
* input {
	background-color: #CC6600 !important; /* remove user/browser styles for firefox pc/mac */
	color:  #FFFFFF;
	border: #CC6600;
	border-width: thin;
}
select, textarea {
	background-color: #CC6600 !important; /* remove user/browser styles for firefox pc/mac */
	color:  #FFFFFF;
	border: 1px #FFFFFF solid;   
}
#form-mailinglist {
    width: 300px; 
	margin-left: 390px;
}



/* typefaces
 ----------------------------------------------- */

p, form {
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6 {
	color: #663300;
	font-family: Geneva, Arial sans-serif;
	text-align: left;
}
#footer p {
    color: #663300;
}
.list-fees ul, .list-shows ul {
    font-size: 1.2em;
	font-weight: 400;
}
h4  {
	font-weight: 700;
	font-size: 1em;
}
.answer {
    color: #FFFFFF;
	font-size: 1.3em;
	padding-bottom: 10px;
}


/* graphics
 ----------------------------------------------- */

* img {
    border: 0px;
}
img#title { 
	padding: 145px 65px 0px 0px;
}
.imgposition { /* img.place old style 										change/replace old style */
	position: relative;
	left: 135px;
	bottom: 150px;
}
#promophoto {
	width:324px; 
	margin: 0px auto;
}


/* links styles
 ----------------------------------------------- */
 
a.linkbox:link, a.linkbox:visited, a.linkbox:hover, a.linkbox:active {
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;
	background-color: #663300;
	display: inline;
	text-decoration: none;
	font-size:11px;
}
a.links:link, a.links:visited, a.links:active, li.links:link, li.links:visited, li.links:active {
	text-align: justify;
	color: #000000;
	text-decoration: none;
}
a.links:hover, li.links:hover {
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;
	background-color: #663300;
	text-decoration: none;
}
.list-links ul li a, .list-links ul li a:hover {
	text-align: justify;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
	border: 0px;
	clear: both;
}	

/* embellishments
 ----------------------------------------------- */
 
hr {
	width: 100%;
	margin:15px auto;
	border: 1px #FFFFFF solid;
}


/* lists
 ----------------------------------------------- */
 .list-fees, .list-links {
	width: 150px;
    margin: 0px auto;
	padding: 0px 15px;
 }
 .list-fees ul, .list-links ul {
	width: 150px;
	display: block;
	margin: 0px auto;
	padding: 0px;
}
.list-fees li, .list-links li {
	width: 150px;
    clear: both;
}
 .list-shows {
	width: 200px;
    margin: 0px auto;
	padding: 0px 15px;
 }
 .list-shows ul {
	width: 200px;
	display: block;
	margin: 0px auto;
}
.list-shows li {
	width: 200px;
    clear: both;
}
.list-links h4 {
    margin-top: 10px;
}

 
 /* rollovers styles
 ----------------------------------------------- */


/*

#header #nav {
	position: relative;
	left: 360px;
	top: 30px;
}
#header #nav ul {
	list-style-type: none;
	padding: 0;
	font-weight: bold;	
}
#header #nav li {
	float: left;
	position: relative;
	width: 10em;
	list-style-type: none;
}
#header #nav li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}
#header #nav li>ul {
	top: auto;
	left: auto;
}
#header #nav ul li a {
	display: block;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #663300;
	border-bottom: 0px;
	}
#header #nav li:hover ul, li.over ul {
	display: block;
}
#header #nav ul a:link {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;

}
#header #nav ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	font-weight: bold;	
	font-style: normal;
	font-size: 1.2em;

}
#header #nav ul a:visited {
	color: #663300;
	text-decoration: none;
	font-style: normal;
	font-size: 1.2em;

}
#header #nav li a:link {
	color: #663300;
	text-decoration: none;
	font-style: normal;
	font-size: 1.2em;

}
#header #nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	font-style: normal;
	font-size: 1.2em;
}


*/