body { 
	font-size: 62.5%;
	font-family: Verdana, Sans-serif;
	color: #abb1b6;
	background-image: url(images/backline.jpg);
	background-repeat: repeat-x;
	background-color: #141A1F;
}

a:link {
	color: #46AFB9;
	text-decoration: none;
}
a:visited {
	color: #46AFB9;
	text-decoration: none;
}
a:hover {
	color: #86E2EA;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 2.0em;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	color: #f1f8ff;
	}
	
h2 {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-weight:normal;
	color: #d7e1ed;
	}

h3 {
	font-size: 1em;
	line-height: 1em;
	padding-top: 10px;
	font-weight: normal;
	color: #C3E2EA;
	}	

#page-container {
	width: 960px;
	margin: auto;
	margin-top: 10px;
	background-color: #141A1F;
}

/*SUCKERFISH DROPDOWNS*/

#main-nav {
	margin: 0;
	height: 188px;
	background-color:#141a1f;
	background-image:url(images/nav-backer.gif);
	background-repeat:no-repeat;
	margin-bottom: 30px;
	}

#sucker-bar {
	padding-top: 102px;
	margin-left:35px;
	margin-right: 35px;
	display: block;
	position: absolute;
	
	}

	
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:5;
	position: relative;
		}
	
/*Top level link, while sub menu hovered*/
#nav li:hover, #nav li.sfhover {
	background-color: #384047;
	}
	
	
	
#nav a {
	font-size:11px;
	color:#dedede;
	padding: 15px;
	padding-top: 12px;
	padding-bottom: 16px;
	display: block;
	
	}
	
#nav a:hover {
	text-decoration: none;
	color: #dedede;
	background-color: #384047;

}
	
#nav li {
background-color:#1d242a;
	float: left;
	width: auto;
	}

#nav li ul {
	padding: 0;
	margin:0;
	position: absolute;
	left: -999em;
	width: 14em;
	}
	

#nav li ul a {
	font-size: 10px;
	color: #dedede;
	background-color:#384047;
	padding-top: 9px;
	padding-bottom: 12px;
	padding-left: 15px;
	width: 14em;
	border-top: 1px solid #2c3237;
	}

#nav li ul a:hover {
	color: #141a1f;
	background-color:#ededed;
	
}



#nav li: hover ul {
	left: auto;
	
	
}

#nav ul: hover li {
	left: auto;
		
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
		}

.top-button {
	background: url(images/bevel.gif) right center no-repeat;
}



/*SUCKERFISH ENDS*/

#side-nav {
	width: 320px;
	margin-left: 35px;
	float: left;
	font-size: 1.0em;
	line-height: 1.4em;
	padding-bottom: 10px;
	padding-top: 0px;
	display:inline;
	margin-bottom: 200px;
	}
	
#side-img {
	text-align:center;
	background-color: #1d242a;
	padding-bottom: 5px;
	margin-bottom:30px;
	padding-top: 5px;
	margin-top:0px;
	}


#content {
	width: 450px;
	margin-right: 70px;
	float: right;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 220px;
	display:inline;
	}
	
#in-text-flashbox {
	width: 450px;
	margin-top: 30px;
	margin-bottom: 10px;

}

#footer {
	border-top: solid;
	border-width: 1px;
	border-color: #283338;
	clear: both;
	height: 210px;
	}
	
#footer-links {
	width: 750px;
	position: absolute;
	margin-top: 30px;
	margin-left: 35px;
	color: #76838A;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.6em;
	}

#footer-links a {
	color: #76838A;
	text-decoration: none;
	}

#footer-links a:hover {
	color: #86E2EA;
	}

#rss {
	position: absolute;
	margin-top: 40px;
	margin-left: 904px;
	}
	
#access {
	position: absolute;
	margin-top: 40px;
	margin-left: 870px;
	}
	
p.intro {
	font-family:Arial, Helvetica, sans-serif;
	color: #d7e1ed;
	font-weight:normal;
	font-size: 1.6em;
	line-height: 1.3em;
}
	
p.small-txt {
	font-size: 0.9em;
	line-height: 1.5em;
}

p.caption {
	font-family: Georgia, Serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #abb1b6;
	padding-right: 7px;
	padding-left:7px;
	
}

p.side-caption {
	text-align: left;
	font-family: Verdana, Sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #abb1b6;
	margin-top:0px;
	margin-bottom:10px;
	margin-right: 14px;
	margin-left:10px;
	
}


p.sidebar-title {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight:400;
	color: #C3E2EA;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 14px;
	}
	


p.sideart {
	text-align: left;
	font-family: Verdana, Sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #abb1b6;
	padding-left: 0.5em;
}

li.sideart {
	text-align: left;
	font-family: Verdana, Sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #abb1b6;
	}
	
#navlist {
	padding-left: 0;
	margin-left: 0;
	padding-top: 3px;
	border-bottom: 1px dashed #283338;
	width: 400px;
	}

