@charset "utf-8";
/* CSS Document */
/* Global Style Sheet for ChaseTek */
/* Version 1.9 | Updated 05/26/2009 */

/* @Begin Group Core Elements */
html {
	height: 100%;
	/* Force Vertical Scroll Bar for IE */
	margin-bottom: 1px;
}
body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 135%;
	color:#242424;
	margin: 0;
	padding: 0;
	text-align:center;
	background:#e8e6e6 url(../images/back2.png) repeat-x;
}
ul {
	/* Allow for Customizable List Classes */
	padding-left: 0;
	margin-left: 0;
}
p {
	/* Setup More Readable Paragraph Spacing */
	margin-top: 10px;
	margin-bottom: 15px;
}
h1, h2, h3, h4, h4 {
	/* Setup More Readable Header Spacing */
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	font-weight:normal;
}
h1 {
	font-size: 200%;
	color:#124D97;
}
h2 {
	font-size: 140%;
	color:#124D97;
	font-weight:bold;
	margin-bottom:5px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color:#90c326;
	margin-bottom:0px;
}
h4 {
	font-size: 110%;
}
a {
	/* Global Links */
	color:#2963AF;
	text-decoration: none;
	outline:none;
	border-bottom:1px dotted;
}
a:focus {
	color:#000;
}
a:hover {
	/* Global Links | Hover */
	color:#7EBA04;
}
.clearfloat {
	/* Final Class Used to Fully Close a div Float Element | Use: <br class="clearfloat" /> @ End of Closing div */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* @End Group Core Elements */

/* @Begin Global Container Elements */
#container {
	text-align:left;
	width:995px;
	margin:0 auto;
}
#header {
	margin-top:5px;
}
#header-links {
	position:absolute;
	/*background:url(../images/head-link-back.png) no-repeat;*/
	width:241px;
	height:43px;
	margin-top:-14px;
	margin-left:736px;
}
#header-links a {
	color:#FFF;
	border-bottom:none;
	display:block;
	font-size:120%;
	font-weight:bold;
	padding:0 10px;
	text-transform:uppercase;
}
#header-links ul {
	list-style-type:none;
	margin-top:10px;
	margin-left:5px;
}
#header-links ul li {
	float:left;
	text-align:center;
}
#header-links a.current {
	color:#104A95;
}
#header-links a:hover {
	color:#104A95;
}
#logo {
	height:60px;
	width:175px;
	margin-left:25px;
	margin-top:15px;
}
#logo a{border-bottom:none}

#nav {
	background:url(../images/menu-back.png) no-repeat;
	width:977px;
	height:44px;
	margin-top:-4px;
	z-index:3;
}
#nav a {
	color:#FFF;
	border-bottom:none;
	display:block;
	font-size:140%;
	margin-top:20px;
	padding:0 25px;
	text-transform:uppercase;
}
#nav ul {
	list-style-type:none;
	margin-top:8px;	
}
#nav li {
	float:left;
	text-align:center;
	padding-bottom:10px;
}
#nav li ul{
	width:150px;
	position:absolute;
	left:-999em;
	margin-top:7px;
	margin-left:5px;
	z-index:2;
}
#nav li:hover ul, #nav li.sfhover ul{
	left:auto;	
	background:#7EBA04;
	padding-bottom:10px;
	border-bottom:5px solid #90C326;
	border-top: 5px solid #90C326;
	z-index:2;
}
#nav li ul li {
	display:block;
	width:150px;
	border-bottom:1px solid #90C326;
	padding-bottom:0px;
}
#nav li ul li a{
	margin:5px 0;
	display:block;
	width:125px;
	padding-left:10px;
	padding-right:0px;
	text-align:left;
	font-size:10px;
}
#nav li ul li:hover, #nav li ul li.sfhover{
	background: #90C326;
	color:#104A95;
}
#nav a.current {
	color:#104A95;
}
#nav a:hover {
	color:#104A95;
}
#main-content-container {
	padding:10px;
}
#showcase {
	width:968px;
	height:445px;
	background: url(../images/showcase.png) no-repeat;
	margin:0 0 0 4px;
	border-bottom:3px solid #FFF;
}

#left-module {
	background: url(../images/left-mod-back.png) no-repeat;
	width:548px;
	height:217px;
	color:#FFF;
	position:absolute;
	margin-top:-69px;
	margin-left:15px;
}
#left-module h1 {
	color:#000000;
	border-bottom:1px solid #3E73B8;	
}
#right-module {
	position:absolute;
	margin-top:3px;
	width:404px;
	height:134px;
	margin-left:567px;
	font-size:110%;
	font-weight:bold;
	font-style:italic;
}

#right-module #back{
	background: url(../images/quote.png) no-repeat;
	position:absolute;
	width:99px;
	height:80px;
	margin-top: -30px;
	margin-left: 25px;
}

#divider {
	background:url(../images/divider.png) no-repeat;
	width:824px;
	height:2px;
	float:left;
}
#footer-home {
	height:50px;
	color:#2963AF;
	margin-top:154px;

}
#footer-home div {
	margin:45px 0 0 0;  float:right; position:relative
}
#footer-interior {
	height:50px;
	color:#2963AF;
}
#footer-interior div {
	margin:20px 0 0 0;  float:right
}
#footer-shadow {
	positon:absolute;
	width:100%;
	background:url(../images/footer-back2.png) repeat-x;
	height:50px;
	margin-top:-92px;
	z-index:-1;
}
#topContent {
	background:url(../images/topContentBackground.png) repeat-y;
	width:977px;
	position:relative;
	z-index:1;
}
#leftColumn {
	float:left;
	width:600px;
	margin:25px;
}
#rightColumn {
	background:url(../images/rightColumnDivider.gif) no-repeat;
	float:left;
	width:270px;
	height:480px;
	margin:25px;
}

#rightColumn div{
	margin-left:25px;
	margin-bottom:10px;
}

#rightColumn div a{
	color:#90c326;
	border-bottom:none;
}

#rightColumn div a:hover{
	color:#0e4892;
}

#bottomContent {
	background:url(../images/bottomContentBackground.png) no-repeat;
	width:977px;
	height:93px;
	position:relative;
	z-index:1;
}
dt {
	padding-left:35px;
	padding-top:6px;
	height:28px;
	font-size:130%;
	color:#7DB904;
	margin-left:30px;
	background:url(../images/dtBullet.png) 0 0 no-repeat;
	margin-top:10px;
}
dd {
	margin-left:65px;	
}

#intcopy
{
	margin-left:65px;	
}

/*Accordion Stuff */
* {margin:0; padding:0; font:12px Verdana,Arial}
code {font-family:"Courier New",Courier}

#options {width:457px; margin:20px auto; text-align:right; color:#9ac1c9}
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {color:#033}

#acc {width:550px; list-style:none; color:#033; margin:0 auto 40px}
#acc h3 {width:500px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(../Accordion/images/header.gif)}
#acc h3:hover {background:url(../Accordion/images/header_over.gif)}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:482px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}

#nested {width:425px; list-style:none; color:#033; margin-bottom:15px}
#nested h3 {width:411px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(../Accordion/images/header.gif)}
#nested h3:hover {background:url(../Accordion/images/header_over.gif)}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:393px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
#nested .acc-selected {background:url(../Accordion/images/header_over.gif)}
/*End Accordion Stuff */

