﻿/* Global Styles */
body
{
	background-color: White;
	background-image: url('/images/struct/SEACBG.gif');
	background-repeat: repeat-x;
	background-position: 0px 227px;
	background-attachment: fixed;
}

#headerWrapper
{
	margin: 0px auto 5px auto;
	width: 954px;
}

#headerLogoArea
{
	width: 435px;
	display: table-cell;
}

#headerNavArea
{
	width: 519px;
	display: table-cell;
	vertical-align: bottom;
	padding: 0px 0px 0px 10px;
}

a.topNavLink
{
	font-family: "Arial Black";
	font-size: 13.5pt;
	color: Black;
	text-decoration: none;
}

a.topNavLink:hover
{
	color: orange;
}

#footerArea
{
	margin: 0px auto 0px auto;
	border-bottom: 5px solid black;
	border-right: 5px solid black;
	border-left: 5px solid black;
	width: 954px;
}

#footerContactInfoLeft
{
	display: table-cell;
	width: 300px;
	font-family: "Arial Black";
	font-size: 12pt;	
	padding-left: 5px;
	height: 50px;
	vertical-align: top;
}

#footerContactInfoMiddle img
{
    float: right;
    border: none;
}

#footerContactInfoMiddle
{
	display: table-cell;
	width: 354px;
	height: 50px;
	padding: 0px 10px 0px 0px;
}

#footerContactInfoRight
{
	display: table-cell;
	width: 300px;
	font-family: "Arial Black";
	font-size: 12pt;
	text-align: right;	
	padding-right: 5px;
	height: 50px;
	vertical-align: top;
}

/* end global styles */


/* home page styles */

#homepageContentWrapper
{
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	border: 5px solid black;
	width: 954px;
}

#homepageMarqueeArea
{
	border-bottom: 5px solid black;
}

#homepageSloganArea
{
	font-family: "Arial Black";
	font-size: 18pt;
	border-bottom: 5px solid black;
	text-align : right;
	background-image: url('/images/homepage/sloganbg.gif');
	height: 32px;
}

#homepageSubMarqueeArea
{
	border-bottom: 5px solid black;
}

#homepageTwitterArea
{
	width: 236px;
	display: table-cell;
	border-right: 5px solid black;
	padding: 0px 5px 0px 5px;	
}

#homepageSEACFunArea
{
	font-family: "Arial Black";
	background-color: Black;
	color: #ffffff;
	vertical-align: top;
	width: 331px;
	text-align: center;
	display: table-cell;
	border-right: 5px solid black;	
	padding: 0px 5px 0px 5px;
}

#SEACFunTextBlock
{
	text-align: left;
	margin-top: 20px;
}

#SEACFunTextBlock a
{
	color: White;
	text-decoration: none;
}

#SEACFunTextBlock a:hover
{
	color: orange;
}


#homepageInitiativesArea
{
	text-align: center;
	vertical-align: top;
	width: 387px;
	display: table-cell;
	padding: 5px 5px 5px 5px;
}

#homepageInitiativesArea img.initiatives
{
	padding: 36px 0px 0px 0px;
}

#homepageProductLogoArea
{

}



a.homepageMailLink
{
	color: Black;
	text-decoration: none;
	font-family: "Arial Black";
	font-size: 12pt;	
}

a.homepageMailLink:hover
{
	color: Orange;
}

#homepageTwitterTitle
{
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

/* end home page styles */

/* Twitter CSS */
.twitters b
{
  font-family : Arial;
  font-size: 8pt;
}

.twitters 
{
  margin-top: 5px;
  padding: 5px;
}

.twitters ul {
  list-style: none;
  padding: 0;
  
}

.twitters ul li
{
	margin-top: 10px;
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}

.twitterStatus
{
  font-family : Arial;
  font-size: 8pt;
}

.twitterTime
{
  font-family : Arial;
  font-size: 6pt;
}

/* end Twitter CSS */

/* Sub Page Styles */

#subpageContentWrapper
{
	background-image: url('/images/struct/SEACSUBBG.gif');
	background-repeat: no-repeat;
	background-position: 0px 140px;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	border: 5px solid black;
	width: 954px;
}

#subpageHeaderArea
{
	font-family: "Arial Black";
	margin-left: 15px;
}

#subpageHeaderArea h1
{
	font-size: 18pt;
}

#subpageNavArea
{
	font-family: "Arial Black";
	display: table-cell;
	width: 200px;
	padding: 10px 0px 0px 15px;
}

#subpageNavArea ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}

#subpageNavArea ul li
{
	margin: 0px 0px 0px -15px;
	font-size: 14px;
}

#subpageContentArea
{
	vertical-align: top;
	font-family: "Arial Black";
	display: table-cell;
	padding: 0px 5px 0px 0px;
	width: 754px;
}

#subpageContentArea h3
{
	
}

#subpageContentArea p
{
	font-size: 9pt;
}

.initiativesSubTitle
{
	font-family: "Arial Black";
	font-size: 16pt;
}

img.contentpicborder
{
	border: 5px solid black;
}

/* end Sub Page Styles */