@charset "utf-8";

/* CSS RESET */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before,q:after {
	content:'';
}

blockquote, q {
	quotes: "" "";
}

:link, :visited {
	text-decoration: none;
}

a img, :link img, :visited img {
	border: none;
}

address {
	font-style: normal;
}

font { 
	color: inherit !important; 
	font: inherit !important;
}

marquee {
	overflow: inherit !important;
	-moz-binding: none;
}

nobr {
	white-space: normal;
}

/* END CSS RESET */

body {
	margin: 0 auto; 
	text-align: center;
	background: #40576f url(../images/wrapper-repeating-slice.jpg) repeat-y top center;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}

#wrapper {
	background: url(../images/masthead-top-cap.jpg) no-repeat top center;
	width:100%;
	height:121px;
}

#logo {
	width:327px;
	height:67px;
	float:left;
	margin:15px 0 0 0;
}

#masthead, #inner-content {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#inner-content {
	height:658px;
}

#main-content {
	background: transparent url(../images/wrapper-background-main.jpg) no-repeat top center;
	width:100%;
	height:629px;
}

#side-menu {
	width:175px;
	float:right;
	text-align:left;
}

#left-side-block {
	width:760px;
	margin:0 0 0 10px;
	float:left;
	text-align:left;
}

h1 {
	font-size:22px;
	font-color:#313f4f;
	font-weight:bold;
	line-height:25px;
	margin:0 0 10px 0;
	padding:6px 0 5px 50px;
	background:url(../images/h1-background.jpg) top left no-repeat;
}

h2 {
	font-size:20px;
	font-weight:bold;
	margin:10px 0;
	/* color:#666; */
	color:#415870;
}

h3 {
	font-size:16px;
	letter-spacing:1px;
	border-bottom:1px solid #CCC;
	margin:10px 0;
	padding-bottom:5px;
}

p {
	font-color:black;
	line-height:18px;
	margin:11px 0;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

sup {
	font-size:9px;
	vertical-align:super;
	margin:0 0 0 5px;
}

#left-side-block ul {
	list-style:url(../images/list-style-image.gif) outside;
	margin:11px 0 12px 25px;
}

#left-side-block ul ul {
	list-style:url(../images/list-style-image2.gif) outside;
	/* margin:11px 0 12px 25px; */
}

#left-side-block ul li {
	line-height:18px;
	margin-bottom:6px;
}

#left-side-block ol {
	list-style-type:decimal;
	margin:11px 0 12px 25px;
}

#left-side-block ol li {
	line-height:18px;
	margin-bottom:6px;
}

#left-side-block a, #left-side-block a:visited {
	font-weight:bold;
	color:#9a3794;
	text-decoration: none;
	padding: 1px 2px;
}

#left-side-block a:hover, #left-side-block a:active {
	font-weight:bold;
	color: #3A465A;
	background:#FDD2AC;
	border-bottom: 1px solid #3A465A;
	text-decoration: none;
	padding: 1px 2px;
}

#left-side-block a.image-link, 
#left-side-block a.image-link:visited {
	font-weight:normal;
	color:white;
	text-decoration:none;
	border:0;
	padding:0;
	background:white;
}

#left-side-block a.image-link:hover, 
#left-side-block a.image-link:active {
	font-weight:normal;
	background:white;
	color:white;
	text-decoration:none;
	padding:0;
	border:0;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.tableCell {
	color:black;
	margin:2px 2px;
	padding:2px 4px;
	width:47%;
	float:left;
	background:#E3FBE3;
}

.highlight {
	background-color:#FDD2AC;
	font-weight:bold;
}

.partner-left {
	width:235px;
	margin-right:10px; 
	text-align:center;
	float:left;
}

#side-image {
	width:250px;
	clear:left;
	margin-right:10px;
	float:left;
}

#left-nav-top {
	width:250px;
	height:15px;
	margin:0;
	display:block;
	background:url(../images/sub-nav-top.jpg) top right no-repeat;
	clear:both;
}

#left-nav-middle {
	width:250px;
	height:auto;
	margin:0;
	text-align:right;
	display:block;
	background:url(../images/sub-nav-repeating-slice.jpg) top repeat-y;
}

#left-nav-middle-inner {
	margin:0 10px;
}

#left-nav-middle-inner h3 {
	margin-top:0;
}

#left-nav-middle-inner a {
	line-height:18px;
}

#left-nav-middle-inner a.h3, 
#left-nav-middle-inner a.h3:visited,
#left-nav-middle-inner a.h3:hover, 
#left-nav-middle-inner a.h3:active{
	color:black;
	background:none;
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	border-bottom:1px solid #CCC;
	margin:10px 0;
	padding:0;
	padding-bottom:5px;
}

#left-nav-middle-inner a.h3:hover, 
#left-nav-middle-inner a.h3:active{
	color:black;
	border-bottom:2px solid black;
}

#left-nav-bottom {
	width:250px;
	height:106px;
	margin:0;
	display:block;
	background:url(../images/sub-nav-bottom.jpg) top right no-repeat;
	clear:both;
}

#right-column-text {
	width:500px;
	float:right;
}

#footer {
	width:940px;
	position:relative;
	top:0;
	margin:20px auto 100px auto;
	border-top:1px solid #6A8493;
	font-size: 9px; 
	line-height: 12px;
	color:#6A8493;
	font-weight: bold;
	text-align:center;
	letter-spacing: 2px;
} 

#footer p {
	margin-top:10px;
}

#footer a, #footer a:visited, #footer a:active, #footer a:hover {
	color:#6A8493;
}

#footer a:active, #footer a:hover {
	text-decoration:underline;
}

#bottom-wrapper-cap {
	background: #40576f url(../images/wrapper-bottom-cap.jpg) no-repeat top center;
	width:100%;
	/* height:115px; */
	height:100%;
}

.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* Side Accordion Menu */

.glossymenu {
	margin: 0 -3px 0 0;
	padding: 0;
	width: 100%; /*width of menu*/
}

.glossymenu a.menuitem {
	background: url(../images/glossyback.gif) no-repeat top left;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	height:25px;
	width: auto;
	margin-bottom:5px;
	padding: 5px 0 0 10px;
	text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: white;
}

.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 10px;
	border: none;
}

.glossymenu a.menuitem:hover,
.headerOpen {
	background-image: url(../images/glossyback2.gif);
	color: white;
}

.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0 0 10px 0;
}

.glossymenu div.submenu ul li a {
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	margin: 2px 0 0 10px;
}

.glossymenu div.submenu ul li a:hover {
	color:#666;
}

/* End Side Accordion Style */
