/* CSS Document av Dieter Schneider 2007 */

* {
	margin: auto;
	padding: 1px;
	height: auto;
	width: auto;
}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}

#container {
	background-image: url('images/container_bg.jpg');
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
	font-size: 1.2em;
	margin: 0px;
	border-top: 1px solid white
}

#header {
	height: auto;
	padding-top: 20px;
	margin-left: 380px;
}
.pictureheader {
	margin: 30px;
	padding: 30px;
	float: left;
	clear: left;
	position: relative;
	left: -300px;
	top: 30px;
	text-align: left;
	display: inline;
}
#picture_left {
	margin:auto; padding:0%; height: 307px;
	width: 679px;
	float: left;
	clear: none;
	background-image: url('none');
	background-repeat: no-repeat;
	background-position:   center 50%;
	overflow: hidden;
	position: relative;
	visibility: visible;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	
}



#header_left {
	float: left;
	width: 326px;
	height: 206px;
}

#header_right {
	height: 206px;
	margin-left: 330px;
	margin-right: 20px;
}

#left {
	float:left;
	width: auto;
	margin-left: auto;
	margin-top: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#right {
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}

.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: 20px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

/******************************* Text and image formatting *******************************/

p {
	margin: auto;
	padding: 1px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.2em;
    padding-right: 2px;
   
}

h1 {
	oldcolor: #006699;
	color: #640032;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	oldcolor: #bf8a44;
	color: #640032;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: auto;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-left: 1px;
	font-size: 18pt;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	color: #640032;
	oldcolor: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
	clear: none;
	float: none;
	padding-right: 1px;
	padding-bottom: 1px;
	line-height: normal;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	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: #A6BB7A;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom:10px;
	border: 1px dotted #EBE2B7;
	background-image: url('images/blockquote.png');
	background-repeat: no-repeat;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {	color: #960032; text-decoration: underline;}     /* unvisited link */
a:visited {
	color: #960032;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}  /* visited link */
a:hover {
	color: #821115;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#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
}


#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url('images/menu.png') 0 -45px;
	color: #562930
}


/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 190px;
	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
}

input.fields_contact_us {display: block;
        width: 185px;
        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}

textarea2 {width: 185px;
          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;
}


/*** Smooth Menus CSS ***/


.ddsmoothmenu{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12pt;
font-weight: bold;
background: #FFFFFF; /*background of menu bar (default state)*/
oldbackground: #F5F9EB; /*background of menu bar (default state)*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0px;
padding: 0px;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #F5F9EB; /*background of menu items (default state)*/
oldbackground: #414141; /*background of menu items (default state)*/
color: black;
padding: 2px 6px;
border-top: 1px solid #778;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
border-left: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: black;
}

.ddsmoothmenu ul li a:hover{
background: maroon; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}