/*layout styles*/
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #f4f4f3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1f3131;
}
.twoColFixRtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #ffffff;
}
.twoColFixRtHdr #main {
	/*position: relative;*/
	margin-top: 25px;
}
.twoColFixRtHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left: 20px;
	
}
.twoColFixRtHdr #sidebar1 {
	background: #a5a7a5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #sidebar1 h3 {
	color: #FFFFFF;
	font-size: 12px;
	margin:0;
	text-align: center;
}
.twoColFixRtHdr #sidebar1 p {
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 a {
	color: #FFFFFF;
}
.twoColFixRtHdr #mainContent { 
	padding: 0 20px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	background:#FFFFFF; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
<![endif]--><!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->

/*end layout styles*/


.submissionNav {
/*	background-color: #CCCCCC;
*/	color: #000099;
	text-decoration: none;
}
.submissionNavHIGHLIGHT {
/*	background-color: #FF0000;
*/	
	color: #FF0000;
	text-decoration: none;
}
.global {
	font-size: 10px;
}
a.globalNav, a.globalNav:link, a.globalNav:visited {
	text-decoration: none;
	color: #1f3131;
}
a.globalNav:hover {
	color: #10657d;
	text-decoration: underline;
}

.button {
	background: #444544;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 8px 2px 8px;
	border: 0;
	cursor: hand;
	text-align: center;
}

.buttonSubmittal {
	background: #10657d;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 8px 2px 8px;
	border: 0;
	cursor: hand;
	text-align: center;
}

.buttonUpdate {
	background: #cccecc;
	color: #444544;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 8px 2px 8px;
	border: 0;
	cursor: hand;
	text-align: center;
}
.buttonSimple {
	background: #FFFFFF;
	color: #10657d;
	font-size: 11px;
	text-decoration: underline;
	cursor: hand;
	text-align: center;
	border: 0;
	padding: 0;
}
.buttonSpan {
	background: #444544;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	border: 0;
	width: 100px;
	text-align: center;
}
.buttonSpan a:link, .buttonSpan a:visited, .buttonSpan a {
	color: #FFFFFF;
	text-decoration: none;
}
.ruleLong {
	border-width: 0 0 3px 0;
	border-color: #10657d;
	border-style: dotted;
	width: 800px;
	height: 10px;
	margin-left:-20px;
	margin-right: -20px;
}
.ruleFooter {
	border-width: 0 0 3px 0;
	border-color: #10657d;
	border-style: dotted;
	width: 800px;
	height: 10px;
}
.rule {
	border-width: 0 0 3px 0;
	border-color: #10657d;
	border-style: dotted;
	height: 10px;
}
.greyRule {
	border-width: 0 0 1px 0;
	border-color: #d0d1d0;
	border-style: solid;	
}