#navlist li {
	list-style: none;
	margin: 0;
	border-top: 1px dashed #283338;
		}
	
#navlist a {
	display: block;
	padding: 0.75em;
	padding-bottom: 1.3em;
	}
	
#navlist a:hover {
	text-decoration: none;
	background-color: #1D242A;
	}
	
#statlist {
	padding-left: 0;
	margin-left: 0;
	padding-top: 3px;
	border-bottom: 1px dashed #283338;
	width: 400px;
	}
	
#statlist li {
	list-style: none;
	margin: 0;
	border-top: 1px dashed #283338;
	padding-top: 0.75em;
	padding-bottom: 1.3em;
	}
	
#statlist h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-top: 0px;
	}
	
#bulletlist {
	margin: 0;
	margin-top: 2em;
	padding-left: 15px;	
	padding-bottom: 0.7em;}

#bulletlist li {
	padding-bottom: 0.75em;
	}
	
#sub-bulletlist {
	margin-top: 0.3em;
	padding-left: 15px;	
	padding-bottom: 0.7em;}
	
.sidenavtitle {
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	padding-left: 0.5em;
	color: #BBD5DC;
	
}
	
#sidenavlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px dashed #283338;
	width: 320px;
	}

#sidenavlist li {
	list-style: none;
	margin: 0;
	border-top: 1px dashed #283338;
		}
	
#sidenavlist a {
	display: block;
	padding: 0.5em;
	padding-bottom: 0.9em;
	color: #abb1b6;
	}
	
#sidenavlist a:hover {
	text-decoration: none;
	background-color: #1D242A;
	color: #bbd5dc;
	}
	
	
#news-img {
	border-bottom: 1px dashed #283338;
	padding-bottom: 10px;
	margin-bottom:30px;
	}
	
#news-img-instory {
	width: 450px;
	text-align:center;
	background-color: #1d242a;
	padding-bottom: 5px;
	margin-bottom:30px;
	padding-top: 5px;
	margin-top:30px;
	}
	
#news-img-instory-port {
	width: 300px;
	text-align:center;
	background-color: #1d242a;
	padding-bottom: 5px;
	margin-bottom:30px;
	padding-top: 5px;
	margin-top:30px;
	}

#news-img-instory-wide {
	width: 440px;
	text-align:center;
	background-color: #1d242a;
	padding-bottom: 5px;
	margin-bottom:30px;
	padding-top: 5px;
	margin-top:30px;
	}
	
#quote-box {
	margin-bottom:40px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:0px;
	margin-top:40px;
	border-left: 4px solid #283338;
	}
	

	
blockquote {
	color: #B4BDC5;
	font-family: Georgia, serif;
	font-style: normal;
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0px;
	margin: 0px;
	text-indent:-0.5em;
}


.highlight {
	color: #9fc0d2;
	font-weight: normal;
	
	}
	
.link-sub {
	color: #9fc0d2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	}
	
.quote-sub {
	color: #9fc0d2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	}
	
.ev-quote {
	color: #B4BDC5;
	font-family: Georgia, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
	
.news-date {
	color: #abb1b6;
	font-size: 0.9em;
	border-top: 1px dashed #283338;
	border-bottom: 1px dashed #283338;
	padding-top:7px;
	padding-bottom:11px;
	margin-bottom:0px;
		}

#ev-container {
	width: 450px;
	height: auto;
	padding-top:10px;
	margin-top: 20px;
}

.ev-item {
	width: 450px;
	margin-bottom: 7px;
	height: 165px;
	border-top: 1px dashed #283338;
	}
	
.ev-item-s2 {
	width: 450px;
	margin-bottom: 7px;
	height: 270px;
	border-top: 1px dashed #283338;
	}

.ev-image {
	width: 90px;
	height: 90px;
	margin-top: 10px;
	margin-left: 0px;
	position: absolute;
}

.ev-title {
	width: 340px;
	margin-top: 10px;
	margin-left: 100px;
	position: absolute;
}

.ev-title h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-top: 0px;
	font-weight: normal;
	padding-bottom: 4px;
}

.ev-title a {
	color: #bbd5dc;
}

.ev-text {
	font-size: 0.9em;
	line-height: 1.4em;
	width: 340px;
	margin-top: 80px;
	margin-left: 100px;
	position: absolute;
	}

.ev-text .highlight {
	font-weight:bold;
}

#lt-container {
	width: 450px;
	height: auto;
	padding-top:10px;
	margin-top: 20px;
}

.lt-item {
	width: 450px;
	margin-bottom: 7px;
	height: 120px;
	border-top: 1px dashed #283338;
	}

.lt-image {
	width: 90px;
	height: 90px;
	margin-top: 10px;
	margin-left: 0px;
	position: absolute;
}

.lt-title {
	width: 340px;
	margin-top: 10px;
	margin-left: 100px;
	position: absolute;
}

