/* Site: [IDEASWORLD.ORG] */

/*********** SITEWIDE SETTINGS ************************/

* {
   margin: 0;
   padding: 0;
	outline: none;
	border: none;
}

body{
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1;
	background: url('/_img/background.jpg') left top repeat-x;
	background-color: #f4f3ee;
}

body.interior{
	background: url('/_img/interior_background.jpg') left top repeat-x;
	background-color: #f4f3ee;
}

a{
  text-decoration: none;
	overflow: hidden;
	color: #537d67;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
	color: #000;
}

h2 {
	font-size: 1.4em;
	color: #bf2e1b;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
}
/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*********** MAIN CONTAINERS ******************************/
#wrapper {
	width: 1000px;
	padding: 0 20px 0 20px;
	position: absolute;
	left: 50%;
	margin-left: -520px;
	background: url('/_img/shadow.png') left top repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#page {
	width: 960px;
	margin: 0 20px 0 20px;
	height: auto;
	float: left;
	border-bottom: 1px solid #939294;
}



/*********** HEADER *************************************/
#header{
	width: 960px;
	height: 126px;
	background: url('/_img/header.jpg') center no-repeat;
	float: left;
	color: #59584f;
}

#logo_link {
	width: 270px;
	height: 120px;
	position: absolute;
	left: 50;
	top: 5;
	cursor: pointer;
	cursor: hand;	
}

#header ul#header_links {
	float: right;
	padding: 15px 15px 0 0;
}

#header ul#header_links li {
	float: left;
	list-style: none;
	padding: 0px 5px 0 5px;
}

#header a {
	color: #29291f;
	font-style: normal;
	font-size: 1.2em;
}

#search_box{
	float: right;
	margin: 10px 10px 0 0;
	width: 140px;
}

#search_box input#search_term{
	border: 1px solid #a89a67;
	color: #838383;
	width: 100px;
	height: 15px;
	padding: 2px 0 2px 3px;
	float: right;
}

#search_box form a.mcmsSearch {
	display: none;
}

#search_box form {
	float: right;
}

/*********** FOOTER *************************************/
#footer {
	width: 790px;
	float: left;
	padding: 10px 0px 80px 180px;
	font-size: 1.1em;
	line-height: 1.6em;
}

#footer a {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

#footer_contact {
	width: 390px;
	float: left;
}

#footer div.footer_icons {
	float: left;
	border-left: 1px dotted #939294;
	padding-left: 10px;
	width: 120px;
	height: 80px;
	line-height: normal;
}

#footer p.footer_title {
	padding-bottom: 7px;
}

/***************  MAIN NAV   ****************************/

#nav{
   list-style: none;
	width: 960px;
	float: left;
	height: 23px;
	background: #29291f;
	color: #fffefe;
	text-transform: uppercase;
	font-size: 1.2em;
}

#nav ul#nav {
	float: right;
	width: 660px;
	padding: 0 40px 0 0;
}


#nav li{
   float: left;
	padding: 0 15px 0 15px;
	border-right: 1px solid #FFF;
}

#nav li.last{
   border-right: none;
}


#nav li a{
   display: block;
   color: #fffefe;
   text-decoration: none;
	font-style: normal;
	letter-spacing: 1px;
}

#nav li a:hover{
	color: #7ab295;
}

#nav li.current a{
	color: #7ab295;
}

/***************  MAIN HOME CONTENT   ****************************/
#home_top_container {
	float: left;
	width: 960px;
	height: 250px;
	padding: 0 0 20px 0;
}

#image_buttons {
	float: left;
	width: 139px;
	padding: 0px 4px 0 0;
}

#home_top_container img.button {
	position: relative;
	display: block;
	padding: 0px 0px 4px 0;
}

#home_image_rotator {
	float: left;
	width: 817px;
	height: 250px;
}

div#home_image_rotator img{
	top: 0;
	left: 0;
	width: 817px;
	height: 250px;
}


#home_main_content{
	float: left;
	width: 960px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	font-size: 1.2em;
	padding: 0 0 20px 0;
	line-height: 1.4em;
}

