@charset "utf-8";
/* CSS Document */


/* This sets a base font and globally zeros the margin and padding */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}


/* Start Main Base Styles */

/* this Body style bases all em sizes on an effective 10 pixel font height for relative font scaling */
body {
	font-size: 62.5%;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #60676f;
}

a {
	color: #003769;
	text-decoration: none;
}

a:hover {
	color:#000;
	background: #ff9021;
	text-decoration: underline;
}

a img {
	border: none;
}
/* End Main Base Styles */

/* Start styles for the outer container of the site */
#mainContainer {
	width: 960px;
	margin: 0px auto;
	background-color: #fff;
	border-left-color: #666;
	border-top-color: #666;
	border-right-color: #F90;
	border-bottom-color: #F90;
	padding: 0px;
}
/* End styles for the outer container of the site */

/* Start of Head area */
#head {
	width: 960px;
	height: 128px;
	background-image:url(images/header_5.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

/* This is the logo */
#head img {
float: left;
clear: both;
padding: 33px 0px 0px 15px;
}

/* This section is for the main navigation bar
#mainNav {
	width: 850px;
	float: left;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 31px 0px 0px 5px;
}

#searchBox {
	width: 80px;
	float: right;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 30px;
	right: 342px;
}

#mainNav li {
	list-style-type: none;
	float: left;
	display: block;
}

#mainNav a {
	color: #fff;
	display: block;
	padding: 4px 10px 5px 10px;
	text-decoration: none;
}

#mainNav a:link {
	display: block;
	padding: 4px 10px 5px 10px;
}

#mainNav a:visited {
	
}

#mainNav a:hover {
	color: #fbaf5f;
	background: #fff;
}

#mainNav li#current {
	background: #00709a;
}

#mainNav li#current:link {
	background: #00709a;
}

*/
/*End of nav bar*/
/*End of Head area*/

/* 
---------------------------------
      MAIN NAVIGATION
---------------------------------
*/

#mainnav {
	margin: 0px;
	padding: 0px;
	height: 15px;
	float: left;
	position: absolute;
	left: 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 900px;
	top: 104px;
}

#mainnav li {
	display: block;
	float: left;
	list-style-type: none;
}

#mainnav a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 4px 10px 5px 10px;
}

#mainnav a:link {
	display: block;
	padding: 4px 10px 5px 10px;
}

#mainnav a:visited {
	color: #fff;
}

#mainnav a:hover {
	color: #fbaf5f;
	background: #fff;
}

#mainnav li.current {
	background: #00709a;
}

#mainnav li.current:link {
	background: #00709a;
}

/* 
---------------------------------
      SEARCH
---------------------------------
*/

#searchbox {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 750px;
	top: 35px;
}


/*Start column layout styles*/
#columnLeft {
	width: 150px;
	float: left;
	padding: 10px 0px 0px 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 15px 0px 0px 15px;
	background-color: #f6f7fb;
}

#columnRight {
	width: 150px;
	float: left;
	padding: 10px 10px 0px 10px;
}

#columnMain {
	width: 530px;
	float:left;
	padding: 0px 10px 0px 15px;
[if IE]>
 <style type="text/css">
  body {word-wrap: break-word;}
 </style>
<![endif]
}
/*End column layout styles*/

/*Start main type styles*/
p {
	font-size: 1.2em;
	color: #444;
	line-height: 1.8em;
	padding-bottom: 5px;
	padding-top: 5px;
}

.spaced {
	padding-left: 15px;
}
h1 {
	color: #003668;
	font-size: 17px;
	font-weight: bold;
	padding-top: 30 px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #893f60;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.subhead {
	color: #007ec5;
	padding-bottom: 5px;
	border-bottom: 1px dashed #900;
	margin-top: 5px;
}

.blockk {
	display: block;
	background-color: #036;
	border: 1px solid #036;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}

#columnMain h1 {
	color: #036;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
}

#columnMain h2 {
	color: #900;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: normal;
}

#columnMain h3 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
}

#columnMain p {
	font-size: 12px;
	color: #000;
	line-height: 1.8em;
	padding-bottom: 5px;
	padding-top: 5px;
}

