@charset "UTF-8";
/* CSS Document */

.clear
{
	display: block;
	clear: both;
	height: 1%;
}

body {
	margin: 0px;
	padding: 0px;
	/*background: #c1cad3 url(../images/body.gif) repeat-x top;*/
	background: #fbb2b5 url(../images/body-bg.gif) repeat-x top;
/*	text-align: center;*/
}
	
#wrap
{
	width: 799px;
	margin: 0px auto;
	padding: 0px;
}

#top {
	background: url(../images/logo-header.gif) no-repeat top;
	height: 75px;
	margin-top: 10px;
	overflow: hidden;
}

#logo {
	margin: 8px;
}

#header {
	width: 799px;
	height: 100px;
	background: url(../images/header.png) no-repeat bottom;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	bottom: 0px;
}

#empty-header {
	width: 799px;
	background: url(../images/content-bg.gif) repeat-y;
	height: 3px;
}

#header-buttons {
	padding-top: 30px;
	width: 75px;
	margin-left: 700px;
	text-align: center;
}

#menu-wrap {
	width: 799px;
	/* Uncomment the following line if you hide the #header div */
/*	padding-top: 3px;*/
}
	
#main {
	text-align: left;
	width: 799px;
	background: url(../images/content-bg.gif) repeat-y;
	padding: 0px;
	margin-bottom: 0px;
	overflow: hidden;
/*	padding-top: 20px;*/
	padding-bottom: 20px;	
}

#page-title {
/*	padding-bottom: 20px;*/
}

#content {
	margin-top: -14px;
	margin-right: 10px;
	padding: 0px;
	padding-left: 50px;
	width: 495px;
	float: left;
}
#main > #content {
	margin-right: 20px;
	padding-left: 50px;
	margin-top: 0px;
	width: 500px;
}

#head {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	display: block;
	clear: both;
}

#head a:link, #head a:visited, #head a:active {
	color: #555555;
	font-weight: bold;
	padding: 2px;
}
	
#head a:hover {
	color: #555555;
}

#menubox {
	width: 750px;
	padding: 0px;
	margin-left: 20px;
	clear: none;
}

#quicklinks {
	width: 167px;
	padding: 0px;
	margin-left: 20px;
	float: left;
	clear: none;
}

.menuboxes {
	width: 180px;
	float: right;
}

.menubox-header {
	background: url(../images/menubox-header.png) no-repeat;
	width: 167px;
	height: 19px;
	color: white;
	font-size: 13px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 10px;
	padding-top: 4px;
	overflow: hidden;
}

#menubox > .menubox-header {
	height: 19px;
}

.formbox {
/*	text-align: center;*/
	background: #FAFAFA;
	height: auto;
	width: 147px;
	padding: 5px 10px 8px 10px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
/*	font-size: 10px;*/
/*	color: #7c8486;*/
	background: url(../images/menubox-edge.gif) repeat-y;
}
#menubox > .formbox {
	width: 147px;
}

form {
	padding: 0px;
	margin: 0px;
}

.newsbox {
	background: url(../images/menubox-edge.gif) repeat-y;
	height: auto;
	width: 147px;
	padding: 5px 10px 3px 10px;
}
#menubox > .newsbox {
	width: 147px;
}

.menubox-footer {
	width: 167px;
	height: 6px;
	background: url(../images/menubox-footer.gif) no-repeat center top;
	margin-bottom: 20px;
}

#footer-links {
	text-align: center;
	width: 799px;
	background: url(../images/content-bg.gif) repeat-y;
	padding: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;	
}

#footer {
	width: 799px;
/*	height: 47px;*/
	height: 10px;
	background: url(../images/footer.gif) no-repeat bottom;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0px;
	clear: both;
}

.float-left {
	float: left;
}

#search-form {
	margin-left: 200px;
	margin-top: 15px;
}

.sitemap-col {
	float: left;
	width: 220px;
/*	border: 1px solid red;*/
}

#sitemap-col2 {
	width: 270px;
}