/* CSS Document */

/* body is combination of old and new CSS */
body {
	width: 100%;
	line-height: 1.33em;
	margin: 0px;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	white-space: normal;
	font: 1em/1.38em Arial, Helvetica, sans-serif;
	background-color:#f2edd9;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/mainBackground.jpg);
}

a {
	color:#0066cb;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: #000099;
	font: normal 100% Arial, Helvetica, sans-serif;
}

a:visited {
	text-decoration: underline;
	color: #000099;
	font: normal 100% Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: underline;
	background-color: #ffffff;
	color: #FF6600;
	font: normal 100% Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


.stateofhawaii {
	background-image:url(../images/hawaiigov_header.gif);
	background-color: #0066cb;
	background-repeat: no-repeat;
	background-position: left center;
}


.dohtopnav         			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	text-transform:none;
	padding: 5px;
}
.dohtopnav a       			{
	text-decoration: none;
	color: #fff;
	padding: 0 5px 0 5px;
}
.dohtopnav a:hover 			{
	text-decoration: none;
	color: #ffcc00;
}

.searchbox	{
	width: 150px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navgutter {
	background-image: url(../images/nav_shadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.hawaiigov {
	background-image: url(../images/hawaiigovbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	background-color: #14a414;
}

.hawaiigov a {
	color:#FFFFFF;
}

.hawaiigov a:hover {
	color:#FFFF99;
	text-decoration:none;
}

.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}

.rightcolumn img {
	padding: 0 10px 10px 0;
}

.rightcolumn p {
	padding: 5px;
	margin: 0px;
}

.rightcolumntitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#fff;
	background-color: #004a80;
	padding: 5px;
	margin: 0px;
	clear:both;
}

h1 {
	font-family:"Arial Narrrow", Arial, Helvetica, sans-serif;
	font-size:18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066cb;
	text-transform: uppercase;
}


h2 {
	font-family:"Arial Narrrow", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform: uppercase;
}


h3 {
	font-family:"Arial Narrrow", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin:0px;
}

h4 {
	font-family:"Arial Narrrow", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform: uppercase;
	padding:0px;
	margin:0px;

}

h5 {
	font-family:"Arial Narrrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	padding:0px;
	margin:0 10px 5px 10px;
	color:#000;
	padding: 0p;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;

}

.homepagecontent         	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#000000; }
.homepagecontent a       	{	text-decoration: none; color: #333; }
.homepagecontent a:hover 	{	text-decoration: none; color: #0066cb; }

.homepagecontent p        	{ border-bottom:1px solid #e5e5e5; padding:2px 10px 2px 10px; margin:0;}

.homepagecontentbottom         	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#000000; }
.homepagecontentbottom a       	{	text-decoration: none; color: #0066cb; }
.homepagecontentbottom a:hover 	{	text-decoration: none; color: #000000; }

.text         			{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#000000; }
.text a       			{	text-decoration: underline; color: #660000; }
.text a:hover 			{	text-decoration: none; color: #000000; }

.textsmall         		{	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#000000; }
.textsmall a       		{	text-decoration: underline; color: #660000; }
.textsmall a:hover 		{	text-decoration: none; color: #000000; }

.textsmallwhite         {	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#ffffff; }
.textsmallwhite a       {	text-decoration: underline; color: #ffffff; }
.textsmallwhite a:hover {	text-decoration: none; color: #ece4da; }

.textsmallplain    		{	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#333333; }
.textsmallplain a  		{	text-decoration: none; color: #0066cb; }
.textsmallplain a:hover {	text-decoration: none; color: #333333; }

.required         		{	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#FF0000; }

.caption         		{	font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color:#6e483d; font-style: italic; line-height: 18px; }
.caption a       		{	text-decoration: underline; color: #6e483d; }
.caption a:hover 		{	text-decoration: none; color: #000000; }

.footer         		{	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color:#CCCCCC; text-align:center}
.footer a       		{	text-decoration: underline; color: #CCCCCC; }
.footer a:hover 		{	text-decoration: underline; color: #CCCCCC; }

.input145				{	width: 240px; height: 16px; border: 1px solid #afafaf; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;  }
.pull145				{	width: 143px; height: 16px; border: 1px solid #afafaf; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;  }
.textarea450			{	width: 443px; border: 1px solid #999999; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;  }
.textarea145			{	width: 240px; height: 60px; border: 1px solid #999999; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;  }

/* from old CSS */

.Header	{
	font-family:arial, sans-serif;
	background-color: #FFFFFF;
	padding-left: 1px;
	padding-top: 2px;
    font-size: 1.25em;
	font-weight: bold;
    color: #000000;
	}
	
h3 {
	font-family:arial, sans-serif;
	background-color: #FFFFFF;
	padding-left: 1px;
	padding-top: 2px;
    font-size: 1.25em;
	font-weight: bold;
    color: #FF6600;
	}

h2 {
	font-family:arial, sans-serif;
	background-color: #FFFFFF;
	padding-left: 1px;
	padding-top: 2px;
    font-size: 1.25em;
	font-weight: bold;
    color: #FF6600;
	}

.Subheader
	{
	font-family:arial, sans-serif;
	font-size: 1.12em;
	font-weight: bold;
	color: #000099;
	}

.Subheader2
	{
	font-family:arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
    text-decoration: underline;
	}

.Subheader2 a:link {
	font-family:arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #3333CC;
	text-decoration: underline;
}


.Subheader2 a:visited {
	font-family:arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #3333CC;
	text-decoration: underline;
}

.Subheader2 a:hover {
	font-family:arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}

.Subheader2 a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.Subheader3
	{
	font-family:arial, sans-serif;
	font-size: 0.88em;
	font-weight: normal;
	color: #000099;
	}
	

.Reference
	{
	font-family:arial, sans-serif;
	font-size: 0.88em;
	font-weight: normal;
	color: #666666;
	}

	
.HeaderTertiary {
	font-family:arial, sans-serif;
	font-weight: normal;
	background-color: #333366;
	font-size: 1em;
	color: #ffffff;
	font-weight: bolder;
	text-indent: 5;
	word-spacing: .5em;
	white-space: normal;
	text-decoration: none;
	}

.HeaderTertiary a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.HeaderTertiary a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.HeaderTertiary a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.HeaderTertiary a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.SearchGo{
	font-family:arial, sans-serif;
	background-color: #333366;
	font-size: .85em;
	color: #ffffff;
	font-weight: bold;
	white-space: normal;
}

.SearchTextField{
	font-family:arial, sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	font-size: .75em;
	color: #000000;
	font-weight: bolder;
	text-indent: 0;
	white-space: normal;
}

.NavigationSecondary{
	font-family:arial, sans-serif;
	background-color: #ffffff;
	font-size: .75em;
	color: #333366;
	font-weight: bold;
	text-indent: 0;
	word-spacing: .1em;
	white-space: normal;
}

td {
	font-family:arial, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
} 

.Content{
	font-family:arial, sans-serif;
	background-color: #ffffff;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
}

.Content2{
	font-family:arial, sans-serif;
	background-color: #ffffff;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
}

.ContentBold{
	font-family:arial, sans-serif;
	font-size: 1em;
	color: #333366;
	font-weight: bold;
}

.ContentBoldUnderline{
	font-family:arial, sans-serif;
	background-color: #ffffff;
	font-size: 1em;
	color: #333366;
	font-weight: bold;
	text-decoration: underline;
}

.NavigationTertiary{
	font-family:arial, sans-serif;
	background-color: #ffffff;
	font-size: .65em;
	color: #3333cc;
	font-weight: bold;
	text-indent: 5;
	word-spacing: .1em;
	white-space: normal;
	text-decoration: underline;
}

.NavigationTertiaryUp{
	font-family:arial, sans-serif;
	background-color: #ffffff;
	font-size: .7em;
	color: #3333cc;
	font-weight: bold;
	text-indent: 5;
	word-spacing: .1em;
	white-space: normal;
	text-decoration: underline;
}

.textdot{
	background: transparent;
	height: auto;
	border-left: 2px dotted #CCCCCC;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 98%;
}
.SearchGo{
	font-family:arial, sans-serif;
	background-color: #333366;
	font-size: .85em;
	color: #ffffff;
	font-weight: bold;
	white-space: normal;
}

.SearchTextField{
	font-family:arial, sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	font-size: .75em;
	color: #000000;
	font-weight: bolder;
	text-indent: 0;
	white-space: normal;
}

