/* Body
----------------------------------------------- */
body{
	margin:0;
	background: url("../imgs/homepage/bg_header.gif") top left repeat;
	font-family: Arial, Helvetica, sans-serif;
}

/* Structure
----------------------------------------------- */
table,
td,
img{
	margin:0;
	padding:0;
	border:0;
}

table{
	width:100%;
}

td{
	vertical-align:top;
}

/* Header
----------------------------------------------- */
#header{
	height:77px;
}

#home{
	position:absolute;
	top:0;
	left:0;
}

#date{
	background: url("../imgs/homepage/header_date_bullet.gif") left center no-repeat;
	position:absolute;
	top:10px;
	left:590px;
	font-weight:bold;
	font-size: 10px;
	color:#999;
	margin:0;
	padding-left:11px;
}

#nav{
	height:32px;
	padding-left:23px;
}

#blue{
	width:745px;
	height:15px;
	text-align:right;
}

#bluetwo{
	height:15px;
	background:url("../imgs/bg_blue.gif") top left repeat-x;
}

/* Content
----------------------------------------------- */
.overflow{
	background-color:#fff;
}

#sidenav{
	width:213px;
	border-right:solid 1px #c3cfd6;
	background-color:#fff;
}

#content{
	width:479px;
	background-color:#fff;
	padding:27px 0 0 30px;
	vertical-align:top;
}

#content p{
	font-size:11px;
	line-height:1.4em;
	padding-right:48px;
}

#content ul{
	margin:0;
	padding-left:14px;
}

#content li{
	font-size: 11px;
}

#curve{
	border-right:solid 1px #fff;
	width:213px;
}

h1{
	margin:0;
}

#content h1.news{
	margin-bottom: 2px;
	color: #5D87A1;
	font-size: 12px;
}

#content div.port{
	clear:both;
	border:solid 1px #fff;
	position:relative;
	height:134px;
}

#content div.port img{
	float:left;
	width:155px;
	height:102px;
	margin:32px 0 0 0;
	padding:0;
	border:solid 1px #000;
}

#content div.port p{
	margin:29px 0 0 177px;
	padding:0;
	width: 258px;
}

#content div.port a:link,
#content div.port a:active,
#content div.port a:visited{
	font-weight: bold;
	font-size: 10px;
	color:#000;
	text-decoration:underline;
}

#content div.port a:hover{
	text-decoration:none;
}

#content div.port p.view{
	margin:0 0 0 177px;
	position:absolute;
	bottom:-1px;
	left:0;
}

.home{
	font-weight: bold;
	font-size: 12px;
}

.hr{
	clear:both;
}

#content a:link,
#content a:visited,
#content a:active{
	color:#5d87a1;
	text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}

h2{
	margin:1.8em 0 .1em -.9em;
}

.addr{
	font-size: 11px;
	font-style:italic;
}

form{
	font-size: 11px;
	margin-bottom:28px;
}

input,select,textarea{
	font-size: 11px;
	margin-top:6px;
}

input{
	padding:1px 1px 1px 5px;
}

.asterisk{
	background: url("../imgs/required.gif") 0 2px no-repeat;
	padding-left:14px;
	margin-top:5px;
}

#checkbox input{
	margin:10px 6px -1px 0;
}

#submit{
	border:solid 1px #000;
	color:#fff;
	width:63px;
	background-color:#436275;
	font-style:bold;
	letter-spacing:1px;
	margin-top:28px;
}

#address p{
	float:left;
	line-height:1.4em;
	margin:0 0 18px 0;
	padding:0;
	width:200px;
}

.ar{
	font-weight:bold;
	color:#5D86A2;
}

#anomaly{
	background:url("../imgs/bg_test2.gif") top left repeat-y;
}



/* Footer
----------------------------------------------- */
.bordertop{
	border-top:solid 1px #C3CFD6;
}

.credit{
	text-align:right;
}

.bordertop p{
	font:8px verdana, sans-serif;
	color:#333;
	margin-top:10px;
}

.bordertop .privacy{
	padding-left:20px;
}

.bordertop a:link,
.bordertop a:visited,
.bordertop a:active,
.bordertop a:hover{
	text-decoration:none;
	color:#333;
}



/* Admin
----------------------------------------------- */
#imgs{
	padding:0;
	margin:0;
	width:80%;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	font-size: 8.5pt;
}

#imgs th{
	font-weight:bold;
	text-align:center;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	background-color:#c6d5de;
	padding:4px;
}

#imgs td{
	padding:4px;
	text-align:center;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}