@charset "utf-8";
/* CSS Document */

body {
	background-image: url('images/bgtemplate.jpg');
	background-repeat: repeat;
	}

/* button */


.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	height: 17px;
	width: 100px;
	color: #E4D3BF;
	background-color: #6a4d1e;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #825F24;
	border-right-color: #6a4d1e;
	border-bottom-color: #453314;
	border-left-color: #362810;
	margin: 0px;
	padding: 0px;
}



/*paragraph and header text*/
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #211A10;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:0px;
}
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #211A10;
	text-decoration: none;
	padding-left: 10px;
}

/*used as sub header on some pages*/
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	text-indent: 5px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #E2D1BB;
}


/* page layout*/
#content {
	border: 5px solid #6a4d1e;
	background-color:#8a6528;
	width:800px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	}

#container {
	background-color: #C09A59;
	border: 2px solid #6a4d1e;
	width: 785px;
	margin:5px;
}

#side_left {
	width:150px;
	float:left;
	margin:0px;
	padding:0px;

	}
	
#main {
	float:left;
	width:483px;
	margin-right:0px;
	margin-left:0px;
	border-right: 1px solid #6a4d1e;
	border-left: 1px solid #6a4d1e;
}

#main2 {

	float:left;
	width:633px;
	margin-right:0px;
	margin-left:0px;
	border-left: 1px solid #6a4d1e;
}
#side_right {
	float:left;
	width:150px;
	margin:0px;
	padding:0px;
	
	

}

#text_box{
	width:500px;
	margin-left:auto;
	margin-right:auto;

}
#copyright {
	clear:both;
	border-top: dashed 1px #6a4d1e;
	margin-left:2px;
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #201C13
	
	}
	
/*classes for main content styling*/

.side_head {
height:20px;
	margin:0px;
	padding:2px;
	text-align: left;
	background-color:#6a4d1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4D3BF;
	font-weight: bold;
	}
.side{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:2px;
}	

.title_head_main{
	margin: 0px;
	padding: 0px;
	height:60px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: "Trebuchet MS";
	line-height:30px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #E4D3BF;
	letter-spacing: 3px;
	text-indent: 72px;
	vertical-align: middle;
	border-bottom: 1px, dashed #6a4d1e;
	}


.subtitle
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #8A9CBC;
	}
	
	.subtitle2
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8A9CBC;
	text-indent: 10px;
	}

.pic {
	padding:4px;
	float:left;
}

.pic2 {
	padding:4px;
	float:right;

}

/* link text*/

a:link {
	color: #685333;
	text-decoration: none;
}
a:visited {
	color: #E6DBCA;
	text-decoration: none;
}
a:active{
	color: #211A10;
	text-decoration: none;
}
a:hover {
	color: #E6DBCA;
	text-decoration: none;
}






/*chrome - drop down - menue*/
.chromestyle{
	width: 800px;
	font-weight: bold;
	margin-top:0px;
	background-image: url('images/menu_bkg.jpg');
	background-repeat: repeat;
	background-position: left top;
	height: 59px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color:#211A10;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.chromestyle ul li a:hover{
	background-color: #CDB58B;
	color: #BF9F6A;
}
.chromestyle ul li a:visited{

	color: #211A10;
}
.chromestyle ul li a:active{

	color: #211A10;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 314px;
	border: 1px solid #6a4d1e;
	border-bottom-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	z-index:100;
	background-color:#C2A572;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border: 1px solid #6a4d1e;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{
	background-color: #CDB58B;
}


/*menu  and properties for prints page*/


#print_side_left {
	width:170px;
	float:left;
	margin:0px;
	padding:0px;

}

#main_print {

	float:left;
	width:600px;
	margin-right:0px;
	margin-left:0px;
	border-left: 1px solid #6a4d1e;
}

.table{
	float:right;


}
	


#print_meny{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}
#print_meny a{
	display: block;
	padding:4px;
	text-decoration: none;
	margin: 0px;
	background-color: #C09A59;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#print_meny a:link{
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #88642A;
}
#print_meny a:visited{
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #886428;
}
#print_meny a:active{
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #896527;
	
}
#print_meny a:hover{
background-color: #DECAA9;
}
