﻿@charset "utf-8";

/* CSS Document */

body, html
{
	background-color: #D4D4D4;
	margin: 0;
	padding: 0;
    font-family: 'Mako','Mako',Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.wrapper_top 
{
	float:left;
	clear:both;
    margin:0;
    padding:0;
	width: 100%;
	height:137px;
	float:left;
	clear:both;
	background-color:#fff;
	text-align:left;
    background-image: url(../images/header_bg_img.jpg);
    background-repeat: repeat-x;

}

.wrapper_content 
{
	float:left;
	clear:both;
    margin:0;
    padding:0;
	width: 100%;
	float:left;
	clear:both;
	background-color:#fff;
	text-align:left;
    background-image:url(../images/content_repeat_top.jpg);
    background-position:top left;
    background-repeat:repeat-x;
}

.wrapper_content_btm 
{
    margin:0;
    padding:0;
	width: 100%;
	float:left;
	clear:both;
	background-color:Transparent;
	text-align:left;
    background-image:url(../images/content_repeat_bottom.jpg);
    background-position:bottom left;
    background-repeat:repeat-x;
}

.wrapper_footer 
{
    margin:0;
    padding:0;
	width: 100%;
	height:330px;
	clear:both;
	background-color:#D4D4D4;
	text-align:left;
	background-image:url(../images/footer_bg_repeat.jpg);
    background-position:bottom left;
    background-repeat:repeat-x;
}

#hdr 
{
	margin:0 auto;
	padding:0;
	width: 950px;
	height: 138px;
	border:0px solid blue;
}

#logo 
{
	float: left;
	clear: right;
	width: 195px;
	height: 44px;
	padding:15px 0 0 6px;
	border:solid 0px red;
}

#hdr_right 
{
	float: left;
	clear: right;
	width: 720px;
	height: 69px;
	padding:1px 0 30px 0;
	font-size:14px;
	line-height:16px;
	text-align:right;
	/*letter-spacing:-1pt;*/
	color:#000;
}

#hdr_right a:link, #hdr_right a:visited
{
	color:#000;
	background-image:url(../images/separater.png);
	background-position: top right;
	background-repeat:repeat-y;
	padding:0 12px 0 0;
	text-decoration:none;
}

#hdr_right a:hover, #hdr_right a:active
{
	color:#8BB1D6;
	background-image:url(../images/separater.png);
	background-position: top right;
	background-repeat:repeat-y;
	padding:0 12px 0 0;
	text-decoration:none;
}

.banner 
{
    position:relative;
    z-index:999;
	clear: both;
	width: 100%;
	height: 499px;
	background-image:url(../images/banner_section_bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

.banner_small 
{
    position:relative;
    z-index:999;
	clear: both;
	width: 100%;
	height: 100px;
	background-image:url(../images/banner_section_bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

#content 
{
	clear:both;
    border:0px solid blue;
	margin:0 auto;
	padding: 0 0 30px 0;
	width: 940px;
	/*width: 870px;*/
	/*background-image:url(../images/content_bg.jpg);
    background-repeat:repeat-y;*/
	text-align: left;
	font-family: 'Mako',Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content img
{
    float:right;
    padding:0 0 0 10px;
    border:0px solid blue;
}

#ftr 
{
	margin:0 auto;
	padding: 0;
	width: 940px;
	height :300px;
	text-align:center;
	border:0px solid blue;
	font-weight:100;
}

#ftr .content
{
    float:left;
    clear:right;
    width: 600px;
    height :200px;
    z-index:1000;
	margin: 5px 0 0 30px;
	padding:0;
	border-left:1px solid #333;
}


#ftr .copy
{
    clear:both;
    width:200px;
    z-index:1000;
	margin:0 auto;
	padding:20px 0 0 0;
	border:0px solid blue;
	font-weight:bold;
}

#ftr a
{
    color:#FF7300;
}

#ftr_nav 
{
    float:left;
    clear:right;

}

#ftr_nav ul 
{
    float:left;
    clear:right;
    list-style:none;
    color:#fff;
    text-align:left;
}

#ftr_nav ul li
{
    list-style:none;
    font-weight:bold;
    color:#FF7300;
}

#ftr img
{
	padding:10px 0 0 25px;
	border:solid 0px red;
}

.footer_logos
{
     float:left; 
     clear:right; 
     border:0px solid blue; 
}

#ftr .content .footer_logos img
{
     float:left; 
     clear:both; 
     margin:0 0 0 10px;
     padding:0; 
}

#ftr p
{
    width:455px;
    float:left;
    clear:right;
    color:#fff;
    font-size:12px;
    line-height:14px;
	padding:10px 0 0 25px;
	border:solid 0px red;
}

#ftr .copy p
{
    color:#fff;
    font-size:12px;
    line-height:14px;
	padding:10px 0 0 25px;
	border:solid 0px grey;
}

#ftr p span
{
    color:#FF7300;
}


/*------------- Home Page Tags -----------------*/

#right_content
{
    float:left;
    clear:right;
    height:384px;
    width:246px;
    margin:0 0 0 0;
    padding:0;
    border:solid 0px red;
    background-image:url(../images/right.jpg);
    background-repeat:no-repeat;
}

#right_content a:link, #right_content a:visited {
	color: #0064aa;
	text-decoration: underline;
	margin: 10px;
}

#right_content a:hover, #right_content a:active {
	color: #7db0d4;
	text-decoration: none;
	margin: 10px;
}

#section_wrapper
{
    float:left;
    clear:right;
}

.box_btn
{
    margin: 7px 0 0 0;
}

#events
{
    float:left;
    clear:right;
    text-align: justify;
	font-size: 12px;
	line-height:16px;
    height:99px;
    width:184px;
    margin: 0 10px 0 0;
    padding:1px 8px 5px 8px;
    background-image:url(../images/img-box_Events.jpg);
    background-repeat:no-repeat;
    border:solid 0px red;
}

#events a:link, #events a:visited {
	color: #0064aa;
	text-decoration: underline;
	margin: 10px 0 0 0;
}

#events a:hover, #events a:active {
	color: #7db0d4;
	text-decoration: none;
	margin: 10px 0 0 0;
}

#about
{
    float:left;
    clear:right;
    text-align: justify;
	font-size: 12px;
	line-height:16px;
    height:99px;
    width:184px;
    margin: 0;
    padding:1px 8px 5px 8px;
    background-image:url(../images/img-box_About.jpg);
    background-repeat:no-repeat;
    border:solid 0px red;
}

#about a:link, #about a:visited {
	color: #65b836;
	text-decoration: underline;
	margin: 10px 0 0 0;
}

#about a:hover, #about a:active {
	color: #a0e17c;
	text-decoration: none;
	margin: 10px 0 0 0;
}

