/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Ryan Marincovich
DATE CREATED:	2008.03.14
File Purpose:	Follow The Muse Base Style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* FONT DEFINITIONS */
table, tr, td {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;
}

/* UNIVERSAL IMAGE DEFS */
img.float_left {
	border: 0px;
	float: left;
}

img.float_right {
	border: 0px;
	float: right;
}

/* This section image is at the top with a text header, so must have top margin */
img.section_image_text {
	border: 0px;
	margin: 4px 0px 16px 20px;
	padding: 0px;
	float: right;
	display: inline;
}

/* This section image is at the top with no text header, no top margin */
img.section_image {
	border: 0px;
	margin: 0px 0px 16px 20px;
	padding: 0px;
	float: right;
	display: inline;
}

form.no_margin {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

/* LINK DEFINITIONS */
a { font-weight: bold; text-decoration: underline; color: #66cccc; }
a:visited { font-weight: bold; text-decoration: underline; color: #66cccc; }
a:hover { font-weight: bold; text-decoration: none; color: #66cccc; }
a:active { font-weight: bold; text-decoration: none; color: #66cccc; }

a.right { font-weight: bold; text-decoration: underline; color: #66cccc; float: right; }
a.right:visited { font-weight: bold; text-decoration: underline; color: #66cccc; float: right; }
a.right:hover { font-weight: bold; text-decoration: none; color: #66cccc; float: right; }
a.right:active { font-weight: bold; text-decoration: none; color: #66cccc; float: right; }

a.gallery_detail { padding: 12px 0px 0px 0px; font-weight: bold; text-decoration: underline; color: #ffffff; float: right; }
a.gallery_detail:visited { padding: 12px 0px 0px 0px; font-weight: bold; text-decoration: underline; color: #ffffff; float: right; }
a.gallery_detail:hover { padding: 12px 0px 0px 0px; font-weight: bold; text-decoration: none; color: #ffffff; float: right; }
a.gallery_detail:active { padding: 12px 0px 0px 0px; font-weight: bold; text-decoration: none; color: #ffffff; float: right; }

/* MAIN ERROR DEFS */
.textError {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	background-color: #ffeeee;
	float: left;
	display: inline;
}
.textError h1 {
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	float: left;
}
.textError ul {
	margin: 0px;
	padding: 5px 10px 5px 30px;
	float: left;
}

.textError a { padding: 10px; float: left; }

.textErrorSmall {
	font-size: 11px;
	padding: 5px;
	color: #CC0000;
}

#table_header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#table_footer {
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* --------------------------- BODY DEFS ----------------------------------- */
#main_container {
	width: 770px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* section image with text wrapping around it */
.text_area_section_image {
	width: 340px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.text_block {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 16px 0px;
	float: left;
	display: inline;
}

.text_column_half {
	width: 280px;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	float: left;
}

.text_column_left {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	display: inline;
}

.text_column_right {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	display: inline;
}

/* --------------------------- COLUMN CONTAINERS FOR BUILD PAGE ----------------------------------- */
.container_full {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.container_left_column {
	width: 150px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_centered_column {
	width: 560px;
	margin: 0px 0px 0px 105px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_column_wleft {
	width: 560px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_column_wleft_shadow {
	width: 570px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_column_about {
	width: 580px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_column_wright {
	width: 560px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_text_shadow {
	width: 560px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	display: inline;
}

/* --------------------------- COLUMN CONTAINERS FOR EVERY PAGE, WITH TOP MARGIN ----------------------------------- */
/*	
	These two containers are used to control the top margin on a page.  One if there is an image, and one if there is text.
	If there is text at the top of the page, it must be offset to allow for natural text padding.  There are also defs then for
	an image if it's at the top with the text...must have a top margin. (see top of page img.section_image and img.section_image_text)
*/
.column_content_image {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

.column_content_text {
	width: 100%;
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

.column_content_image_home {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

.column_content_text_home {
	width: 100%;
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

/* --------------------------- MODULE DEFS ----------------------------------- */
.module_container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.module_container_small {
	width: 270px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.module_header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.module_row {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #f7f2ec;
}

.module_row_white {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.module_row_alt {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #f7f2ec;
}

.module_content {
	margin: 6px 0px 0px 0px;
	padding: 0px 10px 8px 10px;
	float: left;
	display: inline;
}

.module_content_home {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #f7f2ec;
}

.module_footer {
	 width: 100%;
	 margin: 0px;
	 padding: 0px;
	 float: left;
}

/* --------------------------- HOME DEFS ----------------------------------- */
.container_home_image {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.container_home_left {
	width: 440px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_home_featured {
	width: 270px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

/* --------------------------- PAGE HEADER DEFS ----------------------------------- */
.page_header_image {
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.page_header {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	color: #999999;
	font-weight: bold;
	float: left;
	display: inline;
}

.page_header h1 {
	width: 99%;
	margin: -3px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	color: #000000;
	font-size: 18px;
	line-height: 22px;
	float: left;
}

.page_header_full {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* --------------------------- ABOUT SECTION DEFS ----------------------------------- */
.about_content {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
}
.about_text {
	width: 310px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.about_images {
	width: 270px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.about_bg_top {
	width: 270px;
	height: 131px;
	margin: 70px 0px 0px 0px;
	padding: 0px;
	float: right;
	background-position: top right;
	background-repeat: no-repeat;
}
.about_bg_bottom {
	width: 270px;
	height: 131px;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	float: right;
	background-position: top right;
	background-repeat: no-repeat;
}
.about_thumb_frame {
	width: 120px;
	height: 120px;
	margin: 4px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
	background-position: top left;
	background-repeat: no-repeat;
}
.about_thumb {
	width: 100px;
	height: 100px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
	background: #ffffff;
}

/* --------------------------- EVENTS SECTION DEFS ----------------------------------- */
.event_detail_image {
	width: 200px;
	height: 200px;
	margin: 0px 0px 16px 20px;
	padding: 0px;
	float: right;
	display: inline;
	background: #d6cfc5;
}

.event_date {
	width: 100px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	float: left;
	display: inline;
}

.event_title {
	width: 220px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	float: left;
	display: inline;
}

.event_location {
	width: 190px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	float: left;
	display: inline;
}

.event_detail_label {
	width: 75px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	float: left;
}

.event_detail_info {
	width: 210px;
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 2px 0px;
	float: left;
	display: inline;
}

.event_download_content {
	margin: 0px;
	padding: 0px 10px 8px 10px;
}

/* --------------------------- GALLERY SECTION DEFS ----------------------------------- */
.bg_gallery_row {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	display: inline;
}

.bg_gallery_thumb {
	width: 80px;
	height: 80px;
	margin: 4px 10px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #d6cfc5;
}

.bg_gallery_thumb_right {
	width: 80px;
	height: 80px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #d6cfc5;
}

.gallery_text_wthumb {
	width: 180px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.gallery_text_nothumb {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.gallery_index_content {
	margin: 0px 0px 0px 15px;
	padding: 2px 0px 5px 0px;
	float: left;
	display: inline;
}

.gallery_index_content span {
	color: #999999;
}

.gallery_index_title {
	margin: 0px 0px 0px 5px;
	padding: 2px 0px 0px 0px;
	float: left;
	display: inline;
}

.gallery_index_thumbs {
	width: 730px;
	margin: 9px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.gallery_thumbs_padding {
	margin: 0px;
	padding: 5px 5px 6px 5px;
	float: left;
	display: inline;
}

.gallery_index_image {
	width: 30px;
	height: 33px;
	text-align: center;
	margin: 0px ;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_gallery_index_thumb.gif);
}

.gallery_index_image_on {
	width: 30px;
	height: 33px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_gallery_index_thumb_on.gif);
}

.gallery_index_roll_frame {
	width: 25px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	cursor: pointer;
	position: relative;
}

.gallery_index_roll_layer {
	position: absolute;
	height: 25px;
	width: 25px;
	left: 0px;
	top: 0px;
	z-index: 500;
}

.gallery_details_col {
	width: 260px;
	margin: 18px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

.gallery_prev_next_container {
	width: 100%;
	height: 23px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/gallery_prev_next_bar.gif) top left no-repeat;
}

.prev_next_bar {
	width: 65px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.prev_next_links {
	width: 130px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	color: #666666;
	float: left;
	display: inline;
}

.gallery_popup_rollover {
	position:absolute;
	visibility:hidden;
	top:0px;
	left:0px;
	z-index:10;
	width: 100px;
	height: 120px;
	background: url(/_images/framework/bg_gallery_rollover.gif) top no-repeat;
}

.gallery_popup_image {
	width: 80px;
	height: 80px;
	text-align: center;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
}

.gallery_popup_arrow {
	width: 100%;
	height: 20px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

/* --------------------------- LINKS SECTION DEFS ----------------------------------- */
.links_row {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	float: left;
	display: inline;
}

.links_thumb {
	width: 80px;
	height: 80px;
	margin: 4px 10px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #c5baad;
}

.thumb_text {
	margin: 0px;
	padding: 0px;
}

/* --------------------------- CONTACT SECTION DEFS ----------------------------------- */
.form_row {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	float: left;
	display: inline;
}

.form_label {
	width: 110px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: right;
	float: left;
	display: inline;
}

.form_label span {
	font-weight: bold;
}

.form_field_text {
	width: 230px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
}

.form_field_textarea {
	width: 430px;
	height: 150px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
}

.form_button {
	margin: 5px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
}

/* --------------------------- UTILITIES SECTION DEFS ----------------------------------- */
.site_map_column_left {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	color: #666666;
	font-weight: bold;
	float: left;
	display: inline;
}

.site_map_column_right {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #666666;
	font-weight: bold;
	float: left;
	display: inline;
}
























