/* CSS Document */

body {
	margin: 0;
	padding: 0;
	
	text-align: center;
	background: url(../img/frame/top-bkgnd.jpg) repeat-x top #eee;
	background-color: #dbdbdb;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#pageWrapper {
	margin: 0;
	padding: 0;
	position: relative;
}

#designWrapper {
	text-align: left;
	width: 812px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#sideShadowLeft {
	width: 6px;
	height: 268px;
	margin: 0;
	padding: 0;
	background: url(../img/frame/sideshadow-left.jpg) no-repeat right;
	float: left;
}

#sideShadowRight {
	width: 6px;
	height: 268px;
	margin: 0;
	padding: 0;
	background: url(../img/frame/sideshadow-right.jpg) no-repeat left;
	float: right;
}

#contentWrapper {
	width: 800px;
	margin: 0;
	padding: 0;

	float: left;
}

#header {
	height: 150px;
	/* background: url(../img/frame/top-header.jpg) repeat-x; --OLD REPEATED BKGND */
	background: url(../img/frame/top-header-full.jpg) top left no-repeat;
	
	margin: 0;
	padding: 0;
}

#header h1 {
	display: block;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 32px;
	color: #eee;

	margin: 0;
	padding: 25px 0 0 25px;
}

#header h2 {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 10px;
	color: #eee;
	text-align: right;
	
	margin: 0;
	padding: 15px 0 0 0;
	
	width: 300px;
}

#navigation {
	height: 28px;
	background: url(../img/frame/nav-bkgnd.jpg) repeat-x;
	
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#navigation ul {
	padding: 0;
	margin: 0;
	
	list-style: none;
}

#navigation ul li {
	display: block;
	float: left;
	
}

#navigation ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-left: solid 1px #333;
	border-right: solid 1px #bbb;
	padding: 5px 10px;
	font-size: 14px;
}

#navigation ul li a.first{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-left: none;
	border-right: solid 1px #bbb;
	padding: 5px 16px;
	font-size: 14px;
}

#navigation ul li a.last{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-left: solid 1px #333;
	border-right: none;
	padding: 5px 0px 5px 10px;
	font-size: 14px;
}

#navigation ul li a:hover.last {
	display: block;
	color: #FFFFFF;
	text-decoration: underline;

	border-left: solid 1px #000;
	border-right: none;
}

#navigation ul li a:hover.first {
	display: block;
	color: #FFFFFF;
	text-decoration: underline;

	border-left: none;
	border-right: solid 1px #ddd;
}



#navigation ul li a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: underline;

	border-left: solid 1px #000;
	border-right: solid 1px #ddd;
}


#content {
	background-color: #fff;
	border: solid #eee 1px;
	padding: 10px;
	
	line-height: 1.5em;

	position: relative;
}

#content h1 {
	font-size: 18px;
	color: #3c4253;
	font-weight: 500;
	border-bottom: solid 2px #004c78;
	display: block;
	width: 50%
}

#content h2 {
	font-size: 16px;
	color: #3c4253;
	font-weight: bold;
}

#content h3 {
	font-size: 14px;
	color: #3c4253;
	font-weight: bold;
}

#footer {
	text-align: left;
	color:#999999;
	font-size: 10px;
	
	margin: 0 auto;
	width: 780px;
	background-color: #eee;
	
	padding: 10px;
}

.footerLinks {
	list-style: none;
	margin: 0; 
	padding: 0;
	display: inline;
}

.footerLinks li {
	display: inline;
}

.footerLinks li a {
	color: #999;
}

.clearDiv {
	margin: 0;
	padding: 0;
	clear: both;
}

.floatLeft {
	position: relative;
	float: left;
	padding: 0 10px 0 10px;
}

.grayRule {
	font-size:0;
	line-height:0;
	padding:0;
	width:350px;
	height:3px;
	background-color:#fff;
	margin: 0 auto;
	border-bottom: 3px solid #ccc;
}
