/*  orange: #f87d51
		red: #e55c56 
		blue: #32a8b4
		dark blue:  #00293F;
*/

* { padding:0; margin:0; }

body {
	color: #000;
	min-height: 100%;
	height: 100%;
	background: url(../images/grass.jpg) repeat-y center top #6a911b /*#075b47*/;
	text-align:center;
	font-family:  Georgia, Times, serif;
}

#wrap {
	margin: 0 auto;
	padding: 0;
  	width: 960px;
	height:100%;
	background-color: #fff;
	
	/*
	border-left: 4px solid #ededed;
	border-right: 4px solid #ededed;
	*/
	text-align:left;
}

html>body #wrap { min-height:100%; }

.clearsall {
	clear:both;
}

/* __ Top nav links __*/

.header {
	
}

p { margin: 15px 0; }


#topnav{
	background: #fff;
	margin: 0;
	padding: 1px 0 6px 0;

}

#topnav ul {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: normal;
	color: #f87d51;
	list-style-type: none;
}

#topnav ul.sub {
	font-weight: normal;
	font-size: 14px;
	padding-top: 13px;
}

#topnav li {
	float: left;
	position: relative;
}

#topnav li a {
	background: #fff;
	margin: 0;
	padding: 5px 8px;
	border: 1px solid #ededed;
}

#topnav li a:link, #topnav li a:visited, #topnav li a:active {
	color: #134F00;
	text-decoration: none;
	border-top: 1px solid #134F00;
	border-right: 1px solid #134F00;
	border-bottom: 1px solid #134F00;
	
}

#topnav li a:hover {
	background: #ededed;
	/*color: #00767F;
	border: 1px solid #32a8b4;*/
}


/* __ Main Content area ___*/

#content {
	margin-left: 20px;
	margin-top: 20px; 
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #282828;
	width: 800px;
	line-height: 18px;
}
#content .left{
	position: relative;
	width:33%;
	float: left;

}
#content .center{
	position: relative;
	width:34%;
	float: left;
	top:0;
	
}
#content .right{
	position: relative;
	width:33%;
	float: left;
	top:0;
	clear: right;
}
#content h1{
	margin-bottom: 20px;
	font-size: 17px;
	font-stretch: wider;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #32a8b4;
}
#content h2{
	font-size: 14px;
	font-stretch: wider;
	font-weight: bold;
	text-align: left;
	color:#32a8b4;
	border-bottom: 1px solid #e4e4e4;
}
#content a{
	text-decoration: none;
}
#content a:link{
	color: #e55c56;
}
#content a:visited{
	color: #e55c56;
}
#content a:hover{
	color: #32a8b4;
	text-decoration: underline;
	/*border-bottom: solid 1px #32a8b4;*/
}
#content a:active{
	color: #e55c56;
}
/* __ imageSwap ___*/

#imageSwap {
	margin-left: 30px; 
}

#imageSwap p {
	margin-top: -5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 350px;
}

#imageSwap img {
	margin: 0 8px 8px 0;
	border: #1c394a 1px solid;
}
#imageleft {
	position: relative;
	font-size: 10px;
	float: left;
	width: 360px;
}
#imageswapsmall {
	position: relative;
	font-size: 10px;
	float: left;
	width: 380px;
	height: 370px;
	overflow: auto;
}
#imageswapsmall img {
	cursor: pointer;
	border: #1c394a 1px solid;
}

#imageswapbig {
	float: left;
	position: relative;
	font-size: 10px;
	padding-left: 10px;
}

#copy {
	padding: 5px 0 5px 5px;
	width: 99%;
	bottom: 0;
	text-align: right;
	font-size: 9px;
	color: #666;
	clear: both;
}
