/* -----------------------------------------------------------------
	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;
}

.contacttitle {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#333333;
	}
	
.contacttext {
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	color:#052e7e;
	text-decoration:none;
	}

.firstsentence {
	font-weight:bold;
	color:#000033;
	}
strong {
	font-weight:bold;
	color:#000033;
}

.navborder {
	border-bottom: thin solid #375898;
}
	
/* -----------------------------------------------------------------
	LINKS
----------------------------------------------------------------- */

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

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

#nav {
	text-align: left;
	float: left;
	width: 200px;
	padding: 25px 0;
}
#nav a {
	color: #eec168;
	width: 135px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin-left: 45px;
	font-size: 11px;
	padding: 2px 0 2px 0;
}
#nav a.main {
	color: #f6f4d0;
	border-top: 1px #375898 solid;
	width: 150px;
	margin: 0 0 0 30px;
	font-size: 12px;
	padding: 9px 0 9px 0;
}
#nav a.firstmain {
	border: 0;
}
#nav a.lastsub {
	margin-bottom: 9px;
}
#nav a:hover, #nav a.main:hover{
	color: #9cf;
}
#nav a.homelink {
	color:#536c9d;
	text-transform: uppercase;
	width: 150px;
	margin: 20px 0 0 30px;
	padding: 6px 0 6px 0;
}
	
#nav a.homelink:hover {
	color:#f6f4d0;
}
	
/* -----------------------------------------------------------------
	STRUCTURE AND TYPOGRAPHY
----------------------------------------------------------------- */

#topShadow {
	background: url('../images/bg-shadowTop.gif') bottom center no-repeat;
	margin: 15px 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;
	text-align: left;
	height: 155px;
	width: 800px;
}

	#logo {
		float: left;
	}
	
	#contact {
		background: url("../images/header-cross.jpg") no-repeat right;
		width: 600px;
		height: 155px;
		float: right;	
	}
	
	#contactInfo {
		text-align: right;
		padding-top: 50px;
		padding-right: 20px;
	}

#content {
	margin: 0 auto;
	background: url("../images/bg-content.gif") center repeat-y;
	width: 800px;
}

	#middleContent {
		text-align: left;
		background-color: #fff;
		width: 370px;
		float: left;
		padding-top: 20px;
		padding-left: 20px;
	}
	
	#middleContent p {
		padding-bottom: 25px;
		color: #555;
	}
#middleContent blockquote {
	margin: 0px 0px 25px;
	font-style: italic;
	padding-left: 20px;
}
#middleContent ul {
	margin: 0px 0px 20px;
	padding: auto;
}
#middleContent li {
	margin: auto auto auto 2em;
	padding: auto auto auto 2em;
}
#middleContent table.pretty {
    border: solid 1px #000000;	
}
#middleContent table.pretty tr {
	padding: 3px;
}
#middleContent table.pretty th {
	padding: 3px;
	background-color: #D3DCE6;
}
#middleContent table.pretty td {
	padding: 3px;
	vertical-align: top;
}
#middleContent table.pretty tr.oddRow {
	background-color: #F9EECD;
}
	
#sidebar {
		background: #f9eecd;
		float: right;
		width: 170px;
		padding: 33px 0 10px 0;
		text-align: center;
/*		background: url('../images/bg_quote_top.gif') top left no-repeat; */
		border-top: 43px solid #f9eecd; 
		border-left: 10px solid #f9eecd; 
		border-right: 10px solid #f9eecd; 
	}
#quote_start {
		background: url('../images/bg_quote_top.gif') top left no-repeat;
		line-height:36px;
	}
	#quote {
		text-align: left;
		display: block;
		font-size:11px;
		font-weight:bold;
		line-height:18px;
		color:#8b773a;
		text-align: left;
		padding: 5px 14px 38px 14px;
		background: url('../images/bg_quote_bottom.gif') bottom right no-repeat;
	}
	#sidebar img{
		margin-top: 25px;
	}

#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.
----------------------------------------------------------------- */

h1 {
	font-family: Times, TimesNR, Courier, "New Courier";
	color: #133880;
	font-size: 220%;
	padding-bottom: 18px;
}

h2 {
	font-size: 140%;
	color: #052e7e;
	padding-bottom: 12px;
	line-height: 20px;
}
	
/* -----------------------------------------------------------------
	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 */
