/* CSS Document */

/* reset in-consistent browser styles */
@import url(reset.css);
@import url(base.css);

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #4d4d4d;
	border-top: 15px solid #EDEDED;
}

/* page container */
#container {
	border-bottom: 15px solid #BFBFBF;
	background: #F5F5F5 url(../images/bg.gif) top repeat-x;
	min-width: 945px;
}
#container2 {
	width: 945px;
	margin: 0 auto;
	position: relative;
}
/* page header */
#header {
	height: 158px;
	background-color: #fff;
}

/* top menu */
#topmenu {
	position: absolute;
	top: 0;
	right: 24px;
	
	width: 294px;
	height: 41px;
	background: url(../images/topmenubg.gif) no-repeat;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	margin-left: 14px;
}
#topmenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#topmenu a {
	display: block;
	float: left;
	padding: 11px 15px 11px 18px;
	color: #999;
	font-size: 13px;
	border-bottom-width: 0px;
}
#topmenu a:hover, #topmenu a.current, #topmenu a.actual, #topmenu a:hover.current, #topmenu a:hover.actual   {
	color: #000;
	text-decoration: none;
}
#homeLink {

}
#homeLink img {
	vertical-align: middle;
	margin-top: -3px;
	
}

/* logo */
#logo {
	position: absolute;
	top: 33px;
	left: 27px;
}
#logo a {
	border-width: 0;
}

/* main menu */
#mainmenu {
	position: absolute;
	top: 60px;
	left: 331px;
	width: 650px;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	margin-left: 32px;
}
#mainmenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainmenu a {
	display: block;
	padding: 0 0 12px 0;
	color: #333;
	font-size: 12px;
	border-bottom-width: 0px;
	font-weight: bold;
	
}
#mainmenu a:hover, #mainmenu a.current, #mainmenu a.actual, #mainmenu a:hover.current, #mainmenu a:hover.actual   {
	color: #000;
	text-decoration: underline;
}

#topimg {
	height: 202px;
	text-align: center;
	background: url(../images/topimgbg.gif) bottom center no-repeat;
}

#content {
	width: 668px;
	margin: 64px auto 24px auto;
	position: relative;
	
	/* new default font size, color etc */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #4d4d4d;*/
	color: #000;
}

#footer {
	color: #000;
	background: url(../images/footer.gif) top center no-repeat;
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
	height: 30px;
	
	position: relative;
	bottom: -6px;
	
}
#footer a {
	color: #000;
	border-bottom-width: 0;
}
#footer a:hover {
	color: #000;
	border-bottom-width: 0;
	text-decoration: underline;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 3px 10px 3px 10px;
	line-height: 27px;
	border-right: 1px solid #ffffff;
}
#footer li.last {
	border-width: 0px;
}

/* misc layout */
.clear {
	clear: both;
}

/* THICKBOX */
#TB_window {
	border: 31px solid #F5F5F5;
	border-top-width: 0px;
	color: #4d4d4d;
}
#TB_title {
	background-color: #F5F5F5;
	height: 31px;
}

/* back to top navigation */
.backtotop {
	padding-top: 30px;
	width: 150px;
	margin: 0 auto;
}
.backtotop ul {
	margin: 0;
	padding: 0;
	margin-left: 14px;
}
.backtotop li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.backtotop a {
	display: block;
	padding: 0 0 8px 0;
	color: #4d4d4d;
	font-size: 14px;
	border-bottom-width: 0px;
}
.backtotop a.top {
	color: #000;
}
.backtotop a:hover {
	color: #000;
	text-decoration: none;
}

/* Typography */
p {
	margin: 9px 0 9px 0;
}
a {
	color: #f7941d;
	border-bottom: 1px dashed #f7941d;
	text-decoration: none;
}
a:hover {
	
	border-bottom-style: solid;
	/*text-decoration: underline;*/
}
a img {
	border-width: 0;
}
a.nounderline, a:hover.nounderline {
	border-bottom-width: 0;
}
a.biglink {
	font-size: 20px;
	border-bottom-width: 0px;
}
a:hover.biglink {
}
a.biglink img {
	margin-top: -3px;
	margin-left: -8px;
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
	color: #231F20;
}
h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 32px;
	font-weight: normal;
}
/*h1 img.roadsigns {*/
h1 img {
	position: relative;
	top: -3px;
	left: -8px;
	margin-right: -8px;
	vertical-align: middle;
}
h2 {
	font-size: 17px;
	font-weight: normal;
}

#content ul {
	margin-top: 0px;
	padding-top: 0px;
}
#content ul li {
	list-style-image: url(../images/bullet-yellow.gif);
}
#content ul li.unstyled {
	list-style-type: none;
	list-style-image: none;
}

/* forms */
form {
	margin: 0px;
}
th {
	text-align: left;
	font-weight: normal;
}

/* MODx Stuff */
.ajaxSearch_resultListContainer {
	padding-top: 10px;
}
.ajaxSearch_result {
	padding-bottom: 20px;
}
.ajaxSearch_result p  {
	margin: 0; padding: 0;
}
.ajaxSearch_resultLink {
	font-size: 14px;
}
.ajaxSearch_resultDescription {
	display: block;
}
.ajaxSearch_paging {
	display: block;
	padding-bottom: 10px;
}