body {
	background-color: #fff;
	
	font-family: Georgia, 'Lucida Grande', 'Lucida Sans', Arial;
	font-size: 16px;
	line-height: 26px;
}

img, .before, .text, .after, #menubtn ul li .top, #menubtn ul li .list, #menubtn ul li .bottom { behavior: url(iepngfix.htc) }

a {
	color: #ffd11c;
}

h1 {
	font-size: 32px;
	font-weight: normal;
	
	color: #ffd11c;
	
	margin: 30px 0 25px 0;
}

h2 {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	
	color: #004e9b;
	
	margin: 0 0 15px 0;
}

.smallblue {
	font-family: 'Lucida Grande', 'Lucida Sans', Arial;
	font-weight: bold;
	font-size: 9px;
	line-height: 20px;
	text-transform: uppercase;
	
	color: #004e9b;
	
}

.smallgrey {
	font-size: 9px;
	line-height: 11px;
}

.nopad {
	padding-left: 0;
	padding-right: 0;
}

.padtop15 {
	padding: 15px 0 0 0;
}

#blue {
	background: url(../images/bg.jpg) no-repeat top center;
	background-color: #00316e;
	
	color: #fff;
}

#header {
	background: url(../images/bg_header.jpg) no-repeat;
	margin: 0 auto;
	width: 960px;
	height: 140px;
}

#logo {
	width: 213px;
	height: 140px;
	
	float: left;
}

#nav {
	height: 108px;
	padding: 32px 0 0 0;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

/*#nav a .text {
	background: url(../images/nav_bg.png) repeat-x;
	display: -moz-inline-stack;
	display: inline-block;
	height: 35px;
	padding-top: 5px;
	
	background-position: 0 -35px;
}*/

#nav h4 {
	font-size: 16px;
	font-weight: normal;
	
	margin: 0;
}

/*#nav a:hover .text {
	background-position: 0 0px;
}*/

#nav a .before {
	background: url(../images/nav_before.png) no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	height: 35px;
	padding: 5px 0 0 47px;
	
	background-position: 0 -35px;
}

#nav a:hover .before {
	background-position: 0 0;
}

#nav a .after {
	background: url(../images/nav_after.png) no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	width: 15px;
	height: 35px;
	vertical-align: top;
	
	background-position: 0 -35px;
	text-indent: -9999px;
}

#nav a:hover .after {
	background-position: 0 0;
}

#home, #showcase {
	background: url(../images/bg_home.jpg) no-repeat;
}

.maintext {
	padding: 0 10px 0 32px;
}

#home p {
	margin: 20px 0 20px 0;
}

#showcase {

}

#showcase #container {
	position: relative;
}

#showcase #next {
	position: absolute;
	left: 765px;
	top: 345px;
	width: 175px;
	height: 55px;
	
	z-index: 100;
}

#showcase h1 {
	float: left;
	display: block;
	
	margin: 20px 0 25px 0;
}

#showcase h3 {
	font-size: 20px;
	margin: 0 0 15px 0;
	color: #ffd11c;
}

#showcase h4 {
	font-size: 14px;
	margin: 0 0 6px 0;
}

#showcase p {
	margin: 0 0 4px 0;
}

#showcase #details {
	background: url(../images/bg_showcase-details.jpg) no-repeat top center;
	font-size: 12px;
	line-height: 20px;
	
	padding-top: 30px;
}

#showcase #details td {
	padding-right: 10px;
}

#showcase .also {
	background-color: #002758;
	padding: 10px;
	margin-bottom: 15px;
}

#showcase .also ul {
	list-style: disc;
	margin-left: 0;
	padding-left: 15px;
}

.pics {
	width: 940px;
	height: 400px;
	overflow: hidden;
}

#sidebar {
	margin: 7px 0 0 0;
}

#sidebar h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	
	color: #ffd11c;
}

#sidebar p {
	font-size: 13px;
	line-height: 20px;
	
	margin: 0 0 15px 0;
}

#sidebar .left {
	float: left;
	width: 115px;
}

#sidebar .right {
	margin: 0 0 0 115px;
}

#sidebar .shadowbottom {
	background: url(../images/sidebar_shadow-bottom.png) top center no-repeat;
	padding: 20px 0 0 0;
}

#pagebottom {
	background: url(../images/bg_bottom.jpg) no-repeat bottom center;
	height: 80px;
}

/* contact button */

