@charset "utf-8";
/* CSS Document */

body {
	background:#444444 url(../images/bg.jpg) repeat-x;
	font-family:'Nobile', arial, serif;
	font-size:14px;
}
h1 {}
h2 {
	color:#153182;
	font-size:24px;
}
h3 {
	color:#153182;
	font-size:16px;
	margin:0 0 20px;
}
a:link, a:visited {
	color:#0f3387;
	text-decoration:none;
}
a:active, a:hover {
	color:#1342ae;
	text-decoration:underline;
}
p {
	color:#222222;
	margin:15px 0 0;
}
ul {
	margin-bottom:5px;
	margin-top:5px;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	width:100%;
}
#wrapper {
	background:url(../images/bkgd_content.png) repeat-y 0px 0px;
	margin:0 auto;
	padding:0;
	width:1000px;
}
#container {
	margin:0 auto;
	width:980px;
}

/* NAVIGATION
--------------------------------------- */
#header {
	background:url(../images/bkgd_menu.jpg) repeat-x 0px 0px;
	display:block;
	height:70px;
	width:980px;
}
#logo {
	background:url(../images/montgomery_chandler_logo2.png);
	display:block;
	float:left;
	margin:23px 0 0 25px;
	height:58px;
	text-indent:-9999px;
	width:300px;
}
#navigation_main {
	float:right;
	list-style:none;
	margin:0;
}
#navigation_main li {
	float:left;
}
#navigation_main a {
	color:#FFF;
	overflow:hidden;
	text-indent:-9999px;
}
#navigation_main a#nav_home {
	background:url(../images/menu_home.png) no-repeat 0px 0px;
	display:block;
	height:70px;
	width:100px;
}
#navigation_main a#nav_about {
	background:url(../images/menu_about.png) no-repeat 0px 0px;
	display:block;
	height:70px;
	width:100px;
}
#navigation_main a#nav_vault {
	background:url(../images/menu_vault.png) no-repeat 0px 0px;
	display:block;
	height:70px;
	width:100px;
}
#navigation_main a#nav_resources {
	background:url(../images/menu_resources.png) no-repeat 0px 0px;
	display:block;
	height:70px;
	width:140px;
}
#navigation_main a#nav_newsletter {
	background:url(../images/menu_newsletter.png) no-repeat 0px 0px;
	display:block;
	height:70px;
	width:150px;
}
#navigation_main a#nav_home:hover,
#navigation_main a#nav_about:hover,
#navigation_main a#nav_vault:hover,
#navigation_main a#nav_resources:hover,
#navigation_main a#nav_newsletter:hover {
	background-position:0px -70px;
}
/* ------------------------------------ */


/* FEATURED
--------------------------------------- */
#featured {
	display:block;
	height:420px;
	margin:20px 0 0 0;
	padding:0;
	width:100%;
}
#featured ul#featured-selector {
	background:#bebdbd url(../images/bkgd_featured_buttons.jpg) no-repeat 0px 0px;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:327px;
}
#featured ul#featured-selector li {
	border-bottom:1px solid #cfcbcb;
	border-top:1px solid #ffffff;
}
#featured ul#featured-selector li.current {
	background:url(../images/featured_button_arrow.png) no-repeat 300px 17px;
}
#featured ul#featured-selector li a {
	color:#404041;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:87px;
	/* height measurements below determine the height of the tabs to the left of the carousel
		192px --- Two Tabs
		122px --- Three Tabs
		87px --- Four Tabs
		66px --- Five Tabs
		52px --- Six Tabs
		42px --- Seven Tabs*/
	padding:16px 0 0 20px;
	text-decoration:none;
	width:307px;
}
#featured ul#featured-selector li.current a { 
	color:#153182;
}
#featured #featured-content {
	background:#fff;
	display:block;
	float:right;
	height:420px;
	list-style:none;
	margin:0;
	padding:0;
	width:653px;
}
#featured #featured-content li {
	display:none;
}
/* ------------------------------------ */


/* MAIN
--------------------------------------- */
#banner {
	display:block;
	height:175px;
	margin:20px 0 0 0;
	padding:0;
	width:100%;
}
#page_title {
	padding:20px 0 0 20px;
}
#news_story {
	float:left;
	padding:25px 20px;
	width:613px;
}
#newsletter_signup {
	float:right;
	padding:25px 20px;
	width:287px;
}
/* ------------------------------------ */


/* FOOTER
--------------------------------------- */
#footer {
	background:url(../images/bkgd_footer.jpg) repeat-x 0px 0px;
	display:block;
	height:135px;
	width:980px;
}
#footer a {
	color:#C4D2E3;
}
#footer #left_info {
	color:#c4d2e3;
	display:block;
	float:left;
	margin:0;
	padding:15px 20px 0 20px;
	width:287px;
}
#footer #right_info {
	color:#c4d2e3;
	display:block;
	float:left;
	margin:0;
	padding:15px 20px 0 20px;
	width:613px;
}
/* ------------------------------------ */