﻿* 
{
	margin: 0;
	padding: 0;
}
body 
{
	font-family: Arial, Sans-Serif;
	margin: 0px;
}

img
{
	border: none;
}

#container
{
	width: 800px;
	padding: 0 9px;
	margin: 0 auto;
}
#header, #footer
{
	width: 781px;
}
#content 
{
	width: 779px;
}

#header_logo
{
	float:left;
	width: 247px;
}
#header_search
{
	float: right;
	border: solid 1px #E2E2C7;
	width: 368px;
	height: 35px;
	background-image: url(../images/header_search_background.png);
	padding-top: 3px;
	padding-left: 9px;
}

#header_search input.txtSearch
{
	border: solid 1px #E2E2C7;
	width: 266px;
	text-align: center;
	color:#777;
	height: 20px;
}

#content
{
	margin-top: 3px;
	border: solid 1px #E2E2C7;
}
#footer
{
	margin-top: 2px;
	background-image: url(../images/footer_background.png);
	height: 28px;
	padding-top: 10px;
}
#footer_copy
{
	float: left;
	padding-left: 15px;
	font-size: 0.7em;
	width: 300px;
}
#footer_menu
{
	float: right;
}
#footer_menu a
{
  	color: #000;
}

div.clear
{
	line-height: 0px;
	clear: both;
	float: none;
}

ul.menu
{
	margin-top: 0;
	padding-top: 0;
}
ul.menu li
{
	float: left;
	display: block;
	padding-right: 5px;
	font-size: 0.7em;
}

ul.green
{
	list-style-image: url(../images/green.png);
	font-size: 0.8em;
}

a, ul.green a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}

a:hover, ul.green a:hover {	
	text-decoration: underline;
	}

ul.green a	
{
	font-weight: normal;
}
a img {
	border: 0;
	}
	
a img.graphicLink {
	border: 0;
	}
	
a img: hover {
	border: 0;
	}
	
.alignRight {
    float: right; 
    margin-left: 1em; 
}

.alignLeft {
    float: left; 
    margin-right: 1em; 
}