/*********************/
/* BASIC */
/*********************/

body {

	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	min-width: 960px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-right: 2px solid #D6ECAE;
	border-left: 2px solid #D6ECAE;
	background-color: #FFFFFF;

}

/*********************/
/* BACKGROUND STYLES */
/*********************/
#article {
	background-image: url(images/bg_knot.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0;
	margin: 0 auto;
	margin-top: -4;
	width: 1800px;
}

/*********************/
/* WRAPPER STYLES */
/*********************/
#wrapper {
	width: 760;
	border-left: 400px;
	margin-left: 400px;
	
}
#wrapper h1 {
	font-family: "Monotype Corsiva", "Times New Roman", Times, serif;
	font-size: 36px;
	color: #521;
	text-align: center;
}
/* image replacement technique */

/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	height: 275px;
	background: url(images/bg/banner_bg1.jpg) repeat-x left bottom;
	background-color: #ffffff;
	border: 0;
	margin-top: -12px;
	margin-bottom: -0pt;
	padding-top: 4pt;
	border-bottom: 1px dashed #38318e;

}

	

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	position: absolute;
	margin-bottom: 0px;
	margin-left: 140px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
	margin-bottom: 2px;
	margin-top: -20px;
}

#nav a {
	display: block;
	font-size: 9px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294e56;
	padding: 4px 15px 4px 15px;
	width: 8em;
	margin-left: -20px;
	border-top: 1px groove #44f;
	border-right: 1px groove #44f;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
}

#nav li ul {/*second-level lists*/
	position: absolute;
	background: none;
	width: 10em;
	left: -999em;/*using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	padding: 0;
}
#nav li ul li {
	margin: 0;
	padding: 0;
}

#nav li:hover ul, #nav li.sfhover ul {/*lists nested under hovered list items*/
	left: auto;
	}
	
#nav a:hover {
	background: #4d6549;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#copyright {
	float: left;
	margin-left: 0;
	margin-top: 5px;
	padding: 3px 15px 3px 10px;
	font-size: .7em;
	font-style: italic;
}

#logo {
	background:  no-repeat right top;
	height: 275px;
	margin-left: 5px;
	margin-top: 20px;

}


#slideshow {
	position:  relative;
	float: right;
	height: 100px;
	width: 250px;
	margin-top: -275px;
	margin-right: 28px;
	z-index: 1;
	
}

#wave{
	position: relative;
	float: right;
	margin-top: -195px;
	margin-right: -5px;
	padding-bottom: 0px;
	z-index: 2;
}

#wavetop{
	position: relative;
	float: right;
	margin-top: -195px;
	margin-right: 223px;
	z-index: 3;
}

/*********************/
/* SIDEBAR */
/*********************/
#sidebar {
	position: absolute;
	width: 145px;
	margin-top: 7px;

}

#news {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	border-top: 1px dashed #294E56;
	border-right: 1px dashed #294E56;
}
#news li {
	display: inline;
}
#news .title {
	font-weight: bold;
	display: block;
	color: #000;
}
#news a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #294E56;
	color: #73AFB7;
	line-height: 110%;
	background: #FFFFFF url(images/bg/bg_link.png) no-repeat right top;
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#news a:hover {
	color: #000000;
	background-image: url(images/bg/bg_link_h.png);
}


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

#secondary {
	float: right;
	width: 180px;
	right: 5px;
	margin-top: -11px;
	background-color: #294e56;
	padding: 0 0 0 0;
}

#secondary h3 {
	font-size: 1.75em;
	color: #01040f;
	background: #73afb7;
	padding: 3px 5px 3px 10px;
}

#secondary h4 {
	font-size: 1.4em;
	margin: 10px 10px 5px 10px;
}

#secondary p {
	font-size: 1.4em;
	margin: 3px 5px 10px 5px;
	line-height: 110%;
}
#secondary * {
	color: #fff;
}
#main {
	float: left;
	width: 570px;
	margin-top: 15px;
	margin-left: 160px;
	margin-right: 50px;
}

h1 {
	color: #294E56;
	margin-top: 10px;
	font-size: 2.4em;
	border-top: 4px solid #294E56;
	line-height: 100%;

}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 5px;
}
img.floatRight {
	border: 2px solid #ffffff;
}

p {
	color: #1d2742;
	font-size: 1.6em;
}
h2 {
	color: #071029;
	font-size: 1.9em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	background: url(images/bg/bg_h2.gif) repeat-x left bottom;
}



/*********************/
/* SPONSOR */
/*********************/
#footersponsor {
	float: left;
	margin-top: 15px;
	border-top: 1px #666666;
	padding: 5px 0 0 5px;
	margin-right: 200px;
	width: 960px;
	text-align: left;
}

/*********************/
/* FOOTER */
/*********************/
#footer {
	float: left;
	margin-top: 15px;
	border-top: 1px #666666;
	padding: 5px 0 0 5px;
	margin-right: 200px;
	width: 960px;
	text-align: center;
}