html {
	font-size: 62.5%;
}

body {
	margin: 0; padding: 0;
	font: 1.2em/1.5em 'Georgia', sans-serif;
	color: #3b3b3b;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

h1 {
	font-size: 2.4em;
	line-height: 1.2em;
	font-weight: normal;	
}
h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: normal;	
}
h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;	
}

img {
	border: none;
}

a {
	color: #004d33;
	text-decoration: none;
}

ul, ol {
	margin: 0; 
	padding: 0 0 0 30px;
}

form, fieldset {
	margin: 0; padding: 0;
	border: 0;
}

p {
	margin: 1.5em 0;	
}

.warning {
	color: red;	
}

.highlight {
	background: yellow;	
}

.imgleft,
.wysiwygleft {
	margin: 10px 10px 10px 0;
}

.imgright,
.wysiwygright {
	margin: 10px 0 10px 10px;
}

.img,
.wysiwyg {
	margin: 10px;
}

/* ## Generic ## */

.list {
	padding: 10px 0;
}

.list .item {
	padding: 15px 0 18px 0;
	overflow: hidden;
	background: url('../images/dots.png') bottom repeat-x;
}

.list .thumb {
	float: left;
	background: #eeeeee;	
}

.list .content {
	margin: 0 0 0 110px;
	overflow: visible !important;
}

.list h3 {
	font-size: 1em;	
}

.list p {
	margin: 2px 0;	
}

.list .date {
	color: #999999;	
}

.list .last {
	background: none;	
}


.form {
	padding: 10px 0;	
}

.form .single {
	padding: 8px 0;	
}

.form .textbox {
	font-family: 'Georgia', sans-serif;
	color: #3b3b3b;
}

.form .captcha img {
	border: 1px solid #d5d5d5;
	display: block;
	margin: 0 0 5px 0;
}

.form .captcha br {
	display: none;	
}

.form .captcha .textbox {
	width: 199px;
	*width: 197px;
}

.form .submit {
	margin: 15px 0 0 0;
}


/* ## Page Specific ## */

#holder {
	width: 940px;
	margin: 0 auto;	
}


#header {
	background: url('../images/dots.png') bottom repeat-x;
	overflow: hidden;
	position: relative;
	padding: 0 0 10px 0;
}

#header .top {
	overflow: hidden;
	padding: 108px 0 0 0;	
}

#header .lang {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1em;
	font-weight: normal;
	padding: 13px 0 0 0;
}

#header .lang a {
	color: #3b3b3b;	
}


#logo {
	float: left;	
}


#nav {
	overflow: hidden;
	padding: 0 13px;
	list-style-type: none;
	float: left;
}

#nav li {
	float: left;
	padding: 0 11px;	
}

#nav a {
	font-size: 1.35em;
	font-weight: bold;
}

#nav .active a,
#nav .active {
	color: #3C3C3C;
}



#search {
	float: right;	
}

#search .form {
	padding: 0;
}

#search .input {
	background: url('../images/search_input.png') 0 0 no-repeat;
	float: left;
	width: 166px;
	height: 22px;
	float: left;
	overflow: hidden;
	margin: 0 7px 0 0;
}

#search .textbox {
	background: none;
	border: 0;
	width: 150px;
	padding: 3px 8px 3px 8px;
	float: left;
	color: #3b3b3b;
	font-family: 'Georgia', sans-serif;
}

#search .default {
	color: #959595;
}

#search .submit {
	float: left;
	margin: 0;
}


#banner {
	overflow: hidden;
	padding: 17px 0 0 0;
}

#banner img {
	background: #dfdfdf;
	float: left;
	margin: 0 5px 0 0;	
}

#banner .last {
	margin: 0;	
}


#title {
	background: url('../images/dots.png') bottom repeat-x;
	padding: 15px 0 18px 0;
	overflow: hidden;
	position: relative;
}

#title h1 {
	float: left;
	width: 216px;
	padding: 0 20px 0 0;
	font-size: 2.7em;
	line-height: 1.3em;
	color: #004d33;
	font-weight: normal;	
}

#title .breadcrumb {
	position: absolute;
	bottom: 23px;
	left: 236px;
	margin: 0;
}


#page {
	overflow: hidden;
	padding: 20px 0;	
}


#subnav {
	float: left;
	width: 216px;
	padding: 0 20px 0 0;
	margin: 0;	
}

#subnav li {
	background: url('../images/subnav_arrow.png') 0 0 no-repeat;
	padding: 0 0 0 22px;
	margin: 8px 0;
	list-style: none;
}

#subnav .active a {
	color: #3c3c3c;
}

#subnav .inactive a {
	color: #004d33;
}


#content {
	margin: 0 0 0 236px;
	padding: 4px 0 15px 0;
}

#content .content {
	overflow: hidden;	
}

#content .title {
	font-size:1.5em;
	font-weight:normal;	
}


#right {
	width: 320px;
	padding: 0 0 0 35px;
	float: right;
}

#right .img {
	display: block;
	margin: 0 0 45px 0;	
}


#footer {
	background: url('../images/dots.png') top repeat-x;
	padding: 29px 0;
	list-style-type: none;
	text-align: center;
	font-size: 1em;
}

#footer li {
	background: url('../images/footer_splitter.png') no-repeat right 2px;
	display: inline;
	padding: 0 6px 0 3px;
	*padding: 0 3px 0 4px;
}

#footer .last {
	background: none;
	padding: 0 0 0 6px;
}

#footer .bookmark {
	padding: 0 0 0 3px;	
}

#footer a {
	color: #3b3b3b;	
	line-height: 0.5em;
}


/* ## Page Specific ## */


#home #title {
	min-height: 83px;	
}

#home #title h1 {
	position: absolute;
	bottom: 18px;
	left: 0;	
}

#home h3 {
	font-size: 1.5em;
	font-weight: normal;
}

#home .welcome {
	margin: 0 0 0 236px;
	font-size: 1.65em;
	font-weight: normal;
	line-height: 1.4em;
}

#home .latest {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	width: 216px;	
}

#home .ctas {
	margin: 0 0 0 236px;
}

#home .cta {
	float: left;
	width: 352px;
	overflow: hidden;
}

#home .cta img {
	display: block;
	margin: 30px 0 15px 0;	
}

#home .list h3 {
	font-size: 1em;	
}

#home .list p {
	margin: 0;	
}

#home .date {
	color: #3b3b3b;	
}

#home .item {
	background: none;
	padding: 10px 0 13px 0;	
}

#home .feed {
	margin: 10px 0 0 0;	
}

#home .feed a {
	background: url('../images/icon_rss.png') right center no-repeat;
	padding: 0 35px 0 0;
}

#home .go {
	margin: 10px 0 4px;	
}

#home .go a {
	background: url('../images/icon_arrow.png') right center no-repeat;
	padding: 2px 23px 2px 0;
}


#sitemap {
	padding: 0 0 0 35px;
	margin: 15px 0;
}

#sitemap ul {
	margin: 3px 0;	
}


#news .date {
	color: #999999;
	margin: 2px 0;
}

#news .img {
	float: right;
	margin: 0 0 20px 20px;	
}
