/*===background===*/

body {
	margin:0px;
	padding:0px;
	background-color:#00467e;
	background-image:url(/images/tile_bkgr_stripe.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

table {
	line-height:0px;
}

#wrapper {
	width:783px;
	position:absolute;
	left:50%;
	margin-left:-391px;
	top:51px;
}

/*===text styles===*/

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	line-height:16px;
	margin-top:0px;
}

.normal {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	line-height:16px;
	margin-top:0px;
	text-transform:none;
	font-weight:100;
}

td {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	line-height:16px;
	margin-top:0px;
	vertical-align: top;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#00467e;
	line-height:16px;
	margin-top:0px;
	font-weight:700;
	text-transform:uppercase;
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00467e;
	line-height:16px;
	margin-top:0px;
	font-weight:700;
	text-transform:uppercase;
}

a {
	color:#00467e;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

.subsubnav {
	color:#00467e;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
}

.strong {
	color:#333333;
}

.form {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
}

/*===content===*/

/*table content frame*/

#topCorners {
	height:11px;
	background-color:white;
}

img.tl {
	float:left;
}

img.tr {
	float:right;
}

#botCorners {
	height:18px;
	background-image:url(/images/tile_bot_content.gif)
}

img.bl {
	float:left;
}

img.br {
	float:right;
}

#rightShadow {
	width:18px;
	background-image:url(/images/tile_content_right.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

/*------------*/

#contentOuter {
	position:relative;
	background-color:white;
	width:765px;
}

#contentInner {
	width:735px;
	margin:0px 0px 0px 20px;
}

/*------(homepage column divs to be placed inside of #contentInner)------*/

#leftColumn {
	float:left;
	width:343px;
	border-right:1px dashed #9a9a9a;
	margin:0px 0px 20px 0px;
	padding:0px 10px 0px 0px;
}
.arrow {
	width:225px;
	vertical-align:middle;
}


#leftColumn img {
	display:block;
}

#rightColumn {
	float:right;
	width:365px;
	margin:0px 0px 20px 10px;
}

#rightColumnTop {
	display:block;
	border-bottom:1px dashed #9a9a9a;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
}

#rightColumnTop img {
	display:block;
}

#rightColumnBot {
	display:block;
	margin:20px 0px 0px 0px;
}

#rightColumnBot img {
	display:block;
}

#rightColumnBot ul {
	margin:10px 0px 0px 10px;
	padding:0px;
	list-style-type:none;
}

#rightColumnBot ul li {
	padding:0px 0px 6px 16px;
	background-image:url(/images/bullet.gif);
	background-position:0px 3px;;
	background-repeat:no-repeat;
}

#rightColumnBot ul li a, #rightColumnBot ul li a:visited {
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6d6d6d;
	line-height:14px;
}

#rightColumnBot ul li a:hover {
	text-decoration:underline;
}

/*------(subpage specific #contentInner div(s)...remove ones above and drop this in)------*/

#subNav {
	float:left;
	width:140px;
	margin:0px 0px 20px 0px;
	padding:0px 5px 0px 0px;
	text-align:right;
	display:block;
}

#subNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#subNav li {
	padding:0 0 3px;
	margin:0;
}

#subNav li.sub {
	font-size:11px;
	padding-bottom:0;
}

#subNav li ul {
	margin:0;
	padding:0;
}


#subPage {
	margin:0px 15px 15px 150px;
	padding:0px 15px 0px 10px;
	display:block;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;	
}
#subPageNoNav {
	width:705px;
	margin:0px 15px 15px 15px;
	padding:0px 15px 0px 5px;
}

/*===navigation===*/

#header {
	display:block;
	margin:25px 0px 30px 20px;
	line-height:0px;
}

#header img.logo {
	display:block;
}

/* NAV (horizontal HTML text) */

#nav {
	position:relative;
/*	top:135px;
	left:50px;*/
	width:735px;
	height:24px;
	margin:0px;
	padding:0px;
	background-image:url(/images/framework/bkgr-nav.gif);
	background-position:left top;
	background-repeat:no-repeat;
	z-index:30;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	display:inline;	
	list-style-type:none;
	position:relative;
	float:left;
	width:auto;
	padding:0px;
	margin:0px;
}

#nav li a:link, #nav li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00467E;
	font-weight:bold;
	text-transform:uppercase;
	padding:6px 12px;
/*	background-color:#fcd447;*/
	background-image:url(../images/framework/bkgr-nav-div.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0px;
	display:block;
	line-height:12px;
	text-decoration:none;
}

/* IE6 specific (sets block links without taking up entire width of parent or needing to set explicit widths, 
other browsers don't seem to have this issue) */
* html #nav li a:link, * html #nav li a:visited {
	display:inline-block;
}

/* hover and specific page highlights */
#nav li a:hover {
	background-image:url(/images/framework/bkgr-nav-light.gif);
	background-position:-10px top;
	background-repeat:no-repeat;
	background-color:#fbe8a3;
	text-decoration:none;
}

#nav li.first a:hover {
	background-image:url(/images/framework/bkgr-nav-light.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#fbe8a3;
	text-decoration:none;
}

/*####### IF DROPDOWNS #######*/

/*--IE sticky menu fix--*/
#nav ul li:hover {
	background-position: 0 0;
}

/*--1st level drop downs--*/
#nav ul ul {
	position: absolute;
	left: -999em;
	width:12em;	
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-top:2px solid white;
	z-index:40;
}

/*--1st level dropdown list items--*/
#nav li li {
	margin:0px 0px 0px 0px;
	padding:0px;
	float:none;
	/*--fixes z-index stacking order in second/third level fly out menus--*/
	position:static;
}

/*--1st level dropdown nested links--*/
#nav li li a:link, #nav li li a:visited {
	display:block;
	margin:0px;
	padding:7px 0px 7px 15px;
	width:12em;
	text-align:left;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#00467E;
	font-size:11px;
	font-weight:normal;
	border:1px solid #ffffff;
	border-top:none;
	background-color:#fbe8a3;
	background-image:none;
	height:auto;
}

#nav li li a:hover {
	background-color:#fce386;
	background-image:none;
}

/*--1st level dropdown flyout--*/
#nav li:hover ul, #nav li.sfhover ul {
	left:0px;
	z-index:2000;
	/* (prevents sticking menu in IE7) */
	min-height:0;
}

/* IE6 specific (set absolute top margin to work with li a "display:inline-block" fix above) */
* html #nav li.sfhover ul {
	top:22px;
}

/*####### END DROPDOWNS #######*/

/*===footer===*/

#footer {
	display:block;
	clear:both;
	border-top:1px dashed #9a9a9a;
	margin:0px 0px 0px 0px;
}

#footer p, #footer a, #footer a:visited {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a7a7a7;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	margin:20px 0px 20px 0px;
	line-height:16px;
}

#footer a:hover {
	text-decoration:underline;
}

/*===misc.===*/

.floatLeft {
	float:left;
	margin:0px 6px 6px 0px;
}

.floatRight {
	float:right;
	margin:0px 0px 6px 6px;
}

.button {
	margin:15px auto 20px auto;
	padding:5px;
	clear:both;
	text-align:center;
}

a.contact {
	background-color:#f8e088;
	padding:5px;
	color:#00467E;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}

.article_title {
	font-weight:bold;
	text-transform:uppercase;
}

.noBotMarg {
	margin-bottom:0;
}