#home.home {
	float:none;
	width:auto;
	background:url(images/home-intro.png) 7px 9px no-repeat;
}
#home-left {
	float:left;
	width:460px;
}
#home-right {
	float:right;
	width:460px;
}
/* Headings - Fixing dreadful inconsistency 11/30/2012
-------------------------------------------------------------- */
#home h1, #home h2, #home h3, #home h4, #home h5, #home h6 { font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
#home h1 { color: #143c46; font-size:20px;
	line-height:22px;}
#home h2 { font-size: 20px;  color: #143c46; text-transform:uppercase; margin-bottom:10px;}
#home h3 { font-size: 18px;  color: #50bee6; }
#home h4 { font-size: 16px;  color: #f57d1e; }
#home h5 { font-size: 14px;  }
#home h6 { font-size: 14px;  }
#home p {color:#143c46;}


/* INTRO */
#home-intro {
	width:430px;
	height:254px;
	padding:20px 10px 0 20px;
	margin:0 0 12px;
}
#home-intro img {
	float:left;
	padding:10px;
	background:#fff;
	position:relative;
	top:4px;
}
#home-intro h1 {
	line-height:22px;
	margin:3px 0 18px 220px;
}
#home-intro p {
	margin:0 0 18px 220px;
}
/* END INTRO */


/* SEARCH */
.HomeSearchImage {
	float:left;
	margin: 0px 20px 0px 0px;
}
#home form input.submit {
-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f1eeea), color-stop(1, #e1dad4) );
	background:-moz-linear-gradient( center top, #f1eeea 5%, #e1dad4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1eeea', endColorstr='#e1dad4');
	background-color:#f1eeea;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
	background: #a5be37;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid;
	border-color: #93A831;
	padding: 10px 5px 5px 5px;
	margin-bottom: 5px;
/*	margin-left: 29px;*/
	color:/*#6e95a3*/ #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: none;
	filter: none;
}
#home form input[type='submit'], #home form input[type='button'] {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f1eeea), color-stop(1, #e1dad4) );
	background:-moz-linear-gradient( center top, #f1eeea 5%, #e1dad4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1eeea', endColorstr='#e1dad4');
	background-color:#f1eeea;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
	background: #a5be37;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid;
	border-color: #93A831;
	padding: 10px 5px 5px 5px;
	margin-bottom: 5px;
	margin-left: 29px;
	color:/*#6e95a3*/ #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: none;
	filter: none;
}
.#home form input[type='submit']:hover, #home form input[type='button']:hover, #home form input[type='submit']:active, #home form input[type='button']:active  {
/*	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e1dad4), color-stop(1, #f1eeea) );
	background:-moz-linear-gradient( center top, #e1dad4 5%, #f1eeea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1dad4', endColorstr='#f1eeea');
	background-color:#e1dad4;*/
	background: #8A9E2E;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid; 
	border-color: #93A831;
	padding: 10px 5px 5px 5px;
	margin-bottom: 5px;
	margin-left: 29px;
	position:relative;
	top:1px;
	filter: none;
}
#home form p {
	font-size: 12px;
	color: #143c46;
	margin:0 0 10px;
}
#home form input.text {
	display:block;
	width:325px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #143c46;
	padding:5px;
	border:1px solid #dad8d2;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:/*#e4e2db*/ #ffffff;
}

#home form textarea {
	display:block;
	width:450px;
	height:95px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #143c46;
	padding:5px;
	border:1px solid #dad8d2;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:/*#e4e2db*/ #ffffff;;
	resize:none;
}


#home input[type='text'], #home input[type='password'], #home form select, #home form input[type='file']{
	/*display:block;
	width:325px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #143c46;
	padding:5px;
	border:1px solid #dad8d2;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:/*#e4e2db*/ #ffffff;;
}

/* END SEARCH */	
/*#home-right h1 span {
	display:block;
	float:left;
	padding:0 20px 0 0;
	position:relative;}*/
