/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Ryan Marincovich
DATE CREATED:	2007.06.25
PURPOSE:		Base Style sheet for Beganik (MCH)
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: Georgia, Times New Roman, Times, serif; 
	font-size: 11px;
}

/* UNIVERSAL IMAGE DEFS */
img.float_left {
	border: 0px;
	float: left;
}

img.float_right {
	border: 0px;
	float: right;
}

img.home_image {
	border: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	display: inline;
}

/* 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: 0px 0px 11px 15px;
	padding: 0px;
	float: right;
	display: inline;
}

form.no_margin {
	margin: 0px;
	padding: 0px;
	float: left;
}

/* LINK DEFINITIONS */
a { font-weight: normal; text-decoration: none; color: #8b9000; }
a:visited { font-weight: normal; text-decoration: none; color: #8b9000; }
a:hover { font-weight: normal; text-decoration: underline; color: #8b9000; }
a:active { font-weight: normal; text-decoration: underline; color: #8b9000; }

a.left { font-weight: normal; text-decoration: none; color: #8b9000; float: left; }
a.left:visited { font-weight: normal; text-decoration: none; color: #8b9000; float: left; }
a.left:hover { font-weight: normal; text-decoration: underline; color: #8b9000; float: left; }
a.left:active { font-weight: normal; text-decoration: underline; color: #8b9000; float: left; }

a.right { font-weight: normal; text-decoration: none; color: #8b9000; float: right; }
a.right:visited { font-weight: normal; text-decoration: none; color: #8b9000; float: right; }
a.right:hover { font-weight: normal; text-decoration: underline; color: #8b9000; float: right; }
a.right:active { font-weight: normal; text-decoration: underline; color: #8b9000; float: right; }

/* MAIN ERROR DEFS */
.textError {
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	background-color: #ffeeee;
	float: left;
	display: inline;
}
.textError h1 {
	padding: 10px;
	font-size: 18px;
	font-weight: normal;
	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: 30px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* --------------------------- BODY DEFS ----------------------------------- */
#main_container {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/framework/left_nav_bg.gif) top left repeat-y;
	position: relative;
}

/* section image with text wrapping around it */
.text_area_section_image {
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.text_block {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 16px 0px;
	float: left;
	display: inline;
}

.content_block {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}
.content_block_profile_with_photo {
	width: 98%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
.content_block_profile {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.search_results {
	width: 100%;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#extraBlocks {
	display: none;
}

.text_column_half {
	width: 200px;
	margin: 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: 225px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_middle_column {
	width: 390px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_right_column {
	width: 170px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.container_centered_column {
	width: 560px;
	margin: 0px 0px 0px 105px;
	padding: 0px;
	float: left;
	display: inline;
}

.container_column_wleft {
	width: 415px;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	line-height: 18px;
	float: left;
	display: inline;
}

.container_column_wleft_home {
	width: 430px;
	margin: 0px 0px 0px 40px;
	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;
}

/* -------------------------------------------- SUB NAV DEFS ------------------------------------------------------- */
.sub_nav_header {
	width: 100%;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/framework/left_nav_head.gif) top left no-repeat;
}

.sub_nav_title {
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}

.sub_nav_links {
	width: 165px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	float: left;
	display: inline;
}

.sub_nav_links span {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9ea900;
}

.sub_nav_links h2 {
	width: 99%;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	font-style: italic;
	color: #9b8948;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.sub_nav_links a, .sub_nav_links a:visited { width: 99%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #f0ead4; font-weight: normal; text-decoration: none; margin: 10px 0px 0px 0px; float: left; display: inline;}
.sub_nav_links a:hover, .sub_nav_links a:active { width: 99%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #9ea900; font-weight: normal; text-decoration: none; margin: 10px 0px 0px 0px; float: left; display: inline;}

a.practiceCurrent, a.practiceCurrent:visited { width: 99%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #9ea900; font-weight: normal; text-decoration: none; margin: 10px 0px 0px 0px; float: left; display: inline;}
a.practiceCurrent:hover, a.practiceCurrent:active { width: 99%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #9ea900; font-weight: normal; text-decoration: none; margin: 10px 0px 0px 0px; float: left; display: inline;}

.sub_nav_footer {
	position: absolute; 
	bottom: 0; 
	left: 0;
	margin-bottom: -1px;
	width: 225px; 
	height: 20px; 
	background: url(/_images/framework/left_nav_foot.gif);
}

/* --------------------------- 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: 30px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

.column_content_text {
	width: 100%;
	margin: 26px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

.column_content_image_home {
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	display: inline;
}

.column_content_text_home {
	width: 415px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 20px 0px;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 22px;
	float: left;
	display: inline;
}

/* --------------------------- MODULE DEFS ----------------------------------- */
.mod_highlighted {
	width: 100%;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 16px 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_module_highlight.gif) top left repeat-y;
}

.mod_content {
	width: 375px;
	margin: 16px 0px 0px 20px;
	padding: 0px;
	float: left;
	display: inline;
}

.module_header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.module_row {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.module_row_white {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #ffffff;
}

.module_row_alt {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #e5e5e5;
}

.module_content {
	margin: 6px 0px 0px 0px;
	padding: 0px 10px 8px 10px;
	float: left;
	display: inline;
}

.module_footer {
	 width: 100%;
	 margin: 0px;
	 padding: 0px;
	 float: left;
}

/* --------------------------- HOME DEFS ----------------------------------- */
.home_image_bg {
	width: 430px;
	height: 230px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/home/bg_home_image.gif) top left no-repeat;
}

.home_image_container {
	width: 410px;
	height: 210px;
	margin: 10px 0px 0px 10px;
	float: left;
}

.home_flash {
	width: 410px;
	height: 210px;
	margin: 0px 0px 0px 0px;
	background-color: #eae4c2;
	float: left;
	display: inline;
}

/* --------------------------- PAGE HEADER DEFS ----------------------------------- */
.search_results_text {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	color: #000000;
	float: left;
	display: inline;
}

.page_header {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	color: #b31b34;
	font-weight: normal;
	float: left;
	display: inline;
}

.page_header h1 {
	width: 99%;
	margin: 0px;
	padding: 0px;
	color: #b31b34;
	font-style: italic;
	line-height: 22px;
	font-size: 14px;
	font-weight: normal;
	float: left;
}

.text_block_header {
	width: 98%;
	margin: 0px;
	padding: 0px;
	color: #b31b34;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	line-height: 22px;
	float: left;
	display: inline;
}

.text_block_header_small {
	width: 98%;
	margin: 0px;
	padding: 0px;
	color: #952427;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	float: left;
	display: inline;
}

/* --------------------------- PROFILES SECTION DEFS ----------------------------------- */
.profile_search {
	height: 35px;
	margin: 15px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_profile_search.gif) top left repeat-x;
}

.profile_search_bg {
	margin: 7px 0px 0px 7px;
	padding: 1px;
	float: left;
	display: inline;
	background: #afaa91;
	border: 1px solid #000000;
}

.profile_search_box {
	width: 120px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_profile_search.gif) top left no-repeat;
	border: 1px solid #000000;
}

.profile_search_text {
	margin: 8px 0px 0px 8px;
	padding: 0px;
	font-style: italic;
	float: left;
	display: inline;
}

.profiles_row {
	width: 100%;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	font-size: 11px;
	line-height: 15px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_module_profiles.gif) top left repeat-y;
}

.profiles_row h3 {
	width: 99%;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #952427;
	float: left;
}

.profiles_textcol1 {
	width: 215px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.profiles_textcol2 {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.profiles_thumb {
	width: 90px;
	height: 86px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	float: left;
	display: inline;
}

.profiles_text {
	width: 100px;
	padding: 0px 0px 6px 0px;
	display: inline;
	float: left;
}

.profiles_text_nothumb {
	width: 180px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 6px 0px;
	float: left;
	display: inline;
}

.profile_detail_title {
	width: 230px;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	font-size: 21px;
	float: left;
	display: inline;
}

.profile_detail_photo {
	width: 185px;
	margin: 0px;
	padding: 0px;
	float: right;
	display: inline;
}

.profile_detail_first_blocks {
	width: 230px;
	margin: 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: 90px;
	height: 80px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_thumb_frame.gif) top left no-repeat;
}

.links_text_wthumb {
	width: 470px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* --------------------------- 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: normal;
}

.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;
}

.form_button_center {
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	float: left;
	display: inline;
}

/* --------------------------- UTILITIES SECTION DEFS ----------------------------------- */
.sm_bullet {
	width: 50px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.sm_link {
	width: 220px;
	margin: 0px;
	padding: 0px;
	float: left;
}























