/* LAST UPDATED 04.29.2010 */

/*

	Table of Contents

	I.   DEFAULTS
	II.  NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.  TABLES
	V.   FORMS
	VI.  HEADINGS

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
	background: #9ebfab url('../Images/bg.gif') top repeat-x;
}

strong, em, b, i { font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }

p, h1, h2, h3, h4, h5, h6 { padding: 0 0 14px 0; }

a {
	color: #d29d00;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #666; }

/* Image Defaults */

a img { border: 0; }

/* Special Classes */

.gold 	{ color: #d29d00; }

.small { font-size: 12px; }

/* Lists */

ul { list-style: square; }
ol { list-style: lower-roman; }

ul, ol {
	margin-left: 25px;
	padding-bottom: 7px;
}

li { padding-bottom: 7px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#nav ul {
	padding: 0;
	margin: 0 0 0 190px;
	list-style: none;
}

	#nav li { float: left; }

	#nav li a {
		display: block;
		padding: 0 21px 0 18px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: -.5pt;
		background: url('../Images/nav-li.gif') top right no-repeat;
	}

	#nav li a:hover { text-decoration: underline; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	position: relative;
	width: 778px;
	margin: 0 auto;
	padding: 112px 37px 0;
}

	img.logo {
		position: absolute;
		top: 14px;
		left: 0;
	}

	#header {
		position: absolute;
		top: 0;
		left: 0;
		padding: 47px 0 0 183px;
		font-family: Georgia, "Times New Roman", Times, Serif;
		font-size: 16px;
		color: #5e7a8d;
		height: 30px;
		overflow: hidden;
	}

	#nav {
		position: absolute;
		top: 77px;
		right: 36px;
		height: 35px;
		line-height: 35px;
		color: #fff;
		overflow: hidden;
	}

	#content {
		width: 100%;
		background: #fff url('../Images/bg-content.gif') right repeat-y;
		overflow: hidden;
	}

		#mainContent {
			float: left;
			padding: 10px 0 5px 26px;
			width: 485px;
		}

		#sidebar {
			float: right;
			padding: 10px 18px 5px 0;
			width: 231px;
			color: #fff;
			text-align: center;
		}

			#sidebar a {
				color: #57718c;
				text-decoration: none;
			}

			#sidebar a:hover { text-decoration: underline; }

	#footer {
		clear: both;
		padding: 5px 0 10px;
		color: #fff;
		text-align: right;
		font-size: 11px;
	}

		#footer a {
			color: #fff;
			text-decoration: none;
		}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: normal;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 25px; }

h2 { font-size: 22px; }

h3 { font-size: 19px; }

h4 { font-size: 16px; }