#menuwrap {
	width: 180px;
	height: 63px;
	
	margin: 10px 0 0 300px;
	
	position: relative;
	z-index: 201;
}
#menubtn, #menubtn ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	
	position: absolute;
	z-index: 200;
}
#menubtn a {
	display: block;
	text-decoration: none;
}
#menubtn li {
	background: url(../images/showcase_menu-btn.gif) no-repeat;
	width: 180px;
	height: 63px;
}
#menubtn li {position: relative;}

#menubtn li ul  {
	width: 584px;
	
	font-size: 12px;
	line-height: 18px;
	
	z-index: 202;
}
#menubtn ul li  {	
	width: 584px;
	background: none;
}

#menubtn li ul {
	position: absolute;
	display: none;
}

#menubtn li:hover ul, #menubtn li.hvr ul {
	display: block;
}

/* individual nav item spacing */

#menubtn ul li a {
	color: #404040;
	display: inline;
}

#menubtn ul li a:hover {
	color: #004e9b;
	padding-left: 2px;
}

#menubtn ul li h2 {
	font-size: 15px;
	margin: 0 0 8px 0;
}

#menubtn ul li .top {
	background: url(../images/showcase_menu-top.png) no-repeat;
	font-size: 0px;
	line-height: 0px;
	
	height: 63px;
}

#menubtn ul li .list {
	padding: 0 0 8px 30px;
	background: url(../images/showcase_menu-bg.png) repeat-y;
	font-size: 14px;
	line-height: 20px;
	color: #404040;
	
	width: 554px;
}

#menubtn ul li .bottom {
	background: url(../images/showcase_menu-bottom.png) no-repeat;
	font-size: 0px;
	line-height: 0px;
	
	height: 27px;
}

/* footer */

#footer {
	background: url(../images/bg_footer.gif) repeat-y center;
	background-color: #fff;
	color: #404040;
	
	font-size: 13px;
	line-height: 20px;
}

#footer a {
	color: #004e9b;
}

#footer a:hover {
	text-decoration: none;
}

#footer p {	
	margin: 0 0 15px 0;
}

#footer h3 {
	margin: 0 0 6px 0;
}

#footer ul {
	margin: 0 0 6px 0;
	padding: 0 0 0 20px;
	
	list-style-type: disc;
}

#footer li {
	margin: 0 0 4px 0;
}

#footer .left, #footer .right {
	padding: 30px 0 0 0;
}

#footer .middle {
	padding: 25px 20px 30px 20px;
}

#footer .findus {
	float: left;
	
	padding: 5px 8px 0 0;
}

#footer .locate {
	background: url(../images/footer_directions-locate.gif) no-repeat;
	
	display: block;
	width: 294px;
	height: 30px;
	margin: 6px 0 12px 0;
	padding: 14px 0 0 46px;
	
	font-size: 16px;
}

#footer .maplink img {	
	padding: 0 4px 0 4px;
}

#footer .mapcontainer {
	position: relative;
	
	height: 175px;
	overflow: auto;
	
	font-size: 12px;
	line-height: 17px;
}

#footer .mapcontainer img {
	float: left;
	margin: 0 10px 21px 0;
}

#mapcontent {
	position: absolute;
	background: url(../images/footer_map.gif) no-repeat;
	
	padding-left: 232px;
	height: 175px;
}

#dircontent {
	position: absolute;
	visibility: hidden;
}

#footer .fieldleft {
	background: url(../images/form_textfield-bgleft.gif) no-repeat;
	width: 5px;
	height: 26px;
	
	font-size: 1px;
	line-height: 1px;
	
	float: left;
}

#footer .field {
	background: url(../images/form_textfield-bg.gif) repeat-x;
	height: 26px;
	
	padding: 2px 0 0 0;
}

#footer .field input {
	border: none;
	background-color: #f0f0f0;
	
	font-size: 13px;
	font-family: Georgia, 'Lucida Grande';
	color: #404040;
	
	margin: 3px 0 0 0;
}

#footer .fieldright {
	background: url(../images/form_textfield-bgright.gif) no-repeat;
	width: 90px;
	height: 26px;
	
	font-size: 1px;
	line-height: 1px;
	
	float: right;
	text-align: right;
}

.dirfancy {
	background-color: #fff;
	
	padding: 10px;
	
	color: #404040;
	font-size: 13px;
}

.dirfancy h4 {
	color: #004e9b;
	font-size: 16px;
}

.dirfancy li {
	padding: 0 0 4px 0;
}