@charset "UTF-8";
@import url("resset.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #5c5d5d;
	background: #666666 url(../images/top_bg.png) top center no-repeat;
}
a:link, a:visited, div#external a:link, div#external a:visited {
	color: #4ea4db;
	text-decoration: none;
	font-weight: bold;
}
a:hover, div#external a:hover {
	color: #262626;
}
strong {
	font-weight:bold;
}
h2 {
	color: #ddd;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 3px 10px;
	width: 40%;
}
h4 {
	color: #ffcc00;
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-align: right;
	padding: 3px 10px;
	width: 40%;
}
div.container {
	width: 760px;
	margin: 0 auto;
	position: relative; 
}
div#top {
	height: 129px;
	position: relative;
}
div#top div#wro {
	position: absolute;
	right: -18px;
	top: 3px;
	background: url(../images/wro_bg.png) no-repeat top left;
	width: 279px;
	height: 185px;
}
div#top div#logo {
	position: absolute;
	left: -65px;
	top: 20px;
	background: url(../images/logo.png) no-repeat top left;
	width: 220px;
	height: 90px;
}
div#nav {
	height: 32px;
	background: url(../images/nav_bg.png) top repeat-x;
}
div#nav a:link, div#nav a:visited {
	color: #444;
	display: block;
	height: 26px;
	padding: 0 10px;
	float: left;
	line-height: 26px;
	font-size: 18px;
	margin: 3px 10px;
}
div#nav a.active {
	background-color: #ffcc00;
}
div#nav a:hover {
	background-color: #4ea4db;
}
div#main {
	background: #e5e5e5;
	margin: 17px 0 0;
	padding: 15px 10px;
	position: relative;
	font-size: 1.2em;
	line-height: 1.3em;
}
div#content p.wtitle strong, div#content p.wtitle a:link strong, div#content p.wtitle a:visited strong  {
	color: #5c5d5d;
	font-size: 1.6em;
	font-weight: normal;
}
div#content p.wtitle strong span {
	color: #4ea4db;
}
div#content p.wtitle strong span.yellow {
	color: #ffcc00;
}
div#content p {
	margin: 0 10px 10px 20px;
}
div#content p.blue {
	background: #4ea4db;
	color: #FFF;
	font-weight: bold;
	margin-left: 0;
	padding: 2px 10px 2px 20px;
	width: 70%;
}
div#content p.yellow {
	background: #ffcc00;
	font-weight: bold;
	margin-left: 0;
	padding: 2px 10px 2px 20px;
	width: 70%;
}
strong {
	font-weight:bold;
}
div#content ul, div#sidebar ul {
	margin: 0 0 10px 40px;
	list-style-type: disc;
	
}
div#splatter {
	width: 126px;
	height: 147px;
	background: url(../images/splatter.png) no-repeat  top left;
	position: absolute;
	top: -17px;
	left: -67px;
}
div#car {
	width: 252px;
	height: 147px;
	position: absolute;
	top: -34px;
	right: -20px;
}
div#sign {
	width: 64px;
	height: 157px;
	position: absolute;
	bottom: -40px;
	right: -55px;
	background: url(../images/sign.png) no-repeat top left;
}
div#sidebar {
	width: 260px;
	float: right;
	position: relative;
	margin-top: 85px;
}
div#sidebar h3 {
	margin: 10px 0;
	cursor: pointer;
}
div#sidebar p {
	padding: 0 10px;
}
div#sidebar img.photos {
	margin: 10px 0 10px 30px;
	padding: 1px;
	border: #333 solid 5px;
}
div#sidebar  div#cam {
	position: absolute;
	right: -115px;
	top: 100px;
	width: 153px;
	height: 156px;
}
div#sidebar div#accordion {
	padding-top: 7px;
}
div#content {
	width: 475px;
	position: relative;
}
div#content h1 {
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px;
}
div#Copyright {
	width: 32px;
	height: 280px;
	background: url(../images/copyright.png) top left no-repeat;
	position: absolute;
	bottom: -28px;
	left: -25px;
}
div#footer {
	background: #bcbcbc;
}
div#footer div#left {
	width: 60%;
	padding-bottom: 10px;
	float: left;
}
div#footer div#right {
	width: 37%;
	padding-bottom: 10px;
	float: right;
}
div#footer  p {
	padding: 5px 0;
	margin: 0 10px;
	border-bottom: 1px dotted #2b2e2e;
	text-align: center;
	font-size: 1.2em;
}
div#external {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: inherit;
	font-style: inherit;
	color: #666;
	background: url(../images/bg_external.jpg) no-repeat bottom center;
}
div#external h1 {
	font-size: 18px;
	font-weight: bold;
	color: #4ea4db;
	margin: 10px 0;
	border-bottom: 5px solid #ffcc00;;
}
div#external ul {
	margin-left: 30px;
	list-style: disc;
}
div#external ol {
	margin-left: 30px;
	list-style: decimal;
}
/* ie6 */
* html div#main, * html div#footer {
	height: 1%;
}
* html h3 img, * html #nav, * html #car img, * html #Copyright, * html #cam img, * html #sign, * html #content p img { 
	behavior: url(iepngfix.htc); 
}
