body {
    color: #000;
	background: #eff6fa;
	color: #2d4343;
	font-family: trebuchet ms, garamond, helvetica, sans-serif;
	}

p, td	{
	margin: 0;
	padding-left: 0;
	padding-right: 5px;
	font-size: 12px;
	line-height: 1.35;
	text-align: left;
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	}

h2	{
	font-size: 32px;
	font-weight: bold;
	font-family: tempus sans itc, garamond, helvetica, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1;
	color: #5e5e5e;
	}	

h4	{

	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	margin-top: 5px;
	padding-bottom: 0px;
	}

h5 	{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	display: inline;
	padding: 4px;
	}

h6 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.25;
	margin-top: 5px;
	padding-bottom: 2px;
	}
	
 a:link {
	font-family: trebuchet ms, garamond, helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
	text-decoration: none;
	color: #2d4343;
	background: transparent;
	}
	
 a:visited {
   	font-family: trebuchet ms, garamond, helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
	text-decoration: none;
	color: #2d4343;
	background: transparent;
	}

 a:hover {
 	font-family: trebuchet ms, garamond, helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
	text-decoration: none;
	color: #2d4343;
	background: #b4d2d2;
	}
	
a:active {
	font-family: trebuchet ms, garamond, helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
	text-decoration: none;
	color: #2d4343;
	background: transparent;
	}
	
/* **********************menu ***************** */
#navcont ul {
	font-family: trebuchet ms, garamond, helvetica, sans-serif;
	font-size: 12px;
	color: #2d4343;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-top: 5px solid #cfdada;
	border-bottom: 5px solid #cfdada;
	}
	
#navcont ul li {
	position: relative;
	border-bottom: 1px solid #cfdada;
	width: 150px;
	background-color:#eff6fa;
	}
	
#navcont li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: -4px;
	display: none;
	}

/* Styles for Menu Items */
#navcont ul li a {
	display: block;
	text-decoration: none;
	background: #eff6fa; /* IE6 Bug */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #cfdada; /* IE6 Bug */
	border-bottom: 0;
	border-left: 5px solid #cfdada;
	border-right: 5px solid #cfdada;
	background-color: #eff6fa;
	color: #2d4343;
	}
	
/* Holly Hack. IE Requirement \*/
* html #navcont ul li { float: left; height: 1%; }
* html #navcont ul li a { height: 1%; }
/* End */

#navcont li:hover ul, #navcont li.over ul 
{ 
display: block;
	 } /* The magic */
	 
#navcont a:hover {
 	font-family: trebuchet ms, garamond, helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
	text-decoration: none;
	color: #000;
	background: #b4d2d2;
	}

/* ************************ secondary nav */
#navigation {
	float: right;
	width: 610px;
	}

	
#navigation a
{
color: #676767;
background: #eff6fa url("images/left-tab.jpg") left top no-repeat;
text-decoration: none;
padding-left: 6px;
width: 78px;
height: 56px;
text-align: center;
vertical-align: bottom;
font-weight: bold;
border: 1px solid #cfdada;
}

#navigation a span
{
background: url("images/right-tab.jpg") right top no-repeat;
padding-right: 6px;

}

#navigation a, #navigation a span
{
display: block;
float: left;

}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End IE5-Mac hack */

#navigation a:hover
{
color: #000;
background: #b4d2d2 url("images/left-tab-hover.jpg") left top no-repeat;
text-decoration: none;
padding-left: 6px;
}

#navigation a:hover span 
{
background: url("images/right-tab-hover.jpg") right top no-repeat;
font-weight: bold;
padding-right: 6px;
}

#navigation li {
float: left;
display: block;
margin: 0;
padding: 0;
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover, #uberlink a:active
{
color: #000;
background: #fff url("images/uberlink.jpg") left top no-repeat;
text-decoration: none;
padding-left: 6px;
border-bottom: 1px solid #fff;
}