#vision_blurb_container {
	float: left;
	width: 118px;
	background: url('/_img/bottom_arrow.jpg') bottom center no-repeat;
	background-color: #e7e6e0;
	text-align: right;
	padding: 10px 7px 0 2px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

#vision_blurb_content {
	float: left;
	font-family: Georgia, Arial, Sans-serif;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #537d67;
	font-style: italic;
	padding: 0 0 25px 0;
	width: 118px;
}

h2.news_blurb {
	padding: 15px 0 7px 0;
}

#home_center_content {
	width: 363px;
	padding: 0 28px 0 20px;
	float: left;
}

#home_testimonials_container {
	width: 255px;
	float: left;
}

#home_testimonials_content {
	width: 225px;
	padding: 30px 10px 30px 20px;
	background: url('/_img/top_arrow.jpg') top center no-repeat;
	background-color: #cfdbd2;
	font-size: 1.3em;
	font-style: italic;
	font-color: #000;
}

#home_testimonials_content span.author {
	color: #527d67;
	font-weight: bold;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
}

#home_testimonials_content span.title {
	color: #527d67;
	font-weight: normal;
	font-size: 0.8em;
	line-height: normal;
} 

#home_testimonials_content hr {
	background-color: #527d67;
	height: 1px;
	border: none;
	width: auto;
}

.viewall_button {
	float: right;
}

/***************  INTERIOR SIDEBAR   ****************************/
#sidebar {
	width: 138px;	
	font-size: 1.4em;
	float: left;
	background-color: #ecebe5;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#sidebar ul, #sidebar ul li {
	list-style: none;
	float: left;
}

#sidebar ul a {
	font-style: normal;
	color: #537d67;
}

#sidebar ul#sidebar_nav_toplevel li {
	height: 20px;
	padding: 17px 10px 3px 10px;
	background-color: #be2e1b;
	width: 118px;
	text-align: right;
	}

#sidebar ul#sidebar_nav_toplevel li a{
		text-transform: uppercase;
		color: #FFF;
		}

#sidebar ul#sidebar_nav_sublevel {
	background-color: #ecebe5;
	padding: 10px 0px 20px 0px;
}

#sidebar ul#sidebar_nav_sublevel li {
	text-align: right;
	border-bottom: 1px solid #bdbdb6;
	padding: 10px 0 10px 0;
	width: 128px;
}

#sidebar ul#sidebar_nav_sublevel li.current a{
	color: #be2e1b;
}

/***************  INTERIOR MAIN   ****************************/
#interior_header {
	float: right;
	height: 150px;
	width: 817px;
}

#interior_left_content {
	float: left;
	width: 362px;
	padding: 0px 20px 0px 30px;
	margin: 0 0 30px 0;
	border-right: 1px dotted #939294;	
	font-size: 1.2em;
	line-height: 1.3em;
}

#interior_right_content {
	float: left;
	width: 228px;
	padding: 0px 20px 0px 20px;
	margin: 0 0 30px 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

#interior_sidebar_right {
	float: left;
	width: 139px;
}

#list_content {
	float: left;
	width: 490px;
	padding: 0px 20px 0px 30px;
	margin: 0 0 30px 0;
	border-right: 1px dotted #939294;	
	font-size: 1.2em;
	line-height: 1.3em;
}

#list_right_content {
	float: left;
	width: 100px;
	padding: 0px 20px 0px 20px;
	margin: 0 0 30px 0;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #bf2e1b;
}

div.newsitem {
	padding: 0 0 15px 0;
}

img.article_list_image {
	width: 80px;
	height: 80px;
	float: left;
	padding-right: 10px;
}

img.article_detail_image {
	width: 161px;
	height: 161px;
	float: left;
	padding-right: 10px;
}

/***************  CONTACT FORM   ****************************/
div.text input {
	width: 200px;
	height: 20px;
	padding: 5px 0 0 3px;
	font-size: 1.2em;
	margin-bottom: 10px;
	}
	
div.textarea textarea {
	width: 300px;
	height: 150px;
	font-size: 1.2em;
	font-family: Arial;
}