h4 {
	color: #000000;
	font-size: 1.3em;
	line-height: 1.4em;
	padding-bottom: 8px;
}

h5 {
	color: #000000;
	font-size: 1.3em;
	line-height: 1.6em;
	padding-top: 5px;
	padding-bottom: 3px;
}

h6 {
	color: #004b8d;
	font-size: 1.3em;
	line-height: 1.4em;
	padding-bottom: 8px;
}
/*End main type styles*/

/*Start secondary type styles*/
.quotes {
	font-style: italic;
}

.boldQuotes {
	font-style: italic;
	background: url(images/left_grey_quote.gif) no-repeat top left;
	padding: 10px 0px 0px 0px;
}

/*greyQuote works with nested spans to produce large left and right quotes behind the called-out text.*/
.greyQuote {
	display: block;
	position: relative;
	left: 0%;
	color: #888;
	padding: 10px 0px 0px 20px;
	background: url(images/left_grey_quote.gif) no-repeat top left;
}

.greyQuote span {
	display: block;
	padding: 0px 20px 12px 0px;
	background: url(images/right_grey_quote.gif) no-repeat bottom right;
}

.attribution {
	font-weight: bolder;
}

.mainlist {
	color: #555;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0px 0px 0px 15px;
}

.mainlist li {
	margin-top: 0px;
	padding-bottom: 6px;
}

.mainlist li p {
	line-height: 1.3em;
}

.contentlist {
	color: #444;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0px 0px 0px 15px;
}

.contentlist li {
	margin-top: 6px;
	list-style-position: outside;
	list-style-type: disc;
}

.contentlist li p {
	line-height: 1.3em;
}

#columnRight a.lnks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.2em;
	background-repeat: no-repeat;
	background-position: left top;
	list-style-position: outside;
	list-style-image: url(images/pdf-icon.GIF);
	list-style-type: none;
	text-decoration: none;
}

.stackage2 {
	background: url(images/background_grey_150_1.gif) repeat-y;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	padding: 6px 0px 6px 6px;
	margin: 4px 0px 6px 0px;
}

.overRule{
	border-top: 1px double #ddd;
	padding-top: 0.7em;
}

.underRule{
	border-bottom: 1px double #ddd;
}
.underRule2{
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
}
.acrobat {
	background-image:url(images/pdf_icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.ppt {
	background-image:url(images/ppt_icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.documentLink {
	background-image:url(images/doc_icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.vNineLink {
	background-image:url(images/v9_icon.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
}

.external {
	background-image:url(images/external_site_icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
/*End secondary type styles*/

/*Start columnRight styles*/
.contactBox {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 90%;
	margin-top: 10px;
	padding: 10px 0px 2px 10px;
}

.breakBorders {
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	width: 100%;
	margin-top: 10px;
	padding: 10px 0px 2px 10px;
}

.reading {
	width: 228px;
	float: right;
	margin: 4px 0px 4px 10px;
	padding-left: 8px;
	background-image:url(images/reading_background.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eee;
}


/* This section deals with links to pdfs in the right column */
#columnRight h3.lnks {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}

/*Start columnLeft styles*/
.menuTitle {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
	padding-bottom: 3px;
	width: 90%;
	display: block;
	font-variant: small-caps;
}

#columnLeft ul{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#columnLeft ul li {
	list-style-type: none;
	border-top: 1px solid #8a415f;
	padding: .4em 0px .5em 0px;
	width: 90%;
	display: block;
	font-size: 12px;
}





#columnLeft ul .l1_holder {
	font-size: 12px;
}

#columnLeft ul .l1_current {
	font-size: 12px;
	font-weight: bold;
}






#columnLeft ul .l2_holder {
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 15px;
}

#columnLeft ul .l2_current {
	font-size: 11px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 15px;
}


.subtitle {
font-weight: normal;
}
/*End columnLeft styles*/

/*Start columnMain styles*/
.halfColumn {
width: 238px;
float: left;
}

.halfColumn p {
line-height: 1.2em;
padding: 0;
}

.floatImage {
float: left;
clear: left;
padding: 4px 6px 20px 0px;
}

.floatPhoto {
float: left;
padding: 0px 10px 5px 0px;
}

.floatRight {
float: right;
padding: 0px 10px 0px 6px;
}

#columnMain h1 {
width: 85%;
}

.screenShot2 {
}
.screenShot2 p {
background-color: #636363;
margin: -4px 6px 16px 20px;
padding: 0px 15px 10px 15px;
color: #fff;
width: 400px;
font-size: 1.1em;
font-weight: bold;
line-height: 1.5em;
}

.clearObj{
	clear:both;
}
/*These are special link styles for the main and right columns to emphasize links without going overboard*/
#columnMain a {
	border-bottom: 1px dotted #aaa;
}

#columnMain a:hover {
	text-decoration: none;
	border-bottom: 1px solid #666;
}

#columnRight a {
	border-bottom: 1px dotted #aaa;
}

#columnRight a:hover {
	text-decoration: none;
	border-bottom: 1px solid #666;
}
/*End columnMain styles*/

