/* -----------------------------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2007.08.09
File Purpose:	SMI System Modeling Institute - Base Style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */

/* widths and heights to change for new client
	#table_main								width: 770px;					--> width of entire site with shadows
	#table_body								width: 770px;					--> width of main content between shadows
	#table_footer							height: 60px;					--> total height of footer including 'powered by venyou' text
	#main_container							width: 770px;					--> width of div container for main window
	* all column containers with left margins
	.column_content_image					margin: 30px 0px 0px 0px;		--> top margin for all content in site, minus 3px for text version
	.column_content_text					margin: 27px 0px 0px 0px;		--> top margin for all content in site, minus 3px for text version
	.text_area_section_image				width: 300px;					--> width of area to the side of a section image where text either wraps
																				or is highlighted for event information.  need width for section headers
																				and background color.
	.links_text_wthumb						width: 470px;					--> width of text block in links row if there is a thumb image
	* all form field widths													--> contact section form field and label widths must be set
*/

/* FONT DEFINITIONS */
table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

/* 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 11px 15px;
	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: 5px 5px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
}

form.no_margin {
	margin: 0px;
	padding: 0px;
	float: left;
}

/* LINK DEFINITIONS */
a { font-weight: bold; text-decoration: underline; color: #990066; }
a:visited { font-weight: bold; text-decoration: underline; color: #990066; }
a:hover { font-weight: bold; text-decoration: none; color: #990066; }
a:active { font-weight: bold; text-decoration: none; color: #990066; }

a.head { font-weight: bold; text-decoration: underline; color: #990066; float: right; }
a.head:visited { font-weight: bold; text-decoration: underline; color: #990066; float: right; }
a.head:hover { font-weight: bold; text-decoration: none; color: #990066; float: right; }
a.head:active { font-weight: bold; text-decoration: none; color: #990066; 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: 80px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* --------------------------- BODY DEFS ----------------------------------- */
#main_container {
	width: 760px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/framework/bg_main_top.gif) left top no-repeat;
}

/* section image with text wrapping around it */
.text_spacer_vertical {
	width: 340px;
	height: 57px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.text_spacer_horizontal {
	width: 300px;
	height: 57px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.text_block {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 16px 0px;
	float: left;
	display: inline;
}

.section_image_horizontal {
	width: 210px;
	height: 170px;
	margin: 15px 0px 15px 15px;
	padding: 0px;
	float: right;
	display: inline;
}

.section_image_vertical {
	width: 170px;
	height: 210px;
	margin: 15px 0px 15px 15px;
	padding: 0px;
	float: right;
	display: inline;
}

/* --------------------------- COLUMN CONTAINERS FOR BUILD PAGE ----------------------------------- */
.container_full {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.container_left_column {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_centered_column {
	width: 525px;
	margin: 0px 0px 0px 120px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_column_wleft {
	width: 525px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: left;
	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;
}

/* --------------------------- MODULE DEFS ----------------------------------- */
.module_container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/home/bg_home_mod.gif) top left repeat-y;
}

.module_header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.module_content {
	margin: 6px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	float: left;
	display: inline;
}

.module_footer {
	 width: 100%;
	 margin: 0px;
	 padding: 0px;
	 float: left;
}

.text_margin_for_photo_shadow {
	margin-right: 5px;
}

.resource_header {
	width: 100%;
	height: 25px;
	margin: 3px 0px 6px 0px;
	padding: 0px;
	font-weight: bold;
	color: #ffffff;
	float: left;
	display: inline;
	background: url(/_images/headers/header_cat_bg.gif) top left no-repeat;
}

.resource_header span {
	margin: 4px 0px 0px 10px;
	float: left;
	display: inline;
}

.left_nav_category {
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	float: left;
	display: inline;
}

.left_nav_bullet {
	width: 20px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	float: left;
}

.left_nav_bullet_link {
	width: 140px;
	padding: 0px;
	margin: 0px;
	float: left;
	color: #999999;
	font-weight: bold;
}

.site_map_bullet {
	width: 45px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	float: left;
}

/* --------------------------- HOME DEFS ----------------------------------- */
.container_home_image {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.container_home_bg {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/framework/bg_home_top.gif) top left no-repeat;
}

.container_home_left {
	width: 410px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

.container_home_featured {
	width: 290px;
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 20px 0px;
	float: left;
	display: inline;
}

/* --------------------------- PAGE HEADER DEFS ----------------------------------- */
.page_header_image {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.page_header_vertical {
	width: 340px;
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;
	float: left;
	display: inline;
}

.page_header_horizontal {
	width: 300px;
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;
	float: left;
	display: inline;
}

.text_header {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

/* --------------------------- LINKS SECTION DEFS ----------------------------------- */
.links_row {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 11px 0px;
	float: left;
	display: inline;
}

/* --------------------------- CONTACT SECTION DEFS ----------------------------------- */
.form_row {
	width: 340px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	float: left;
	display: inline;
}

.form_row_submit {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	float: left;
	display: inline;
}

.form_label {
	width: 100px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: right;
	float: left;
	display: inline;
}

.form_label span {
	font-weight: bold;
}

.form_field_data {
	width: 230px;
	margin: 2px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
}

.form_field_text {
	width: 230px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
}

.form_field_textarea {
	width: 230px;
	height: 150px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
}

.form_button {
	margin: 5px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
}

/* --------------------------- UTILITIES SECTION DEFS ----------------------------------- */
.sm_row {
	width: 340px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	float: left;
}

.sm_container {
	width: 340px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.sm_link {
	width: 295px;
	margin: 0px;
	padding: 0px;
	float: left;
}
























