/*
-----------HTML Elements---------
*/
body {

}

p, .copyblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin:5px 0 5px 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #D27000;
	font-weight: bold;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight:bold;
}

/*
-----------Page Layout-----------
*/
#content
{
	clear:both;
}

#page-wrap {
}

/*
-----------Header-----------
*/
#header {
	height: 162px;
	background: #fff url(/images/topbg-green.gif) repeat-x;
}

#header h1 {
	display:block;
	height:62px;
	font-weight: normal;
	padding:50px 0px 0px 25px;
	color: #fff;
	border: none;
}

#header h1 a {
	display: block;
	color: #fff;
	text-decoration:none;
}
#header h1 a:hover {
	display: block;
	color: #fff;
	text-decoration:underline;
}

/*
----------Footer----------
*/
#footer {
	background:url(/images/border1.gif) repeat-x top left;
	background-color:#FFFFFF;
	font-size: 9px;
	color: #808080;
	padding:20px 25px 0px 25px;
	text-align:center;
}

#footer a {
/*
	color: #315EA0;
*/
}

/*
----------Side Bar----------
*/
#sidebar2 {
	margin:35px;
	width:250px;
	float:right;
}

/*
----------Navigation----------
*/
#menu {
	background:url(/images/menubg-green.gif) repeat-x;
	float: left;
	padding:0px 15px;
	margin:5px 0px 0px 0px;
	position:relative;
	z-index:10;
	width:925px;
}
#menu li {
	font-size: 14px;
	display: block;
	float:left;
	margin: 0 0 0px 0;
}
#menu li a {
	padding:15px 10px 20px 10px;
	margin:5 0 0 0; 
	color: #FFFFFF;
	text-decoration: none;
	display:block;

}
#menu li a:hover { 
	background: url(/images/menuactive-green.gif) repeat-x top left;
	text-decoration:underline;
}

#menu li a:active {
	background: url(/images/menuactive-green.gif) repeat-x top left;
}

#homeintro {
	width: 550px;
	float:left;
}

/* Elements to match rest of site design */
.title h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #D27000;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}

h3 a, .back {
	color:#0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.copyblock h5 {
	font-size:11px;
	margin:10px 0 0 0;
}