
/* div form classes */
form
{
	float: left;
	width: 90%;
}

div.row {
	padding-top: 10px;
}

span.label {
	margin-right: 2em;
	text-align: right;
	color:black;
	vertical-align: top;
}

	/* annoying IE div bugs means floats don't show up when the 
	 	page content background is set */
div.row > span.label {
}

span.field {
	z-index:100;
	visibility:visible;

	width: auto;
	text-align: left;
} 


.hidden { display: none; }

div.colWrapper
{
	margin-bottom: 1em;
	/*clear: both;*/
}
div.colWrapper label
{
	font-weight: bold;
}
div.leftCol
{
	width: 200px;
	float: left;
}
div.rightCol
{
	width: 190px;
	text-align: right;
	margin-left: 210px;
}
/* Holly Hack Targets IE Win only \*/ 
* html div.rightCol {margin-left: 0px;} 
/* End Holly Hack */


.input-text
{
	border-width: 1px;
	border-style: solid;
	border-color: #000 #777 #777 #000;
	padding: 2px;
}

.checkbox
{
	margin: 5px 0px 0px 5px;
}

p.description {
	font-weight: bold;
	line-height: 1.25;
	color: #003A62;
}

/* Module specifics */

div.sectionindex_item {
	margin-right: 15px;
	border-top: 	1px #033A61 dotted;
	padding:		0.7em 0;
}

div.sectionindex_item div.image {
	margin:			0.4em 0.3em;
	margin-right:	1em;
}

div.sectionindex_item div.title, div.sectionindex_item div.title h2 {
	color: #003963;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3;
	font-weight: bold;
}

div.sectionindex_item div.title {
	padding: 		0.7em;
}

div.sectionindex_item div.title h2 {

	margin-bottom:	1px;
	margin-top:		1px;
	font-weight:	normal;	
	font-size:		1em;
	font-weight:	bold;
}

div.sectionindex_item div.title p {
/*	font-size:	10px; */
	font-weight:normal;
	margin:	1px 0 2.1em 0;
}

div.helpbox {
	background-color:#F7F7F7;
	display:	block;
	margin-right: 15px;
	font-size: 1.2em;
}

div#help {
	background-color:#F7F7F7;
	display:	block;
	font-size: 0.8em;
	font-weight: bold;
}


a.sectionbodylink {
	text-decoration: none;
}

a.sectionbodylink:hover {
	text-decoration: none;
	color:	#000;
}


.crumb
{
	border-bottom: 1px dotted #033A61;
	padding: 0px 0px 4px 0px;
	margin-right: 0px;
	margin-right: 15px;
}










html {
	margin:	0;
	padding:0; 
}

body {
	margin: 	7px; 
	padding: 	0px; 
	background: #F1F000;
	font-size: 1em;
	font-family: verdana;
}
img 
{
	border: none;
}
#mainContent
{
		margin-left: 215px;
		background: #fff ;
		padding: 5px 15px;
}

/* general typeface setting */
#mainContent, p, ul, li, a {
/*	font-size: 1em;*/
	line-height: 14px;
}

a:link
{
		text-decoration: none;
		color: #000;
}
a:visited
{
		color: #000;
		text-decoration: none;
}
a:hover
{
		color: #000;
		text-decoration: none;
}

h1
{
	margin-top: 5px;
	color: #666;
	font-size: 1em;
	line-height: 20px;
}
/* Holly Hack Targets IE Win only \*/ 
* html h1 {font-size: 1.3em;} 
/* End Holly Hack */

#header-border
{
		margin-bottom: 7px;
}

  #header-container
  {
		height: 104px; 
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd;

		
  }
  #header-right
  {
		float: right;

		width: 212px;
		height: 77px;
		padding: 15px 0px 12px 0px;
		border-right: 2px solid #fff;
		position: relative;
  }

  #bureau
  {
		position: absolute;
		top: 15px;
		left: -135px;
		width: 122px;
		height: 53px;
	}
  
  #search-area
  {
		position: absolute;
		top: 72px;
		left: 293px;
		width: 200px;
  }

  #header-left
  {
		float: left;

		width: 325px;
		height: 104px;
		border-left: 2px solid #fff;
  }
  #logo
  {
		position: absolute;
		top: 16px;
		left: 265px;
		width: 381px;
		height: 52px;
  }
