@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	background-color:#E4EDF2;
	background-image:url(../images/repeat-bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	height:100%;
}

h1, h2, h3, h4{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

body a, body a:hover, body a:visited{
	text-decoration:none;
	color:#245ca6;
}

body a{

}
body a:hover{

}
body a:visited{

}

h1{
	font-size:2.4em;
}

h2{
	font-size:2.0em;
}

h3{
	font-size:1.7em;
	color:#245ca6;
	padding-bottom:25px;
}

h4{
	font-size:1.4em;
}

.small{
	font-size:0.8em;

}

.highlight{
	color:#245ca6;
}
.bold{
	font-weight:bold;
}

.menu{
	list-style:none;
}

.left-links{
	float:left;
	height:100%;
	font-size:0.9em;
}

.last-link{
	border:none!important;
}
.left-links li{
	border-right:1px solid #FFFFFF;
	float:left;
	height:100%;
	padding-left:15px;
	padding-right:15px;
}

.right-links{
	float:right;
	font-size:1.4em;
	height:100%;
}
.right-links li{
	height:100%;
}

#page_wrapper{
	background-image:url(../images/content-bg.png);
	background-position:center top;
	background-repeat:repeat-y;
	min-height:100%;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	width:900px;
}

#page{
	
}

#top_content{

}
#header{
	background-image:url(../images/header-internal-v1-1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:150px;
	position:relative;
}
#twitter, #twitter a{
color:#ffffff;
}
#twitter{
position:absolute;
bottom:5px;
right:150px;
}

#menu{
	background-color:#4BA661;
	border-bottom:2px solid #3E8C51;
	border-top:2px solid #3E8C51;
	color:#FFFFFF;
	font-family:verdana;
	font-size:1.4em;
	height:44px;
	padding-bottom:3px;
	padding-right:15px;
	padding-top:3px;
}
#menu a, #menu a:visited{
	color:#ffffff;
}
#menu a:hover{
	color:#245ca6;
}

#content{
	padding:25px;
}
#content p{
	font-size:1.2em;
	line-height:1.7em;
	padding-bottom:25px;
}

#content ul{
	font-size:1.2em;
	padding-left:25px;
	padding-bottom:20px;
}

#content li{
	padding-bottom:5px;
}

#bottom_content{
	font-family:verdana;
	padding-bottom:25px;
	text-align:center;
}
#footer{
color:#FFFFFF;
	background-color:#4BA661;
	border-bottom:2px solid #3E8C51;
	border-top:2px solid #3E8C51;
	height:20px;
}
#footer a, #footer a:visited{
	color:#ffffff;
}
#footer a:hover{
	color:#245ca6;
}
.lastfooter{
	padding-top:10px;
}
.lastfooter a, .lastfooter a:visited{
	color:#999999;
	border-bottom:dotted 1px;
}
.lastfooter a:hover{
	color:#245ca6;
}
#copyright{
	float:right;
	padding-right:20px;
}
#sitemap{
	float:left;
	padding-left:20px;
}