@charset "utf-8";

/* _______________________________________________________________  GLOBAL STYLES <-- */

* {
	margin:0;
	padding:0;
}

body {
	background:#c4c4b7 url(images/bg.gif) repeat;
	color:#040404;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	line-height:18px;
	overflow-x:hidden;
}

a {
	color:#68696a;
	cursor:pointer;
	text-decoration:underline;
	outline:none;
}

a:hover {
	text-decoration:none;
}

a img {
	border:none;
}

p {
	padding-bottom:18px;
}

ul {
	margin-left:15px;
	padding-bottom:20px;
}

li {
	list-style-image:url(images/bullet_arrow.gif);
	padding-bottom:3px;
}

h1 {
	color:#040404;
	font-family:Georgia, serif;
	font-weight:normal;
	font-size:25px;
	letter-spacing:1px;
	padding-bottom:8px;
}

h2 {
	color:#040404;
	font-family:Georgia, serif;
	font-weight:normal;
	font-size:18px;
	padding-bottom:4px;
}

h3 {
	color:#4c4c4c;
	font-family:Arial, sans-serif;
	font-size:12px;
	padding-bottom:2px;
}

h4 {
	color:#444444;
	font-family:Georgia, serif;
	font-weight:bold;
	font-size:18px;
	padding-top:10px;
	padding-bottom:6px;
	text-decoration:underline;
}

h5 {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding-top:6px;
	padding-bottom:4px;
}

.tag {
	color:#040404;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	padding-bottom:18px;
}

.instruct {
	color:#528CE0;
	font-weight:bold;
}

/* _______________________________________________________________  CONTAINERS <-- */
	
#container {
	position:relative;
	margin:0 auto;
	background-color:#FFFFFF;
	width:775px;
	height:auto;
	min-height:550px;
	margin-top:20px;
	margin-bottom:30px;
	border-top:8px solid #999999;
	border-bottom:18px solid #666666;
	padding:15px;
}

#innercontainer {
	position:relative;
	margin:0 auto;
	background-color:#e6e8da;
	height:auto;
	min-height:500px;
	padding:0 15px;
}

/* _______________________________________________________________  GRADIENTS <-- */

#gradetop {
	background:url(images/gradetop.gif) repeat-x;
	height:33px;
	margin-top:6px;
}

#gradebottom {
	background:url(images/gradebottom.gif) repeat-x;
	height:33px;
	margin-bottom:6px;
}

/* _______________________________________________________________  BANNER <-- */

#banner {
	width:282px;
	height:53px;
	float:left;
	margin-top:28px;
}

/* _______________________________________________________________  NAVIGATION <-- */

#navigation {
	position:relative;
	margin:0 auto;
	width:478px;
	height:15px;
	float:right;
	margin-top:54px;
	margin-right:15px;
}

#navlist li, #navlist li a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	list-style-type:none;
	padding:2px;
	color:#68696a;
	cursor:pointer;
	text-decoration:none;
	outline:none;
}

/* _______________________________________________________________  DIRECTORY NAV <-- */

.alphabet {
	font-size:10px;
}

/* _______________________________________________________________  SLIDESHOW <-- */

#slideshow {
	background-color:#f0f0e5;
	width:346px;
	height:260px;
	padding:10px;
	float:left;
	margin-right:10px;
	margin-top:5px;
}

/* _______________________________________________________________  CONTENT AREAS <-- */

#initial {
	width:346px;
	height:auto;
	padding:10px;
	float:left;
	margin-top:5px;
}

#leftbox {
	width:345px;
	padding:10px;
	float:left;
	margin-top:15px;
	margin-right:10px;
	border:1px solid #CCCCCC;
}

#rightbox {
	width:345px;
	padding:10px;
	float:left;
	margin-top:15px;
	border:1px solid #CCCCCC;
}

/* _______________________________________________________________  FOOTER <-- */

#footer, a.footer{
	position:relative;
	margin:0 auto;
	width:500px;
	height:20px;
	text-align:center;
	font-size:10px;
	color:#777777;
	text-decoration:none;
	margin-top:8px;
	margin-bottom:10px;
}

/* _______________________________________________________________  ACCORDION <-- */

#accordion {
	margin:0;
}

h3.toggler {
	cursor:pointer;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#040404;
	margin:0 0 2px 0;
	padding:3px 5px 3px 0;
	border-bottom:1px dotted #999999;
}

div.element p {
	margin:0px;
	padding:4px;
}
