/* CSS Document */

/**************************
general
**************************/

* {
	border:0;
	padding:0;
	margin:0;
	}
	
body {
	font-size:62.5%;
	font-family: "Trebuchet MS", sans-serif;
	background:url(../img/bg_body.jpg) #DDDDDD repeat-x top;
	}
	
.v {
	vertical-align:middle;
	}
	
#container {
	margin:auto;
	width:760px;
	background-color:#000000;
	}
	
#header {
	position:relative;
	height:79px;
	background:url(../img/header.jpg) #000000 no-repeat top center;
	}
	
#tagline {
	position:absolute;
	right:148px;
	bottom:15px;
	}
	
#title {
	text-align:center;
	width:103px;
	position:absolute;
	right:0;
	bottom:15px;
	}

#main_container {
	width:657px;
	margin-right:-3px;
	float:left;
	}
	
#nav {
	padding-left:30px;
	background-color:#000000;
	height:27px;
	}
	
#main {
	background:url(../img/bg_main.jpg) #000000 no-repeat top center;
	min-height:405px;
    height:auto !important;
    height:405px;
	padding:20px 30px 30px 30px;
	}
	
#sidebar {
	background:url(../img/bg_sidebar.jpg) #000000 no-repeat top center;
	float:right;
	width:95px;
	min-height:432px;
    height:auto !important;
    height:432px;
	margin-left:-3px;
	overflow:hidden;
	padding:40px 4px 4px 4px;
	}
	
#sidebar.gallery {
	position:relative;
	background:url(../img/bg_sidebar_gallery.jpg) #990033 no-repeat top center;
	}

#footer {
	margin:auto;
	width:760px;
	clear:both;
	padding-top:8px;
	background-color:#DDDDDD;
	}
	
#footer_left {
	float:left;
	width:200px;
	}
	
#footer_right {
	text-align:right;
	float:right;
	width:200px;
	}
	
hr {
	border:1px #CCCCCC solid;
	margin-top:15px;
	margin-bottom:15px;
	}

/**************************
form elements
**************************/
	
label {
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	}
	
label.small {
	font-size:1.1em;
	font-weight:normal;
	}
	
input, textarea {
	margin:3px auto 6px auto;
	}
	
/**************************
font
**************************/

p {
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.4em;
	}
	
h1 {
	color:#FFFFFF;
	font-size:1.7em;
	font-weight:bold;
	}
	
h2 {
	color:#E00058;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:5px;
	}
	
.pink {
	color:#E00058;
	}
	
.small_white {
	color:#FFFFFF;
	font-size:1.1em;
	}
	
.black_text {
	color:#000000;
	}
	
a {
	color:#E00058;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:hover {
	background-color:#666666;
	color:#FFFFFF;
	}
	
.no_underline {
	text-decoration:none;
	}
	
/**************************
Lists
**************************/

ul.hor_list {
	list-style:square;
	color:#FFFFFF;
	font-size:1.4em;
	font-weight:bold;	
	}

ul.hor_list li {
	float:left;
	margin-left:25px;
	}
	
ul.hor_list li.first {
	margin-left:0;
	list-style-type:none;
	}

	
/**************************
Navigation
**************************/

#nav ul {
	list-style:none;
	}
	
#nav li {
	float:left;
	}
	
#nav li a {
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	line-height:27px;
	text-decoration:none;
	}
	
#nav li a:hover {
	color:#E00058;
	background:none;
	}
	
#nav li.first {
	}
	
#nav li.last {
	}
	
/**************************
Index Page
**************************/

ul.index_list {
	list-style:square;
	color:#FFFFFF;
	font-size:1.2em;
	padding-left:20px;
	line-height:1.8em;
	}
	
#bullet_index {
	margin-top:30px;
	position:relative;
	padding:15px;
	border:1px #999999 solid;
	}

#bullet_title {
	position:absolute;
	padding:3px 5px 3px 5px;
	border:1px #999999 solid;
	margin-top:-30px;
	background-color:#000000;
	}


/**************************
News Page
**************************/

.news_item_container {
	margin-bottom:15px;
	}
	
.news_title {
	background-color:#999999;
	padding:2px 5px 2px 5px;
	}
	
.news_item {
	padding:5px;
	border:1px solid #666666;
	border-top:none;
	}
	
/**************************
Contact Page
**************************/

#contact_left_col {
	width:280px;
	float:left;
	}
	
#contact_right_col {
	width:280px;
	float:right;
	}
	
/**************************
Gallery Page
**************************/

#thumbnails {
	background-color:transparent;
	position:absolute;
	top:31px;
	left:13px;
	width:85px;
	height:399px;
	overflow:auto;
	z-index:1;
	}
	
#thumbnail_overlay_top {
	position:absolute;
	top:31px;
	left:13px;
	width:67px;
	height:9px;
	z-index:2;
	}
	
#thumbnail_overlay_bottom {
	position:absolute;
	bottom:42px;
	left:13px;
	width:67px;
	height:9px;
	z-index:2;
	}
	
.thumb_pad {
	padding:2px 0 2px 0;
	}
	
#gallery_display {
	position:relative;
	margin:auto;
	width:470px;
	height:276px;
	background:url(../img/gallery_display.gif) transparent no-repeat top;
	}
	
#gallery_title {
	text-align:center;
	position:absolute;
	top:10px;
	width:470px;
	}
	
#gallery_photo {
	text-align:center;
	position:absolute;
	top:45px;
	left:25px;
	width:425px;
	height:190px;
	}
	
#gallery_control {
	text-align:center;
	vertical-align:middle;
	position:absolute;
	bottom:10px;
	width:470px;
	line-height:20px;
	}
	
#gallery_quote {
	text-align:center;
	height:55px;
	}