@charset "utf-8";

img {
	border: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #7DBF38; 
	background-image: url(../images/template/bg.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 100%;
	margin: 0; 
	padding: 0; 
	line-height: 1;
}

/*headlines and text*/
h1, h2, h3, h4, h5, a, p, table, input, form, ol, ul, label { 
	color: #1e1e1e;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul, ol, table {
	line-height: 125%;
	font-size: 12px;
}
ol {
	margin-right: 25px; 
}

p {
	margin: 0;
	padding: 0;
}

p, label {
	margin: 15px;
	line-height: 150%;
	font-size: 12px;
}

#footer p {
	color: #434343;
}

li {
	line-height: 125%;
}

.specialtext { 
	color: #f00;
}

.answerstext {
	color: #008100;
	font-size: 13px;
	font-weight: bold;
}

.note { 
	font-size: 10px; 
}
h1 { 
	vertical-align: middle; 
	margin: 16px;
}

h1 img {
	margin: 0;
	padding: 0;
	vertical-align: middle; 
}

h1 span {
	font-size: 12px;
}

h2 { 
	color: #0079b9; 
	font-size: 16px; 
	font-weight: bold; 
	margin: 5px 15px;
}

h3 {
	color: #3d3d3d; 
	font-size: 13px;
	margin: 10px 15px 0 15px;
	text-transform: uppercase;

}

.icaption {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
/*End Headlines and text*/

/*template*/
#container {
	width: 920px;
}

/*Top Row*/
#toprow {
	width: 920px;
	height: 343px;
	float: left;
}

#topmenu {
	margin: 0 32px;
	width: 191px;
	height: 343px;
	float: left;
}

#flash {
	width: 665px;
	height: 343px;
	float: left;
	clear: left;
}

/*End Top Row*/

/*Middle Row*/
#middlerow {
	width: 920px;
	float: left;
}
#leftcol {
	width: 255px;
	min-height: 500px;
	float: left;
}
#rightcol {
	width: 665px;
	float: left;
}
#menumiddle {
	width: 665px;
	height: 40px;
	float: left;
}
#content {
	width: 665px;
	background-color: #fff;
	padding-bottom: 50px;
	min-height: 700px;
	float: left;
}
#contentindex {
	width: 665px;
	background-color: #fff;
	padding-bottom: 50px;
	min-height: 700px;
	float: left;
}
.excursionbar {
	width: 585px;
	margin: 0 auto;
}
/*End Middle Row*/

/*Bottom Row*/
#bottomrow {
	width: 920px;
	float: left;
}

#bottomrow img {
	float: none;
}

#footer { 
	background-color: #feffff; 
	width: 665px; 
	margin-left: 255px; 
	padding: 2px 0; 
	border-top: 1px dotted #7dbf38; 
}
/*End Bottom Row*/
/*End Template*/


/* Links */
a:link { 
	color: #663333; 
}

a:visited { 
	color: #663333; 
}

a:hover { 
	color: #000; 
	text-decoration: underline; 
}

a:active { 
	color: #663333; 
}

#footer a:link { 
	color: #434343; 
}

#footer a:visited { 
	color: #434343; 
}

#footer a:hover { 
	color: #de6d29; 
	text-decoration: underline; 
}

#footer a:active { 
	color: #434343; 
}

.copyright a:link { 
	color: #434343; 
	text-decoration: none; 
}

.copyright a:visited { 
	color: #434343; 
	text-decoration: none; 
}

.copyright a:hover { 
	color: #de6d29; 
	text-decoration: underline; 
}

.copyright a:active { 
	color: #434343; 
	text-decoration: none; 
}
/*End Links*/

/*Images*/
.rightimgfree {
	float: right;
	margin: 3px 10px 3px 3px;
	clear: left;
	text-align: center;
}

.rightimg {
	width: 215px;
	float: right;
	margin: 3px 10px 3px 3px;
	text-align: center;
}

.leftimg {
	width: 215px;
	float: left;
	margin: 3px 3px 3px 10px;
	text-align: center;
}

.rightimgindex {
	width: 215px;
	float: right;
	margin: 3px 10px 3px 3px;
	clear: both;
	text-align: center;
}

.leftimgindex {
	width: 215px;
	float: left;
	margin: 3px 3px 3px 10px;
	clear: both;
	text-align: center;
}
img.imgcenter {
	margin: 0 auto;
}
img.alignleft {
	float: left;
}
/*End Images*/

/*Special Classes*/
.red { 
	color: #FF0000; 
}
/*End Special Classes*/

/*forms*/
form {
	margin: 15px;
}

.formcol {
	width: 296px;
	margin: 10px;
	float: left;
}

.formautocol {
	margin: 20px 10px;
	display: block;
}

.formnofloat {
	clear: both;
}

textarea {
	width: 100%;
}

form table td {
	padding: 5px 0;
}
.gallery {
	visibility: hidden;
	overflow: hidden;
	height: 5px;
}
.radiobuttons {
	margin-right: 0;
}
/*End forms*/