@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	background:  #EEE;
	font-size: 12px;
}
a:link
{
	text-decoration: none;
    color: #8A3700;
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
   	margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: underline;
    color: #000000;
}

.wrap {
	width: 900px;
	margin: 0px auto;
	background: #EEE url(../images/back_top1.png) top center no-repeat;
	background:url(../images/back_mid.png) center repeat-y;
}


/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
.head
{
    /*background: url(images/poster.jpg) no-repeat center;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 139px;
    margin-top: 17px;*/
	width: 900px;
	position: absolute;
	background: url(../images/back_top1.png) no-repeat center top;
	height: 80px;
	/*margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;*/
}
.title_main {
	position:relative;
	top: 7px;
	left:550px;
	font-size:20px;
	font-weight:bold;
	color:#384828;
	font-family: "Trebuchet MS";
}
.banner {
	margin-left: 5px;
	position: relative;
	height: 210px;
	width: 726px;
	margin-right: auto;
	margin-left: auto;
	/*background: url(images/header.png)  no-repeat;*/
}
.main {
	/*padding-left: 100px;
	width: 700px;
	background: center;
	vertical-align: top;
	position: relative;
	text-align: justify;*/
	margin:20px 50px 0px 80px;
	/*border-left:10px solid #597241;
	border-right:10px solid #597241;*/
	padding: 0px 2em 2em 2em;
	text-align: justify;
}
.main a{
	text-decoration: none;
	font-weight: bold;
}
#cont{
	margin-bottom:1em;
	float:left;
	width: 720px;
	overflow: hidden;
	/*background: url(images/back_text.png) repeat-y center;*/
}
#cont_mid {
	margin-bottom:1em;
	float:left;
	width:700px;
}
.title_sub{
	font-size:24px;
	color:#597241;
	padding-top:5px;
}
.cont_text {
	padding-left:0.3em;
	padding-right:0.3em;
	padding-bottom:10px;
}
.col_right{
	margin-top: 0px;
	margin-bottom:0.5em;
	float:right;
	background-color:#FFF;
	width:190px;
	text-align: justify;
	border:1px solid #88A968;
}

.col_right a:hover{
	background-color:white;
}

.cr_title{
	height: 21px;
	background-color:#3d6bff;
	font-family:"Trebuchet MS";
	color:white; 
	padding:0px 1em 0px 1em;
	font-size: 18px;
	background: url(../images/bar.png) repeat-x center;
}

.cr_cont{
	padding:0.5em;
}
.col_mid{
	margin-top: 20px;
	margin-bottom:0.5em;
	text-align: center;
	background-color:#FFF;
	width:520px;
	text-align: justify;
	border:1px solid #52A1C4;
}
.cr_title_big{
	height: 21px;
	font-family: Tahoma, Geneva, sans-serif;
	color:white; 
	padding:0px 1em 0px 1em;
	font-size: 15px;
	text-align: left;
	background: url(../images/bar.png) repeat-x center;
}
.col_mid1{
	margin-top: 0px;
	margin-bottom:0.5em;
	text-align: center;
	background-color:#FFF;
	width:420px;
	text-align: justify;
	border:1px solid #88A968;
}

/* Navigation strips */
#navtop
{
    /*background: url(images/back_top.png) no-repeat;*/
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: auto;
}
#navbottom
{
	/*background: url(images/back_bottom.png) no-repeat;*/
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: auto;
    margin-top: 0px;
}

#footer
{
	padding: 20px 0 0 0px;
    clear: both;
	vertical-align: middle;
	text-align: center;
	height: 39px;
	background: url(../images/back_bottom1.png) bottom center no-repeat;
}
.footer_nav {
	font-family: Tahoma, Geneva, sans-serif;
	color:#FFF;
}
.footer_nav a {
	font-family: Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	
}
.footer_nav a:hover {
	text-decoration: underline;
	color: #FFF;
}
.copy{
	text-align: center;
	margin-top: 1px;
}

html{
	/*background-color: #000000;*/
	margin:50px 0 0 0;
	padding:0;
}

/*Contact Form*/
.loader {

}

.bar{
  display:none;
  background: url('images/ajax-loader.gif') no-repeat;
  margin-left:20px;
  margin-top:50px;
  height:20px;
  width: 230px;
}

#contactForm{
  float:left;
  position:relative;
  background-color: #fdfdfd;
  height: 215px;
}

#container {
  padding:10px;
  float:left;
  position:relative;
  height: 220px;
  width: 250px;
  overflow: hidden;
}
