/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	position:relative;
	background-color:#d2d9e1;
	background-image:url(images/background/bodybg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
}
#container {
	position:relative;
	width:960px;
	margin:auto;
	/*border:1px solid #999999;*/
	background-image:url(images/background/headerbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	height:158px;
	z-index:500;
}
#tee {
	position:relative;
	text-align:right;
	padding-right:145px;
	color:#ffffff;
	font-size:11px;
	font-family:arial;
	padding-top:3px;
}
.tblue {
	color:#afd9ff;
	font-size:18px;
}
#logo {
	position:relative;
	float:left;
	margin-right:20px;
}
#header_right {
	position:relative;
	width:660px;
	float:left;
	padding-top:90px;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:35px;
	z-index:10;
}
/* ***************************************************************************** */
/* BANNER */
#intro {
	position:relative;
	float:left;
	width:310px;
	height:225px;
	background-color:#ffffff;
	border:1px solid #ccd1d6;
}
#intro_content {
	position:relative;
	margin:10px;
	line-height:22px;
}
#intro_content p{
	line-height:20px;
}
#banner {
	position:relative;
	float:right;
	width:640px;
	height:225px;
	background-color:#ffffff;
	border:1px solid #ccd1d6;
}
#photos {
	position:relative;
	margin:10px;
}
/* ***************************************************************************** */
/* MEMBERSHIP/TESTIMONIAL */
#member_test {
	position:relative;
	width:960px;
	margin:10px 0px;
}
#membership {
	position:relative;
	width:305px;
	float:left;
}
#testimonial {
	position:relative;
	float:right;
	width:600px;
	padding:0px 20px;
	background-image:url(images/background/testimonialbg.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
#testimonial .snippet_text {font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	line-height:20px;
}
#testimonial .snippet a:link,
#testimonial .snippet a:visited,
#testimonial .snippet a:hover,
#testimonial .snippet a:active {
	color:#0089ff;  /** Link Font Color **/
}
/* ***************************************************************************** */
/* FEATURED BOXES */
#featured_boxes{
	position:relative;
	width:960px;
	clear:both;
	padding-bottom:10px;
}
.featured {
	position:relative;
	width:234px;
	height:335px;
	float:left;
	background-color:#ffffff;
	border:1px solid #d3d5d7;
	margin-right:5px;
	padding-bottom:4px;
}
.featured2 {
	position:relative;
	width:234px;
	height:335px;
	float:right;
	background-color:#ffffff;
	border:1px solid #d3d5d7;
	padding-bottom:4px;
}
.featured_imgborder {
	margin:10px;
	background-color:#f1f2f3;
	border:1px solid #dcddde;
}
.featured_img {
	margin:5px;
}
.featured_content {
	position:relative;
	margin:0px 10px;
	font-size:11px;
	color:#6e7074;
	border-bottom:1px solid #d4d5d5;
	padding-bottom:4px;
}
.featured_content_cont {
	height:125px;
	padding-bottom:20px;
	text-align:justify;
	}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	width:960px;
	border-top:1px solid #a4b3c0;
	padding:8px 0px;
	clear:both;
}
#footer_right {
	position:relative;
	float:right;
	color:#708292;
	font-size:11px;
	padding-top:3px;
	text-align:right;
}
#footer_right a:link,
#footer_right a:visited,
#footer_right a:hover {
	color:#005288;
	text-decoration:underline;
}
#plujo {
	position:relative;
	margin-top:10px;
}
/* ***************************************************************************** */
/* MISCELLANEOUS */
:focus {outline:none}
h1 {font-weight:normal;margin:2px 0px;}
#space {height:10px;}
.clear_column {clear:both;}