.lt-title h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-top: 0px;
	font-weight: normal;
	padding-bottom: 4px;
}

.lt-text {
	font-size: 0.9em;
	line-height: 1.4em;
	width: 340px;
	margin-top: 70px;
	margin-left: 100px;
	position: absolute;

}

.lt-text .highlight {
	font-weight:bold;
}


#nw-container {
	width: 450px;
	height: auto;
	padding-top:10px;
	margin-top: 20px;
}

.nw-item {
	width: 450px;
	margin-bottom: 7px;
	height: 140px;
	border-top: 1px dashed #283338;
	}

.nw-image {
	width: 90px;
	height: 90px;
	margin-top: 10px;
	margin-left: 0px;
	position: absolute;
}

.nw-title {
	width: 340px;
	margin-top: 10px;
	margin-left: 100px;
	position: absolute;
}

.nw-title a {
	color: #bbd5dc;
}



.nw-title h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-top: 0px;
	padding-bottom: 4px;
	font-weight: normal;
}

.nw-text {
	font-size: 0.9em;
	line-height: 1.4em;
	width: 340px;
	margin-top: 70px;
	margin-left: 100px;
	position: absolute;
	color: #abb1b6;

}

.nw-text .highlight {
	font-weight:bold;
}

#shrt-container {
	width: 450px;
	height: auto;
	padding-top:10px;
	margin-top: 20px;
}

.shrt-item {
	width: 450px;
	margin-bottom: 7px;
	height: 120px;
	border-top: 1px dashed #283338;
	}

.shrt-image {
	width: 90px;
	height: 90px;
	margin-top: 10px;
	margin-left: 0px;
	position: absolute;
}

.shrt-title {
	width: 340px;
	margin-top: 10px;
	margin-left: 100px;
	position: absolute;
}

.shrt-title a {
	color: #bbd5dc;
}

.shrt-title h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-top: 0px;
	font-weight: normal;
	padding-bottom: 4px;
}

.shrt-text {
	font-size: 0.9em;
	line-height: 1.4em;
	width: 340px;
	margin-top: 55px;
	margin-left: 100px;
	position: absolute;
	}




#co-container {
	width: 450px;
	height: auto;
	padding-top:10px;
	margin-top: 20px;
}

.co-item {
	width: 450px;
	margin-bottom: 7px;
	height: 120px;
	border-top: 1px dashed #29363F;
	}

.co-image {
	width: 90px;
	height: 90px;
	margin-top: 10px;
	margin-left: 0px;
	position: absolute;
}

.co-title {
	width: 340px;
	margin-top: 10px;
	margin-left: 100px;
	position: absolute;
}

.co-title a {
	color: #bbd5dc;
}



.co-title h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-top: 0px;
	padding-bottom: 4px;
	font-weight: normal;
}

.co-text {
	font-size: 0.9em;
	line-height: 1.4em;
	width: 340px;
	margin-top: 50px;
	margin-left: 100px;
	position: absolute;
	color: #abb1b6;

}

.co-text .highlight {
	font-weight:bold;
}

#shrt-container {
	width: 450px;
	height: auto;
	padding-top:10px;
	margin-top: 20px;
}

.shrt-item {
	width: 450px;
	margin-bottom: 7px;
	height: 110px;
	border-top: 1px dashed #29363F;
	}

.shrt-image {
	width: 90px;
	height: 90px;
	margin-top: 10px;
	margin-left: 0px;
	position: absolute;
}

.shrt-title {
	width: 340px;
	margin-top: 10px;
	margin-left: 100px;
	position: absolute;
}

.shrt-title a {
	color: #C3E2EA;
}



.shrt-title h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-top: 0px;
	padding-bottom: 4px;
	font-weight: normal;
}

.shrt-text {
	font-size: 0.9em;
	line-height: 1.4em;
	width: 340px;
	margin-top: 35px;
	margin-left: 100px;
	position: absolute;
	color: #abb1b6;

}

.shrt-text .highlight {
	font-weight:bold;
}

#small-container {
	width: 450px;
	height: auto;
	padding-top:10px;
	margin-top: 20px;
}

.small-item {
	width: 450px;
	margin-bottom: 7px;
	height: 65px;
	border-top: 1px dashed #29363F;
	}


.small-title {
	width: 390px;
	margin-top: 10px;
	position: absolute;
	color:#C3E2EA;
}

.small-title a {
	color: #bbd5dc;
}



.small-title h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 4px;
	font-weight: normal;
}

.small-text {
	font-size: 0.9em;
	line-height: 1.4em;
	width: 390px;
	margin-top: 30px;
	position: absolute;
	color: #abb1b6;

}

.small-text .highlight {
	font-weight:bold;
}

/*keeps Firefox from adding an outline to Flash items*/	
object { 
outline:none
}

.ibi {
text-decoration:underline;
}
