/* 
STYLE.CSS
AUTHOR - metal@flat.com
DATE   - August, 2008
NOTES  - 
	
	This layout and stylesheet uses an em based configuration with a ratio of 1.0em => 10px
	
	Colors used:
			
	#8a8e81 : green (light)
			- used in navigation/sidebar
			
	#3c422d : green (dark)
			- used in navigation graphics
			
	#b09b65 : mustard
			- header & footer bars
	
*/
/* ------------------------------------------------------------------------------------------------------- */
/* BODY ATTRIBUTES - this will zero things out and prep the font size for 'em' based relations */

::selection {
	background-color: #ccc;
	color: #333;
}

::-moz-selection {
	background-color: #ccc;
	color: #333;
}

html {
	font-size: 100%; /* failsafe for IE6 */
}

body {
	font-family: Georgia, serif;
	font-size: 62.5%; /* this will render a default 16pt font as 10px ( 10px/16 * 100% = 62.5), thus 1em == 10px */
	color: #000;
	margin: 0;
	padding: 0;
	background: #fff url("../img/background.gif") repeat-x fixed;
	overflow: -moz-scrollbars-vertical;
}

html>body {
	font-size: 10px; /* ignored by IE6, recognized by Firefox, Safari, IE7, Opera */
}

/* this will zero out unwanted or expected borders and margins....unless specified later */
img,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
}



/* ------------------------------------------------------------------------------------------------------- */
/* COMMON ELEMENTS */

h1 {
	margin: 0 0 .9em 0;
	font-size: 2.0em;
}

h2, h3 {
	margin: 0 0 0.2em 0;
	font-size: 1.4em;
}


hr {
	margin: 0.5em 0 1.5em 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
}

p {
	font-size: 1.3em;
	line-height: 1.4em;
}


a, a:link, a:visited {
	margin: 0px -2px;
	padding: 0px 2px;
	color: #362c5f;
	text-decoration: none;
	outline: none;
}

a:hover, a.on {
	margin: 0px -2px;
	padding: 0px 2px;
	color: #f2b74a;
	background-color: transparent;
	text-decoration: none;
}

a.nohover, a.nohover:link, a.nohover:hover, a.nohover:visited {
	margin: 0 !important;
	padding:  !important;
	background: transparent !important;
}



/* ------------------------------------------------------------------------------------------------------- */
/* UNORDERED LIST ITEMS CLASS - Default/Standard */
ul {
	list-style-type: disc;
	margin: 0em 1.0em 2.0em 1.0em;
	padding: 0 1.0em;
}

ul li {
	list-style-type: disc !important;
	list-style: disc !important;
	margin: 0.5em 1.0em;
	padding: 0 1.0em;
	display: block;
}

ul li a {
	
}

ul li a:hover {
	
}

ol {
	margin: 0em 1.0em 2.0em 1.0em;
	font-size: 1.3em;
	line-height: 1.4em;

}
ol li {
	margin-left: 2.5em;
}

/* ------------------------------------------------------------------------------------------------------- */
/* CONTENT AND LAYOUTS */
#body_container {
	/* width: 80.0em; */
	margin-bottom: 2.0em;
}

#body_header {

}

#body_content {
	margin-bottom: 0em;
	
}

#body_footer {
	background-color: #b09b65;
	padding-left: 24.5em;
	min-height: 1.5em;
	text-align: left;
}

#body_footer_signup {
	margin-top: 2.0em;
	margin-left: 24.5em;
	min-height: 1.5em;
	width: 54.0em;
	text-align: center;
}

.nomargin {
	margin: 0 0 !important;
}

.nopadding {
	padding: 0 0 !important;
}

.clearfloats {
	clear: both;
}



/* HEADER ------------------------------------------------------------------------------------------------ */
#header_logo {

}
	#logo {
		height: 10.5em;
		width: 47.5em;
	}
	
	#nav-top-header_wrap {
		background-color: #b09b65; 
		position: relative;
	}
	
	#nav-top-header {
		height: 1.8em;
		width: 24.5em;
	}
	
	#nav-top {
		 height: 2.2em;
		 width: 24.5em;
	}
	
	#section-header_wrap {
		position: absolute;
		top: 0;
		left: 24.5em;
	}
	
	#section-header {
		height: auto;
		width: auto;
	}
	
	


/* CONTENT ----------------------------------------------------------------------------------------------- */
/* SIDEBAR */
#content_sidebar {
	width: 24.5em;
	position: relative;
	overflow: hidden;
	float: left;
}
	
	
	#content_sidebar #nav-bottom {
		height: 15.5em;
		width: 24.5em;
	}
	
	#content_sidebar a, #content_sidebar a:hover, #content_sidebar a:visited {
		margin: 0 !important;
		padding: 0 !important;
		background-color: transparent;
	}
	
	#content_sidebar a.nav_item img {
		height: auto;
		width: 49.0em;
	}
	
	#content_sidebar a.nav_item:hover img {
		height: auto;
		width: 49.0em;
		position: relative;
		top: 0em;
		left: -24.5em;
	}
	
	
	#content_sidebar a.nav_item_on img {
		height: auto;
		width: 24.5em;
	}
	
	
