* {margin: 0; padding: 0;}

body {
	font-family: Arial, sans-serif; 
	font-size: 12px;
	line-height: 1; 
	color: #333; 
	background: #fff;
	background: url("../img/backgrou.jpg");
}
a img {border: none;}
html body a:hover {color: #c00; background-color: #fff;}

p { padding-bottom: 1em;}

div#container {
	background: url("../img/containe.gif");
	position: relative;
	margin: 0 auto;
	width: 754px;
}

/* Start Hide from non-IE/Win */
* html div#container {
	margin-left:12%;
}
/* End Hide from non-IE/Win */

div#header {
	background: url("../img/header-b.gif");
	padding: 0 2px;
}

div#header div {
	padding: 2px 10px 2px 10px;	
	margin-bottom: 8px;
}

div#user {
	font-size: 12px;
	color: #666;
	background-color: #e9e9e9;
	padding-right: 5px;
	text-align: right;
}

div#search_nav {
	text-align: right;
}

ul#site_map {
	list-style-type: none;
}
ul#site_map li {
	padding: 3px;
}

ul.horizontal_nav, ul.horizontal_nav li {
	display: inline;
	list-style-type: none;
}

ul.horizontal_nav {
	font-size: 12px;
}

ul.horizontal_nav a {
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	color: #666;
}

form {
	margin: 0;
	padding: 0;
}

form p {
	line-height: 1.5em;
	padding-bottom: 12px;
	font-size: 12px;
}

input {
	font-size: 1em;
	background: #FBFAF4;
	border: 1px solid; border-color: #999 #D9D9D9 #D9D9D9 #999;
	padding: 1px;
}

div#search_nav input {
	font-size: .95em;
	background: #FBFAF4;
	border: 1px solid; border-color: #999 #D9D9D9 #D9D9D9 #999;
	padding: 1px;
}

ul.horizontal_nav li {
	display: inline;
	list-style-type: none;
	padding: 0 7px 5px 7px;
	text-align: center;
	border-bottom: 1px dashed #999;
	border-left: 1px dashed #999;
}
div#footer {
	text-align: center;
	padding: 0 2px;
}
div#footer ul.horizontal_nav li {
	border-bottom: none;
	border-top: 1px dashed #999;
	padding: 5px 7px 0 7px;
}

ul.horizontal_nav li:first-child, ul.horizontal_nav li.first {
	border-left: none;
}

div#breadcrumbs {
	margin-bottom: 15px;
	padding: 0 20px 10px 20px;
	font-size:	12px;
	float: none;
}
div#banner {
	
}

div#main {
	margin: 0;
	padding: 2px;
	clear: both;
}

div#local_nav {
	margin: 0;
	float:left;
	width:150px;
	display:block;
}

ul.vertical_nav, ul.vertical_nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.vertical_nav {
	color: #000;
	background-color: #e6e6e6;
	font-size: 12px;
}

ul.vertical_nav li {
	padding: 3px 0;
	margin: 0 8px;
	vertical-align: middle;
	border-top: 1px dashed #fff;
}

ul.vertical_nav li:first-child, ul.vertical_nav li.first, 
ul.vertical_nav li:last-child, ul.vertical_nav li.last {
	background-repeat: no-repeat;
	margin-right: 0;
	border: none;
}

ul.vertical_nav li:first-child, ul.vertical_nav li.first {
	background-image: url("../img/box-top-.gif");	
	background-position: 100% 0%;
}

ul.vertical_nav li:last-child, ul.vertical_nav li.last {
	background-image: url("../img/box-low-.gif");	
	background-position: 100% 100%;
}

ul.image_nav, ul.image_nav li {
	list-style-type: none;
}

ul.image_nav {
	color: #000;
	background-color: #e6e6e6;
	padding: 0;
	font-size: 12px;
}

ul.image_nav img, div.image_list img {
	border: 1px solid #0c0;
}

