/*
         Toolbox CSS
		 Chad Ritchie
		 http://chadritchie.net
*/
* {
	margin:0pt;
	padding:0pt;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #523E33;
	color: #523E33;
}

#wrapper {
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 760px;
	background-image: url(../images/wrapper_bg_top.jpg);
	background-color: #F9CA48;
}

#top-bar {
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 10px 0;
	width: auto;
	height: 85px;
	background-position: center;
}
#nav {
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	height: 37px;
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
}
#nav ul {
	text-align: center;
	padding-top: 8px;
}
#nav ul li a {
	padding: 10px;
}

p {
	font-size: 1.3em;
	line-height: 140%;
	margin-bottom: 1.3em;
}

a {
	color: #583C30;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
	color: #F9CA48;
}

h1 {
	font-size: 2.8em;
	margin-bottom: 0.8em;
}
h2 {
	font-size: 2.2em;
	margin-bottom: 0.8em;
}
h3 {
	font-size: 1.4em;
	font-style: italic;
	letter-spacing: 2px;
	background: #e9bc3d;
	color: #5e0d04;
	padding: 5px;
	margin-bottom: 0.5em;
	text-align: center;
}
#footer   h5  {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}
#footer {
	height: 20px;
	background-color: #EBA914;
	color: #583C30;
	text-align: center;
	margin: 0 auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #583C30;
	padding: 7px 0;
}
#footer a {
	text-decoration: underline;
}
#footer a:hover {
	color:#FF6633;
	text-decoration:underline;
}

#sidebar {
	float: left;
	margin: 0 20px 0 0;
}
li {
	display: inline;
}


#main-content {
	background-color:#F9CA48;
	background-image:url(../images/lower_content.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	min-height:410px;
	padding:20px;
}




/*
	LAYOUT TOOLS
*/
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }

/*
	PRINT TOOLS
*/
.page-break 		{ page-break-before: always; }
.a {
	color: #0033CC;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.4em;
}



/*
	TYPOGRAPHIC TOOLS
*/
.error				{ border: 1px solid #fb4343; padding: 3px; color: #fb4343; }
.warning			{ border: 1px solid #d4ac0a; padding: 3px; color: #d4ac0a; }
.success			{ border: 1px solid #149b0d; padding: 3px; color: #149b0d; }
.callOut			{ font-size: 125%; font-weight: bold; }
.strikeOut			{ text-decoration: line-through; }
.underline			{ text-decoration: underline; }
.resetTypeStyle		{ font-weight: normal; font-style: normal; font-size: 100%; 
					  text-decoration: none; background-color: none; word-spacing: normal; 
					  letter-spacing: 0px; text-transform: none; text-indent: 0px; }

/*
	IMAGE TOOLS
*/
a img { border: 0; }
a:hover img {border: 0; }
a:visited img {border: 0; }					  

/* 
	STYLING EXTRAS
*/
a[href^="mailto"]	{ background: url(images/emailIcon.png) left center no-repeat; padding-left: 10px; }
a[href~=".pdf]		{ background: url(images/pdfIcon.png) left center no-repeat; padding-left: 10px; }
a.button			{ color: black; border: 1px solid black; padding: 3px; }
	a.button:hover	{ background: black; color: white; }
.transpBlack		{ background: url(images/transpBlack.png); }

/*
	DISPLAY VALUES
*/
.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }

#map {
	top: 10px;
	position: relative;
	clear: right;
}


#starburst {
	clear: right;
	float: right;
	margin: 0px -5px 10px 10px;
	position: relative;
	top:-20px;
	right: 2px;
}
#gallery {
	border: 1px solid #583C30;
	float: right;
	height: 350px;
	width: 455px;
	margin-right: 30px;
}
