/* Screen layout: */


/*______________________________PAGE ATTRIBUTES_______________________________________________   */

body {
	margin: 0 auto;
	padding: 0;
	font: 85% Verdana, Tahoma, Arial, sans-serif;
	background-image: url(../images/bg_colour.gif);
	background-repeat: repeat;
}
p {
	color: #8D8D8D;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	color: #45A72A;
}

h2 {
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #DADADA;
	padding-bottom: 8px;
	margin: 0 0 0.5em 0;
	color: #747474;
	font-size: 1.3em;
}

h3 { font-size: 1.3em; margin: 0 0 10px 0;}
h3  {color: #747474;}
h4 {
	color: #8D8D8D;
	font-size: 1.1em;
}

h5 {
	color: #6DA538;
	font-weight: bold;
	font-size: 0.95em;
	margin-bottom: -10px;
}



a {
	text-decoration: none;
	color: #45A72A;
	font-weight: bold;
}

a:hover {text-decoration: underline;}

a img {border: 0;}


/*Classes*/
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.right {margin: 10px 0 5px 10px; float: right;}
.textright {text-align: right;}
.center {text-align: center;}
.small {font-size: 0.8em;}
.bold {font-weight: bold;}
.hide {display: none;}


/*_______________________________________STRUCTURE_______________________________________________   */

/*Page Wrapper*/
#wrap {
	color: #303030;
	width: 760px; /* sets the width of the whole site */
	background-color: #ffffff;
	background-image: url(../images/bg_green.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
}

/* Header Div*/
#header {
	background-image: url(../images/header-image.jpg);
	height: 172px;
	width: 760px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	float: left;
}
/* Main Content Div*/
#content {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	line-height: 1.3em;
	text-align: left;
	min-height:400px;                /* ie hack */
	background-color: #fff;
	background-image: url(../images/baa3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-bottom: 200px;
	padding-left: 10px;
	width: 562px;
	float: right;
	margin-right: 5px;
}
#content p {
	font-size: 0.85em;
}


#frontphoto {
	border-top: #ffcc00 solid 20px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*_______MENU__________________   */
#avmenu {
	float: left;
	width: 160px;
	padding: 0;
	font-size: 0.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#avmenu ul {	
list-style: none;
width: 160px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 6px 0 0 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FAEB30;
	background-color: #6DA538;
}	
	
#avmenu li a:hover {
	color: #45A72A;
	background-color: #FFEB00;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #45A72A;
}

#avmenu img {
margin: 0 0 10px 0px;
}
/*_______ Latest News Box__________________   */
.announce {
	padding: 10px;
	width: 200px;
	color: #333333;
	background-color: #E9F9E3;
	line-height: 1.2em;
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: right;
}
#news-wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 480px;
}


.announce p {
	margin: 10px 0;
}

.announce a {
color: #45A72A;
}



/*#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}
*/

/*FOOTER DIVS*/

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 10px 0;
width: 760px;
text-align: center;
font-size: 0.9em;
}

#links {
padding: 5px;
margin: 0 0 10px 0;
background-color: #FFEB00;
}

#footer a {
color: #45A72A;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#footer-left {
	width: 760px;
	text-align: left;
	padding-bottom: 5px;
	color: #747474;
	clear: both;
}
td {
	padding: 8px;
}


#footer-right {
	width: 300px;
	text-align:right;
	color: #747474;
	float: right;
}
	
#hotline-btn, #login-btn {
	background-image: url(../images/hotline_btn.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 160px;
	padding-top: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#hotline-btn a, #login-btn a {
	color: #4BAA31;
	font-size: 1.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#hotline-btn a:hover, #login-btn a:hover {
	color: #FFFFFF;
	background-color: #56AF3D;
	display: block;
	height: 35px;
	width: 160px;
	padding: 0px;
	text-decoration: none;
}
	
#member-btn {
	background-image: url(../images/member_btn.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 160px;
	padding-top: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#member-btn a  {
	color: #CC6600;
	font-size: 1.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#member-btn a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
	display: block;
	height: 35px;
	width: 160px;
	padding: 0px;
	text-decoration: none;
}
.tr-righttext {
	color: #5EB347;
	text-align: right;
	vertical-align: top;
	margin-left: 8px;
}
#content ul {
	color: #8D8D8D;
	font-size: 0.85em;
}
#content-newsletter {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#content-newsletter table {
	border: 1px solid #E0DFE3;
}
.tablebg {
	background-color: #B9EAAA;
}