#home-right h1 span.clear {
	float:none;
}
#home-right h2 a {
	display:block;
	width:13px;
	height:13px;
	text-indent:-9999px;
	background:url(images/icon-rss.png) no-repeat;
	position:absolute;
	top:3px;
	right:0;
}
#home-right h2 {
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;*/
	margin:0;
}
#home-right p {
	/*font-size:12px;
	font-style:none;*/
	line-height:20px;
	margin:0 0 20px;
}
#home-right p.more {
	margin:-5px 0 20px;
}
/*#home-right p.more a {
	display:block;
	width:104px;
	height:35px;
	text-indent:-9999px;
	background:url(images/button-more-news.png) no-repeat;
}
#home-right p.more-blog a {
	width:119px;
	background:url(images/button-visit-blog.png) no-repeat;
}
#home-right p.more a:hover {
	background-position:0 -35px;
}*/
#home-news, #home-blog {
	float:left;
	width:220px;
	padding:5px 0 0;
}

#home-blog {
	float:right;
}
#home-photos {
	margin:-2px 0 0;
}
#home-flickr {
	margin:0 -20px 0 0;
}
#home-flickr img {
	float:left;
	width:60px;
	height:60px;
	margin:6px 20px 0 0;
}
/* END NEWS/BLOG/FLICKR */


/* HOME BLOCKS */
#home-blocks {
	height:299px;
	padding:30px 0 0;
	margin:-13px 0 0;
	background:url(images/home-blocks.png) center 20px repeat-x;
}
#home-blocks .block {
	float:left;
	width:275px;
	padding:10px 0 30px 45px;
}
#home-blocks .block1 {
	background:url(images/icon-block1.png) 15px 13px no-repeat;
}
#home-blocks .block2 {
	background:url(images/icon-block2.png) 9px 12px no-repeat;
}
#home-blocks .block3 {
	background:url(images/icon-block3.png) 12px 13px no-repeat;
}
#home-blocks .block4 {
	background:url(images/icon-block4.png) 10px 14px no-repeat;
}
#home-blocks .block5 {
	background:url(images/icon-block5.png) 12px 12px no-repeat;
}
#home-blocks .block6 {
	background:url(images/icon-block6.png) 13px 13px no-repeat;
}
/*#home-blocks h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	line-height:22px;
}*/
/*#home-blocks p {
	font-size:14px;
	line-height:18px;
	margin:0 0 24px;
}*/
#home-blocks hr {
	margin:0 10px 14px;
}
/* END HOME BLOCKS */


/* FEATURED MEMBERS */
#featured-members {
	padding:0 0 30px;
}
#featured-members h2 {
/*	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#2f608a;*/
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;  
	color: #143c46; 
	text-transform:uppercase;
	padding:12px 10px 0;
	margin:0 0 16px;
	width: 350px;
}
#featured-members ul li {
	display:inline;
	float:left;
	width:140px;
	height:110px;
	margin:0 18px 0 0;
}
#featured-members .jcarousel-container {
	height:124px;
	padding:14px 10px 0;
	border:1px solid #dddad3;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#fff;
	-moz-box-shadow:0 1px 2px #ddd;
	-webkit-box-shadow:0 1px 2px #ddd;
	box-shadow:0 1px 2px #ddd;
}
#featured-members .jcarousel-clip {
	width:938px;
	height:110px;
	overflow:hidden;
}
/* nav arrows */
#featured-members .jcarousel-prev, #featured-members .jcarousel-next {
	width:30px;
	height:126px;
	background:url(images/featured-members-arrows.png) no-repeat;
	cursor:pointer;
	position:absolute;
	top:6px;
	left:-45px;
	z-index:9999;
}
#featured-members .jcarousel-prev:hover {
	background-position:0 -126px;
}
#featured-members .jcarousel-next {
	left:auto;
	right:-45px;
	background-position:-30px 0;
}
#featured-members .jcarousel-next:hover {
	background-position:-30px -126px;
}
#featured-members .jcarousel-prev-disabled, #featured-members .jcarousel-prev-disabled:hover {
	background-position:0 0;
	cursor:default;
}
#featured-members .jcarousel-next-disabled, #featured-members .jcarousel-next-disabled:hover {
	background-position:-30px 0;
	cursor:default;
}
/* END FEATURED MEMBERS */