ul.image_nav a img, div.image_list a img{
	border: 1px solid #ccc;
}

ul.image_nav a:hover img, div.image_list a:hover img{
	border: 1px solid #c00;
}

ul.image_nav li {
	padding: 3px 0;
	margin: 0 4px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px dashed #fff;
}

ul.image_nav li:first-child, ul.image_nav li.first {
	background-image: url("../img/box-top-.gif");	
	background-position: 100% 0%;
	background-repeat: no-repeat;
	margin-right: 0;
	border: none;
}

ul.image_nav li:last-child, ul.image_nav li.last {
	background-image: url("../img/box-low-.gif");	
	background-position: 100% 100%;
	background-repeat: no-repeat;
	margin-right: 0;
	border: none;
}
div#content {
	float:left;
	width:434px;
}
div#content {
	font-size: 12px;
	padding: 0 8px 20px 8px;
}
div#content h1, div#homepage_content h1 {
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

div#content div {
	line-height: 1.5em;
	margin-bottom: 8px;
}

div.content_body ul {
	margin: 0 0 8px 8px;
	padding: 0 0 8px 8px;
}
div#homepage_content {
	width:734px;
	font-size: 12px;
	padding: 0 8px 20px 8px;
}
div#homepage_content h1 {
	border: none;
	padding-left:8px;
}

div#homepage_content h3 {
	font-size: 12px;
	color: #444;
}
div#homepage_content h3, div#homepage_content ul {
	margin-bottom: 6px;
}
div#content_left div, div#content_right div {
	line-height: 1.5em;
	margin-bottom: 12px;
}
div.right {
	float: right;
}

div#content_left{
	padding: 8px 8px 20px 8px;
	width: 150px;
	float:left;
}

div#content_right {
	padding: 8px 8px 20px 8px;
	width: 550px;
	float: right;
	background-color: #eee;
}

/*div#content_right {
	float: right;
	color: #000;
	background-color: #eee;
	width:550px;
}*/

div#sidebar {
	float:right;
	width: 150px;
}

ul.special_feature, ul.special_feature li {
	list-style-type: none;
}

ul.special_feature {
	color: #000;
	background-color: #e6e6e6;
	font-size: 12px;
	line-height: 1.3em;
}

ul.special_feature li, #sidebar #login {
	padding: 4px 5px 4px 10px;
}
ul.special_feature li:first-child, ul.special_feature li.first, 
 ul.special_feature li:last-child, ul.special_feature li.last {
	background-repeat: no-repeat;
	border: none;
}

ul.special_feature li:first-child, ul.special_feature li.first {
	background-image: url("../img/box-top-.gif");	
	background-position: 0% 0%;
}

ul.special_feature li:last-child, ul.special_feature li.last {
	background-image: url("../img/box-low-.gif");	
	background-position: 0% 100%;
}

ul.list, ul.list li {
	list-style-type: none;
}

ul.list li {
	line-height: 1.4em;
	padding-bottom: 1em;
	margin: 2px;
}

div#footer {
	clear:both;
	padding-top: 20px;
}

div#footer p {
	font-size:11px;
	padding: 12px;
	color: #666;
	background-color: #fff;
}

.counter {
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 1em;
	line-height: 1.5em;
}

img.image_medium {
	border: 1px solid #ccc;
}

p.notice {
	color: green;
	line-height: 1.3em;
	padding-bottom: 8px;
	text-align: center;
}

div#results_search {
	padding: 8px 0;
	text-align: center;
}

div.auto_complete {
	text-align: left;
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
    padding:0px;
}
li.selected { background-color: #ffb; }

div.last_changed {
	color:#888; 
	background-color: #fff;
	font-size:11px; 
	text-align: right;
	padding: 0;
	margin: 0;
}

div.content_summary form {
	margin: 0px; padding: 0px; display: inline;
}

a
{
	color:#666;
	text-decoration:none;
}

a:visited
{
	color:#666;
	text-decoration:none;
}

