/*design parameters which apply to the body of the document*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position:absolute;
	top:0px;
	left:0px;
}

#bodyFrame {
	width:745px;
	/*margin-left:1px;*/
	border-right: 1px solid #A99AA0;
	border-left: 1px solid #A99AA0;
	border-bottom: 1px solid #A99AA0;
	float:left;
	padding-bottom:35px;
	clear:both;
	
}

/*defines entire available design space within editable content region. This space should hold content UNLESS the rightNav div is added. See note under rightNav*/
#main {
	background-color: #FFFFFF;
	float: right;
	padding-right:7px;
	width:586px;
	margin-top: 30px;
	padding-bottom: 9px;
	padding-top: 9px;
	height: auto;
	line-height:18px;
}

#main h2 {
    line-height:24px;
}

a:link, a:visited {
	text-decoration: none;
	color: #244A9F;
}
a:hover, a:active {
	text-decoration: underline;
	color: color: #B50C00;
}

/*banner div to be displayed in print stylesheet but not for screen*/
#headerPrint {
    display:none;
}
	

/*This holds the content on pages where the rightNav div is used for special "focus" box info.*/
#content {
	float: left;
	width:460px;
	/*padding-right:10px;*/
	height: auto;
	/*line-height:18px;*/
}

/*defines search form parameters*/
#ampSearch {
	color: #54A1AD;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left:6px;
}
#ampSearch form {
	margin-top: 3px;
	margin-bottom:20px;
}

/*hides various items used for 508 compliance*/
.hidden {
	display: none;
}

#currentInfo {
    width:140px;
	float:left;
	margin-top:30px;
	border-right:1px solid #908288;
	border-bottom:1px solid #908288;
	background-color:#F1E7EA;
}

#currentInfo .heading {
    font-weight:bold;
	font-size: 11px!important;
	padding-bottom:5px;
	border-bottom: 1px solid #000000;
}
#placeholder {
    width:141px;
	float:left;
}

.colHolder {
    width:575px;
	margin-left:7px;
}

.colHolder-2 {
	margin-left:10px;
}

.colHolder ul {
	list-style-image:url(/images/teal-menuBullet.gif);
}

.col-1 {
    width:250px;
	margin-right:13px;
	float:left;
}

.col-2 {
    width:280px;
	/*margin-right:23px;*/
	float:right;
}

.glossary {
    width:177px;
	float:right;
	margin-top:6px;
} 

.glossaryNav {
    width:360px;
	float:right;
}

/*left navigation menu #pageNavigation is the style that defines the top level menu links in the left navigation area*/
#pageNavigation {
	width: 140px;
	font-size: 11px;
	font-weight: bold;
	float: left;
	color:#54A1AD;
	/*padding-right:6px;*/
	padding-bottom:10px;
	padding-top:45px;
	margin-top:0px;
	/*margin-bottom:35px;*/
	border-top:1px solid #908288;
	border-right:1px solid #908288;
	border-bottom:1px solid #908288;
	background-color:#F1E7EA;
}

#pageNavigation p {
    padding-left:7px;
	line-height:19px;
	margin-top:0px;
	margin-bottom:0px;
}

#pageNavigation td {
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 8px;
	margin-top: 7px;
	padding-top:3px;
	padding-bottom:3px;
	border-top: 1px solid #ffffff;
	/*border-bottom: 1px solid #ffffff;*/
}	
#pageNavigation a:link, #pageNavigation a:visited {
	text-decoration: none!important;
	color: #908288!important;
}
#pageNavigation a:hover, #pageNavigation a:active {
	text-decoration: underline!important;
	color: #54A1AD!important;
}
/*left navigation menu #submenu is the style that defines the drop-down menus beneath the top level menu links*/
#submenu {
	/*background: #D2C6CA;*/
	color: #54A1AD;
	width: 140px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
