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

html, body {
	width:			100%;
	padding:        0;
	margin:			0;
}

body {
	background:		#ffffff;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		.9em;
}


.float-left {
	float:			left;
}

.float-right {
	float:			right;
}

.clear {
	clear:			both;
}

a {
	text-decoration:none;
}

a:link {
	color:			#7D88CA;
}

a:visited {
	color:			#FA054A;
}

a:hover {
	color:			#E2D253;
}



/*
 * PRIMARY HEADER
 * --------------
 * Logo and navigation
 */

#primary-header {
	width:			100%;
	height:			130px;
	padding:        0;
	border-top:		5px solid black;
}


#primary-header-wrap {
	width:			908px;
	padding:        0;
	margin:			0 auto;
}


#header-col1 {
	width:			502px;
	float:			left;
	padding:        10px 0 0px 0;
	margin:			0;
}

#header-col2 {
	width:			404px;
	float:			left;
	padding:        0;
	margin:			0;
	border-top:		10px solid #C4DBE7;
}

#header-col2 ul {
	display:		block;
	margin:			0;
	padding:        0;
	width:			200px;
}

#header-col2 ul a {
	color:			#000000;
}

#header-col2 ul a:hover {
	color:			#E2D253;
}

#header-col2 ul li {
	width:			200px;
	display:		block;
	border-bottom:	1px solid black;
	margin-top:		10px;
	font-weight:	bold;
	letter-spacing: 2px;
	font-size:		1em !important;
}



/*
 * SECONDARY HEADER
 * ----------------
 * Splash images
 */

#secondary-header-wrap {
	width:			100%;
	height:			200px;
	background:		#C4DBE7 url(../images/header-bg.jpg) top center;
} 



/*
 * CONTAINER
 * ---------
 * Primary Content
 */

#container {
	width:			908px;
	margin:			0 auto;
	margin-top:		10px;
	background:		url(../images/content-bg.jpg) top center repeat-y;
}



#container h2 {
	font-size:		1.5em;
	font-weight:	bold;
	letter-spacing: 2px;
	width:			100%;
	border-bottom:	2px solid #C4DBE7;
}



#content {
	width:			485px;
	padding-right:  15px;
	float:			left;
	text-align:		justify;
}

#content p {
	width:			485px;
}


#middle-col {
	margin-left:	5px;
	width:			185px;
	margin-right:  	10px;
	float:			left;
	text-align:		left;
}


#right-col {
	padding-left:   10px;
	width:			190px;
	float:			left;
	text-align:		left;
}


#right-col p, #middle-col p {
	font-size:		.9em;
}


/*
 * FOOTER
 * ------
 * Cap the page
 */

#footer {
	border-top:		5px solid black;
}

#footer-wrap {
	width:			908px;
	margin:			0 auto 20px auto;
}

#footer-left-col {
	width:			500px;
	border-top:		10px solid #C4DBE7;
	font-size:		.8em;
}
