/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#FFF;
	font-family: 'Lucida Grande', Sans-Serif;
	font-size: 95%;
	color: #999999;
	text-align: center;
}

img { 
	border: none; 
}

a img { 
	border: none; 
}

a:active, a:visited {
	outline: none;
	border: none;
}



p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0;
	padding: 1.0em 1.5em 0 1.5em;
	
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #AEAA6C;
	padding: 20px 0 0 20px;
}


.print h2 {
	font-size: 1.0 em;
	font-weight: normal;
	color: #AEAA6C;
	padding: 0 0 20px 10px;
}

.print h3 {
	font-size: 1.0em;
	font-weight: normal;
	color: #AEAA6C;
	padding: 20px 0 20px 10px;
}


h3 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 20px 0 0 20px;
	color: #CCCCCC;
}


#wrapper {
  	width: 800px; 
  	margin: 20px auto 0; 
  	text-align: left; 
	
}

.thanks #mainContent {
	height: 500px;
	}

#header {
	background: url(../images/design/header.png) no-repeat !important;
	background: url(../images/design/header.gif) no-repeat;
	width: 791px;
	height: 169px;
	margin: 0;
	padding: 0;
	
}


a#here {
    background-color: transparent !important;
    color: #CCCCCC !important;
}




h1 {
	text-indent: -100000px;
	background: url(../images/design/logo.png) no-repeat !important;
	background: url(../images/design/logo.jpg) no-repeat;
	width: 118px;
	height: 58px;
	position: relative;
	top: 80px;
	left: 55px;
}

#sideContent {
	float: left;
	height: 92px;
	width: 100px;
	
	
}



#mainContent {
	background: url(../images/design/body.png) repeat !important;
	background: url(../images/design/body.gif) repeat;
	width: 751px;
	padding: 0 15px 20px 15px;
	margin: 0px;


}

#content {
	padding: 0px 0 20px 20px;
	
}
.print #content, .photo #content, .logo #content {
	margin: 0;
	padding: 20px 0px 0px 25px;

}

#nav {
	font-size: 90%;
	text-align: right; 
	padding: 60px 45px 0 0;
}



#nav li{
	margin: 0 2px 0 0;
	display: inline; 
}

#nav li a{		
	padding: 0 10px 0 0;
	color: #AEAA6C;
	text-decoration: none;

}
#nav li a:hover {
	color: #CCCCCC;
}

#nav li a.active {
	padding: 0;
	font-weight: bold;
}

#nav ul#subnav {
	float: left;
	text-align: right;
	width: 100%;
 	margin: 5px 0px 5px 0;
 	padding: 3px 0px 3px 0;
}

* html #nav ul#subnav {
 	margin: 2px 0 5px 0; /* IE hack */
 }
 
#nav ul#subnav li {
 	padding: 3px 0 3px 0;
 }
 
#nav ul#subnav li a {
	color: #AEAA6C;

 }
#nav ul#subnav li a:hover {
	color: #CCCCCC;
 }




/*positioning thumbnails*/

.thumbnail {
	float: left;
	padding-left:10px;
	
}

.photo .thumbnail {
padding-bottom: 10px;

}

.thumbnail p{
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 0.7em;
	text-align: center;
	line-height: normal;

}

.thumbnail p a {
	text-decoration: none;
}

.thumbnail a:hover{
	color: #FF0033;
}

.thumbnail img {
	border: 3px solid #CCC;
	
}

.spacer {
	clear: both;
	
}


#fImage {

	position: relative;
	padding: 60px 20px 0px 50px;
	margin:0;
	
}


.warning {
    color: #CC3366;
}




form {
    margin: 0;
	padding-top: 10px;
}

form h2 {
    color: #999;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

form p {
    margin: 0 0 5px 0;
}

.formbox {
    width: 250px;
}

fieldset {
    border: none;
}

label {
    font-weight: bold;
    color: #999;
    display: block;
}

#footer { 
  	clear: both;
	background: url(../images/design/footer.png) no-repeat !important;
	background: url(../images/design/footer.gif) no-repeat;
	height: 80px;
	width: 791px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
} 

#footer p {
	padding-top: 25px;
}




