@charset "utf-8";
/* CSS Document */

/* Universal Elements */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #e4e4e4;
}
p {
	padding-bottom: 1.2em;
}
#wrap {
	margin: 20px auto 0 auto;
	width: 900px;
}

.center {
	text-align: center;
}
/* Class Universal Elements */

.clearer {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
/* Header Elements */

#header {
	height: 150px;
	background-image: url(../images/header_full.jpg);
	background-repeat: no-repeat;
}
/* navbar Elements */

#navbar {
	height: 40px;
	background-color: #AE671B;
}
/* Content Elements */

#content {
	background-color: #FFF;
	padding: 15px;
	background-image: url(../images/top_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#content h1 {
	font-size: 140%;
	padding-bottom: 10px;
}
#content h2 {
	font-size: 120%;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AE671B;
}
#content h3 {
	font-size: 100%;
}
#content p {
	font-size: 100%;
}
#content a {
	text-decoration: underline;
	color: #03F;
}
#content a:hover {
	color: #009;
}
#content img {
	float:left;
	margin-right:10px;
}
#content ul {
	margin-left: 340px;
	padding-bottom: 15px;
}
/* Leader Content Elements */

.leader {
	float: left;
	width: 850px;
	padding: 10px;
	border: 1px solid #75BAFF;
	background-color: #EAF4FF;
	margin-bottom: 15px;
}
/* Left Content Elements */

.left {
	float: left;
	width: 408px;
	padding: 10px;
	border: 1px solid #9BBDBD;
	background-color: #E1ECEC;
	margin-bottom: 15px;
}
/* Right Content Elements */

.right {
	float: right;
	width: 408px;
	padding: 10px;
	border: 1px solid #FFC46A;
	background-color: #FFF4CC;
	margin-bottom: 15px;
}
/* Footer Elements */

#footer {
	height: 50px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#footer p {
	padding-top:15px;
	padding-left: 350px;
}
#shadow {
	height: 16px;
	background-image: url(../images/foot_shadow.jpg);
	background-repeat: no-repeat;
}
