/*

main style sheet containing styles universal to all pages

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Navigation
Headers
Text Treatments
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #DCE3EF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #3566A9;
	outline: none;
}

a:hover {color: black;}

a img {
	border: 2px solid #8A855B;
}

a:hover img {
	border: 2px solid #3566A9;
}


/*
PAGE STRUCTURE
===============================*/

#wrapper {
	background: url(../images/backgrounds/wrapper.gif) repeat-y;
	margin: 0 auto;
	padding: 0 10px;
	width: 752px;
}

#banner {
	border-bottom: 1px solid #333366;
	float: left;
	height: 134px;
	overflow: hidden;
	width: 752px;
}

#logo {
	background: url(../images/backgrounds/logo.gif);
	border-right: 1px solid #333366;
	float: left;
	height: 134px;
	text-indent: -9999px;
	width: 200px;
}

#tagline {
	background: url(../images/backgrounds/tagline.jpg);
	border-bottom: 1px solid #333366;
	float: left;
	height: 107px;
	text-indent: -9999px;
	width: 550px;
}

#content {
	color: #000;
	float: left;
	padding: 25px 15px;
	width: 722px;
}


#footer {
	background: url(../images/backgrounds/footer.gif) no-repeat;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 20px 25px 0 25px;
	text-align: center;
	width: 722px; height: 90px;
}

/*
NAVIGATION
===============================*/

#nav {
	background: #8A855B;
	border-bottom: 1px solid #333366;
	float: left;
	font-size: 13px;
	height: 26px;
	width: 550px;
}

#nav ul {
	float: left;
	height: 26px;
	list-style-type: none;
	width: 550px;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	color: #E9E8DA;
	float: left;
	height: 21px;
	padding: 5px 14px 0 14px;
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: #989472;
	color: #fff;
}

#nav ul li a.current, #nav ul li a.current:hover {
	background: url(../images/backgrounds/current-nav.gif) #8A855B no-repeat center bottom;
	color: #fff;
}

/*
HEADERS
===============================*/

h1,
h2,
h3
{
	color: #7A7445;
 	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h1 {
	font-size: 1.8em;
	padding: 0 0 15px 3px;
}

h2 {
	font-size: 1.6em;
	padding: 0 0 10px 3px;
}

h3 {
	color: #9F9B81;
	font-size: 1.4em;
	padding: 0 0 4px 10px;
}

/*
TEXT TREATMENTS
===============================*/

#content p,
#content ul,
#content ol,
#content dl { 
	font-size: 1.3em;
	line-height: 1.8em;
}

#content p {
	padding: 0 25px 25px 25px;
}

#content ul,
#content ol {
	padding: 0 40px 20px 40px;
	text-align: left;
}

#content ul {list-style-type: square;}

#content ul li,
#content ol li {
	padding: 0 0 5px 0;
}

#content .two-column-wrapper ul {
	float: left;
	width: 240px;
}

a.button {
	background: #AEBFD9;
	border: 2px solid #8A855B;
	color: #fff;
	float: right;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 25px 25px;
	padding: 15px;
	text-decoration: none;
	text-align: center;
	width: 200px;
}

a.button:hover {
	border-bottom: 2px solid #5F5A3B;
	border-right: 2px solid #5F5A3B;
	color: #5F5A3B;
}

/*
IMAGES
===============================*/


.left {
	border: 2px solid #fff;
	float: left;
	margin: 0 25px 25px 0;
}

.right {
	border: 2px solid #fff;
	float: right;
	margin: 0 0 25px 25px;
}