@charset "UTF-8";
body {
	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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
}

.oneColFixCtrHdr #toolbar {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


.oneColFixCtrHdr #header h1 {
	padding: 0px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	font-weight: normal;
	font-size: 36px;
}
.frontlink {
	float: left;
	width: 170px;
}
#header h2 {
	font-size: 24px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	color: #999999;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 12px;
	line-height: 18px;
}
.oneColFixCtrHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#header .contact {
	line-height: 150%;
	color: #333333;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	text-align: right;
}

.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.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;
	margin-top: 1em;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

.oneColFixCtrHdr #footer a:link {
	color: #999999;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:visited {
	color: #999999;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #990066;
	text-decoration: none;
}


/* Thumbnails */

#thumbnail
{
	display: block;
	width: 220px;
	height: 220px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #364272;
	text-align: center;
	line-height: 150%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid  #CCCCCC;
}

#thumbnail span {
	width: 200px;
	position: relative;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}
#thumbnail img {
	margin-top: 10px;
}

#thumbnail:hover
{
	background-position: 0;
	color: #000000;
	border: 1px solid #999999;
	background-color: #E3E3E3;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
	margin: 0;
	list-style-type: none;
	height: 21px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 14px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
	background: #FFFFFF; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 90px;
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-size: 14px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: #000000;
	text-decoration: none;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.suckertreemenu ul li a:hover{
	color: #0066FF;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background: #FFFFFF url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

