body{
	margin:0;
	font-family:'Trebuchet MS', Arial, sans-serif;
	background:#FFFFDE url(../images/bg_page.jpg) repeat-x 0 0;
}
ul, li, h1, h2, h3, h4, h5, h6, p, form, fieldset{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
img{
	border:0;
}
a:link, a:visited{text-decoration:none;}

/* BEGIN  PAGE TEMPLATE */

.page_container {
	width: 955px;
	margin:0 auto;
}

/* BEGIN  Logo and Image area */	
.page_top {
	float: left;
	width:955px;
	height: 206px;
	margin:0 auto;
	padding:0;
}
/* Images for each page */	
.home {
	background:#FFFFDE url(../images/bg_top_home.jpg) no-repeat 0 0;
}

/* Begin the nav */	
.page_top .nav{
	float: left;
	width:650px;
	height: 65px;
	margin:138px 0 0 0;
	padding:0 0 0 30px;
}
.page_top .nav a {
	border: none;
	border: 0;
}
.page_top .nav .on{
	float: left;
	width:102px;
	height: 67px;
	margin:0;
	padding:30px 10px 0 10px;
	background: url(../images/bg_images.jpg) no-repeat 0 0;
	color: #EE6306;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.page_top .nav .off{
	float: left;
	width:102px;
	height: 46px;
	margin:22px 0 0 0;
	padding:10px;
	background: url(../images/bg_images.jpg) no-repeat 0 -68px;
	color: #005A97;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	
}
/* Begin the page body */
.page_body {
	float: left;
	width:955px;
	overflow: auto;
	margin:0 auto;
	padding:0 0 10px 0;
	background:#CEE7FF url(../images/bg_body.jpg) repeat-y 0 0;
}
/* Begin the main content area */
.page_body .main{
	float: left;
	width:554px;
	min-height: 456px;
	overflow: auto;
	margin:0 0 0 30px;
	padding:20px;
	background:#fff;
	border: solid 1px #87C3FF;
	border-width: 0 8px 8px 0;
}
.page_body .main p.headline {
	margin:0 0 15px 0;
	color: #EE6306;
	font-size: 26px;
	font-weight: bold;
}
.page_body .main p.sm_headline {
	margin:0 0 15px 0;
	color: #005A97;
	font-size: 16px;
	font-weight: bold;
}
.page_body .main p.text{
	margin:0 0 20px 0;
	color: #666666;
	font-size: 14px;
}
.page_body .main p.text a{
	color: #005A97;
	text-decoration: underline;
}
/* Begin the TOP-right module */
.page_body .right_top{
	float: right;
	width:231px;
	overflow: auto;
	margin:0 34px 20px 0;
	padding:0 15px 0 15px;
	background:#fff;
	border: solid 1px #F17753;
	border-width: 0 8px 8px 0;
}
.page_body .right_top p.headline {
	margin:-5px 0 5px 0;
	color: #009900;
	font-size: 18px;
	font-weight: bold;
}
.page_body .right_top p.sm_headline {
	margin:0 0 15px 0;
	color: #005A97;
	font-size: 14px;
}
.page_body .right_top p img {
	margin:0 0 15px 0;
}
.page_body .right_top p.text{
	margin:0 0 20px 0;
	color: #666666;
	font-size: 14px;
}
.page_body .right_top p.text a{
	color: #005A97;
	text-decoration: underline;
}
/* Begin the BOTTOM-right module */
.page_body .right_bottom{
	float: right;
	width:231px;
	overflow: none;
	margin:0 34px 20px 0;
	padding:15px 15px 0 15px;
	background:#fff;
	border: solid 1px #F17753;
	border-width: 0 8px 8px 0;
}
.page_body .right_bottom p.headline {
	margin:0 0 5px 0;
	color: #005A97;
	font-size: 18px;
	font-weight: bold;
}
.page_body .right_bottom p.sm_headline {
	margin:0 0 5px 0;
	color: #005A97;
	font-size: 13px;
	font-weight: bold;
}
.page_body .right_bottom p img {
	margin:0 0 15px 0;
}
.page_body .right_bottom p.text{
	margin:0 0 20px 0;
	color: #666666;
	font-size: 12px;
}
.page_body .right_bottom p.text a{
	color: #005A97;
	text-decoration: underline;
}
.page_body .right_bottom .email{
	float: left;
	width:220px;
	height: 23px;
	overflow: auto;
	margin:0 0 20px 0;
	padding:7px 4px 2px 8px;
	background: url(../images/bg_images.jpg) no-repeat 0 -114px;
	border: solid 1px #ccc;
	border-width: 0 1px 0 0;	
}
.page_body .right_bottom .email input{
	float: left;
	width:220px;
	height: 18px;
	margin:0;
	padding:0;
	background: #FFFFD6;
	border: 0;
	border: none;
	font-size: 14px;
	color: #333;
}
.page_body .right_bottom  .sign_up{
	float: right;
	width:200px;
	margin:0 0px 20px 0;
	text-align: right;
}

.page_body .right_bottom  .sign_up input{
	float: right;
	width:100px;
	height: 32px;
	margin:0 auto;
	padding: 2px 3px 5px 3px; 
	background: url(../images/bg_images.jpg) no-repeat 0 -178px;
	border: 0;
	border: none;
    cursor: pointer;
	font: normal 18px Trebuchet MS;
	color: #fff;
	text-align: center;
}

.page_body .right_bottom  .photos{
	margin-right:10px;
	margin-bottom:15px;
	border:2px solid black;
	float:left;
	min-height:65px;
	height:65px;
	width:100px;
	overflow:hidden;
}
.page_body .right_bottom  #photos .text{
	margin:0 0 20px 0;
	color: #666666;
	font-size: 12px;
}
.page_body .right_bottom  #photos .text a{
	color: #005A97;
	text-decoration: underline;
}


/* Image to close page bottom */
.page_bottom {
	float: left;
	width:955px;
	height: 20px;
	margin:0 auto;
	padding:0;
	background:#CEE7FF url(../images/bg_body_bottom.jpg) no-repeat 0 0;
}
/* Begin Footer */
.page_footer {
	float: left;
	width:955px;
	margin:10px 0 0 0;
	padding:0 0 20px 0;
}
.page_footer  p.left{
	float: left;
	margin:0;
	padding:0;
	color: #666666;
	font-size: 14px;
}
.page_footer  p.left a{
	color: #333;
    text-decoration: underline;
}
.page_footer  p.right{
	float: right;
	margin:0;
	padding:0;
	color: #666666;
	font-size: 12px;
}
.page_footer  p.right a{
	color: #005A97;
    text-decoration: underline;
	font-weight: bold;
}