/*Start footer styles*/


/* 
---------------------------------
      FOOTER
---------------------------------
*/

#footer {
	background-color: #FFF;
	margin: 0px;
	padding: 10px;
	height: 50px;
	position: relative;
	border-top: 1px solid #A60E24;
}

#footer .textlinks a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

#copyright {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #999;
	float: left;
	padding-top: 10px;
}

#footer img {
	float: right;
	position: absolute;
	right: 20px;
	top: 15px;
}


/*End footer styles*/

/*Start other styles*/
.blueInput {
	border-top: 1px solid #336;
	border-right: 1px solid #978eba;
	border-bottom: 1px solid #978eba;
	border-left: 1px solid #336;
	width: 120px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#columnRight fieldset {
	border-top: 1px solid #000000;
	border-left: 1px solid #FFCC00;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #FFCC00;
	width: 50px;
	background-color: #FFCC00;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

input.btn {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color:#CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
}

.related {
	width: 90%;
	background-color: #e7e7e7;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #ddd;
	border-bottom-color: #000000;
	border-left-color: #ddd;
	}

.boxoflinks {
	width: 95%;
	background-color: #eeeeee;
	margin-top: 10px;
	margin-left: 0px;
	padding: 10px 0px 12px 10px;
	border-left-style: solid;
}
/*End other styles*/

/*                                             */
/* Start BREADCRUMBS                           */
/*                                             */

#bread {
	color: #111;
	background-color: #fff;
}

p.bread {
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	margin: 4px 0px 0px 0px;
	padding-top: 6px;
}

a.bread {
	text-decoration: none;
}

/*                                             */
/* End BREADCRUMBS                             */
/*                                             */

.ContentWide {
margin: 0;
width: 962px;
padding: 12px 0 20px 12px;
min-height:600px;
}

#homeleftbox{
	clear: none;
	float: left;
	width: 32%;
	margin-left: 5px;
	margin-top: 10px;
	height: 220px;
	background-color: #f6f7fb;
	border: 1px solid #d5d6d8;
}

#homerightbox {
	clear: none;
	float: left;
	width: 32%;
	margin-left: 5px;
	margin-top: 10px;
	height: 220px;
	background-color: #ffffff;
}

#homecenterbox{
	clear: none;
	float: left;
	width: 32%;
	border: 1px solid #d5d6d8;
	margin-left: 5px;
	margin-top: 10px;
	height: 220px;
	background-color: #f6f7fb;
}

.clear {
  clear: both;
}
#columnMain ul .contentl1 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	list-style: disc;
	line-height: 1.8em;
}
#columnMain ul .contentl2 {
	font-size: 11px;
	color: #333;
	list-style: circle inside;
	line-height: 15px;
}
#columnRight table#relatedlinks {
	padding: 5px;
	border: 1px solid #003463;
}


hr.fineline {
	height:1px;
	color: #f00;
}

#columnRight .announcement {
	color: #FFF;
	background-color: #900;
	margin: 0px;
	height: 12px;
	padding: 2px 10px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 100%;
	display: block;
	text-decoration: none
}

.nounderline { text-decoration: none}