/*================================================================
Layout
================================================================*/
body,html {
	margin: 0; padding: 0;
	color: #333;
	background: white;
	font: normal 12px/1.4 Arial, Helvetica, sans-serif;
	}
table tr td { font: normal 12px/1.4 Arial, Helvetica, sans-serif; }
img {
	border: 0;
	}
h1 {
	color: #556292;
	font-size: 18px;
	letter-spacing: 3;
	background: url(images/bg_heading.jpg);
	margin: -20px -10px 0 -30px; padding: 15px 0 15px 30px;
	}
h2 {
	color: #556292;
	font-size: 14px;
	border-bottom: 1px solid orange;
	font-family: Georgia;
	}
h3 {
	color: #556292;
	font-size: 12px;
	font-family: Georgia;
	}
p {
	padding-right: 40px;
	}
a:link, a:visited {
	color: #72afb6;
	font-weight: bold;
	text-decoration: underline;
	}
a:active, a:hover, a:focus {
	text-decoration: underline;
	}
ul {
	list-style-type: square;
	}
li {
	padding-bottom: 5px;
	}
/*================================================================
Structure
================================================================*/
#container {
	width: 950px;
	}
#header {
	color: white;
	font-weight: bold;
	background: #72afb6 url(images/bg_header.jpg);
	height: 93px;
	margin:0; padding:0;
	}
#container-content {
	float: left;
	background: white url(images/bg_column.jpg) repeat-y;
	}
#content {
	float: left;
	width: 542px;
	padding: 20px 10px 0 20px;
	}
* html #content {
	width: 580px;
	padding: 20px 0 0 30px;
	}
#quick-links {
	float: left;
	padding: 20px 0 0 0;
	width: 161px;
	text-align: center;
	}
* html #quick-links {
	width: 163px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
p#footer {
	font-size: 11px;
	text-align: center;
	padding-top: 40px; padding-bottom: 10px;
	}
#bottom {
	background: #fcb040 url(images/left_bottom.gif) bottom right no-repeat;
	height: 20px; width: 100%;
	margin: 0; padding: 0;
	}
div.clear {
	clear: both;
	margin: 0; padding: 0;
	}
/*================================================================
Navigation
================================================================*/
#nav {
	float: left;
	width: 207px;
	padding: 0 0 0 10px;
	font-size: 11px;
	}
#nav dl a:link, #nav dl a:visited {
	text-decoration: none;
	}
#nav dl a:active, #nav dl a:hover {
	text-decoration: underline;
	}
#nav a:link, #nav a:visited {
	font-weight: bold;
	text-decoration: none;
	}
#nav a:active, #nav a:hover, #nav a:focus {
	text-decoration: underline;
	}
#nav dl {
	margin-left: -10px; margin-top: -1px;
	border-bottom: 1px solid #e2e3e3;
	border-right: 1px solid #e2e3e3;
	width: 207px;
	}
#nav dl dt {
	margin: 0; padding: 2px 0 0 8px;
	background: #fff;
	border-top: 1px solid #e2e3e3;
	}
#nav dl dd {
	margin: 0; padding: 2px 0 2px 8px;
	background: #fff;
	}
#nav dl dd span.on {
	font-weight: bold; color: #556292;
	}
/*================================================================
Adobe Downloads
================================================================*/
div#get-adobe {
	font-size: 11px; margin: 20px 0 15px 0; vertical-align: top; width: 450px; line-height: 1.4;
}
div#get-adobe img {
	display: inline; float: left; margin: 2px 15px 0 0;
}
dl.download {
	padding: 15px 0 0 0;
}
dl.download dd {
	margin: 5px 0 0 0;
}
dl.download dd img {
	display: inline; margin: 0 5px 0 0; vertical-align: bottom;
}
/*================================================================
Home Page
================================================================*/
.callout {
	float: left;
	border: 1px solid orange;
	width: 140px; height: 135px;
	background: #EEE;
	margin-right: 25px; padding:5px;
	}
* html .callout {
	width: 150px;
	}
#callouts p {
	margin: 5px 0 0 0; padding: 0;
	text-align: center;
	}
/*================================================================
Site Map
================================================================*/
dl#site-map {
	padding-bottom: 75px;
	}
dl#site-map dt, dl#site-map dd {
	padding-bottom: 5px;
	}
/*================================================================
Contact Us
================================================================*/
dl#contact-us dt {
	color: #556292; font-weight: bold;
	}
dl#contact-us dd {
	padding-bottom: 15px;
	}
/*================================================================
Photos
================================================================*/
table#photos {
	border: none;
	}
table#photos tr td {
	width: 210px;
	vertical-align: top;
	padding-right: 50px;
	}
table#photos img {
	display: block;
	margin: 20px 0 10px 0;
	}
/*================================================================
News
================================================================*/
table#news {
	border: 1;
	}
table#news tr td {
	width: 420px;
	vertical-align: top;
	padding-right: 50px;
	margin: 0 0 10px 0;
	font: normal 11px/1.4 Arial, Helvetica, sans-serif;
	}
table#news h2 {
	color: #333;
	margin: 0 0 0 0; padding: 0 0 0 0;
	font: heavy 12px/1.4 Arial, Helvetica, sans-serif;
	}
