/*******************************************************
TITLE:  Title
DATE: Date
AUTHOR: Concept Productions
*******************************************************/

/*-------------------------------------
GLOBAL RESETS AND SETUP
-------------------------------------*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #fff;
	margin: 1em 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	background: #eee;
	border: #bbb solid 1px;
	margin: 0 0 0 20px;
}

input.submit {
	color: #fff;
	background: #225D93;
	margin: 0 0 20px 85px;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-type: none;
	padding:0;
	margin:0;
}

a {
	text-decoration: none;
	color: #a51717;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #000 url('../images/body_background.jpg') repeat-x top left;
}


/*-------------------------------------------------------------------------------------------------Div Id----------*/


#center {
	background: #000;
	margin: 0 auto;
	width: 933px;
}

#top_menu {
	background: url('../images/top_gradient.jpg') repeat top left;
	height: 115px;
	width: 925px;
	margin: 0 auto;
}

#top_menu li {
	height: 28px;
	padding: 8px 28px 0 30px;
	float: left;
	background: url('../images/menu_slice.jpg') top left repeat-x;
	border-right: #393838 1px solid;
	border-bottom: #393838 1px solid;	
}

#sky, #sky_2 {
	background: url('../images/sky.jpg') no-repeat;
	margin: 0 auto;
	width: 925px;
	height: 237px;
	border-bottom: 1px #000 solid;
	position: relative;
	overflow: hidden;
}

#sky_2 {
	background: none;
}

#big_box {
	position: absolute;
	height: 237px;
	width: 925px;
	margin: 0;
}

.box{
	text-shadow: 0px 2px 4px white;
	display:block;
	float:left;
	height: 237px;
	width: 925px;
	line-height: 237px;
	text-align: center;
	font-family: "Papyrus", Times !important;
	
}

#content, #content_about, #content_media, #content_cal, #content_contact, #content_confirm {
	width: 925px;
	margin: 5px auto 0;
	background: #e7e1d0;
	height: 820px;
}

#content_about {height: 4402px;}

#content_media {
	height: auto;
	overflow: hidden;
}

#content_cal {height: 964px;}

#content_contact {height: 1310px;}

#content_confirm {height: 990px;}

#left_menu {
	background: #656565;
	width: 250px;
	padding-bottom: 20px;
	border: 2px #000 solid;
	border-left: none;
	float: left;
}

#right_content {
	background: #F2F1E9;
	border-top: 2px #000 solid; 
	width: 633px;
	float: left;
	padding: 20px 20px;
}

#right_content a {
	text-decoration: none;
	color: #000;
}

#right_content a:hover {
	color: #5A1EA2;
}

#right_content li {
	list-style-type: decimal;
	color: #000;
	font-size: .8em;
	margin: 0 0 20px 40px;	
}

#footer {
	width: 925px;
	margin: 5px 0 15px 3px;
	height: 40px;
	background: #000;
	float: left;
}

/*-------------------------------------------------------------------------------------------------Div Class-------*/

.logo {
	background: url('../images/logo_3.jpg');
	height: 115px;
	width: 337px;
	float: left;
}

.side_link {
	background: url('../images/side_links.jpg');
	height: 38px;
	width: 240px;
	float: left;
	padding: 20px 0 0 10px;
	color: #fff;
}

.side_info {
	margin: 20px 0 0 10px;
	float: left;
}

.sub_menu {
	background: #656565;
	padding: 20px 10px 10px 10px;
}

.sub_menu li {
	padding: 10px 10px 10px 0;
	width: 200px;
	margin: 0 10px 0 10px;
}

.bottom_border {
	border-bottom: 1px #484848 solid;
}

p.content_right_margin {
	padding: 0 0 20px 20px;
}

p.content_right_margin_bottom {
	padding: 0 0 0 20px;
}

p.content_indent {
	padding: 0 40px 20px 60px;
}

#flashPlayer {
	margin: 20px 0 20px 20px;
}

.sub_footer {
	margin: 0 auto;
	background: #202020;
	height: 40px;
	width: 925px;
	text-align: center;
	padding: 10px 0;
}

.jump_menu, .jump_bottom {
	margin: 0 0 20px 20px;
	width: 613px;
	height: 25px;
	border-bottom: 1px #000 solid;
	text-align: center;	
	float: left;
}

.jump_bottom {
	margin: 0 0 0 20px;
	float: left;
}

.address {
	margin: 0 0 20px 20px;
	width: 250px;
	float: left;
}


/*---------------------------------------------------------------------------------------------Gallery-------------*/

.gallery_center {
	margin: 0 0 0 20px;
}

#thumbnails {
	float: left;
	font-size: .9em;
	height: 500px;
	margin: 10px 0;
	padding: 0;
	width: 150px;
	overflow: auto;
}

#picture_bin {
	float: left;
	height: 500px;
	margin: 10px 0;
	text-align: center;
	width: 483px;
	visibility: hidden;
}

#preload_bin {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

/*-------------------------------------------------------------------------------------------------Font Class------*/


.grey {
	color: #d5d5d8;
}

.dark_grey {
	color: #707273;
}

.light_black {
	color: #5e5e5e;
}

.white {
	color: #fff;
}

.dark_blue {
	color: #122e70;
}

.bright_blue {
	color: #355eba;
}

.small {font-size: .9em;}

.smaller {
	font-size: .8em;
}

.smallest {
	font-size: .7em;
}

.large {
	font-size: 1.5em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
}