@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
body {
	line-height: 1;
	background: url(images/body_bg.jpg) top repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer {
	clear: both;
}

/***********************************
			MAIN
***********************************/

#wrap {
	width: 960px;
	margin: 0 auto;	
}

#top {
	height: 80px;
	position: relative;
}

	#logo {
		width: 320px;
		height: 350px;
		position: absolute;
		top: 0;
		left: 0;
		background: url(images/logo.jpg) top no-repeat;
	}
	
	#logo a {
		height: 180px;
		width: 320px;
		font: bold 34px/50px Arial, Helvetica, sans-serif;
		text-align: center;
		display: block;
		text-decoration: none;
		color: #376398;
	}
	
	#nav {
		width: 640px;
		margin-left: 320px;
		height: 80px;
	}
	
	#nav li {
		float: left;
		text-transform: uppercase;
	}
	
	#nav li a, #nav li a:visited {
		display: block;
		font: bold 14px/80px Arial, Helvetica, sans-serif;
		color: #8ac53e;
		text-decoration: none;
		padding: 0 25px;
		background: url(images/arrow.png) no-repeat center 0;
	}
	
	#nav li a:hover {
		color: #2d5584;
		background: url(images/arrow.png) no-repeat center -80px;
	}
	
#banner {
	height: 370px;
	width: 960px;
	position: relative;
    background: url(images/banner_bg.jpg) top right no-repeat;
}

    #quote {
        font: 36px/56px "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #fff;
		position: absolute;
		top: 20px;
		right: 20px;
        text-align: left;
		width: 600px;
		height: 230px;
    }

	#headline {
		height: 100px;
		width: 960px;
		position: absolute;
		top: 270px;
		left: 0;
	}
	
	#headline h1 {
		font: bold 36px/100px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color: #376398;
		text-indent: 20px;
	}

#content {
	padding-top: 20px;
}

#left_col {
	width: 600px;
	margin: 0 20px;
	float: left;
}

#left_col h2 {
	font: bold 16px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #8ac53e;
}

#left_col p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 0 20px;
}

#left_col ul {
	width: 280px;
	float: left;
	margin-bottom: 20px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	padding-left: 20px;
}

#left_col li {
	list-style: disc;
}

#right_col {
	width: 300px;
	margin-right: 20px;
	float: right;
}

#right_col h2 {	
	font: bold 16px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #8ac53e;
	text-indent: 20px;
}
	#search {
		width: 310px;
		height: 80px;
		background: url(images/search_bg_green.jpg) no-repeat;
		position: relative;
	}
	
		#search_input {
			height: 24px;
			width: 190px;
			font: 14px/24px Arial, Helvetica, sans-serif;
			color: #888;
			border: none;
			position: absolute;
			top: 27px;
			left: 35px;
		}
		
		#search_submit {
			height: 24px;
			width: 35px;
			font: 14px/24px Arial, Helvetica, sans-serif;
			color: #fff;
			border: none;
			position: absolute;
			top: 27px;
			right: 32px;
			text-align: center;
			background: none;
			cursor: pointer;
		}
		
	
	#news {
		width: 310px;
		background: url(images/news_bg.jpg) top no-repeat;
	}
	
	#right_col #news h2 {
		font: bold 18px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #003370;
		padding: 26px 35px 0;
	}
	
	#news ul {
		display: block;
		margin: 0 25px;
		padding-bottom: 15px;
	}
	
	#news ul li {
		width: 260px;
		height: 80px;
		border-top: 1px solid #ddd;
		position: relative;
	}
	
	#news ul li a, #news ul li a:visited {
		background: none;
		display: block;
		height: 80px;
		width: 240px;
		text-decoration: none;
		padding: 0 10px;
	}
	
	#news ul li a:hover {
		background: #dedede;
		cursor: pointer;
	}
	
		.date {
			background: url(images/calendar.png) 0px 15px no-repeat;
			width: 240px;
			height: 80px;
			display: block;
		}
		
		.month {
			font: bold 10px/16px Arial, Helvetica, sans-serif;
			color: #fff;
			text-align: center;
			display: block;
			width: 50px;
			height: 16px;
			position: absolute;
			top: 15px;
			left: 10px;
		}
		
		.day {
			font: bold 22px/34px Arial, Helvetica, sans-serif;
			color: #003370;
			text-align: center;
			width: 50px;
			height: 34px;
			position: absolute;
			top: 31px;
			left: 10px;
		}
		
		.title {
			font: bold 14px/18px Arial, Helvetica, sans-serif;
			color: #8ac53e;
			text-align: left;
			text-transform: uppercase;
			width: 180px;
			height: 36px;
			position: absolute;
			left: 70px;
			top: 11px;
		}
		
		.author {
			font: 10px/10px Arial, Helvetica, sans-serif;
			color: #999;
			text-align: left;
			width: 180px;
			height: 14px;
			position: absolute;
			left: 70px;
			top: 55px;
		}

	#right_col img {
		float: left;
	}


#footer {
	background: url(images/footer_bg.jpg) no-repeat top center;
	height: 80px;
	margin: 10px 0 20px 0;
	position: relative;
}

#footer ul {
	clear: left;
	float: left;
	left: 50%;
	position: relative;
	height: 40px;
}

#footer li {
	display: block;
	float: left;
	right: 50%;
	position: relative;
	font: 11px/40px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#footer li a, #footer li a:visited {
	color: #888;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 8px;
}

#footer li a:hover {
	color: #333;
}

#footer p {
	text-align: center;
	font: 11px/40px Arial, Helvetica, sans-serif;
	color: #aaa;
}

span.hosting {
	color: #dcdcdc;
}

span.hosting a {
	color: #ddd;
	text-decoration: underline;
}

span.hosting a:hover {
	text-decoration: none;
}
