/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
html{
	height: 100%
}
body{
	background: url(../images/bgr.gif) #347b62 repeat-x top;
	color: #000000;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif;
	height: 100%
}
a{
	color: #15694c;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 1em;
	padding: 2px
}
li{
	list-style: none
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 99.8%;
	margin: 0 auto;
	min-height: 99.8%;
	width: 604px
}
h2{
	color: #15694c;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 .3em;
	text-transform: lowercase
}
h3{
	font-size: 1em;
	margin: 0 0 .2em
}
p{
	padding: 0 0 .8em;
	text-align: justify
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) repeat-x top;
	height: 110px
}
#header .spacer{
	float: right;
	height: 110px;
	overflow: hidden;
	width: 361px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 200px
}
#header h1 a{
	display: block;
	height: 110px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: #f2f2f2;
	height: 29px;
	padding: 0 10px 0 0;
	text-align: right
}
#nav1 li{
	display: inline;
	line-height: 29px
}
#nav1 li a{
	color: #000000;
	padding: 0 4px
}
#nav1 li a:hover,
#nav1 li.active a{
	color: #16694d;
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 8px 9px 15px
}
#columns a{
	color: #347b62;
	text-decoration: underline
}
/*- Sub Columns -*/
.col1{
	float: left;
	width: 332px
}
.col2{
	float: right;
	width: 250px
}
.col2 h2{
	text-align: right
}
.col2 .spacer{
	color: #000000;
	padding: 0 10px 10px
}
.col2 .spacer a{
	color: #000000
}
.col2 .spacer.bg{
	background: #d0e1db;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 191px;
	min-height: 191px;
	padding: 10px
}
/*=== Footer ===*/
#footer{
	clear: both;
	color: #000000;
	font-size: .9em;
	height: 150px
}
#footer a{
	color: #000000
}
#footer em{
	color: #15694c;
	font-style: normal
}
#footer .row1, #footer .row2{
	background: #c0c0c0;
	height: 19px;
	line-height: 19px;
	padding: 0 8px
}
#footer .row2{
	background: none
}
#footer .row2 .spacer{
}
#footer img{
	display: block;
	text-align: center;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ar{
	text-align: right
}
.pic img{
	display: block
}