#submenu td {
	margin-left: 8px;
	color: #908288;
	font-weight:bold;
	margin-right: 5px;
    padding-left:16px;
}

#submenu .last {
    border-bottom:1px solid #A99AA0;
	padding-bottom:3px;
}

#submenu .first {
    border-top:none!important;
}

#submenu .menuTitle {
    color: #000000!important;
	border-top:1px solid #A99AA0!important;
	padding-top:3px;
	border-bottom:1px solid #A99AA0;
	padding-bottom: 4px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color:#ffffff!important;
}

#submenu .menuTitle a:link, #submenu .menuTitle a:visited {
	text-decoration: none!important;
	color: #000000!important;
}

#submenu .menuTitle a:hover, #submenu .menuTitle a:active {
	text-decoration: underline!important;
	color: #000000!important;
}

#submenu a:link, #submenu a:visited {
	text-decoration: none!important;
	color: #54A1AD!important;
}
#submenu a:hover, #submenu a:active {
	text-decoration: underline!important;
	color: #908288!important;
}

/*left navigation menu #thirdlevelsubmenu is the style that defines the bottom level submenu links. This style indents the links to the right and make them normal, rather than bold*/
#thirdlevelsubmenu {
	background: #A99AA0;
	color: #244A9F;
	font-weight: normal;
}
#thirdlevelsubmenu p {
	margin-left: 15px;
	color: #244A9F;
	font-weight: normal;
}
#thirdlevelsubmenu a {
	color: #FFFFFF;
	font-weight: normal;
}
#thirdlevelsubmenu a:hover, #thirdlevelsubmenu a:active{
	text-decoration:underline!important;
	color: #54A1AD!important;
	font-weight: normal!important;
}
#thirdlevelsubmenu .menuheader{
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #244A9F;
	padding-bottom: 2px;
}

/*Places a right-floated "focus" box on the right side of the page. When this is used on a page, it should be inside the #main div and BEFORE the #content id*/
/*This preserves the flush right placement of this box and allows the content portion of the page to remain in a contained area to the left of the focus box*/
#rightNav {
    width:105px;
	height:auto;
	border-top:1px solid #908288;
	border-bottom:1px solid #908288;
	border-left:1px solid #908288;
	border-right:1px solid #908288;
	font-size:10px;	
	float: right;
	clear:left;
	color: #000000;
	margin-left:8px;
	margin-bottom:110px;
	padding-left:5px;
	padding-top:25px;
	padding-right:5px;
	padding-bottom:20px;
	background-color:#F1E7EA;		
}
#rightNav .heading {
    font-weight:bold;
	font-size: 11px!important;
	padding-bottom:5px;
	border-bottom: 1px solid #000000;
}
	
#rightNav p {
     line-height:7px;
}	
	
.highlightbox {
    background-image:url(../images/highlightbox.gif);
	background-repeat:no-repeat!important;
	/*background-position:top;*/
	margin-left:10px;
}

.highlightbox-inside {
    width:529px;
	padding-left:15px;
	padding-right:4px;
	padding-top:10px;
	line-height:14px;
	font-size:10px!important;
}	
	
#banner {
    width:745px;
	height:75px;
	margin-bottom:0px;
	padding-bottom:0px;
	float:left;
}	

#DocsPg {
    margin-left:15px;
}

#DocsPg .head {
    font-weight:bold;
	margin-bottom:5px;
}

#DocsPg ul {
    margin-top: 3px;
	margin-bottom: 3px;
}

#DocsPg ul >li {
    padding-bottom:0px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#focusboxHP {
    width:199px;	
	height:auto;
	float:left;
	border: 1px solid #A99AA0;
	background-color:#F1E7EA;
	/*margin:5px;*/
	padding-bottom:2px;
	line-height:14px!important;
}

#focusboxHP> div.head {
    background-color:#A99AA0;
	padding: 0px 3px 1px 3px;
	/*margin-bottom:3px;*/
	border-bottom:1px solid #A99AA0;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}