/* CONTENT AREA */
#content_area {
	
}
	.content {
		width: 78.5em;
	}
	
	.content_row {
		margin-bottom: 1.0em;
	}
	
	.content_image {
		margin-bottom: 1.0em;
	}
	
#ie_7_hack_1 {
	width:24.5em;
	float:left;
}
	
	
/* ------------------------------------------------------------------------------------------------------- */
/* TABS - tab items for content panes - view, preferences, associations, etc... */
#tab_menu {
	display: block;
	width: 54.0em;
	margin-bottom: 2.0em;
}

.tab {
	white-space: nowrap;
	float: left;
}

.tab_on {
	white-space: nowrap;
	float: left;
}

.tab a {
	height: 2.0em;
	margin: 0 !important;
	padding: 0em 1.0em 0 0em !important;
	font-weight: bold;
	display: block;
}

.tab_on a {
	height: 2.0em;
	margin: 0 !important;
	padding: 0em 1.0em 0 0em !important;
	font-weight: bold;
	display: block;
	color: #464646;	
}

.tab a:hover, .tab_on a:hover {

}
	
	
	
/* FOOTER */
#content_footer { 
	color: #362c5f;
}



/* ------------------------------------------------------------------------------------------------------- */
/* FORM CLASS */
input[type=text], input[type=password], input[type=file], textarea, .multiple { 
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.0em;
	padding: 0.3em;
	width: 40.0em;
	background: #ffffff;
	border: 1px solid #3c422d;
	display: inline;
}

input[type=submit], input[type=button] { 
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.0em;
	padding: 0.3em;
	background: #d4d9c6;
	border: 1px solid #3c422d;
	display: inline;
}

input[type=checkbox], input[type=radio] { 
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.0em;
	padding: 0.3em;
	background: #ffffff;
	border: 1px solid #3c422d;
	display: inline;
}

select { 
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.0em;
	padding: 0.3em;
	background: #ffffff;
	border: 1px solid #3c422d;
	display: block;
}

textarea {
	min-height: 10.0em;
	resize: none;
}

input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, input[type=submit]:focus, input[type=button]:focus, input[type=submit]:hover, input[type=button]:hover, select:focus, textarea:focus, .multiple:focus { 
	background: #d4d9c6;
	border:1px solid #3c422d;
	outline: none;
}

input[type=submit]:hover, input[type=button]:hover { 
	cursor: pointer;
}

#body_footer_signup input[type=text] {
	width: 20.0em !important;
}

/* ------------------------------------------------------------------------------------------------------- */
/* COLOR ADDITIONS */
.white {
	color: #fff !important;
}

.mustard {
	color: #b09b65 !important;
}

.red, .error {
	color: red !important;
}

/* ------------------------------------------------------------------------------------------------------- */
/* TESTIMONIALS */

.testimonial{
	font-size:1.3em;
	line-height:1.4em;
	font-style:normal;
	margin-top:20px;
	margin-bottom:10px;
}
.testim_red {
	color:red;
}
.testim_more {
	
}

.testim_author {
	color:black;
	font-weight:bold;
	font-style:italic;
	display:block;
	clear:left;
	padding:10px 12px 12px 12px;
	font-size:.95em;
	line-height:1em;

}

.more_visible {
	display: block;
}
.more_hidden {
	display:none;
}

.read_more {
	text-decoration: underline;
	padding-left: 30px;
	color: #362C5F;
	font-weight:bold;
	font-size:.8em;
	font-style:normal;
}

.testim_headshot {
	display:block;
	float:left;
	margin-right: 8px;
	margin-bottom: 5px;
}

hr {
	width: 50%;
	text-align: center;/*this will align it for IE*/
	margin: 0 auto 0 auto; /*this will align it  for Mozilla*/

	padding-bottom:20px;
}

/*	MEDIA 	*/
table#photos {
	width:100%;
}

table#photos tr {
	height: 210px;
}
table#photos tr td {
	padding: 0 5px 10px 5px;
}

table#photos tr td img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:1px;
	border: 1px solid gray;
}

.photo_caption {
	text-align: center;
	font-style: italic;
	color:#666;
	font-size: 1.1em;
	text-indent: 0;
	margin-top:0;
	line-height:normal;
}


img.videologo {
	vertical-align:text-top;
	padding-right:5px;
	margin-bottom:20px;
	display:block;
	float:left;
}