#main_content
{
    float:left;
    width:900px;
    min-height:380px;
    margin:15px 0 30px 20px;
    border:solid 0px red;
    text-align:center;
}

#main_content .forms
{
    float:left;
    clear:both;
    padding:0 0 0 170px;
}


#main_content .forms a 
{
    float:left;
    clear:right;
    margin:5px;
    border:1px solid #ccc;
    background-color:#fff;
    width:250px;
    text-decoration:none;
}

#main_content .forms a img
{
    width:250px;
    margin:0;
    padding:0;

}

#main_content .forms a p
{
    width:250px;
    height:30px;
    border:0px solid blue;
    float:left;
    clear:both;
    margin:5px 0 0 0;
    #margin:330px 0 0 0;
    position:relative;
    bottom:5px;
    text-align:center;
    font-weight:bold;
    font-size:18px;
}

#main_content h1, li
{  
    text-align:left;
}


/*------------- Standard Tags ------------------*/

h2
{
    margin-left:10px;
}

h3
{
    float:left;
    clear:right;
}

p 
{
    clear:both;
    font-size:12px;
    line-height:22px;
    text-align: justify;
    margin:0 10px 10px 10px;
}

li
{
    font-size:12px;
    line-height:22px;
}

hr {
	color: #0064aa;
	margin: 10px 0 10px 0;
}

a:link, a:visited {
	color: #0163aa;
	text-decoration: none;
}

a:hover, a:active {
	color: #7fb1d6;
	text-decoration: underline;
}

th 
{
    font-size:16px;
    text-align:left;
    color: #5a703c;
}

td {
    font-size:14px;
    line-height:20px;
    text-align: left;
}

.focus
{
    font-size:14px;
    text-align:left;
    color: #000;
    background-image:url(../images/focus.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding:10px 0 10px 45px;
    margin:0 10px 5px 10px;
    border-top:1px dotted #ccc;
    
}

.focus a
{
    font-size:14px;
    text-align:left;
    color: #FF7300;
    font-weight:bold;
}

.readmore
{
    margin:0 10px 0 10px;
}    

.justforo {
    visibility: hidden;
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
}


#content .arrow img 
{
    float:left;
    clear:right;
    position:relative;
    top:10px;
    #top:-5px;
    left:10px;
    border:0px solid blue;
}

#content .arrow:hover img 
{
    float:left;
    clear:right;
    position:relative;
    top:10px;
    #top:-5px;
    left:10px;
    border:0px solid blue;
    background-image:url(../images/return_hover.png);
    background-repeat:no-repeat;
    background-position:top right;
}


