/* CSS Document by Dieter Schneider | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

/**************************************** Main structure ****************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background : #3C3C3C /*url(../images/template/bg.jpg) repeat-x*/;
}

#container {
	width: 842px;
	margin: auto;
	font-size: 1.2em;
	
			}
#flags {
	margin-top:0px;
	margin-left:5px;
}

.flags a img {border:none; padding-right:5px;}


#top_nav {
	background-image: url(../images/template/nav_top.jpg);
	height: 31px;
	padding-top: 15px;
	text-align: right;
	padding-right: 20px;
	color: #7E0200;
}

#header {
	/*background-image: url(../images/template/header.jpg);*/
	height: 235px;
	background-image: url(../images/template/header_01.jpg) ;
	padding-left: 6px;
	padding-right:6px;
}

#main_nav {
	background-image: url(../images/template/main_nav.jpg);
	height: 56px;
	padding-left: 9px;
}

#contentwrapper {
	background-image: url(../images/template/contentwrapper.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 160px;
	padding-top: 15px;
	margin-left: 15px!important;
	margin-left: 7px;
	font-size: 0.9em;
}
#left form  fieldset {
  width: 99%;
  clear: both;
  font-size: 110%;
  font-weight: bold;
   /* color: #FE0000; */
  border-color: #FE0000;
  border-width: 0px 0px 0px 0px;
  border-style: solid ;
  padding: 0px 0px 5px 0px;
  margin: 0 0 0 0;
}

#left  select, textarea /*input*/ {
  width: 99%;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  /*font-weight:bold;*/
  color: #000000;
  }
  

  #left legend /*input*/ {
  color: #000000;
  clear:both;
  width: 99%;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  padding: 0px 0px 5px 0px;
  /*font-weight:bold;*/
 /* color: #FE0000; */
  }

  #left label  /*input*/ {
  /*clear:both; */
  width: 99%;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  /*font-weight:bold;*/
   /* color: #FE0000; */
  }
#right {
	float: right;
	width: 160px;
	padding-top: 15px;
	margin-right: 15px!important;
	margin-right: 7px;
	font-size: 0.9em;
}


#content {
	display: block;
	
	width: 462px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 15px 0; 
}


#footer {
	background-image: url(../images/template/footer.jpg);
	height: 45px;
	clear: both;
	text-align: center;
	padding-top: 10px;
}

/**************************************** text, images, lists ****************************/
/*DISPLAY TWO SELECT BOXES INLINE*/
.min, .max {display:inline;}

img.float_left {
	float: right;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

p.topnav, .copyright {
	margin: 0;
}

h1 {
	color: #FFFFFF;
	padding-top: 110px;
	padding-left: 130px;
	font-size: 3em;
	font-style: italic;
}

h2 {
	font-size: 1em;
	color: #9A0500;
	background-image: url(../images/template/h2.jpg);
	background-repeat: repeat-x;
	height: 42px;
	padding-top: 3px;
	margin-bottom: 20px;
	padding-left: 8px;
}

h3 {
	/*background-image: url(../images/template/sidebar_heading.jpg);*/
	font-size: 110%;
	height: 25px;
	width: 135px;
	color: #3269C6; /*#FFFFFF;*/
	padding-top: 3px;
	padding-left: 24px;
}

h4 {
	/*background-image: url(../images/template/sidebar_heading_2.jpg);*/
	font-size: 110%;
	height: 25px; 
	width: 125px;
	color: #3269C6; /*#FFFFFF;*/
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 24px;
}

dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(../images/template/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

/**************************************** Menu ****************************/

#navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	height: 54px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 18px 1em;
	height: 18px;
	color: #720201;
	text-decoration: none;
	float: left;
	background-image: url(../images/template/menu_right_border.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-image: url(../images/template/menu_hover.jpg);
	background-repeat: repeat-x;
}

/**************************************** Contact form ****************************/

label {
	font-style: italic;
}

form.contact_us {
	width: 155px;
	margin-top: 0px;
	padding: 0px;
}

input.fields_contact_us {display: block;
        width: 155px;
        background: #FFFFFF;
		border-top: 1px solid #E5E3E4;
		border-left: 1px solid #E5E3E4;
		border-bottom: 1px solid #EDEDED;
		border-right: 1px solid #EDEDED;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 155px;
          background: #FFFFFF;
		  border-top: 1px solid #E5E3E4;
		  border-left: 1px solid #E5E3E4;
		  border-bottom: 1px solid #EDEDED;
		  border-right: 1px solid #EDEDED;
		  display: block;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	margin-left: 88px;
	padding: 2px;
	background-color: #910603;
	cursor: pointer;
	color: #FFFFFF;
}

/**********STYLES DEFINED BY MS**********/
li { 
display: inline; 
color: #3269C6;
}
a {color: #3269C6;}
a:visited {color: #3269C6;}

img {border:#7E0200 2px solid;} /*color: #7E0200; A5A5A5*/

.browse_tool_ghost {
	color:#aaaaaa;
	text-decoration:none;
	display:none;
	}