@charset "utf-8";

* {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

img {
	margin:0px;
	border:0px;
}

h1 {
	font-size:16px;
	margin:0px;
	color:#093986;
}

h3 {
	font-size:14px;
	margin:0px;
	color:#093986;
	text-align:left;
}

#siteContainer { 
	position:relative;
	background-image:url(../images/bg_slice.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	text-align: center;
	margin:0px;
} 

#borderContainer {
	position:relative;
	width: 895px; /*this measurement is off 3 px to accomodate IE 6*/
	margin: 0 auto;
	display:block;
}

#borderLeft {
	float:left;
	background-image:url(../images/bg_leftborder.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:46px;
	height:674px;
	top:0px;
	position:relative;
}

#borderRight {
	float:left;
	background-image:url(../images/bg_rightborder.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:46px;
	height:674px;
	top:0px;
	position:relative;
}

#container { 
	/*position:relative;*/
	float:left;
	width: 800px;
	background: #FFFFFF;
	text-align: left;
	/*margin: 0 auto;*/
	display:block;
	padding-bottom:20px;
} 

#mainHeader {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:173px;
}

#subHeader {
	background-image:url(../images/bg_subheader.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:11px;
	display:block;
	clear:both;
}

#mainContent { 
	padding:10px 20px 10px 20px;
	overflow:visible;
	min-height:400px;
	height:auto !important;
	height:400px;
	position:relative;
}

#leftContentContainer {
	width:500px;
	/*position:relative;*/
}

#pageContent {
	display:block;
}

#subContentContainer {
	width:500px;
	/*float:left;*/
	position:relative;
	display:block;
	clear:left;
}


#leftSubContainer {
	width:244px;
	height:165px;
	float:left;
	position:relative;
}

#leftSubHeader {
	background-image:url(../images/h_relevant_topics.gif);
	background-repeat:no-repeat;
	height:30px;
}

#leftSubContent {
	width:228px;
	height:119px;
	padding:8px;
	background-image:url(../images/bg_sub_content.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#rightSubContent {
	width:228px;
	height:209px;
	padding:8px;
	background-image:url(../images/bg_sub_content.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#rightSubContainer {
	background-image:url(../images/bg_sub_content.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:244px;
	height:209px;
	float:right;
	position:relative;
}

#rightSubHeader {
	background-image:url(../images/h_client_successes.gif);
	background-repeat:no-repeat;
	height:30px;
}

#rightContentContainer {
	width:245px;
	float:right;
	text-align:right;
	/*display:block;
	position:relative;*/
}

#callToAction {
	width:244px;
	height:80px;
	color:#093986;
	font-weight:bold;
	text-align:center;
	display:block;
}

#callToActionSeparator {
	margin-top:2px;
	height:2px;
	width:240px;
	border-top:1px solid #093986;
}

#rightContent {
	background-image:url(../images/bg_right_content.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:244px;
	height:355px;
	text-align:center;
	position:relative;
	display:block;
	clear:right;
}

.rightContentSeparator {
	margin:20px;
	height:2px;
	width:200px;
	border-top:1px solid #ccd6e5;
}

#mainFooter {
	clear:both;
	width:100%;
	margin:20px 0px 20px 0px;
}

#mainFooterNav {
	background-color:#749e3b;
	color:#FFFFFF;
	height:22px;
	padding-top:5px;
}

#mainFooterNav a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#mainFooterText {
	text-align:center;
	color:#749e3b;
	margin-top:8px;
}

#mainFooterText a {
	text-align:center;
	color:#749e3b;
}

.largeTxt {
	font-size:16px;
}



/*--------------------------------------------------------------------------------------------------------
				Controls for drop down menu
--------------------------------------------------------------------------------------------------------*/
/* main container for the menu bar */
div.menuBar {
	padding: 0px 0px 0px 0px;
	text-align: left;
}

/* Off state for the links in the main menu bar */
div.menuBar a.menuButton {
	color: #000000;
	cursor: default;
	left: 0px;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
	}
	
/* On state for the links in the main menu bar */
div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover, div.menuBar a.menuButton:hover {
	text-decoration: underline;
	}
	
/* container for the drop down menu */
div.menu {
	background-color: #E7E7E7;
	border:1px solid #ffffff;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	text-align:left;
	cursor:pointer;
	margin-top:0px;
	}
	
/* menu items for the drop down menu */
div.menu a.menuItem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	cursor: default;
	display: block;
	padding: 0px 20px 0px 15px;
	margin:0px 0px 0px 0px;
	text-decoration: none;
	white-space: nowrap;
	background:url(../images/sub-arrow.gif) left center no-repeat;
	}
	
/* menu items for the drop down menu (hover state) */
div.menu a.menuItem:hover {
	background:#ABC48A url(../images/sub-arrow.gif) left center no-repeat;
	cursor:pointer;
	}
	
/* menu item seperators */
div.menu div.menuItemSep {
	border-top: 1px solid #ffffff;
	margin: 1px 0px 0px 0px;
	}