/* CSS Document */
/* ------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: url(../images/primary-bg.jpg) repeat-x #fffbf5;
}

p {
	font-size: 1em;
	color: #325766;
	font-weight: normal;
	line-height: 1.5em;
}

h1 {
	margin: 0 0 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	color: #555;
	font-weight: bold;
	line-height: .85em;
	text-transform: uppercase;
	text-align: right;
	border-bottom: 2px solid #555;
}

h2 {
	margin: 0 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	color: #213d49;
	font-weight: bold;
	line-height: .85em;
}


h3 {
	margin: 0 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #555;
	font-weight: bold;
	line-height: .85em;
	text-transform: uppercase;
	border-bottom: 2px solid #a7b1b4;
}

em {}

strong {
	color: #333;
}

ul {
	color: #bbb;
}

li {
}

img {
}


/* LINKS */
/* ------------------------------------- */
a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #444;
	text-decoration: none;
}


/* IDS */
/* ------------------------------------- */
#container {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -431px;
	padding: 0;
	width: 862px;
	height: auto;
}

#logo {
	height: 119px;
	background: url(../images/primary-logo.jpg) no-repeat;
}

#stage {
	margin: 8px 0 0 0;
	width: 862px;
	height: 700px;
	background: url(../images/content.jpg) no-repeat;
}

#content {
	margin: 0 0 0 21px;
	width: 835px;
	height: 700px;
	clear: both;
}

#content_inner {
	padding: 20px;
	width: 780px;
	height: 450px;
	overflow: auto;
}

#content_nav {
	margin: 0;
	width: 819px;
}

#nav {
	width: 100%;
	height: 58px;
}

#footer {
	height: auto;
	margin: 10px 0 0 0;
}

/* CLASSES */
/* ------------------------------------- */

.left_img {
	margin: 0 10px 10px 0;
	float: left;
}

.right_img {
	margin: 0 0 10px 10px;
	float: right;
}

.clear {
	clear: both;
}

.module_recent {
	float: left;
	padding: 20px;
	width: 270px;
}

.module_categories {
	float: left;
	padding: 20px;
	width: 140px;
}

.module_archives {
	float: left;
	padding: 20px;
	width: 140px;
}

.date {
	float: left;
	font-size: .9em;
	color: #7a9aa1;
}

.categories {
	float: right;
	font-size: .9em;
}

/* NAVIGATION */
/* ------------------------------------- */

#logo a {
	display: block;
	width: 347px;
	height: 119px;
}

#nav ul {
	margin: 0;
	padding: 15px 0 0 40px;
	list-style: none;
}

#nav li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	background: none;
	padding: 18px 17px 0 17px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5f6062;
	font-weight: normal;
	text-decoration: none;
}

#nav li:hover {
	background:url(../images/navover-right.jpg) no-repeat right top;
}

#nav a:hover {
	color: #fff;
	background: url(../images/navover-left.jpg) no-repeat left top;
}

#nav .current {
	background: url(../images/nav07-right.jpg) no-repeat right top;
}

#nav .current a {
	background: url(../images/nav07-left.jpg) no-repeat left top;
}

#nav .current:hover {
	background: url(../images/nav07-right.jpg) no-repeat right top;
}

#nav .current a:hover {
	color: #5f6062;
	background: url(../images/nav07-left.jpg) no-repeat left top;
}

#content_nav ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#content_nav a {
	display: block;
	padding: 0 0 0 5px;
	font-size: .9em;
	line-height: 1.75em;
	color: #6f6e6c;
	text-decoration: none;
}

#content_nav a:hover {
	background: #eee;
}

/* SPECIAL FORMATTING */
/* ------------------------------------- */

h2 a {
	color: #213d49;
	text-decoration: none;
}

.categories a {
	color: #7a9aa1;
	font-weight: bold;
	text-decoration: none;
}


.categories a:hover {
	color: #384c50;
	text-decoration: underline;
}

#content_nav br {
	display: none;
}

#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #9f9c9a;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #656261;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #292827;
}