/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background:#769715;

}
.table{
	padding:10px;}
td, th{padding:0px; margin:0px;}	
#container {
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	background-color:#333333;
	border-color:#66CC66;
	border:solid 2px;
	height:auto;
	width: 931px;
	font-size: 1.2em;
	margin: 8px;
	}
#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 365px;
}

#header_left {
	float: left;
	width: 326px;
	height: 206px;
}

#header_right {
    height: 206px;
	margin-left: 330px;
	margin-right: 20px;
}

#left {
	float:left;
	width: 260px;
	padding:0 0 0 30px;
	margin-left: 0px;
	margin-top: 60px;
}

#right 
{
	
	margin-left: 320px;
	margin-top: 70px;
	margin-right: 50px;
	padding:2px;
	text-align:justify;
	background:#FFFFFF;
	height:auto;
	overflow-X:none;
	overflow-y:none;
	}


#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background:#FFFFFF;

}

.date_box {
	background-color: #FFFFFF;
	background-image: url(../images/date.jpg);
	height: 51px;
	width: 52px;
	float: left;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
}

.date_box_day {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
	
   
}

h1 {
	color: #87a448;
	margin-top: 85px;
	margin-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	margin-left: 120px;
	font-size: 1.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

h3 {
	height: auto;
	background-color: #FFFFFF;
	padding:20px 0 5px 0;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3C682F;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 5px;
	float:left;
	margin-bottom: 5px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #006600;
}

blockquote {
	background-color: #EEFBE6;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #006600;
	
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none; margin:0px; padding:0px;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; font-weight:bold; text-decoration: none;}     /* unvisited link */
a:visited {color: #558D4B; font-weight:bold; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer, #navcontainer1 { }

#navcontainer ul, #navcontainer1 ul
{
	list-style-type: none;
	font-weight: bold;
	color: #006600;
	text-align:left;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(../images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}
#navcontainer1 a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(../images/menu1.gif);
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited, #navcontainer1 a:link
{
color: #006600;
text-decoration: none;
}

#navcontainer a:hover, #navcontainer1 a:hover  
{	
	background: url(../images/menu.png) 0 -45px;
	color: #009900;
}
#navcontainer1 a:link, #navlist a:visited
{
color: #006600;
text-decoration: none;
}

#navcontainer1 a:hover 
{	
	background: url(../images/menu1.gif) 0 -45px;
	color: #009900;
}
/**************************************** Form elements member login ****************************/


p.welcome {
	font-size: 0.8em;
	text-align: left;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #6B383D;
}

form {
	margin-top: 15px;
	}

input.fields {display: block;
        width: 140px;
        background: url(../images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

label {
	color: #A5BB73;
	text-align:left;
	}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	float: right;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 180px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-image: url(../images/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float:left;
	text-align:left;
}

input.fields_contact_us {display: block;
        width: 100px;
        background: url(../images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;
		}
.form-text{
	color: #3E9717;
	text-align:left;
	}
textarea {width: 170px;
          background: url(../images/input_bg.png);
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;

          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}
.search {
	CLEAR: none; BORDER: #67C115 1px solid; PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 5px; FONT-SIZE: 9pt; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px 12px 0px 0px; WIDTH: 150px; COLOR: red; PADDING-TOP: 0px; FONT-FAMILY: Trebuchet MS,Trebuchet,Arial,Helvetica; BACKGROUND-COLOR: #fff
}
.table-de{
	margin:0px;
	border:#BFBFBF solid 1px;
	padding:2px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	background-color:#F5F5F5;
	color:#000000;
}
.table-de td{
	border:F5F5F5 solid 1px;
	padding:5px;
	font-size:12px;
	font-weight:normal;
	text-align:left;

}
#abstract{
	width:100%;
	margin:5px;
	border:#333333 solid 1px;
	padding:5px;
	text-align:justify;
	font-weight:normal;
	font-size:12px;
	}
#sight-seen{
	width:450;
	height:400;
	padding:5px;
	margin:5px;
	text-align:center;
}
#home-sub{
	margin-top:30px;
	float:left;
	width:560px;
	height:auto;
	padding-bottom:20px;
	border-top: 1px #009900 dashed;
	}
#home-contant-bg1{
	float:left;
	width:270px;
	margin-top:20px;
	height:173px;
	background-image:url(../images/deadlines.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
		}
#home-contant-bg2{
	float:left;
	width:270px;
	margin-top:20px;
	height:173px;
	background:url(../images/merc&corp.jpg) center no-repeat;
	
		}		
	
#home-contant-bg{
	float:left;
	width:280px;
	margin-top:20px;
	height:186px;
	background-image:url(../images/home-contant-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
#home-contant-bg-right1{
	float:left;
	margin-top:20px;
	width:270px;
	height:186px;
	}		
#home-contant-bg-right{
	float:left;
	margin-top:20px;
	width:290px;
	height:186px;
	background:url(../images/home-contant-bg.jpg) no-repeat;
	}	
#home-sub_left{
	float:left;
	margin-top:14PX;
	margin-left:20PX;
	overflow:hidden;
	width:215px;
	height:auto;
	padding:5px;
	background-color:#FFFFFF;
	border:#006600 dashed 1px;
}
#home-sub_left h1{
	color:#006600;
	font:Verdana;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	text-align:left;
}

#home-sub_right{
	float:left;
		margin-top:14PX;
	margin-left:20PX;
	width:215px;
	background-color:#FFFFFF;
	height:auto;
	padding:5px;
	border:#006600 dashed 1px;
}
#home-sub_right ul{
list-style:none;
}
#home-sub_right li{
border-bottom:#00CC00 dashed 1px;
padding-bottom:4px;
line-height:18px;

}

#home-sub_right h1{
	color:#006600;
	font:Verdana;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	text-align:left;
}
.heading{
	padding-left:3px;
	font-size:14px;
	font-weight:bold;
		color:#32A025;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	.fulldetail
	{
		font-size: 12px;	
	}
	.reg-link
	{
		color: Red;
	
	}
.gallery-main {
	float:left;
	width:532px;
	height:auto;
	background-color: #EEFBE6;
	padding:15px 0px 30px 25px;
	}
.gallery-main table{
	float:left;
	}	
	
.galleryM
{
	float:left;
	width:235px;
	height:auto; 
	}
.gallery
{
float:left;
background:url(../images/gallery-th.jpg) right no-repeat  ;
padding:25px 5px 20px 45px;
width:185px;
height:141px;
}
.gallery-txt
{
float:left;
width:235px;
height:auto;
font:arial;
font-size:14px;
text-align:center;
}
.gallery-txt a
{
font:arial;
font-size:14px;
color:Black;
text-align:center;
text-decoration:none;
}
.gallery img
{
margin:0px;
padding:0px;
}	

/*-----Accordian----*/

.faq .faq_question.faq_dt_hide_answer {
  padding: 0 0 0 0;
  /*background: url(../Images/bullet-01.gif) no-repeat 0 19px;*/
} 
.faq .faq_question.faq_dt_hide_answer a {
  font-size: 14px;
}
.faq .faq_answer.faq_dd_hide_answer {
  padding: 0 0 0 0;
}
.faq .faq_answer.faq_dd_hide_answer ul.links,
.faq .faq_answer.faq_dd_hide_answer ul.links li {
  display: none;
}
.faq .faq_answer.faq_dd_hide_answer p {
  margin: 0;
  padding: 0;
}
div.content .faq ul li {
  background: none;
}