.adminBodyBgColor {background-color:#FFFFFF;} /* change background-color here, and below */

.content {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; align:center;}
.resultTitle {  font-size: 14px; color:#000099; font-weight: bold; font-style: normal; }
.smalTitle {  font-size: 11px; color: #999999; font-weight: bold}
.innovation {  font-size: 11px; color: #000099; font-weight: bold}
.queryText {  font-size: 14px}
.selectedPgLk {  font-size: 13px}
.BigTitle {  font-size: 22px; color: #000099; font-weight: bold} 
.td_AlternatingTblColor {  background-color:#FFFFCC; }
.resultTitle2 {  font-size: 14px; font-weight: bold; font-style: normal}
.print_friendly_txt {font-size: 10px; font-weight: bold; font-style: normal}
.admin_ed_names { font-size: 13px;	font-weight: 700;color:#003366;}
.admin_ed_sublbl { font-size: 10px;	font-weight: 700;color:#003366;}
.BigTitle2 {  font-size: 18px; color: #000099; font-weight: bold} 
.srchTitle2 {  font-size: 18px; color: #AA0000; font-weight: bold} 
.srchTitle3 {  font-size: 12px; color: #000099; font-weight: bold} 
.srchTitle4 {  font-size: 14px; color:  #000099; font-style: italic; font-weight: 700} 
.srchTitleSm {  font-size: 10px; color: #000099; font-weight: bold} 
.srchFormItem {  font-size: 12px; color: #000099; font-weight: bold} 
.srchFormItemDescr {  font-size: 10px; color: #000099; font-weight: 500; line-height:.35cm} 
.style1 {font-size: 9px}
.style_red {color: #FF0000}
.a_glos 	A:link {text-decoration: none; color:#00CC33; border-bottom: 1px dashed} 		/* link to glossary */
.a_glos 	A:hover {text-decoration: underline; color:#00FF33}								/* hover link to glossary */
.a_glos 	A:visited {text-decoration: none; color:#009933; border-bottom: 1px dashed }	/* visited link to glossary */
.admin_glos 	{text-decoration: underline; color: #FF0000;}		/* admin mark-up while editing a link to glossary - doesn't seem to work */
.com_lnk	A:link {text-decoration:underline; } 					/* external link from  "commonlinks" table */
.stateGridText {  font-size: 10px}
.stateGridTextSelected {  font-size: 10px; font-weight: 700; color:#FF0000}
			
/* --- New homepage items Feb14 07 ----------------------------------------------------------------------------------------*/
.header_title {  font-size: 18px; color:#cc6633; font-weight: 600} 
.orange_subheader {  font-size: 14px; color:#cc6633; font-weight: bold} 
.orange_subheader2 {  font-size: 10px; color:#cc6633; font-weight: bold} 
.resource_title {  font-size: 13px; color:#cc6633; font-weight: bold} 
.orange_keyword_subheader {  font-size: 12px; color:#cc6633; font-weight: bold} 
.blue_subheader {  font-size: 15px; color:#003399; font-weight: bold} 
.map_descr { font-size: 9px; color:#005500; font-weight: 700} 
.submit_descr { font-size: 10px; color:#005500; font-weight: 500} 
.orange_whysubmit {  text-decoration: underline; font-size: 11px; color:#FF6600; font-weight: bold} 
.orange_clk_view_profile {  text-decoration: underline; font-size: 11px; color:#FF6600; font-weight: bold} 
.homepage_content { font-size: 11px; color:#336699; font-weight: 500} 
.homepage_content_bold { font-size: 11px; color:#336699; font-weight: 700} 
.site_traffic_hdr {  text-decoration: none; font-size: 12px; color:#cc6633; font-weight: 600} 
.sm_text_spacer { font-size: xx-small; } 
			
/* --- New Submittal form Feb24 07 ----------------------------------------------------------------------------------------*/			
.hiddenFormElement { display:none; }  /* visibility: hidden  */
.displayedFormElement { visibility: visible }
.addGoalLink { font-size: 10px; font-weight: 500}
.addHiddenItemLink { font-size: 10px; font-weight: 500}
.tblHeaderSpacer  {font-size: 2px;}
.sectionHeading { font-size: 14px; font-style: normal;  color: #000099; font-weight: 600; text-align: left}
.sectionDescr {  font-size: 10px; font-weight: 600; color:#444444; line-height:normal}

/*menu tab styles*/

	  #nav{
		clear:both;
		color:#FFFFFF;
		margin-left:4px;
		float:left;
		list-style-type:none;	
		padding-bottom:21px;
		font-size:11px;
	  	font-weight: bold;
	  }
	  html>body #nav{
		margin-left:8px;
		background:<strong>4px</strong> 100% #fff;
	  }
	  #nav li{
		list-style-type:none;
		float:left;
		margin:0 0 0 2px;
		padding:0 0 0 8px;
		border-bottom:0;
		background:url(/images/header/tabblue.gif) #3375b2 top left no-repeat;
		text-align: center;
		width: 109px;
		height: 34px;
		line-height:15px;
	  }
	  #nav li a{
		color:#FFFFFF;	
		background:url(/images/header/tabblue.gif) transparent top right no-repeat;
		text-decoration: none;
		display:block;
		padding:0 10px 0 0;
		height: 34px;
	  }
	  #nav li.cur,
	  #nav li.over,
	  #nav li:hover
	  {
		background:url(/images/header/tabwhite.gif) #3375b2 top left no-repeat;
		border-bottom:0;
		margin:0 0 0 2px;
		padding:0 0 0 8px;
		color:#002154;
		height: 34px;
	  }
	  #nav li strong,
	  ul#nav li.cur a,
	  ul#nav li.over a,
	  ul#nav li:hover a
	  {
		display:block;
		color:#002154;
		padding:0 10px 0 0;
		text-decoration:none;
		background:url(/images/header/tabwhite.gif) transparent top right no-repeat;
		height: 34px;
	  }

/*end menu tab styles*/

p {
	padding-top: 0;
	padding-bottom: 6px;
}
a, a:link, a:visited {
	color: #10657d;
}
a:hover {
	color: #f97104;
}
h1 {
	color: #143362;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0 20px 0 20px;
}
h2 {
	color: #143362;
	font-size: 18px;
	font-weight:normal;
}
.label {
	margin-bottom: 2px;
}
h3 {
	color: #143362;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 6px;
}
.small {
	font-size: 10px;
}
.bigger {
	font-size: 12px;
}
.text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
.toolCell {
	width: 360px;
	padding: 0 20px 10px 0;
	vertical-align: text-top;
}
table ul {
	padding-left: 15px;
	margin-top:0;
}
table.resources ul li {
	list-style-image: url(/images/orangearrow.gif);
}
.imgBorder {
	border: 1px solid #10657d;
}
#profileNav {
	width: 96px;
	padding: 10px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0 0 2px 0;
	background-color: #073860;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}
#profileNavOn {
	width: 96px;
	padding: 10px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0 0 2px 0;
	background-color: #0c5b9b;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}
#profileNav a {
	text-decoration: none;
	color: #FFFFFF;
}
#profileNav a:hover {
	color: #fbb57d;
}
#profileSidebar {
	background: #d0d1d0;
	padding: 15px 10px;
}
#profileSidebar p {
	color: #000000;
}
#profileSidebar h3 {
	color: #000000;	
}
#profileSidebar ul {
	padding-left: 0;
}
#profileSidebar ul li {
	list-style-type: none;
	margin-bottom: 6px;
}
ul.profile li {
	list-style-image: url(/images/orangearrow.gif);
}
div.login {
	background-color: #d0d1d0;
	padding: 10px;
	width: 320px;
}
table.submittal .label {
	text-align: right;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.normal {
	font-weight: normal;
}

		
