@charset "utf-8";
/* CSS Document */

/*************COLORS*************
Background green: #247139
Dark green: #1A5A48
light green: #94C945
*/

body {
	background: #fff;
	background-image: url(../images/page/bg.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #000;
}
/*************************************************************************/
/************************ MAIN LAYOUT DIVS *******************************/
/*************************************************************************/
#container {
	width: 768px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#top {
	width: 768px;
	height: 16px;
	background-image:url(../images/page/bg_top.gif);
	background-repeat:no-repeat;
}
#main { 
	width: 768px;
	height: auto;
	margin: 0;
	padding: 0;
	background-image: url(../images/page/bg_main.gif);
	background-repeat:repeat-y;
} 
#bottom {
	width: 768px; 
	height: 75px;
	margin: 0x;
	padding: 0;
	background-image: url(../images/page/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	border: 0px solid red;
}
#credits {
	width: 768px;
	height: 0px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	color: 1A5A48;
}

/*************************************************************************/
/******************** DIVS INSIDE THE MAIN DIV ***************************/
/*************************************************************************/
#header {
	position: relative;
	top:0;
	left: 7px;
	width: 755px; 
	height: 85px;
	background-image: url(../images/page/bg_header.jpg);
	background-repeat:no-repeat;
}
#banner {
	position: relative;
	top: 0;
	left: 7px;
	width: 755px; 
	height: 168px;
	background-color: grey;
}
#navbar { 
	position: relative;
	top: 0px;
	left: 7px;
	width: 755px;
	height: 25px;
	margin: 0;
	padding: 10px 0 0px 0;
	background-color: #94C945;
	background-image:url(../images/page/bg_navbar.jpg);
	background-repeat:repeat-x;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #1A5A48;
	border-top: 1px solid #1A5A48;
	border-bottom: 1px solid #1A5A48;
} 
#navbar a, #navbar a:link, #navbar a:visited, #navbar a:active {
	color: #1A5A48;
	text-decoration: none;
}
#navbar a:hover {
	color: #009900;
	text-decoration: none;
}
#mainContent { 
/*	margin: 30px 230px 0 0;*/
	margin: 30px 250px 0px 0px;
	padding: 0 0px 0px 20px; 
	background-image: url(../images/page/bg_maincontent.jpg);
	background-position: 1px 100%;
	background-repeat:no-repeat;
	background-color: ;
	} 
#mainContent p {
	margin-left: 0px;
	line-height: 130%;
}
#mainContent a {
		color: #1A5A48;
}

#mainContent h1 {
	font-family: "Small Georgia", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 38px;
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	color: #1A5A48;
	border-bottom: 1px dotted #1A5A48;
}
#mainContent h2 {
	margin: 0 0 0px 0;
	padding: 7px 0px 0px 10px;
	font-size: 16px;
	display: block;
	height: 32px;
	background-color: #fff;
	background-image: url("../images/page/bg_h1.gif");
	background-repeat:no-repeat;
	color: #1A5A48;
}
#mainContent h3 {
	margin: 0;
	padding: 3px 5px;
	font-size: 16px;
	color: #1A5A48;
}
#mainContent a img{
	border: 0px;
	}
#sidebar1 /*this is sidebarright. Place BEFORE #mainContent as it floats right */{
	float: right; 
	width: 200px; 
	background: ; 
	margin: 30px 0px 0px 0px;
	padding: 0px 15px;
	border-left: 1px dotted #247139;
}
#sidebar1 h2{
	display: block;
	height: 25px;
	margin: 0;
	padding: 5px 0px 0px 8px;
	background-color: #fff;
	background-image: url("../images/page/bg_h2.gif");
	background-repeat:no-repeat;
	color: 	#1A5A48;
	font-size: 14px;
	}
#sidebar1 h3{
	color: 	#1A5A48;
	font-size: 14px;
	}
#sidebar1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333;
	}
#sidebar1 a {
	color: #1A5A48;
}
#sidebar1 .imageleft {
	float: left;
	padding: 4px 10px 2px 3px;
}
#sidebar1 a img {
	border: none;
}
#sidebar1 .cautionbox {
	border: 1px solid #1A5A48;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
#sidebar1 .cautionbox p {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
#footer { 
	margin: 0px auto;
	padding: 39px 30px 0px 30px;
	color: #1A5A48;
	text-align: center;
} 
#footer a, #footer a:link, #footer a:visited{
	color: #1A5A48;
	text-decoration: underline;
	}
#footer a:hover {
	color: #009900;
	text-decoration: none;
} 

/*****************************/
/* OTHER STYLES */
/*****************************/
p, input, select, textarea, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin: 0;
}
.clearleft {
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a, a:link, a:visited, a:active {
	text-decoration: underline;
}
a:hover {
	color: #1A5A48;
	text-decoration: none;
}
.headersecond {
	margin-top: 15px;
	padding: 20px 0px 0px 0px;
}
strong {
	color: #FB279D;
}

