/***********************
 * total site layout	*
 ************************/
body,html
{
	font-family:"Times New Roman", Times, serif;
	/*background-color:#006699;*/
	background-color:#e0e0e0;
	background-image:url(../images/background.gif);
	background-position:50%;
	background-repeat:repeat-y;
	margin:0; 
	padding:0;
	min-height:100%; 
	width:100%; 
	height:100%;
}

#framework {
	width:760px;
	padding:0;
	min-height:100%;
	margin:0 auto;
	left:50%;
	background-color:#FFFFFF;
}











/********
 * menu *
 ********/
#menu {
	height:40px;
	width:640px;
	left:60%;
	float:right;
	margin-top:28px;
}
.chromestyle{
	width: 100%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url(../images/menu_bg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}


.chromestyle a:link{
	text-decoration:none;
	color:#000000;
}

.chromestyle a:visited{
	text-decoration:none;
	color:#000000;
}

.chromestyle a:hover{
	text-decoration:underline;
	color:#000000;
}

.chromestyle a:active{
	text-decoration:underline;
	color:#000000;
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
	/*content: " " url(../images/downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	/*border-bottom-width: 0;*/
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-image:url(../images/sub_menu_bg.gif);
	background-repeat:repeat;
	/*background-color: white;*/
	width: 200px;
	visibility: hidden;
	text-decoration:none;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add 	Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:link{ /*THEME CHANGE HERE*/
	text-decoration:none;
	color:#000000;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
	text-decoration:none;
	color:#000000;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration:underline;
	color:#000000;
}

.dropmenudiv a:active{ /*THEME CHANGE HERE*/
	text-decoration:underline;
	color:#000000;
}






/**********************************
 * general markup				  *
 **********************************/
#breadcrumb {
	height: 20px;
	width:640px;
	float:right;
	border:none;
	color:#166078;
	font:normal 12px Verdana;
	text-align:left;
	
}

#breadcrumb a:link{
	color:#166078;
	text-decoration:underline;
}

#breadcrumb a:visited { 
	color:#166078;
	text-decoration:underline;
	}
#breadcrumb a:hover { 
	color:#166078;
	text-decoration:underline;
	}
#breadcrumb a:active { 
	color:#166078;
	text-decoration:underline;
	}


#top {
	height:85px;
}

#logo {
	border:none;
	text-decoration:none;
}

#header {
	margin-top:6px;
	height:60px;
	float:left;
}

#content {
	width:760px;
}

#clearer {
	clear:both;
}

.bigimage {
	float:left;
}

.img {
	margin:4px;
}

.left { 
	margin:4px;
	margin-right:10px;
	float:left;
	text-align:left;
}

.right { 
	margin:4px;
	margin-left:10px;
	float:right;
}

.middle {
	margin:4px;
	margin-left:20px;
	margin-right:10px;
	float:left;
	text-align:left;

}













/****************************
 * overwite standard		*
 ****************************/
h1 {
	margin:0px;
	color:#166078;
	padding:0px;
	border:0px;
	font-size:2.0em;
}

h3{
	margin:0px;
	color:#166078;
	padding:0px;
	border:0px;
	font-size:1.3em;
}

p {
	margin:2px;
	margin-top:6px;
	margin-bottom:6px;
}

a:link { 
	color:#333333;
	text-decoration:underline;
	}
a:visited { 
	color:#333333;
	text-decoration:underline;
	}
a:hover { 
	color:#666666;
	text-decoration:underline;
	}
a:active { 
	color: #333333;
	text-decoration:underline;
	}










/********************
 * contact form		*
 ********************/
div.item {
  float:left;
  width:40%;
  padding-top: 5px;
}

div.item span.label {
  float: left;
  width: 70px;
  text-align: right;
}

div.item span.formw {
  float: right;
  width: 210px;
  text-align: left;
 } 












/******************************
 * general divs for txt-files *
 ******************************/
.big_column {
	width:740px;
	background-image:url(../images/text-top.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:10px;
	padding-top:20px;
	margin-top:10px;
	border:1px;
	border-style:solid;
	border-color:#999999;
	float:left;
	text-align:left;
}

.small_column {
	width:234px;
	background-image:url(../images/text-top.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:5px;
	padding-top:20px;
	margin-top:10px;
	margin-right:11px;
	border:1px;
	border-style:solid;
	border-color:#999999;
	float:left;
	text-align:center;
}

.small_column_right {
	width:234px;
	background-image:url(../images/text-top.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:5px;
	padding-top:20px;
	margin-top:10px;
	border:1px;
	border-style:solid;
	border-color:#999999;
	float:left;
	text-align:center;
}








/****************
 * footer 		*
 ****************/
#footer {
	width:760px;
	height:20px;
	font-size:0.9em;
	text-align:center;
	border: 1px solid #BBB;
	background-image:url(../images/text-top.gif);
	background-repeat:repeat-x;
	position:relative;
	padding-top:15px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:5px;
}

a:link.footerlink {
	color:#000000;
	text-decoration:none;
}

a:visited.footerlink {
	color:#000000;
	text-decoration:none;
}

a:hover.footerlink {
	color:#000000;
	text-decoration:underline;
}



