@charset "UTF-8";

#main {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: left;
	white-space: normal;
	height: 570px;
	width: 969px;
	overflow: hidden;
	visibility: visible;
	z-index: 90;
	border: 1px solid #2C3B00;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	font-size: 12px;
	line-height:  18px;
}

#loader {
	margin-top: 250px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	white-space: normal;

	
}

#nav {
	background-color: #2C3B00;
	background-image: url(img/navbkgrnd.png);
	background-position: left top;
	clear: none;
	float: left;
	height: 570px;
	width: 234px;
	visibility: visible;
	z-index: 98;
}

#body {
	background-color: #FFFFFF;
	visibility: visible;
	z-index: 95;
	height: 570px;
	width: 735px;
	float: left;
	padding: 0px;
	visibility: visible;
	font-size: 12px;

}
#body_contents {
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: hidden;
	height: 510px;
	width: 675px;
	z-index: 94;
	visibility: visible;

}
#cover {
	height: 569px;
	width: 969px;
	overflow: hidden;
	visibility: visible;
	z-index: 110;
	border: 1px solid #2C3B00;
	background-color: #2C3B00;
}

img {
	margin: auto;
	vertical-align: middle;
	border: 1 solid #FF0000;
}


#nav_text {
	margin-top: 120px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
}



#nav_text2 {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
}


#nav_text3 {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
}

#toprow{
	overflow: auto;
	height: 275px;
	width: 680px;
}

#bottomrow{
	overflow: auto;
	height: 255px;
}

#scrollrow{
	overflow: auto;
	height: 255px;
	background: red;
	margin-left: 187px;
	margin-top: 55px;
	width: 250px;
	overflow: visible
}


.imgleft {
	float: left;
	margin-top: 180px;
	margin-right: 30px;
	margin-left: 50px;
}


.imgright {
	float: right;
	margin-top: 180px;
	margin-right: 50px;
	margin-left: 30px;
}

.imgleft2 {
	float: left;
	margin-top: 50px;
	margin-right: 30px;
	margin-left: 50px;
	}
	
.imgright3 {
	float: right;
	margin-top: 50px;
	margin-right: 30px;
}

.imgleft3 {
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	}
	
.imgcenter {
	margin-left: 130px;
	margin-top: 20px
	}


.imgright2 {
	float: right;
	margin-top: 50px;
	margin-right: 50px;
	margin-left: 30px;
}

.aboutus {
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 150px;
}

.contactform {
	margin-top: 100px;
	margin-right: 150px;
	margin-left: 150px;
	margin-bottom: 150px;
}

.bold {
	margin-top: 100px;
	margin-right: 150px;
	margin-left: 150px;
	margin-bottom: 150px;
	font-weight: bold;
}


A 	{
	color: #d37d28; 
	text-decoration: none; 
} 

A:link	{
	color: #d37d28;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
} 

A:visited	{ 
	color: #d37d28; 
	text-decoration: none; 
} 

A:active	{ 
	color: #d37d28;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
} 

A:hover	{ 
	color: #3f3f3f; 
} 


/*highslide*/

* {
    font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: white;
    text-decoration: none;
	font-size: 0px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: white;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}




/* highslide ajax html import */


.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 12px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: white;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


/* form */

body{
		margin:0px;
		font-size:10px;
		font-family:Trebuchet MS
	}

	table,tr,td{
		vertical-align:top;
	}
	.textInput{
		width:200px;
	}
	html{
		margin:0px;
	}
	.formButton{
		width:75px;
	}
	textarea,input,select{
		font-family:Trebuchet MS;
	}
	i{
		font-size:10px;
	}
	
	
/* ftr */

.ftr {
	margin-top: 20px;
	color: #999999;
	font-family: "Trebuchet MS", verdana, arial;
	font-size: 12px;
	line-height:  13px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	margin-bottom: 20px;
}
	
.row {
	background-color: #0FC;
}
.imgleftCopy {
	float: left;
	margin-top: 90px;
	margin-right: 30px;
	margin-left: 50px;
	width: 870px;
}
.paddingcenterimage {
	padding: 5px;
}



