/* define standard html element styles */

body {
	background: url(../img/bg-body.jpg) top repeat-x #36155d;
	margin: 0px;
	line-height: 18px;
}

body, div, p, td, input, select, textarea, ul, li {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size : 12px;
}

img {
	border: 0;
}

p {
	margin: 2px 0 14px 0;
}

p, div, td {
	line-height: 18px;
}

ul {

}

li {
	list-style: none;
	list-style-image: url(../img/bullet.gif);
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 0;
}

h2 {
  font-family : 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-weight : bold;
	color : #63C;	
	font-size : 14px;
	margin: 5px 0 10px 0;
}

h3 {
	background: #fcf;
	border: 1px solid #63c;
	color: #309;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
}

ul, ol {
	margin: 5px 0 15px 0;
	padding: 0px;
}

li {
	margin: 0px 0px 0px 20px;
}

address {
	font-style: normal;
}


/* define custom IDs */

#outer {
	width: 750px;
	margin: 10px auto;
	background: url(../img/bg-outer.jpg) repeat-y;
	border: solid 1px #36155d;
}

#header {
	margin: 0 auto;
	padding: 0 20px; 
	text-align: left;
	height: 111px;
	background: url(../img/bg-header.jpg) top left #333 no-repeat;
}

#header h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-weight:normal;
	padding: 15px 0 0 50px;
	font-size:28px;
	line-height:130%;
	letter-spacing:2px;
}

#nav {
	height: 29px;
	background: #333;
	text-align: center;
	line-height: 29px;
	text-transform:uppercase;
	margin-top: -20px;

}
	
#nav a, #nav a:visited, #nav a:active, #nav a:hover {
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size : 11px;
		text-decoration: none;
		color: #fff;
		padding: 0 10px;
		border-right: 1px solid #666;
}

#nav a:hover {
	color: #CCC;
}

#nav .active {
	color: #D179FF;
	padding: 0 10px;
	border-right: 1px solid #666;
}

#nav .last {
	border:none;
}

#second-nav {
	position: relative;
	top: -90px;
	padding: 0 20px 0 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	text-align: right;
	font-weight:normal;
	letter-spacing:2px;
}

#second-nav a {
	color: #333;
	font-weight:normal;
}

#second-nav a:hover {
	color:#639;
}

#second-nav .active {
	color: #36155d;
}

#sidebar {
	float: left;
	width: 171px;
	font-size: 10px;
	margin: 0;
	padding: 14px 10px 0 10px;
}

	#sidebar form input, #sidebar form select {
		font-size: 10px;
	}
	
	#sidebar .title {
		margin: 0 0 10px 0;
	}
	
	#sidebar .label {
		margin: 6px 0 0 0;
	}

	#sidebar .button {
		text-align: right;
		margin: 0 6px 0 0;
	}
	
	#sidebar .callout {
		border: 1px #333 solid;
		width: 100%;
		margin: 10px auto;
		background-color: #fff;
		text-align: center;
	}
	
	#sidebar .callout h1 {
		background-color: #333;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		text-transform: uppercase;
		font-size:16px;
		font-weight:normal;
		text-align:center;
		color: #fff;
		padding: 5px 0;
	}
	
	#sidebar .callout p {
		padding: 0 10px;
	}
	
	#sidebar .big-purple {
		text-transform:uppercase;
		color:#36155D;
		font-size:16px;
		line-height:18px;
		letter-spacing:1px;
	}
	
#content {
	float: left;
	width: 509px;
	padding: 11px 18px 0 22px;
	margin: 0 0 0 2px;
	text-align: left;
}

#content h1.home {
	background:url(../img/bg_h1home.jpg) left no-repeat;
	margin: -10px 0 0 -15px;
	height: 65px;
	padding: 30px 0 0 24px;
	font-size:28px;
	line-height:24px;
	letter-spacing:1px;
}

#content p {
	padding: 0 20px;
}

#footer {	
	margin: 0 auto;
	font-size : 11px;
	color: #fff;
	padding: 10px 0;
	clear: both;
	text-align: center;
}

	#footer a, #footer a:link, #footer a:visited, #footer a:active {
		color: #FDFFBF;
		text-decoration: none;
		font-size: 11px;
	}
	
	#footer a:hover {
		color: #fff;
	}
	

#spotlight {

}

	#spotlight img {
		float: left; 
		margin: 0 10px 10px 0; 
		border: 1px solid #63C;
	}
	
	#spotlight div {
		text-align: right; 
		margin-bottom: 10px; 
		padding-bottom: 15px;
	}
	
	#spotlight div img {
		float: none;
		border: 0;
	}
	
