@charset "utf-8";
/* CSS Document */
/******* This document hides the drop navigation, search and main image when user prints the page! *******/
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
	margin-left: 0px;
	background-color: #2A5FAA;
	margin-top: 5px;
}
		
		
		#container {
	
	width: 680px;
	background-color: #FFFFFF;
	border: 1px solid gray;
	padding: 0px;
	margin-top: 5px;
		}

		#banner {
			margin-bottom: 10px;
			background-color: rgb(213, 219, 225);
			display:none
		}

		#content {
	margin-top: 5px;
	padding: 10px;
	border: none;
		}

		#sidebar-a {
	float: right;
	width: 138px;
	\width: 158px;
	w\idth: 148px;
	margin: 2 0 0 0px;
	padding: 0px 0px 5px;
	display: none;
		
		}

		#footer {
	clear: both;
	padding: 5px;
	margin-top: 1px;
	background-color: rgb(213, 219, 225);
	display: block;
		}
	
	#footlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 759px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footer ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#footer li a:link, #footer li a:visited{
	color: #666666;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
}
#footer li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



#toplinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-position: right;
}
#toplinks a:link, #toplinks a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
#print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
	left: 100%;
}

#print a:link, #print a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	color: #000000;
}
#smallinks {
	padding: 0px;
	margin: 0px;
	
}
#breadcrumbs li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#breadcrumbs ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-align: left;
	margin: 0px;
	padding: 10px 0px 0px 12px;
}
#breadcrumbs li a:link, breadcrumbs li a:visited {
	color: #999999;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #FFFFFF;
}
#breadcrumbs li a:hover {
	color: #006863;
	text-decoration: underline;
}

#breadcrumbs {
	padding-left: 5px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	padding-top: 5px;
	margin: 0px;
}
#flash {
	z-index: 0;
}

/*style the p in the form container*/
#search p {
	font-size: 80%;/*scale the font size against the body selector*/
	margin: 0 0 20px 0;/*set a 20 pixel margin on the bottom, zero the rest*/
	padding: 0;/*zero the padding*/
}

/*style the inputs*/
#search  select {
	background-color: #FFFFFF;/*set a background colour on the form inputs*/
	color: #000000;/*set a colour for the text that is added to the inputs*/
	border: 1px solid #4C5854;/*set a border on the inputs - gives them a flat appearance*/
	margin: 0;/*zero off any margins*/
	width: 150px;/*set a width*/
}


/*style the textarea*/
#search  textarea {
	background-color: #FFFFFF;/*set the background colour*/
	color: #FFFFFF;/*set the text colour*/
	border: 1px solid #4C5854;/*add a border to give it a flat appearance*/
	margin: 0 25px 0 0;/*set a 25 pixel margin to the right zero off any remaining borders*/
	height: 200px;/*set a hegiht for the textarea*/
}

/* shows focus in the form inputs and textarea */
#search  input:focus, #formcontainer textarea:focus {
	background-color: #CCCCCC; /*set the background colour of the input and textarea when the cursor is inside*/
   color: #000000; /*set the text colour to white*/
}

/*style the text and links for home, germany, ect */
#search {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display:none
}
#search a:link {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#search a:visited {
	color: #CCCCCC;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#search a:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#search a:active {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
