@charset "UTF-8";

body { 
  font:62.5%/2.2em Georgia, "Times New Roman", Times, serif;
  color:#fff;
  }

#wrapper{
	width: 960px;
	position:relative;
	margin: 50px auto 0 auto;
	}

#header{
	width: 960px;
	float: left;
	padding: 20px 0 40px 0;
	}

.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	}

#header p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	color:#333;
	}

.category{
	margin: 20px 0 20px 0;
	width: 960px;
	clear:both;
	float: left;
	border-top:#333 dotted 1px;
	border-bottom:#333 dotted 1px;
	padding: 10px 0 10px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	}

/*GALLERY*/

.thumbs {
	clear:both;
	position: relative;
	padding-left: 10px;
	overflow:hidden;
	text-align:center;
	}
	
.thumbs li {list-style-type:none;}

.thumbs img {border:1px solid #fff;}

.thumbs li {
	float:left;
	overflow:hidden;
	text-align:center;
	padding: 5px 7px 7px 5px;
	margin:0 20px 20px 0;
	width:200px;
	height:60px;
	border:1px dotted #53768f;
	background-color:#e2e2e2;
	}

#dropdown-wrap {
	background: #a3b4c8 bottom left;
	}

#dropdown {
	width: 960px;
	margin: 0 auto;
	padding: 4px 0;
	position: relative;
	/*display: none;*/
	}	

#dropdown p {
	color: #393230;
	font-size: 1.1em;
	}
	
#dropdown a {
	color: #bae4fc;
	border-bottom: 1px solid #5bbffa;
	}
	
#dropdown a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	}
		
#dropdown-tab {
	position: absolute;
	right: 0px;
	bottom: -25px;
	}

#dropdown-tab a {
	width: 127px; height: 28px;
	background: url(../images/dropdown-tab.gif) no-repeat bottom left;
	text-indent: -9999px;
	display: block;
	border: 0;
	}

#about {
	width: 530px;
	padding-right: 30px;
	float: left;
	}
	
#about p{
	font-size: 1.4em;
	line-height: 180%;
	color: #FFF;
	padding-bottom: 10px;
	}

#about a{
	color: #e5effc;
	text-decoration: none;
	border-bottom: #e5effc dotted 1px;
	}

#about a:hover{
	color: #8ca7c8;
	text-decoration: none;
	border-bottom: #8ca7c8 dotted 1px;
	background-color:#c7d4e2;
	}
	
#dropdown-tab a:hover {
	border: 0;
	}
		
#biopic{
	float: left;
	margin: 10px 15px 0 0;
	border: solid 6px #c7d4e2;
	width: 200px;
	height: 125px;
	}
	
#contact {
	width: 400px;
	float: right;
	}
			
#contact p {
	font-size: 1.4em;
	line-height: 180%;
	color: #FFF;
	padding-bottom: 10px;
	}

/* BEGIN Contact Form Styles */

* {border:0;outline:none;}

#contact_form {
	position:relative;
	}

form fieldset {
	margin-top: 0;
	}
	
label {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	margin: 8px 0 4px 0;
	text-transform: uppercase;
	}
	
label.error {
	font-weight:normal;
	color:#365880;
	text-transform: none;
  	}

input.text-input, textarea.text-input{
	background-color: #fff;
	border: 1px solid #ddedff;
	padding: 6px;
	font-size: 1.3em;
	color: #fff;
	margin-bottom: 7px;
	}

input {
	width: 300px;
	}
	
input.button{
	margin-top: 10px;
	}
	
textarea {
	width: 300px;
	height: 100px;
	overflow:auto;
	}

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

#message { 
  width:300px;
  margin:30px 0 0 0; 
  }

#message h2 { 
  font-size:2.0em;
  color:#223852; 
  }

#message p {
  color:#577495;
  margin:6px 0 0 0;
  padding:0px !important;
  }
 
/* END Contact Form Styles */

.bold{
	font-weight: bold;
	}

.italic{
	font-style: italic;
	}

.highlight{
	color: #ddedff;
	}


