body {
	font-family: "Lucida Sans", Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0px auto;
}

/* Wrapper layers */
#WrapperContent {
	height: 500px;
	width: 100%;
}
#WrapperHeader {
	height: 471px;
	padding-bottom: 10px;
	padding-top: 5px;
	width: 100%;
}

/* BEGIN HEADER LAYERS */
#Header {
	margin: 0px auto;
	width: 1000px;
}

/* Top header layer (logo, contact & email links, search field) */
#Header_Top {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
#Header_Logo { float: left; }
#Header_Logo img {
	height: 78px;
	width: 167px;
}
#Header_Search {
	color: #FFF;
	float: right;
}
#Header_Search a {
	color: #FFF;
	padding: 0px 5px;
	text-decoration: none;
}
#Header_Search a:hover { text-decoration: underline; }
#Header_Search input.search { width: 150px; }
#Header_Hours {
	bottom: 0px;
	color: #FFF;
	position: absolute;
	right: 20px;
}

/* Bottom layer (Flash, navigation) */
#Header_Bottom {
	height: 388px;
	position: relative;
	z-index: 1000;
}
#Header_Nav {
	bottom: 0px;
	padding-left: 40px;
	position: absolute;
	z-index: 1000;
}
.navButton1, .navButton2, .navButton3, .navButton4, .navButton5, .navButton6, .navButton7, .navButton8, .navButton9, .navButton10,
.navButton1On, .navButton2On, .navButton3On, .navButton4On, .navButton5On, .navButton6On, .navButton7On, .navButton8On, .navButton9On, .navButton10On {
	float: left;
	height: 50px;
}

/* Drop-down menu */
#Header_Nav ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	z-index: 500; 
}
#Header_Nav ul li { 
	position: relative; 
	z-index: 500; 
}
#Header_Nav ul li img.navSpacer { 
	border: 0px;
	height: 50px;
	width: 100%;
}
#Header_Nav ul ul {
	display: none;
	width: 180px;

}
#Header_Nav ul ul.hd_menuChildItems, #Header_Nav ul ul.hd_menuExtraItems {
	background: url(/Images/Backgrounds/bg_headerMenuMid.png) repeat-y right top;
}
#Header_Nav ul ul.hd_menuExtraItems { margin-top: 0px; }
#Header_Nav ul ul.hd_menuTopImg { height: 5px; }
#Header_Nav ul ul.hd_menuSepImg { height: 10px; }
#Header_Nav ul ul.hd_menuBotImg {
	background: url(/Images/Backgrounds/bg_headerMenuBot.png) no-repeat;
	height: 4px;
}
#Header_Nav ul ul.hd_menuChildItems li {
	cursor: pointer;
	list-style: none;
	padding: 3px 3px 3px 25px;
	text-indent: -17px;
	width: 149px;
}
#Header_Nav ul ul.hd_menuExtraItems li {
	cursor: pointer;
	list-style: none;
	padding: 3px 3px 3px 25px;
	width: 149px;
}
#Header_Nav ul ul.hd_menuChildItems li a, #Header_Nav ul ul.hd_menuExtraItems li a {
	text-decoration: none;
	width: 100%;
}
#Header_Nav ul ul.hd_menuChildItems li img {
	margin-right: 5px;
	vertical-align: middle;
}
#Header_Nav ul li:hover ul { 
	display: block; 
	z-index: 500;
}

/* END HEADER LAYERS */

/* BEGIN BODY LAYERS */
#Body {
	margin: 0px auto;
	position: relative;
	width: 980px;
}
#Body_Top {
	background: transparent url(/Images/Backgrounds/bg_bodyTop.png) top left repeat-x;
	height: 5px;
	margin-left: 25px;
	margin-right: 25px;
	position: absolute;
	top: 0px;
	width: 930px;
	z-index: 100;
}
#Body_Mid {
	background: transparent url(/Images/Backgrounds/bg_bodyMid.png) 50% top repeat-y;
	padding-left: 40px;
	padding-right: 40px;
}
#Body_Bot {
	background: transparent url(/Images/Backgrounds/bg_bodybot.png) 50% top no-repeat;
	height: 35px;
}

#Content_Wrapper { width: 100%; }
#Content_Right { float: left; }
#Content_Left, #Content_Middle, #Content_Right { margin-bottom: 20px; }

.Blog { padding-bottom: 20px; }
.BlogTitle, #Tweet {
	font-size: 1.2em;
	font-weight: bold;
}
.BlogReadMore img {
	height: 14px;
	vertical-align: top;
	width: 14px;
}
.BlogImage {
	float: left;
	margin-right: 5px;
}

#Content_Footer {
	clear: both;
	padding-top: 10px;
	width: 898px;
}
#Content_Footer ul li { list-style-type: none; }
#Content_Footer ul li a {
	font-weight: bold;
	padding-left: 5px;
}
#Content_Footer ul li.On a, #Content_Footer ul li:hover a { text-decoration: underline; }

#Content_Sitemap {
	font-size: 0.9em;
	padding: 5px;
}
/* END BODY LAYERS */

/* Font styles */
input, select, textarea { font-family: Calibri, Tahoma; }
p {
	margin: 0px;
	margin-bottom: 15px;
}
H1, H2, .H1, .H2 {
	font-size: 2.3em;
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
	margin-bottom: 10px;
}
H3, .H3 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 0.9em;
	margin: 0px;
	margin-bottom: 5px;
}
H4, .H4 {
	font-size: 1.2em;
	font-weight: 900;
	line-height: 1em;
	margin: 0px;
	margin-bottom: 5px;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: none; }
.marginLeft { margin-left: 5px; }
.marginRight { margin-right: 5px; }
.paddingAll { padding: 5px; }
.b { font-weight: bold; }
.red { color: #900; }
.grey { color: #777; }

a.button {
	padding: 5px 10px;
	text-transform: uppercase;
}
a.button:hover { text-decoration: none; }
.button_off {
	cursor: default;
	padding: 4px 9px;
	text-transform: uppercase;
}

/* Error table */
table.errorTable { border: solid 1px #999; }
table.errorTable th {
	background-color: #900;
	color: #FFF;
	font-size: 2em;
	padding: 5px;
}
table.errorTable td.optional {
	background-color: #999;
	color: #FFF;
	text-transform: capitalize;
}
table.errorTable tr.header td { background-color: #DDD; }
table.errorTable td { background-color: #EEE; }
table.errorTable td.noformat { display: none; }
.errorBack { margin-top: 20px; }

/* Hack */
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0px;
	height: 0px;
}
.clearFix { display: inline-block; }
html[xmlns] .clearFix { display: block; }
* html .clearFix { height: 1%; }

table.cfdebug { 
	clear: both;
	float: none;
	margin-top: 1000px;
}
table.cfdebug table.cfdebug { 
	margin-top: 0px;
}

