h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 50px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 10px;
	display: inline;
	color: #ccc;
}

body {
background: black;
margin-top: 0px;
padding-top: 0px;
font-family: verdana, arial, geneva, sans-serif;
}

body a {
font-weight: bold;
color: black;
}

body a:visited {
color: #999;
}

#container {
background: url(../images/gradient.jpg) repeat-y;
width: 800px;
position: absolute;
left: 50%;
margin-left: -400px;
padding-top: 25px;
padding-bottom: 50px;
height: 100%;
}

#content {
width: 744px;
left: 50%;
margin-left: -372px;
position: absolute;
border: 2px #8a8a8a solid;
background: url(../images/mainbackground.gif) repeat-y;

}


/*begin suckerfish */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
/*	width: 10em; */
font-weight: bold;
font-size: 12px;
padding-top: 7px;
padding-left: 0px;
height: 38px;
text-decoration: none;
}


#nav span {
visibility: hidden;
}


#nav li { /* all list items */
	float: left;
/*	width: 80px ; /* width needed or else Opera goes nuts */  /*adjust for two columns here */
height: 20px;
margin: 0px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 140px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
margin-top: -10px;
margin-left: 3px;
text-align: center;
z-index: 3;
}


#nav li ul a { /* second-level lists */
	background: none;
	background-color: #ccc;
	border: 1px solid black;
	color: black;
	text-align: center;
	font-size: 10px;
	padding: 3px;
	height: 20px;
	margin: 0px;
	width: 140px;  /*adjust for two columns here */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	background: none;
	left: auto;
	background-color: #e6e6e6;
	color: white;
}


#nav li li a:hover .sfhover {
	display: inline;
	background: none;
	background-color: #e6e6e6;
	color: white;
}


.home a {
background: url(../images/nav/home_up.gif) no-repeat;
width: 180px;

}

.home a:hover {
	background: url(../images/nav/home_down.gif) no-repeat;
width: 180px;
}

.print a {
background: url(../images/nav/print_up.gif) no-repeat;
width: 115px;
}

.print a:hover {
	background: url(../images/nav/print_down.gif) no-repeat;
width: 115px;
}


.web a {
background: url(../images/nav/web_up.gif) no-repeat;
width: 115px;
}

.web a:hover {
	background: url(../images/nav/web_down.gif) no-repeat;
width: 115px;
}


.portfolio a {
background: url(../images/nav/portfolio_up.gif) no-repeat;
width: 144px;
}

.portfolio a:hover {
	background: url(../images/nav/portfolio_down.gif) no-repeat;
width: 144px;
}


.market a {
background: url(../images/nav/market_up.gif) no-repeat;
width: 190px;
}

.market a:hover {
	background: url(../images/nav/market_down.gif) no-repeat;
width: 190px;
}


#navigation {
position: absolute;
top: 0px;
left: 0px;

z-index: 1;
}

#flash {
margin-top: 38px;
display: inline;
float: left;
}


#mainbody {
top: 30px;
margin-left: 179px;
margin-bottom: -15px;
font-size: 12px;
padding-left: 20px;
padding-right: 10px;
padding-top: 60px;
}


#verybottom {
clear: both;
margin-top: 38px;
background: url(../images/footerbackground.gif) repeat-x;
position: relative;
bottom: 0px;
color: white;
font-size: 10px;
text-align: center;
font-weight: bold;
}

#verybottom p {
display: inline;
}


.last {
margin-left: 350px;
}

#verybottom a {
text-decoration: none;
color: white;
}

h3 {
font-size: 13px;
}

.box {
font-size: 12px;      
padding: 10px;
        }


 .none {
 list-style: none;
 margin-left: -20px;
 margin-top: -12px;
 }
 
 
 .firstbox {
position: absolute;
font-size: 12px;
        top: 110px;
        left: 200px;
        margin: 0px;
        padding: 10px;
        border: 0px;
        width: 180px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 165px;
margin-top: 20px;
        }
html>body .firstbox {
        width: 165px; /* ie5win fudge ends */
        }

#bodyflash {
position: absolute;
z-index: 1;
left: 400px;
top:  150px;
}

.secondbox {
font-size: 12px;      
padding: 10px;
        border: 0px;
        /* ie5win fudge begins */
        margin: -20px 180px 0px 200px; 
        voice-family: "\"}\"";
        voice-family:inherit;
        margin-top: 0px;
        padding-top: 40px;
padding-bottom: 40px;
        }
html>body .secondbox {
        margin-top: 20px; /* ie5win fudge ends */
        }

.thirdbox {
font-size: 12px;
position: absolute;
        top: 168px;
        right: 0px; /* Opera5.02 will show a space at right 
        when there is no scroll bar */
        margin: 0px;
        padding: 10px;
        border: 0px;
        width: 190px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 165px;
        padding-top: 40px;
        }
html>body .thirdbox {
        width: 165px; /* ie5win fudge ends */
        }