#focusboxHP> div.head+ div.line {
    border-bottom: 3px solid #ffffff;
	margin-bottom: 3px;
}

#focusboxHP ul {
    list-style-position:inside;
	margin-left:2px;
	padding-left:2px;
	margin-top:6px;
	margin-bottom:7px;
}

#focusboxHP ul >li {
      padding-bottom:2px;
}

.focusbox {
    width:250px;
	height:auto;
	float:right;
	border: 1px solid #A99AA0;
	background-color:#F1E7EA;
	margin:5px;
	padding:6px;
}

.focusbox2 {
    width:250px;
	height:auto;
	float:right;
	border: 1px solid #74aeb7;
	background-color:#d3e8eb;
	margin-left:7px;
	padding:10px;
}

.infobox {
	width:185px;
	height:auto;
	float:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	border: 1px solid #74aeb7;
	margin-left:7px;
	padding:8px;
}
	

#photoline {
    width:745px;
	margin-top: 1px;
	margin-bottom:0px;
	float:left;
} 

.center {
    text-align:center;
}

.noDisplay {
    display:none;
}

.floatRight {
    float:right;
	margin-left:3px;
}

.floatLeft {
    float:left;
	margin-right:15px;
	margin-bottom:1px;
}

.photoRight {
    float:right;
	margin-right:8px;
	margin-bottom:8px;
	margin-left: 10px;
}

.photoLeft {
    float:left;
	width:auto;
	margin-right:10px;
	/*margin-bottom:2px;*/
}

.colRight {
    float:right;
}

.clearRight {
    clear:right;
}

.caption {
    font-size:10px!important;
	line-height:13px!important;
    color:#000099;
	margin-bottom:3px;
}

.marginleft {
    margin-left:45px;
}

.marginLeftBottom {
    margin-bottom:15px;
	margin-left:35px;
}	

.heading {
    font-weight:bold;
	font-size:12px;
	color:#908288;
	border-bottom:1px solid #000000;
	width:230px;
}

.bold {
    font-weight:bold;
}

.bold13center {
    font-weight:bold;
	text-align:center;
	font-size:13px;
}

.bold12italicBrown {
    font-weight:bold;
	font-size:12px;
	font-style:italic;
	color:#6D5C64;
}

.subheading {
    font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#7D7076;
}

.bold18 {
    font-size:18px;
	line-height:23px;
	font-weight:bold;
}

.bold19 {
    font-size:19px;
	line-height:24px;
	font-weight:bold;
}

.bold13 {
    font-weight:bold;
	font-size:13px;
}

.bold12 {    
    font-weight:bold;
	font-size:12px;
	text-align:center;
}

.bold11 {
    font-weight:bold;
	font-size:11px;
}

.bold-11underline {
    font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}

.font10px {
    font-size:10px!important;
	font-weight:bold;
	color:#7A6E73;
}

.fontfamily-1 {
	font-family:Tahoma, Geneva, sans-serif;
}

.fontfamily-2 {
	font-family: Verdana, Geneva, sans-serif;
}

.focusBoxtext {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}

/*THIS IS A TEMPORARY item to be removed once this site moves to its new location/directory on staging server*/
/*#footer {
    text-align:center;
	vertical-align:bottom;
    display:none;
}*/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #204A9F;
	text-align: center;
	vertical-align:bottom;
	width: 500px;
	float:left!important;	
	position:relative;
	left:100px;
	clear:left;
	/*margin-left: 140px;*/
	margin-top:6px;
	margin-bottom:10px;
	line-height:20px;
}

#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #204A9F;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #54A1AD;
	text-decoration: underline;
}

#privacy-disc {
    margin-left:7px;
	margin-right:5px;
}

#update {
    width: 590px;
	margin-left: 6px;
	float:right;
	color:#204a9f;
	font-size:11px;
	margin-bottom:15px;
}
