* { margin: 0; padding: 0; outline: 0; }

.clear { clear: both; }

img {border: none;}

/* 
---	Component Styling */

body {
	background: #fff url(images/header_tile.jpg) repeat-x;
	font-family: "Lucida Grande", Arial, Sans-Serif;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
}

#mainContainer {
	width: 1024px;
	margin: 0 auto;
}

#header {
	width: 900px; height: 214px;
	margin: 0 0 0 62px;
}

/* 
--- Sub-Header Styling */

#subHeader {
	width: 900px;
	margin: 0 0 0 62px;
}


#li {
	list-style type: sqaure;
}


#sub-image {
	background: transparent url(images/subheader-top.png) top left no-repeat;
}

.innerContent {
	height: 341px;
	background: url(images/placeholder.jpg) no-repeat;
	z-index: 1;
	margin-top: 4px;
}

.jax {
	z-index: 2;
	float: right;
	margin: 235px 35px 0 0px;
}

.bottom {
	height: 15px;
	background: #fff url(images/subheader-bottom.png) bottom no-repeat;
}


/* 
--- Sub-Navigation Styling */


#subNav {
	width: 250px;
	float: left;
	margin: 0 0 0 37px;
	padding-left:50px

}

ul#subNav {
	width: 250px;
	float: left;
	margin: 0 0 0 37px;
}


ul#subNav li {
	width: 200px;
	background: url(images/subnav_non.gif) right no-repeat;
	line-height: 33px;
	list-style: none;
	text-align: right;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 15px 0 0;
}

ul#subNav .viewing {
	background: url(images/sub_on.jpg) right no-repeat;
}

ul#subNav a {
	color: #363D73;
	font-weight: bold;
	text-decoration: none;
}

ul#subNav a:hover {
	color: #2c2c2c;
}

/* 
--- Main Content Styling */




#subNav2 {
	width: 400px;
	float: left;
	margin: 0 0 0 7px;
	padding-left:5px

}

ul#subNav2 {
	width: 400px;
	float: left;
	margin: 0 0 0 7px;
}


ul#subNav2 li {
	width: 350px;
	background: url(images/subnav_non.gif) right no-repeat;
	line-height: 33px;
	list-style: none;
	text-align: right;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 15px 0 0;
}

ul#subNav2 .viewing {
	background: url(images/sub_on.jpg) right no-repeat;
}

ul#subNav2 a {
	color: #363D73;
	font-weight: bold;
	text-decoration: none;
}

ul#subNav2 a:hover {
	color: #2c2c2c;
}












#mainContent {
	width: 600px;
	float: left;
	margin: 15px 0 0 0; padding: 0 0 0 0;
}


#mainContent1 {
	width: 875px;
	float: left;
	margin: 0 0 0 75px; padding: 0 0 0 0;
	
	}


#mainContent2 {
	width: 550px;
	float: left;
	margin: 15px 0 0 0; padding: 0 0 0 0;
}

h3, h4 {
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	color: #003366;
}

h4 {
	color: #003366;
}

#mainContent ul {
	margin: 0 0 20px 12px;
}

#footer {
	width: 900px;
	background-image:url(images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:50px;
	float: left;
	padding-top:20px;
 	margin: 0 0 0 62px;
}


li {

	list-style type: sqaure;	
}