#uberlink a span, #uberlink a:hover span
{
background: url("images/right-tab-uber.jpg") right top no-repeat;
font-weight: bold;
padding-right: 6px
}

/* ************************** main content divisions */

#container {
	width: 800px;

	}

#header {
	width: 800px;
	border-bottom: 1px solid #808080;
	padding-bottom: 3px;
	}

#navcont {
	float: left;
	width: 150px;
	}
	
#pagehead {
	float: right;
	width: 650px;
	}

#secondarynav {
	height: 58px; 
					/* works in ie not firefox & vv */
	float: right;
	width: 606px;
		}

#maincontent {
	float: right;
	margin-bottom: 5px;
	border: 0;
	height: 280px;
	width: 607px;

	}

#maincontent2 {
	float: right;
	margin-bottom: 5px;
	border: 1px solid #cfdada;
	border-top: 0;
	margin-top: 0;
	margin-right: 1px;
	height: 400px;
	width: 607px;
	}
	
#maintext {
	width: 600px;
	height: 400px;
	background-color: #fff;
	vertical-align:top;
	border: 0;
	text-align: left;
	}


#col {
	width: 215px;
	padding: 5px;
	background-color: #cfdada;
	vertical-align: top;
	text-align: center;
	border: 0;
	}


#bulltab td {
	background-color: #cfdada;
	}
	
#bulltab img {
	width: 11px;
	height: 11px;
	vertical-align: middle;
	margin-right: 0;
	}

#landingtext {
	padding: 10px;
	float: left;
	width: 390px;
	}

#landingtext p {
	padding-bottom: 5px;
	}
	
#landingtext2 {
	padding: 10px;
	float: left;
	}
	
#landingtext2 p {
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
#landingtext2 a {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 20px;
	text-decoration: underline;
	}

#landingtext2 a:hover {
	background: transparent;
	font-weight: bold;
	color: black;
	}

#landingtext3 {
	padding: 10px;
	float: left;
	width: 390px;
	}
	
#landingtext3 a:link {
	font-weight: bold;
	color: black;
	}

#landingtext3 a:visited {
	font-weight: bold;
	}

#landingtext3 a:hover {
	font-weight: bold;
	}
	
#list {
	list-style-type: disc;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 15px;
	padding: 0;
	}

#list li {
	font-size: 12px;
	line-height: 1.35;
	text-align: left;
}

#landingimg {
	float: right;
	display: inline;
	width: 160px;
	margin: 10px;

	}
	
#landingimg2 {
	float: left;
	display: inline;
	width: 200px;
	margin: 10px;

	}


#focus {
	position: absolute;
	top: 380px;
	left: 10px;
	margin-top: 5px;
	width: 800px;
	}

	
#textbox2 {
	width: 580px;
	height: 150px;
	background-color: #cfdada;
	border: 0;
	vertical-align: top;
	text-align: left;
	border-right: 10px solid #eff6fa;
	}
	
#textbox2 img {
	display: inline;
	padding-right: 15px;
	}

#thumb {
	border: 5px solid #cfdada;
	}	

#textbox3 {
	width: 215px;
	height: 150px;
	background-color: #cfdada;
	border-left: 5px solid #eff6fa;
	vertical-align: top;
	text-align: left;
	margin-right: 10px;
	}

#textbox3 img {
	vertical-align:top;
	}

#findout {
	margin-left: 10px;
	}
#indents a {
	background-color: #cfdada;
	}

#portfolio {
	background-color: #eff6fa;
	float: right;
	border: 0;
	text-align: center;
	height: 400px;
	width: 610px;
}

#portfolio td {
	text-align: center;
	font-size: 12px;
	}

#lastrow {
	padding-top: 20px;
	}
	
#footer {
	position: absolute;
	top: 580px;
	left: 10px;
	width: 800px;
	font-size: 9px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	}


#footer a {
	padding-right: 20px;
	padding-left: 20px;
	}

#back {
	display: block;
	}

#fullwidth {
	clear: both;
	width: 600px;
	}
	
#access {
	padding-top: 10px;
	}