/* Stronghold colors

Blue: color: #0C2173;
Light Gray:  #666;
Gray:  color: #333;
Yellow:  color: #EDEACC;
*/

BODY
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px auto;
	font-size: 12px;
	background-color: #000;
}

H1
{
	color: #0C2173;
	font-size: 20px;
}

H2
{
	font-size: 14px;
	color: #666;
}

#homepage H2
{
	margin-left: 250px;
	color: #666;
	font-size: 18px;
	border-bottom: 3px solid #333;
}

LI { padding-bottom: 5px; }

#wrapper
{
	width: 800px;
	background-color: #fff;
	margin: 0px auto;
}

#topbar
{
	/*background-color: #CFD3E3;*/
	width: 760px;
	background-image: url(../images/bridge.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	margin: 0 auto;
	height: 197px;
}

#topbar IMG { padding-top: 60px; padding-left: 40px; }

*+html #topbar {height: 207px;}
*html #topbar {height: 207px;}

#nav
{
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 37px;
	width: 760px;
	margin: 0px auto;
}

#nav UL
{
	list-style-type: none;
	margin-left: -37px;
}

#nav LI
{
	float: left;
	padding: 12px 23px 12px 23px;
	border-right: 1px solid #fff;
}

*+html #nav LI {padding: 12px 26px 12px 26px;}
*html #nav LI {padding: 12px 26px 12px 26px;}

#nav A
{
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#nav A:hover
{
	color: #EDEACC;
	text-decoration: none;
}

/* SUBMENU STYLES */
#dropmenudiv
{
	position: absolute;
	border: 1px solid #0C2173;
	border-bottom-width: 0;
	font-size: 11px;
	line-height: 20px;
	z-index: 100;
	margin-top: 11px;
	margin-left: -26px;
}

*+html #dropmenudiv {margin-top: 9px;}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #0C2173;
	padding: 1px 0;
	text-decoration: none;
	/*font-family: Verdana;*/
	color: #0C2173;
	/*font-weight: bold;*/
}

#dropmenudiv a:hover
{
	/*hover background color*/
	background-color: #0C2173;
	color: #FFF;
}

/* CONTENT BOX */
#leftcol
{
	width: 210px;
	margin-left: 0px;
	float: left;
	padding: 0 10px;
	margin-right: 20px;
	/*line-height: 115%;*/
}

#homepage #leftcol { background-color: #EDEACC; }
#leftsublinks { margin: 0px auto auto -10px; }

#leftsublinks H1
{
	color: #fff;
	background-color: #0C2173;
	border-bottom: 1px solid #0C2173;
	font-size: 14px;
	padding: 10px;
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
	letter-spacing: 1px;
}

#leftsublinks A
{
	background-color: #EDEACC;
	display: block;
	color: #036;
	text-decoration: none;
	padding: 5px 15px;
	font-weight: bold;
	border-bottom: 1px solid #0C2173;
}

#leftsublinks A:hover
{
	color: #fff;
	/*text-decoration: underline;*/
	background-color: #0C2173;
}

#leftsublinks:first-child A:hover
{color: #333;}

#middlecol
{
	padding: 10px 30px;
	background-color: #fff;
	/*line-height: 120%;*/
	margin: 0 auto;
	width: 740px;
	line-height: 150%;
}

#middlecol_sub
{
	background-color: #fff;
	width: 60%;
	position: relative;
	margin-left: 235px;
	padding: 30px;
}

#port_table TD
{
	border: 1px solid #0C2173;
	text-align: center;
}

#footertop
{
	background-color: #D9972D;
	clear: both;
	padding: 0 10px;
	font-size: 11px;
	width: 780px;
	color: #fff;
	border-top: 4px solid #0C2173;
}

#homepage #footertop { height: 220px; }

#footertop H1
{
	float: right;
	font-family: Arial, sans-serif;
	font-size: 16px;
	background-color: #F2DBB7;
	color: #0C2173;
	width: 190px;
	text-align: center;
	padding: 8px;
	position: relative;
	top: -10px;
	right: -10px;
	bottom: -10px;
}

.fourcol
{
	width: 220px;
	float: left;
	margin: 0px 10px;
	line-height: 150%;
}

#homepage .fourcol H2
{
	font-family: Arial, sans-serif;
	color: #0C2173;
	font-size: 13px;
	border: 0;
	margin-left: 0;
}

.fourcol A { color: #303; }

.readmore
{
	float: right;
	background-image: url(../images/quotebubble.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
}

#tagline
{
	color: #EDEACC;
	font-style: italic;
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 172px;
	font-size: 20px;
	padding-right: 20px;
}

*+html #tagline {margin-top: 10px;}
*html #tagline {margin-top: 10px;}

#footerbottom A
{
	color: #EDEACC;
	text-transform: lowercase;
	text-decoration: none;
	margin-right: 18px;
}

#footerbottom A:hover { color: #fff; }

#footerbottom
{
	background-color: #0C2173;
	clear: both;
	padding: 10px;
	font-size: 11px;
	width: 780px;
	color: #fff;
	height: 15px;
	margin: 0 auto;
}
