html, body
{
	background: url(img/lightgray.jpg) #CCCCCC;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica; /* Tahoma */
	height: 100%;
	font-size: 12px;
}

h2{
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
}
p{
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	font-size: 12px;
}

sup {
line-height: 10px;
vertical-align: text-top;
}

/*sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}*/

img {
	border: 0;
}
#content_home a {
	color: white;
	text-decoration: none;
}

#content_home a:hover {
	color:  white;
	text-decoration: underline;
}


#content a {
	color: #666666;
	text-decoration: none;
}
#column a {
	color: white;
	text-decoration: none;
}
#content a:hover {
	color:  #336633;
	text-decoration: underline;
}
#column a:hover {
	color: white;
	text-decoration: underline;
}


#content a.portfolio {

}
#content a.portfolio:hover {

}


table {
	font-size: 12px;
}
table.performance {
	font-size: 11px;
}
#content table.performance td {
	padding-right: 5px;
}
#content table.performance td.nopad {
	padding-right: 0;
}

th {
	text-align: left;
}
#center_home {
	margin: 0px auto;
	width: 760px;
	background: url(img/gray.jpg) #666666;
	/*height: 100%;*/
	min-height:500px;
	height:auto !important;
	height:500px;
	margin-bottom: 20px;
}



#center {
	margin: 0px auto;
	width: 760px;
	/*background: url(img/bg_2col.gif);*/
	/*height: 100%;
	min-height:500px;
	height:auto !important;
	height:500px;*/
	margin-bottom: 20px;
}

#header
{
	width: 760px;
	background: url(img/lightgray.jpg) #A5A5A5;
}

#subheader
{
	width: 740px; /* 760 - padding */
	padding: 10px;
	background: url(img/gray.jpg) #666666;
}

#navigation {
	width: 740px;
	height: 30px;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	margin-left: 0px; /* ADJUST THIS TO CENTER THE NAVIGATION TABS WHEN ALTERING THE LABLES */
}

#navigation ul li {
	float: left;
	margin-right: 7px;
}
#navigation ul li.end {
	margin-right: 0;
}

#navigation ul li a {
	width: 74px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	background: url(img/gray.jpg) #666666;
	color: white;
	display: block;
	border: 1px solid white;
	text-decoration: none;
	font-size: 11px;
}

#navigation ul li a:hover {
	background: url(img/green.jpg) #336633;
}

#navigation ul li a.selected {
	background: url(img/green.jpg) #336633;
}
#flash_home {
	width: 740px;
	height: 150px;
	margin-bottom: 10px;
}
#flash_home ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#flash_home li {
	width: 240px;
	height: 150px;
	float: left;
	margin-right: 10px;
}
#flash_home li.end {
	margin-right: 0;
}

#flash_home  li.full {
	width: 740px;
	margin: 0;

}
#flash {
	width: 740px;
	height: 69px;
	margin-bottom: 12px;
}
#flash ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#flash li {
	width: 109px;
	height: 69px;
	float: right;
	margin-left: 5px;
}
#flash li.end {
	margin-left: 0;
}

#flash li.full{
	width: 337px;
}




#content_home {
	float: left;
	width: 740px;
	padding: 0 10px;
	background: url(img/gray.jpg) #666666;
	color: white;
	padding-bottom: 50px;
}

#content_home #latest_news {
	width: 220px;
	border-bottom: 1px solid white;
	margin-left: 4px;
	float: left;
}
#content_home #intro {
	width: 440px;
	border-bottom: 1px solid white;
	margin-left: 25px;
	float: left;
}
#content {
	float: left;
	width: 760px;
	padding: 0;
	background: url(img/bg_2col.gif);
	min-height:300px;
	height:auto !important;
	height:300px;
}
#content #column {
	width: 258px;
	float: left;
	color: white;
}
#content #text {
	width: 445px; /* 502 - 57 */
	float: left;
	color: #666666;
	padding-left: 9px;
	padding-right: 48px;
	padding-top: 9px;
}

#content #port_text {
	width: 320px; /* 329 - 9 */
	float: left;
	color: #666666;
	padding-left: 9px;
	padding-top: 9px;
}

#content #port_contact {
	width: 115px; /* 173 - 58 */
	float: left;
	color: #666666;
	padding-left: 11px;
	padding-right: 47px;
	padding-top: 9px;
	overflow: hidden;
}
#content #port_contact p {
	font-size: 12px;
}

#column .quote {
	width: 238px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 12px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
/*
#column .quote p {
	padding-left: 10px;
	padding-right: 5px;
	font-size: 14px;
	line-height: 1.5em;
}

#column .quote .quote_open{
	width: 28px;
	height: 22px;
	background: url(img/quote_open.gif);
	margin: 10px auto 10px auto;
}
#column .quote .quote_close{
	width: 28px;
	height: 22px;
	background: url(img/quote_close.gif);
	margin: 10px auto 10px auto;
}
*/
#column .links {
	padding-top: 10px;
	width: 243px;
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
}

#column .links p{
	margin-bottom: 12px;
}

#column .links .back{
	font-size: 11px;
	padding-top: 5px;
}


#column .flash{
	width: 238px;
	height: 156px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#footer_home{
	width: 740px;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	color: white;
	clear: left;
}
#footer{
	width: 750px;
	float: left;
	font-size: 10px;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 10px;
	color: #666666;
	background: url(img/bg_2col.gif);
}
