@charset "utf-8";
/* This is for the bacic structure of every page warning! changing anything here, changes everything in the site instantly */		
ul, ol, dl {
              position: relative;  }
		
		body {
	margin-left: 2px;
	background-color: #2A5FAA;
	margin-top: 5px;	
}
#smallinks li {
	color: #C30;
}
		
		
#container {
	width: 780px;
	\width: 780px;
	w\idth: 760px;
	background-color: #FFFFFF;
	border: 1px solid gray;
	padding: 10px;
	margin: 0px auto 10px;
}

/*  \*/
* html #smallinks {
	height: 1%;
}
/*  */

/* Contain the floats using the :after method */
#sidebar-a:after {
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}


#banner {
	margin-bottom: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
}

#content {

	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-right: 188px;
	z-index: 0;	
	border-top: 0px solid #D5DBE1;
	border-right: 0px solid #D5DBE1;
	border-left: 0px solid #D5DBE1; 
	background-color: #FFFFFF;
}

#sidebar-a {
	float: right;
	width: 178px;
	\width: 188px;
	w\idth: 178px;
	background-color: #FFFFFF;
	display: inline;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebar-a a:link {
	text-decoration: none;
}
#sidebar-a a:hover{
	text-decoration: underline;
}

#footer {
	clear: both;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 1px;			
	background-color: rgb(213, 219, 225);
	border: 1px solid #4F4F4F;
	height:auto;
}
	
#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;
	font-size: 10px;	
}
#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;
}
#print a:hover {
	color: #FFFFFF;
}
#smallinks {
	padding: 0px;
	margin: 0px;
	
}

#breadcrumbs {
	padding-left: 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	padding-top: 5px;
	margin: 0px;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	color: #006666;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #FFFFFF;
}

#flash {
	z-index: 0;
}

/*style the p in the form container*/
#atomsearch 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*/
#atomsearch  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;
	padding: 0px;
	margin: 0px;
/*	height: 20px;*/
}
#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;
}
#atomsearch 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;
}
#navigation {
	margin-bottom: 0px;
}
.omni a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
	text-decoration: none;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

