/* Universal */
body {
	margin:0px auto;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#fef9e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:normal;
	font-weight:normal
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-weight:bold
}
h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:19px;
}
h4 {
	font-size:18px
}
h5 {
	font-size:16px;
}
/*Main Structure*/
#outer {
	width:1000px;
	margin:0px auto;
}
#main {
	width:1000px;
	float:left;
	padding-top:15px
}
/*Header*/
#logo {
	width:1000px;
	height:100px;
	float:left;
}
#logo img {
	width:306px;
	height:170px;
	margin-left:53px;
	position:absolute;
	display:block;
	z-index:1
}
#punch-line {
	width:975px;
	height:48px;
	padding-top:22px;
	padding-right:25px;
	float:left;
	background-image:url(images/punchline-bg.png);
	background-repeat:repeat-x;
	text-align:right
}
/*Navigation*/
#nav {
	width:1000px;
	height:53px;
	padding-bottom:9px;
	float:left;
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top
}
/*MIDDLE*/
#middle-section {
	width:960px;
	float:left;
	padding:20px;
	background-color:#f4ebcc
}
/*HOME PAGE*/
#home-top {
	width:960px;
	float:left
}
.yellow-box {
	width:212px;
	padding:8px;
	float:left;
	border:1px #010102 solid;
	background-color:#e7d89b;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin-bottom:8px
}
.yellow-box h3 {
	text-align:center;
	padding-bottom:10px
}
/*COL-1-2*/
	#col-1-2 {
	width:710px;
	float:left
}
#banner {
	width:710px;
	height:350px;
	float:left
}
#col-1-2 .yellow-box {
	width:327px;
	margin-top:15px
}
#col-1-2 .right {
	float:right
}
/*COL-1-3*/
	#col-1-3 {
	width:230px;
	float:right
}
#col-1-3 .yellow-box {
	background-image:url(images/yellow-box-bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#home-bottom {
	width:960px;
	float:left;
	padding-top:25px
}
/*INNER PAGE*/
#page-title {
	width:960px;
	float:left;
	text-align:center
}
.page-content {
	width:960px;
	float:left;
	padding-top:15px
}
.page-divider {
	width:960px;
	height:18px;
	float:left;
	margin-top:15px;
	text-align:center;
	background-image:url(images/page-divider.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.img-left {
	padding-right:20px;
	padding-bottom:40px
}
.img-right {
	padding-left:20px;
	padding-bottom:40px
}
.align-center {
	text-align:center
}
/*CONTACT PAGE*/
#quick-reference-title {
	width:230px;
	height:43px;
	float:left;
	background-image:url(images/quick-reference-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	text-align:center;
	padding-top:5px
}
#quick-reference-content {
	width:210px;
	float:left;
	margin-left:20px
}
#quick-reference-content h5 {
	margin-left:-20px
}
/*FOOTER*/
#footer-outer {
	width:1000px;
	float:left;
	padding-top:9px;
	background-image:url(images/footer-top-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top
}
#footer-inner {
	width:960px;
	float:left;
	padding:15px 20px 22px;
	background-image:url(images/footer-bottom-bg.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#839d9e
}
.footer-box {
	width:170px;
	float:left
}
.first {
	width:160px
}
.third {
	width:255px;
}
.fourth {
	width:235px;
}
.last {
	width:140px;
	text-align:center
}
h4.footer-main-link {
	margin-top:20px
}
ul.footer-list {
	margin:0px;
	padding:0px;
	padding-left:5px
}
ul.footer-list li {
	margin:0px;
	padding:0px;
	list-style:none;
	padding-bottom:5px
}
ul.footer-list ul {
	margin:0px;
	padding:0px;
	padding-left:10px
}
ul.footer-list li li {
	padding-left:15px
}
#copyright {
	width:960px;
	float:left;
	text-align:center;
	padding-top:5px
}
.margin-top {
	margin-top:10px
}
.flr {
	float: right;
	margin: 10px 10px 10px 10px;
}
.fll {
	float: left;
	margin: 10px 10px 10px 10px;
}