#distiller-nav {
	text-align: right;
	margin: -12px 0 12px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #63C;
	font-size: 11px;
}

	#distiller-nav a, #distiller-nav a:link, #distiller-nav a:visited, #distiller-nav a:hover, #distiller-nav a:active {
		font-weight: normal;
		font-size: 11px;
	}
	
#sign-in h2 {
	margin: 30px 0 5px;
	font-weight:normal;
	color:#333;	
	text-transform:uppercase;
	font-size: 16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
	


/* some form stuff */

form div {
	clear: both;
	padding: 1px 0;
	margin: 3px 0;
}

form label {
	float: left;
	width: 130px;
	text-align: right;
	margin: 0 6px 0 0;
	padding: 3px 0 0 0;
	font : bold 11px Verdana, sans-serif;
	color : #63C;	
}

form div.align {
	margin-left: 138px;
	margin-top: 3px;
}

form input, form textarea, form select {
	border: 1px solid #309;
	background: #fff;
}

form .button {
	border: 0;
}

form .noborder {
	border: 0;
}

/* define custom classes */

.small {
	font-size : 11px;
	font-weight: normal;
}

.required {
	font-size : 11px;
	color : #933;
	font-weight: normal;
}

.border {
	border: 1px solid #63c;
}

.border1 {
	border: 1px solid #63c; 
	padding: 10px;
}

	.border1 .quote {
		color: #63C; 
		font-size: 16px; 
		font-weight: bold;
	}
	
.welcome {

}

	.welcome p {
		font-size: 14px;
	}
	
	.welcome ul li {
		font-size: 14px;
		margin: 0 0 5px 20px;
	}

.col1 {
	width: 48%;
	float: left;
}

.col2 {
	width: 48%;
	float: left;
}	

.results {

}

	.results table {
		width: 100%;
		border-collapse: collapse;
		border: 1px solid #63c;
	}

	.results table td {
		padding: 2px 6px;
		height: 18px;
	}

	.results table td a, .results table td a:link, .results table td a:visited, .results table td a:active, .results table td a:hover {
		font-weight: normal;
	}
	
.resultsNav {

}

	.resultsNav table {
		width: 100%;
		border-collapse: collapse;
		background: #63c;
		color: #fff;
		border: 1px solid #63c;
	}
	
	.resultsNav table td {
		font-size: 11px;
		padding: 0 6px;
	}	
	
	.resultsNav table td img {
		margin: 4px 0 0 0;
	}
	
	.resultsNav a, .resultsNav a:link, .resultsNav a:visited, .resultsNav a:active, .resultsNav a:hover {
		color: #fff;
	}

.alt {
	margin: 10px 0; 
	padding: 8px 10px 5px 10px;
	background: #fff;
	border: 1px solid #63C;
}

	.alt .title {
		font-size: 14px;
	}
	
	.alt .question {
		color: #309;
	}
	
	.alt img {
		margin: 0 0 10px 0;
	}

.alt2 {
	background: #DCDAA8;
	border: 1px solid #63C;
}

.contactInfo {
	margin: 5px 0 10px 0; 
	padding: 10px; 
	border: 1px solid #63c;
	background: #fcf;
}

.links {

}

	.links h2 {
		color: #309;
	}
	
	.links ul {
	
	}
	
	.links ul li {
		
	}
	
	.links ul li a, .links ul li a:link, .links ul li a:visited, .links ul li a:active {
		font-weight: normal;
	}

	.links ul li a:hover {
		font-weight: normal;
		text-decoration: underline;
	} 


.gallery {
	width: 200px; 
	height: 180px; 
	float: left; 
	margin: 0 30px 20px 0; 
	font-size: 11px; 
	line-height: 14px;
}

.galpreview {
	float: right; 
	width: 200px; 
	margin: 0 0 10px 15px; 
	text-align: right;
}

.photocredit {
	font-size: 11px; 
	color: #000; 
	font-weight: normal;
}

.flash {
	width:500px; 
	height: 260px; 
	border: 1px solid #63c;
}

.smallcaps {
	font-variant:small-caps;
}

.accent {
	font-variant: small-caps;
	font-size:16px;
}



/* define link properties */

a,a:link,a:visited,a:active {
	color : #63C;	
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color : #96F;
	text-decoration: none;
	font-weight: bold;
}

a.small, a.small:link, a.small:visited, a.small:active, a.small:hover {
	font-size: 11px;
	font-weight: normal;
}