/* 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;
	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 */
#banner {
	position:relative;
	background-color:#ffffff;
	border:1px solid #ccd1d6;
	padding:10px 10px 0px 10px;
	width:940px;
	margin:0px;
	height:165px;
	line-height:0px;
}
#photos {
	position:relative;
	width:640px;
	float:left;
}
/* ***************************************************************************** */
/* MEMBERSHIP/TESTIMONIAL */
#testimonial {
	position:relative;
	float:right;
	width:260px;
	height:114px;
	padding:20px 15px;
	background-image:url(images/background/testimonialbg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	border:1px solid #ccd1d6;
}
#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 **/
}
/* ***************************************************************************** */
/* CONTENT */
#content {
	position:relative;
	padding:10px;
	background-color:#eff4f8;
	margin-top:10px;
}
#content_container {
	position:relative;
	background-color:#ffffff;
	border:1px solid #ccd1d6;
}
#content p {
	line-height:20px;
}
#content h1{
	font-size:24px;
	}
#left_column {
	position:relative;
	float:left;
	width:700px;
	padding:10px;
	text-align:justify;
}
#left_column li{
	margin-left:-20px;
	line-height:normal;
	}
#right_column{
	position:relative;
	float:right;
	width:190px;
	padding:10px 10px 10px 0px;
}
#newsletter {
	position:relative;
	padding:5px 10px;;
	height:264px;
	background-color:#f5f6f6;
	border:1px solid #dcddde;
	font-size:11px;
}
#newsletter_content{
	color:#5d6a72;
	line-height:14px;
	text-align:left;
	font-size:10px;
	}
#newsletter_form {
	padding-top:10px;
	color:#4b7b31;
}
#title {
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	color:#529636;
	font-size:14px;
	font-weight:normal;
	padding-bottom:5px;
}
input.collection {
	width:165px;
	height:14px;
	border:1px solid #a3bcd4;
}
#ad {
	margin-top:10px;
	}
#contact {
	float:left;
	width:330px;
	border-right:1px solid #ccd1d6;
	padding-right:8px;
	}
#contactform{
	float:right;
	width:350px;
}
/* ***************************************************************************** */
/* 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;}
.space {height:10px;}
.clear_column {clear:both;}
.line {height:2px;margin:5px 0px 20px 0px;border-bottom:1px solid #ccd1d6;}
form {margin:0px;padding:0px;}
input,
textarea {
	border:1px solid #a3bcd4;
}
input.btn {border:none;}

/* ***************************************************************************** */
/* REGISTRATION */
.registration_form {
	border:2px solid #dde9f5;
	background-color:#f7fafd;
	width:100%;
}