.search-button
{
		vertical-align: middle;
		margin-top: 1px;
}
.searchbox
{
		border: 1px solid #000;
		padding: 2px;
		float: left;
		margin-right: 4px;
}
/* Holly Hack Targets IE Win only \*/ 
* html .searchbox {margin-right: 0px;} 
/* End Holly Hack */



#content
{
		border: 1px solid #000;
		padding: 0; 
		margin-top: 5px;

}
/* Holly Hack Targets IE Win only \*/ 
* html #content {background: #fff ;} 
/* End Holly Hack */

#bottom-dots
{
	
		clear: both;
		height: 20px;
		margin-right: 10px;
}
#footer-container
{
		border: 1px solid #444;
		height: 51px;
		background: #2E356B ;
		margin: 3px 5px 5px -10px;
}

#footer-right
{
		float: right;
		height: 34px;
		padding-top: 17px;
		padding-right: 10px;
}
#footer-right a:link
{
		text-decoration: none;
		color: #fff;
}
#footer-right a:visited
{
		color: #fff;
		text-decoration: none;
}
#footer-right a:hover
{
		color: #F1F000;;
		text-decoration: none;
}

#footer-left
{
		float: left;
		width: 300px;
		height: 51px;
}

#webx-logo
{
		position: absolute;
		top: 14px;
		left: -23px;
		width: 100px;
		height: 51px;
		display: block;
		z-index: 10;
}
#menu
{
	width: 205px;
	float: left;
	
	margin: 0;
	padding-right: 10px;
}

#menu-corner
{
		position: absolute;

		left: 7px;
		top: 123px;
		height: 5px;
		width: 5px;
}

#content-indent
{
		position: absolute;

		left: 219px;
		top: 124px;
		height: 6px;
		width: 7px;
}


#menu ul
{
	list-style: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	padding-bottom: 10px;
}
#menu ul li
{

		padding: 5px 0px 5px 20px;
		font-size: 0.8em;
		border-bottom: 1px dotted #003A62;
}
/* Holly Hack Targets IE Win only \*/ 
* html #menu ul li {font-size: 0.75em;} 
/* End Holly Hack */

#menu ul li a:link
{
		text-decoration: none;
		color: #003A62;
}
#menu ul li a:visited
{
		color: #003A62;
		text-decoration: none;
}
#menu ul li a:hover
{
		color: #980000;
		text-decoration: none;
}


#right-column
{
		float: right;
		width: 192px;
		margin-left: 20px;
		padding: 15px 20px 0px 0px;
}

#latest-news-header
{

		height: 32px;
		width: 192px;
}

#latest-news-text
{
		border-left: 1px solid #4F5DB5;
		border-right: 1px solid #6A76C2;
		padding: 5px;
		width: 180px;

}
/* Holly Hack Targets IE Win only \*/ 
* html #latest-news-text {} 
/* End Holly Hack */

#latest-news-bottom
{

		height: 6px;
		width: 192px;
		margin-bottom: 20px;
}
#cream-block
{	
	background: #FFFCE3;
	position: absolute;
	top: -43px;
	left: -221px;
	height: 96px;
	width: 212px;
}

#dino
{
		margin-top: 10px;

		height: 135px;
		width: 131px;
		float: right;
}

.hr
{
		border-bottom: 1px solid #33619C;
		padding-bottom: 4px;
		text-align: right;
		margin-right: 220px;
		padding-right: 0;
}

h2
{
		color: #104770;
		font-size: 1em;
		margin-bottom: 4px;
}

h3
{
		color: #980000;
		font-size: 1em;
		margin-bottom: 4px;
}

#hp-link-boxes
{
		
		height: 100px;
		width: 400px;
		margin: 15px 0px;
}

hr.blue-line
{
		border: 1px solid #ACB1DB;
}


.newsthumb
{
	float: left;
	margin-bottom: 10px;
}
.news-text
{
	margin-left: 65px;
}

#growing
{

	width: 193px;
	height: 32px;
}

#sitemap
{
	font-size: 0.8em;
}
