@charset "utf-8";
/* CSS Document */

body {
	background:url(../graphics/pagebg3.jpg);
}

h1 {
	text-indent: -9999px;
	background: url(../graphics/mainhead.png) center top no-repeat;
	height: 66px;
	margin-top: 5px;
}	
h2 {
	font-family: Cambria, "Times New Roman", serif;
	font-size: 32px;
	color: #6C006C;
	padding: 5px;
}
h3 {
	font-family: Cambria, "Times New Roman", serif;
	font-size: 17px;
	color: #6C006C;
	padding: 5px;
	font-style: italic;
}
a {
	text-decoration: none;
	color: #6C006C;
}
a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

#main_head {
	width: 660px;
	height: 120px;
	background: url(../graphics/silverbg.png) left top repeat-x;
	left: 50%;
	margin-left: -330px;
	border: 1px solid #000;
	top: -95px;
	position: absolute;
}
#main_head #main_nav {
	padding-top: 20px;
	font-size: 18px;
	
}
#main_foot #main_nav {
	padding: 5px;
	font-size: 13px;
	
}
#main_foot p {
	font-family: Cambria, "Times New Roman", serif;
	font-size: 13px;
	text-align: center;
	padding: 5px;
}
#main_nav {	
	text-align: center;
	font-family: Cambria, "Times New Roman", serif;
}
#main_nav a {
	text-decoration: none;
	color: #6C006C;
	padding: 2px 15px;
}
#main_nav a:hover {
	background: #C5C5C5;
}
#main_nav li {
	display: inline;

}
#main_container {
	width: 900px;
	background: #000000;
	margin: 120px auto;
	position: relative;
	padding: 40px;
}
#main_body {
	font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	background: #D6D6D6;
	padding: 10px;
}
#main_content {
	font-size: 13px;
	margin-left: 180px;
}
#main_content.home {
	margin-left: 0;
}
#main_content.home p {
	margin-left: 275px;
	margin-right: 200px;
}
#main_content p {
	padding: 5px;
}
#subnav ul{
	font-size: 16px;
	width: 150px;
	float: left;
}
#subnav li {
	border-bottom: 1px solid #000;
}
#subnav li a {
	text-decoration: none;
	color: #6C006C;
	padding: 3px;
	display: block;
	width: 135px;
	margin: 0;
}
#subnav a:hover {
	background: #C5C5C5;
}

#main_foot {
	width: 660px;
	background: url(../graphics/silverbg.png) left top repeat-x;
	left: 50%;
	margin-left: -330px;
	border: 1px solid #000;
	bottom: -80px;
	position: absolute;
}
#credits {
	float: right;
	width: 200px;
}
#address {
	margin: 0 210px;
	width: 200px;
}
#copyright {
	float: left;
	width: 200px;
}
#main_content li {
	margin-left: 15px;
}
/* Lovely self-clearing declaration */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.img_panel {
width: 275px;
}
.img_panel img {
	margin-top: 5px;
}
.flt_right {
	float: right;
	margin-left: 10px;
}
.flt_left {
	float: left;
	margin-right: 10px;
}

.photogallery li{
text-align:center;
	float: left;
	height: 90px;
	width: 90px;
}
.photogallery li img {
	border: 2px solid #000000;
}

/* hackety hack */
/* IE6 declarations.  */
* html .group {
	height: 1%;
}
* html #headnav ul {
	margin: 33px 0 0 0;
} 
/* IE7 declarations. */
*:first-child+html .group {
	min-height: 1px;
}

/* Contact Form Style */
div.formrow {clear:both;}
/* Credit to Anthony Eggert - stylephreak.com August 2004 */

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 1em 0;
    border: none;
}

legend {
    margin: .5em 0;
    padding: 0 .5em;
    color: #000;
    background: #ccc;
    font-size: 1.1em;
    font-weight: bold;
}

label {
    float: left;
    width: 150px;
    padding: 0 1em;
    text-align: right;
}

fieldset div {
    margin-bottom: .2em;
    padding: 0;
    display: block;
}

fieldset div input, fieldset div textarea {
    border: 1px solid #000;
    padding: 1px;
}
fieldset div textarea { height:100px; }
fieldset div select {
    padding: 1px;
}
.widetext {
    width: 230px;
}
.narrowtext {
	width:100px;
}

div.multiples {
    float: right;
}

div.multiples input {
    width: 1em;
	border:0;
}

div.multiples label {
    display: block;
    width: 175px;
    padding-left: 1px;
    text-align: left;
}

#submitbtn {
    clear: both;
    padding-top: 0;
    text-align: center;
}
/* End Form Styling */
