/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #000;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin: 0;
	text-transform: none;
	padding: 5px 30px 5px 35px;
}


ul {
	font-size: 12px;
	line-height: 16px;
	color: #645a4a;
	margin: 0 15px 0 35px;
	padding: 0;
	}

li {
	font-size: 12px;
	line-height: 16px;
	color: #645a4a;
	margin: 0 25px 0 10px;
	}
	
ul.left {
	float: left;
	margin: 0 0 0 35px;
	list-style-type: circle;
	width: 250px;
	}
	

ul.right{
	float: right;
	margin: 0 5px 0 0; 
	list-style-type: circle;
	width: 250px;
	}

h1 {
	font: bold 20px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 45px 0 0 10px;
	margin: 0px 0 8px 10px;
	}

h2 {
	font: normal 15px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 10px 0 0 15px;
	margin: 0px 0 8px 10px;
}

h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;;
	color: #fff;
	padding: 10px 0 0 15px;
	margin: 0px 0 8px 10px;
}


/* Creates the general link style for the site. This is not the main navigation.  */


a:link {
	text-decoration: underline;
	color: #9b0ea8;
	font-size: 12px;
	}

a:hover {
	text-decoration: none;
	color: #d10dd3;
	}

a:visited {
	text-decoration: none;
	color: #9b0ea8;
	}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates the div container for the site. */
div#container {
	width: 842px;
	margin: 0px auto 0px auto;
	padding: 0;
	}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */


div#header {
	width: 842px;
	margin: 0;
	padding: 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 175px;
		}

		
div#main-content {
	width: 842px;
	margin: 0;
	padding: 0;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	height: 397px;
		}
		
div#main-content_text {
	width: 842px;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(images/content_bg_text.jpg);
	background-repeat: no-repeat;
	height: 555px;
	text-align:left;
	color:#FFFFFF;
	font-family:"century gothic",Arial, Helvetica, sans-serif;
		}					
		
div#main-content_gallery {
	width: 842px;
	margin: 0;
	padding: 20px 0 0 0;
	background-image: url(images/content_bg_gallery.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	height: 693px;
		}					
				
		
					
/* Creates the div for the content */

div#content {
	float: left;
	margin: 0px 0 0 0px ;
	padding: 0;
	width: 572px;
	}

/* Styles the footer div */
	
div#footer {
	margin: 0px 0 0 0;
	padding:0px;
	width: 842px;
	background-image: url(images/footer.jpg);
	height: 38px;
	
		}	


/* Styles the copyright div */
div#copyright {
	text-align: left;
	width: 842px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #a7a5a7;
	margin: 0;
	padding: 0;
	}
	
div#copyright p {
	text-align: left;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #a7a5a7;
	margin: 0px 0px 0 0;
	padding: 2px 0px 0 10px;
	}
		
div#copyright a {
	font-size: 9px;
	color: #a7a5a7;
	text-decoration: none;
	font-weight: bold;
}



/*  =Main Navigation
---------------------------------------------*/
/* top navigation */

div.topnav {
	position: relative;
	top: 115px;
	left: 40px;
	width: 655px;
}

#navlinks {
 float: left;
 margin: 0;
 padding: 0;
 height: 40px;
 }

#navlinks li {
 list-style: none;
 float: left;
 margin: 0;
 padding: 0;
 height: 40px;
}

#navlinks li a {
 display: block;
 padding: 8px 0 0 0;
 text-decoration: none;
 text-align: center;
 color: #fff;
 width: 103px;
  height: 40px;
   font: normal 16px "Century Gothic", Arial, Helvetica, sans-serif;
}

#navlinks li a:hover, #navlinks li ul li:hover a, #navlinks li:hover {
 width: 103px;
 color: #fff;
  background-image: url(images/nav_on.png);
 background-repeat: no-repeat;
 background-position: top center;
}

#navlinks li.current {
 width: 103px;
 background-image: url(images/nav_on.png);
 background-repeat: no-repeat;
 background-position: top center;
 color: #fff;
}

#navlinks li ul {
 display: none;
 margin: 0;
 padding: 0;
  height: 40px;
}

#navlinks li ul li a {
 margin: 0;
 padding: 0;
 width: 150px;
 text-align: center;
  height: 40px;
  font-weight: bold;
}

#navlinks li ul li {
 margin: 0;
 padding: 0;
}

#navlinks li:hover ul, #navlinks li.hover ul {
 position: absolute;
 display: inline;
 left:0;
 top: 45px;
 width: 800px;
 margin: 0;
 padding: 0;
}

#navlinks li:hover li, #navlinks li.hover li {
 float: left;
 width: 150px;
 background-image: none;
 color:#CC0000;
 font-weight: bold;
}

#navlinks li ul li a:hover {
 margin: 0;
 padding: 0;
 font-weight: bold;
 text-align: center;
 width: 150px;
 background-image: none;
 color: #CC99FF;
}




/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 400px;
	text-align: left;
	margin: 0 30px 0 0px;
	padding: 0;
	font-size: 12px;
	float: right;
}
div#form2 {
	width: 750px;
	text-align: right;
	margin: 0 0px 0 0px;
	padding: 0;
	font-size: 12px;
	float: left;
}

form p {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.title {
	font-size: 12px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	}
	
input {
	margin-bottom: 5px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	padding: 3px 0 0 0;
}

.submit {
	width: 100px;
	margin: 0 0 0 150px;
	padding: 0;
	height: 30px;
	}
.reset {
	width: 100px;
	margin: 0 0 0 150px;
	height: 30px;	}	

select {
	padding-left: 20px;
	margin-bottom: 0px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	height: 100px;
}

.textfield2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0 0 3px 0;
	padding: 0;
	height: 20px;
}

label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	clear: right;
}
.ps {
	font-size: 9px;
	text-align: left;
	margin: 0;
	color: #fff;
	width: 350px;
	padding: 100px 0 0 25px;
}
		
/* ----------------- CUSTOM CLASSES ----------------- */

.bold {
	font-weight:bold;
	}
	
#clear {
		clear:both;
		height: 0px;}
			

.index_flash {
	padding: 0;
	margin: 20px 0 0 0;
	float: left;
	clear: both;
	}
	
.gallery_flash {
	margin: 20px 0 0 0;
	padding: 0;
	}
	
.pic_right {
	float: right;
	margin: 0px 25px 0 20px;
	padding: 0;}		