@import url("/style/frontend.css");
@import url("/style/nav.css");
/*
-----------HTML Elements---------
*/
body {
	color: #000;
}
body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
a {
	color: #16447f;
}
a:hover {
	color: #16447f;
}
p {
	margin: 0 0 1em 0; 
}
h1, h2, h3, h4, h5 {
	margin: 0 0 12px 0;
	color: #16447f;
	font-size: 24px;
}
h1 {
	display: inline-block;
	*display: inline;
	margin-bottom: 12px;
	border: solid #000000;
	border-width: 0px 2px;
	padding: 0 15px;
	font-size: 20px;
	text-transform: uppercase;
	zoom: 1;
}
h2 {
	color: #000;
	font-size: 18px;
}
h3 {
	color: #000;
	font-size: 16px;
}
h4 {
	color: #666;
	font-size: 14px;
}
h5 {
	color: #000;
	font-size: 12px;
	margin: 0 0 0.5em 0;
}
ul, ol {
	margin: 0 0 1em 20px;
}
ol {
	*margin: 0 0 1em 25px;
}

/*
-----------Site-wide Tags-----------
*/
.altRow {
	background:#ccc;
}
.imgLt {
	margin: 0 1.25em 1em 0;
}
.imgRt {
	margin: 0 0 1em 1.25em ;
}
.listItem {
	display: list-item;
	margin-left: 15px;
}
blockquote {
	margin-left: 15px;
}

/*
-----------Page Layout-----------
*/
#outerPageWrap {
	background: #020202;
}
#pageWrap {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border-bottom: 8px solid #939598;
	background-image: url(../images/pagecontent-bkgd.gif);
	background-position: 0 3px;
}
#pageContent {
	padding: 20px;
	background: #fff;
}
#secContent, #mainContent, #tertiaryContent {
	float: left;
}
#mainContent{
	width: 100%;
}
#secContent {
	width: 200px;
	margin: 0 20px 10px 0;
}
#tertiaryContent {
	width: 200px;
	margin: 0 0 10px 20px;
}

/*
-----------Header-----------
*/
#header {
	height: 178px;
	position: relative;
	background: #fff;
}
#header .logo {
	position: absolute;
	top: 8px;
	left: 30px;
}
#header a {
	color: #000;
}
#header .tagline {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -14px;
}
#header .tagline2 {
	position: absolute;
	bottom: 25px;
	right: 30px;
	color: #16447f;
	font-size: 20px;
}
#header .info {
	position: absolute;
	top: 10px;
	right: 30px;
	color: #626365;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: normal;
}
#header .info .first {
	float: left;
	margin: 10px 15px 0 0;
}
#header .info .second {
	float: left;
	color: #16447f;
	font-size: 32px;
}

/*
----------Nav Design-----------
*/
.nav {
	margin: 0;
	text-align: center;
	position: relative;
	background-image: url(../images/nav-bkgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.nav .borderLeft, .nav .borderRight {
	position: absolute;
	top: 0px;
}
.nav .borderLeft {
	left: 0px;
}
.nav .borderRight {
	right: 0px;
}
.nav ul {
	display: inline-block;
	*display: inline;
	z-index:100;
	zoom: 1;
}
.nav ul ul {
	border-color: #ccc;
}
.nav li a {
	padding: 15px 30px 17px 30px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	*display: inline;
	zoom:1;
	background: url(../images/nav-divider.gif) 100% 50% no-repeat;
}
.nav .last a {
	background: none;
}
.nav li a:hover {
	color: #eee;
}
.nav li ul {
	border: solid #ccc;
	border-width: 1px 1px 0 1px;
	width: 200px; /* Equals width of (.nav li ul li a) plus the left/right padding */
}
.nav li ul li a {
	border-bottom: 1px solid #ccc;
	text-align: left;
	color: #000;
	background: #eee;
	padding: 5px 10px;
	text-transform: none;
	margin: 0;
	width: 180px;	 /* Any changes to these need to be reflect in (.nav li ul ul) and (.nav li ul) */
}
.nav li ul li a:hover {
	color: #666666;
}	
.nav li.dd a { /* Class to differentiate items with flyouts; usually with a backgrdoun image of an arrow to the right */
}
.nav li.dd a:hover {
}
.nav li ul ul {
	margin-left: 160px; /* Equals width of (.nav li ul li a) plus the left/right padding */
}

/*
-----------General Column Formatting-----------
*/

.oneCol {}
.twoCol {}
.threeCol {}

.col {
	padding: 0 18px 10px 0;
}
.twoCol .col {
	width: 45%;
}
.threeCol .col {
	width: 28%;
}
.listing {
	margin: 0 0 1em 0;
}

/*
----------Footer----------
*/
#footer {
	padding: 20px 25px;
	color: #808080;
	font-size: 9px;
	background: #fff;
	text-align: center;
}
#footer, #footer p {
	margin: 0;
	color: #808080;
	font-size: 9px;
}
#footer ul {
	list-style: none;
}
#footer .links a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/*
-----------InnerPages-----------
*/
.innerPage #pageContent {
	float: left;
	width: 560px;
	padding: 65px 50px 65px 65px
}
.innerPage .sidebar {
	float: left;
}
/*
-----------HomePage-----------
*/
.homePage #pageContent {
	padding: 0;
	background: url(../images/pagecontent-bkgd.gif) top left;
}
.homePage #pageContent h3 {
	color: #fff;
}
.homePage #mainContent {
}
.homePage .content {
	padding: 40px 30px 0 0;
	color: #fff;
}
.homePage #mainContent .imgLt {
	margin: 0 30px 0 0;
}
.homePage #mainContent .content .imgLt {
	margin: 0 1.25em 1em 0;
}
.homePage #mainContent .listItem {
	font-size: 16px;
}

