@charset "utf-8";
/* CSS Document */

@import url("common.css");

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	background-image: url(../../_img/home/background-slice.jpg);
	background-repeat: repeat-x;
	color:#343e43;
}

.contentViewport{margin:0px!important; padding:0px!important;}

#wrapper_header_home{
	float:left;
	position:relative;
	width:960px;
	height:40px;
	padding:140px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image: url(../../_img/home/header.jpg);
	background-repeat: no-repeat;
}

#wrapper_body_home{
	float:left;
	width: 960px;
	background-color: #FFF;
	padding:0px 0px 20px 0px;
}

#main_home_image{
	float:left;	
}

#content_left_home{
	float:left;
	position:relative;
	width:630px;
	background-image: url(../../_img/home/content_bg.jpg);
	background-repeat: no-repeat;
	padding:0px 0px 0px 0px;
}

#content_right_home{
	float:left;
	position:relative;
	width:330px;
}

#quote_home{
	float:left;
	width:567px;
	height:94px;
	color:#343e43;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:1.35em;
	padding:10px 32px 97px 30px;
}

.quote_highlight{
	color:#ff7b02;
	font-size:29px;
	font-style: normal;
}

#news_pod_home{
	float:left;
	position:relative;
	min-height:150px;
	height:150px;
	height:auto!important;
}
.event {
	height:180px; 
	width:600px; 
	padding-left:30px;
}
.eventimg {
	float:left;
	width:125px;
	height:96px;
}
.eventinfo {
	float:left; 
	width:400px; 
	margin-left:25px;
}
#news_pod_home img{
	top:0px;
	left:26px;
	padding:5px 5px 10px 5px;
	background-image: url(../../_img/home/news_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.news_date_home{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2f5891;
	font-size:14px;
	line-height:14px;
	padding:0px 0px 8px 0px;
	margin:0px;
}

.news_heading_home{
	font-weight:bold;
	color:#343e43;
	font-size:14px;
	line-height:17px;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.news_heading_home a{
		font-weight:bold;
	color:#343e43;
	font-size:14px;
	line-height:17px;
}
.news_heading_home a:hover {
	text-decoration: underline;
}
#members_pod{
	float:left;
	position:relative;
	width:257px;
	height:200px;
	background-image: url(../../_img/home/members_pod.gif);
	background-repeat: no-repeat;
	padding:62px 30px 0px 22px;
	
}

#members_login{
	position:absolute;
	bottom:26px;
	right:30px;
}

#members_login_text{
	position:absolute;
	top:74px;
	right:31px;
	width:173px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#a7abad;
	font-weight:bold;
	font-style:italic;
	text-align: right;
}

#members_instruction_text{
	position:absolute;
	bottom:25px;
	left:22px;
	width:173px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#a7abad;
	font-style:italic;
}

/*LOGIN FORM*/

form#memberslogin{
	margin:6px 0px 0px 0px;
}

form#memberslogin p {
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
}

label{
	color:#de5546;	
	font-weight:bold;
	font-size:13px;
	line-height:22px;
	margin:0px;
	padding:0px;
}

input{
	background-color:#fffcf8;
	border: 1px solid #dcc7a5;	
	width:245px;
	height:18px;
	padding:5px;
	font-size:12px;
	margin:2px 0px 0px 0px;

}

