/* ------------ Site ------------- */
html, body, h1, h2, h3, h4, h5, h6, p, table, tr, th, td, form, fieldset, select, input, textarea, dl, dt, dd, ul, ol, li, address, blockquote, pre, code {
margin:0;
padding:0;
}
body {
	font-family:Arial,sans-serif;
	background-color: #005996;
	background-image: url(../bg-images/background.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: .9 em;
	color:#666;
}
a {
color:#999999;
text-decoration:none;
font-size: .9 em;
}

/* ------------ Wrapper ------------- */
#wrapper {
	width: 1000px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #005996;
}

/* ------------ Banner ------------- */
#banner {
	background-image: url(../bg-images/banner.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 125px;
	width: 1000px;
}

/* --------- Top Navigation --------- */
#top-navigation {
	clear: both;
	float: left;
	height: 40px;
	width: 800px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 100px;
	margin-left: 100px;
}
img.navigation-box {
	border: 1px solid #fff;
	margin: 0 2px 0 2px;
}

/* ------------ Flash ------------- */
#flash-show {
	clear: left;
	float: left;
	height: 175px;
	width: 1000px;
	text-align: center;
}

/* ------------ Content ------------- */
#content {
	width: 784px;
	clear: both;
	margin-right: 100px;
	margin-left: 100px;
	border: 8px solid #1978B7;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 20px;
}
#content h2 {
	color: #F15842;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 1.4em;
}
#content table {
	margin-left: auto;
	margin-top: 15px;
	margin-right: auto;
}
#content h3 {
	color: #666;
	font-size: 1.3em;
	margin-top: 25px;
	text-align: center;
	margin-bottom: 10px;
}
#content p {
	color: #666;
	text-align:left;
	font-weight: normal;
	font-size: .9em;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
#content ul {
	color: #666;
	text-align:left;
	font-weight: normal;
	font-size: 0.9em;
	padding-left: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
}#content td {
	color: #666;
	text-align:left;
	font-weight: normal;
	font-size: 0.9em;
}#wrapper #content h3 .gray {
	color: #999;
}
#wrapper #content h3 .white {
	color: #FFF;
}
#wrapper #content h3 .red {
	color: #F15842;
}
#wrapper #content h3 .blue {
	color: #005996;
}
.red {
	color: #F15842;
}
#watermark {
	background-image: url(../bg-images/shore-logo-wm.png);
	background-repeat: repeat;
}
p .highlight {
	color: #005996;
}

/* ------------ Links ------------- */

a:link {
	text-decoration:underline;
	color: #F15842;
}
a:visited {
	text-decoration:underline;
	color: #F15842;
}
a:hover {
	text-decoration:none;
	color: #005996;
}
a:active {
	text-decoration:none;
	color: #F15842;
}

/* ------------ Footer ------------- */
#footer {
	text-align: center;
	height: 45px;
	width: 1000px;
	clear: both;
	float: left;
	margin-top: 10px;
	line-height: 1.5em;
}

#footer p .copyright  {
	font-weight: normal;
	color: #CCC;
	font-size: .7em;
}

#footer p .powered-by {
	font-size: 0.6em;
	color: #CCC;
}
#footer p .powered-by a:link {
	text-decoration:underline;
	color: #F15842;
}
#footer p .powered-by a:visited {
	text-decoration:underline;
	color: #F15842;
}
#footer p .powered-by a:hover {
	text-decoration:none;
	color: #999;
}
#footer p .powered-by a:active {
	text-decoration:none;
	color: #F15842;
}


/* ------------ Subsidiaries ------------- */
#content table a:link {
	text-decoration:underline;
	color: #666;
}
#content table a:visited {
	text-decoration:underline;
	color: #666;
}
#content table a:hover {
	text-decoration:none;
	color: #005996;
}
#content table a:active {
	text-decoration:none;
	color: #F15842;
}

/* ------------ Additions ------------- */
