@import url("reset.css");

/* Text & Basic Tag Styles */

body {
	text-shadow: 0px 1px white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #3e3830;
	margin: 0px;
	padding: 0px;
/*	background: url(grid-overlay.png) top center repeat-y;*/
	background: url(body-bg-apron.jpg) top center no-repeat;
	background-color: #FFFFFF;
}

p { margin: 0px 0px 18px 0px; }
ul { list-style: disc; margin: 0px 0px 18px 0px; }
ol { list-style: decimal; margin: 0px 0px 18px 0px; }

a { color: #333333; text-decoration: none; }
a:hover { color: #1da3dd; text-decoration: underline; }

h1 { margin: 0px 0px 20px 0px; }

h2 {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 0px;
	text-shadow: 0px 1px 0px white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #716558;
}

h3 img { margin: 18px 0px 0px 20px; }

/* Page Layout */

.container {
	width: 980px;
	margin: 0px auto;
}

#header {
	width: 320px;
	height: 414px;
	margin: 40px 0px 0px 0px;
}

#subfooter {
	width: 100%;
	padding: 20px 0px;
	background: url(subfooter-bg.png);
	overflow: auto;
}

#footer {
	width: 100%;
	padding: 20px 0px;
	background: url(footer-bg.png);
	overflow: auto;
}

	#footer #about {
		margin-left: 20px;
		margin-bottom: 0px;
		margin-right: 340px;
		margin-top: 0px;
		float: left;
		width: 280px;
	}
	
	#footer #contact {
		float: left;
		width: 250px;
		margin: 0px;
	}

#dash {
	width: 100%;
	margin: 20px 0px 0px 0px;
	background: url(dash-bg.png) top left repeat-x;
}

/* Subfooter Thumbnails */

#subfooter ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#subfooter ul li {
	display: inline;
	margin: 0px 0px 0px 14px;
	padding: 0px;
}

#subfooter ul li img { border: 4px solid #FFFFFF; }

#subfooter ul li img:hover { border: 4px solid #1da3dd; }

/* Fancy Rounded Buttons */

a.button {
	font-size: 12px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 16px;
	margin: 0px 20px 0px 6px;
	background-color: #99ccff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.button:hover {
	background-color: #1da3dd;
	text-decoration: none;
}
