/* colors 
color:#b2bb1c; /* green */
html, body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	font-size:13px;
}

* {
	margin:0;
	padding:0
}
img {
	border:none;
	behavior: url(iepngfix.htc);
}
h1 {
	color: #FFF;
	font-weight: normal;
	font-size:22px;
	line-height:24px;
	text-transform:uppercase;
}
h2 {
	color: #000;
	font-weight: bold;
	font-size:15px;
	line-height:15px;
	
}
h3 {
	color: #000;
	font-weight: bold;
	font-size:13px;
	line-height:13px;
	padding-bottom:10px;
}
p {
	color: #000;
	font-weight: normal;
	line-height:18px;
	padding-bottom:9px;
	text-align:justify;
}
a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	outline:none
}
a:hover {
	color:#b2bb1c; /* green */
	text-decoration:underline;
}
article, aside, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
strong {
	font-weight:bold;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
	
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align:top
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* *** Float containers fix:

 http://www.csscreator.com/attributes/containedfloat.php *** */ 

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 0;
}
.clear {
	clear:both
}
* {
	margin:0;
	padding:0
}
img {
	border:none;
	behavior: url(iepngfix.htc);
}
.clear {
	clear:both;
}




#search_box {
	width:155px;
	margin-right:52px;
	padding:0px;
	position:relative;
	float:right;
	display:block;
	outline:none;
	border:none;
}
#search_box input#search_text {
	color:#4c5a52;
	text-align:left;
	float:left;
	/*width:120px;
	height:26px;*/
	width:107px;
	height:17px;
	font-size:10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 11px;
	border-radius: 10px 0 0 10px;
	/*background-image: url(../images/search-bkgrnd.gif);
	background-repeat: no-repeat;*/
}
#search_box input, form {
	display:inline;
	padding:0;
	margin:0;
	border:0
}
#search_box fieldset {
	display:inline;
	padding:0;
	border: 1px solid #000;
	border-radius: 10px;
    height: 24px;
}
#search_box #search_button {
	position: relative;
	width: 31px;
    float: left;
	border-radius: 0 10px 10px 0;
    top: -1px;
    right: -1px;
}
/************* common styles ************/




/************* FOOTER ************/
#footer_wrapper {
	width:100%;
	height:auto;
	display:block;
	background-image: url(../images/footer-bkgrnd.gif);
	background-repeat: repeat-x;
	
	padding-top:40px;
	min-height:220px;
}
footer {
	width:975px;
	height:auto;
	display:block;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding-left:75px;
	padding-right:75px;
	overflow:auto;
	
}
footer p {
	font-size:11px;
	line-height:12px;
	color:#000;
}
footer a:link {
	text-decoration:none;
	color:#000;
}
footer a:visited {
	text-decoration:none;
	color:#000;
}
footer a:hover {
	text-decoration:none;
	color: #002d62
}
#footerleft {
	float:left;
	margin-left:60px;
	width:550px;
}
#copyright {
	float:left;
}
#footernav {
	float:left;
}
#footernav ul {
	list-style: none;
	margin-left:-6px;
}
#footernav li {
	float: left;
}
#footernav .display {
	display:none;
}
#footernav a {
	display: block;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	font-size: 11px;
	padding-left:6px;
	padding-right:7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#footernav .last-element a {
	border-right-width: 0px;
}
#footernav a:hover {
	color:#b2bb1c;
}
#herrmann {
	float:right;
	width:365px;
	text-align:right;
}

#herrmann p{
line-height: 14px;
}

