/* CSS Document */

body {
	margin: 10px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/water_seamless.jpg) repeat;
}

#header {
	width: 900px;
	background: #003399;
	padding: 25px 0px 0px;
	height: 65px;
	margin: 0px 0px 0px 50px;
}
#header #info {
	float: right;
	color: #CCCCCC;
	font-size: small;
	margin: -55px 0px 0px;
	padding: 0px;
}
#header #info .emerg {
	border-bottom: 1px dashed #D8D8D8;
	text-align: center;
	margin-bottom: 3px;
	padding-bottom: 7px;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #EA0000;
	color: White;
	float: left;
	width: 100%;
	margin-top: 0px;
	letter-spacing: 0.05em;
	font-family: arial, helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #EA0000;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #999999;
	color: #fff;
}

#navmenu {
	height: 22px;
	width: 900px;
	margin-left: 50px;
}

h1 {
	font-size: large;

}
.namelogo {
	font: bold xx-large Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 20px;
}
.namelogo a:link, .namelogo a:visited, .namelogo a:hover, .namelogo a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	width: 860px;
	margin-left: 50px;
	padding: 20px;
	background: #FFFFFF;
}
#contentwide {
	width: 900px;
	margin-left: 50px;
	padding: 20px;
	background: #FFFFFF;
}

#content p {
	line-height: 120%;
	font-size: medium;
}
#content a:link, #content a:active, #content a:visited {
	font-weight: bold;
	color: #003399;
}
#content a:hover {
	color: #EA0000;
}

#footer {
	width: 860px;
	margin-left: 50px;
	font-size: small;
	color: #D8D8D8;
	background: #003399;
	padding: 5px 20px;
}
 img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
 }
br.clearboth {
	clear: left;
}
.buttons {
	font-size: medium;
	font-weight: bold;
	color: #003399;
	margin-left: 10px;
	margin-right: 10px;
}
.buttons a:link, .buttons a:active, .buttons a:visited {
	color: #003399;
}
.buttons a:hover {
	color: #EA0000;
}

td.portfolio_cell {
	font-size: small;
	font-weight: bold;
	color: #003399;
	background: #CFDBEB;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}
td.portfolio_cell img {
	border: 2px solid #003399;
	margin-top: 4px;
	margin-bottom: 10px;
}
.pressbox {
	background: #E1E9F2;
	padding: 20px;
	font: small "Courier New", Courier, monospace;
	color: #000000;
	text-align: left;
}
.pressbox a:link, .pressbox a:active, .pressbox a:visited {
	text-decoration: none;
	font-style: italic;
}
.pressbox a:hover {
	text-decoration: underline;
}
.pressbox .title {
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: 1px solid #000000;
}
.pressbox .from {
	font-weight: bold;
}

td.bluelines {
	border-top: 2px solid #003399;
	border-bottom: 2px solid #003399;
	margin-top: 20px;
	vertical-align: top;
	padding: 10px;
}
.smallertext {
	font-size: 80%;
}
