/* -----------------------------------------------------------------
	GENERAL
----------------------------------------------------------------- */
* { margin: 0; padding: 0; outline: none; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	background-color:#d7ccab;
}

p {
	padding: .4em 0;
}
	
/* -----------------------------------------------------------------
	LINKS
----------------------------------------------------------------- */

a {
	color:#000033;
	}
	
a:hover {
	color:#99ccff;
	}
	
#copyright a:hover {
	color:#052e7e;
	}
	
.morelink {
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	color: #153c85;
	text-decoration: none;
	}

/* -----------------------------------------------------------------
	MAIN NAVIGATION
----------------------------------------------------------------- */

#nav {
	text-align: left;
	float: left;
	width: 239px;
	padding: 25px 0;
}

#nav ul {
	margin-left: 29px;
	list-style: none;
	line-height: 30px;
	
}

#nav li {
	color: #f6f4d0;
	border-bottom: 1px #375898 solid;
	width: 180px;
}

#nav li.last { border-bottom: 0; }

#nav li a {
	background: url('../images/bullet.gif') 0 50% no-repeat;
	font-weight: bold;
	color: #f6f4d0;
	text-decoration: none;
	height: 30px;
	padding-left: 8px;
	width: 172px;
	display: block;
}
	
#nav li a:hover { color:#99ccff; }

/* -----------------------------------------------------------------
	STRUCTURE AND TYPOGRAPHY
----------------------------------------------------------------- */

#topShadow {
	background: url('../images/bg-shadowTop.gif') bottom center no-repeat;
	margin: 45px auto 0 auto;
	width: 818px;
	height: 9px;
	}

#wrap {
	background: url('../images/bg-shadow.gif') center repeat-y;
	padding: 0 9px 0 9px;
	width: 818px;
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	background-color: #fbfae9;
	text-align: left;
	font-size: 90%;
	height: 155px;
	width: 800px;
}

	#logo {
		float: left;
	}

	#about {
		text-align: left;
		color: #3d5fa3;
		float: left;
		padding-top: 20px;
		padding-left: 25px;
		padding-right: 5px;
		width: 265px;
		height: 135px;
	}
	
	#articles {
		background: url('../images/bg-vertical.gif') 18px 25px no-repeat;
		float: left;
		text-align: center;
		color: #3d5fa3;
		width: 195px;
		height: 145px;
		padding-left: 40px;
		padding-right: 30px;
		padding-top: 10px;
	}


#slideshow {
	margin: 0 auto;
	background-color: #dedbb6;
	float: none;
	clear: both;
	width: 800px;
	height: 120px;
	text-align: center;
}
	
#alertbar {
	margin: 0 auto;
	background-color: #00ff00;
	width: 800px;
	text-align: center;
	height: 45px;
}

#alertbar p {
	vertical-align: middle;
}

#content {
	margin: 0 auto;
	background-color: #052e7e;
	width: 800px;
}

#MainContent {
	float: right;
	background: url('../images/cross.jpg');
	height: 279px;
	width: 561px;
}
	
#MainContent a {
	color: #fff;
	float: right;
}
	
#copyright {
	background: url('../images/bg-shadowBottom.gif') top center no-repeat;
	margin: 0 auto;
	width: 818px;
	padding: 25px 9px 0 9px;
	text-align: center;
	font-size:11px;
	color:#000033;
	text-decoration:none;
	clear: both;
	}
	
/* -----------------------------------------------------------------
	HEADINGS, etc.
----------------------------------------------------------------- */

h3 {
	font-size: 110%;
	color: #052e7e;
	padding-top: 15px;
}
	
/* -----------------------------------------------------------------
	CLEARFIX
----------------------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* End hide from IE-mac */

