/*====================================================
|                   General Styles                   |
====================================================*/
body {
/*	background:#CDCDCD url(../images/bg.jpg) fixed;*/
	background-color:#284C7E;
	color:#333333;
/*	font:14px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	margin:10px 0;
	}

/* ********** */
/* Hyperlinks */
/* ********** */
a:link, a:visited, a:active {color:#008000; font-weight:600; text-decoration:none;}
a:hover {color:#008000; font-weight:600; text-decoration:underline;}


/* ******** */
/* Headings */
/* ******** */
h1, h2, h3, h4, h5, h6 {color:#036; font-weight:bold; margin-bottom:0;}
h1 {font-size:25px;}
h2 {font-size:23px;}
h3 {font-size:21px;}
h4 {font-size:19px;}
h5 {font-size:17px;}
h6 {font-size:15px;}


/* *********** */
/* List Styles */
/* *********** */
ol {list-style:decimal; margin-top:-10px;}
ul {list-style:disc; margin-top:-10px;}


/* ******* */
/* Spacing */
/* ******* */
li { margin-left:40px; margin-bottom:10px; }
p, dl, ol, ul, pre, table, address, fieldset { margin-bottom:20px; }


/* ***** */
/* Other */
/* ***** */
.page-title {
	color:#036;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	padding-top:10px;
/*	margin-bottom:0;*/
	}
.blueBold {
	color:#036;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	}
.emphasis {
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
	}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
	}
.clear {
	clear:both;
	display:block;
	height:0;	
	overflow:hidden;
	visibility:hidden;
	width:0;
	}
#outer-container {
	background:#a64b00;
	border:1px solid #897059;
	margin:0 auto;
	width:960px;
	}


/*====================================================
|                       Header                       |
====================================================*/
#header-container {
/*	background:#CCCCCC url(../images/header.jpg) top left no-repeat;*/
	background:#a64b00 url(../images/header-bg.jpg) top left no-repeat;
	height:248px;
	margin:2px 2px 0 2px;
	width:956px;
	}
#header-container a:link, #header-container a:visited, #header-container a:active {
	color:#EFFF5D;
	text-decoration:none;
	}

#header-container a:hover {color:#EFFF5D; text-decoration:underline;}

#header-left {
	display:inline;
	float:left;
	position:relative;
	margin-right:20px;
	width:560px;	
	}
#header-left h1 {
	font-size:33px;
	line-height:32px;
	color:#FFFFFF;
	margin:40px 0 0 30px;
	padding:0;
	}
#header-left p{
	color:#FFFFFF;
	letter-spacing:0.2em;
	margin:0 0 0 30px;
	padding:0;
	}
#header-right {
	display:inline;
	float:left;
	font-size:12px;
	position:relative;
	text-align:right;
	width:360px;
	}
#header-right ul {
	margin:10px 5px 0 0;
	padding:0;
	}
#header-right li {
	display:inline;
	list-style-type:none;
	margin:0 8px;
	padding:0;
	}


/*====================================================
|                      Menu Bar                      |
====================================================*/
#menu-bar {
	background:url(../images/menu-bg.jpg) top left repeat-x;
	margin:0 2px 0 2px;
/*	padding-bottom:2px;*/
	padding-left:144px;
	position:absolute; /* I added this */
	top:263px; /* I added this */
	width:812px;
	}
#menu-bar ul {
	background:transparent url(../images/menu.jpg) 0 -50px repeat-x;
	color:#666;
	float:left;
	font:14px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size:17px;	
	margin:0;
	}
#menu-bar ul li {display:inline; margin:0;}

#menu-bar ul li a {
	background:transparent url(../images/menu.jpg) 0 -50px repeat-x;
	border-left:1px solid #894A1F;
	border-right:1px solid #894A1F;
	color:#FFFFFF;
	float:left;
	margin-right:-1px;
/*	padding:0.4em 1.2em;*/
	padding:0.45em 1.2em;
	text-decoration:none;
	}
#menu-bar ul li a:hover {
	background:transparent url(../images/menu.jpg) 0 0 repeat-x;
/*	color:#FFFFFF;*/
	color:#0C0;
}
#menu-bar li a#current {
	background:transparent url(../images/menu.jpg) 0 -100px repeat-x;
	color:#FFFFFF;	
	border-top:0px solid #555;
	}


/*====================================================
|                    Page Content                    |
====================================================*/
#page-content {
	background-color:#ffb273;
	margin-left:2px;
	position:relative;
	top:47px; /* I added this */
	width:956px;
	}


/*====================================================
|                    Main Content                    |
====================================================*/
#main-content {
	background-color:#ffb273;
	display:inline;
	float:left;
	padding:10px 15px 0 15px;
	position:relative;
/*	margin:0 2px 0 2px;*/
	margin:0 2px 14px 2px;
/*	top:45px; /* I added this */
	top:2px; /* I added this */
	width:670px;
	}


/*====================================================
|              Main Content No Sidebar               |
====================================================*/
#main-content-nsb {
	background-color:#ffb273;
	display:inline;
	float:left;
	padding:10px 15px 0 15px;
	position:relative;
/*	margin:0 2px 0 2px;*/
	margin:0 2px 14px 2px;
/*	top:45px; /* I added this */
	top:2px; /* I added this */
	width:923px;
	}


/*====================================================
|                       Sidebar                      |
====================================================*/
#sidebar {
	display:inline;
	float:left;
	position:relative;
/*	margin:0 10px;*/
	margin:0 0 0 10px;
/*	top:45px; /* I added this */
	top:8px; /* I added this */
/*	width:230px;*/
	width:235px;
	}
.sidebar-wrapper {
	background:#F4F1ED;
	margin-bottom:15px;	
	padding:15px;
	}
.sidebar-wrapper ul {margin-bottom:0;}


/*====================================================
|                    Two Columns                     |
====================================================*/
#two-column-wrapper {
/*	text-align:left;*/
	width:100%;
	}
#two-columns-left {	/* Width is (total width / 2) - 10px */
	float:left;
	text-align:left;
	width:48.5%;
	}
#two-columns-right {
	float:right;
	text-align:left;
	width:48.5%;
	}


/*====================================================
|                       Footer                       |
====================================================*/
#footer {
	background:#006A32 url(../images/footer.jpg);
	border-top:2px solid #897059;
	font-size:12px;
	line-height:14px;
/*	margin:15px 10px 10px 10px;*/
	margin:48px 2px 2px 2px;
	width:956px;
	}
#footer a:link, #footer a:visited, #footer a:active {
/*	color:#EFFF5D;*/
	color:#a64b00;
	text-decoration:underline;
	}
#footer a:hover {color:#0C0; text-decoration:none;}
#footer p {
	padding:20px;
	margin:0;
	text-align:center;
	color:#FFFFFF;
	}
#footer_left {
/*	background-color:#C90;*/
	float:left;
	padding-top:10px;
	width:200px;
	}
#footer_right_container {
/*	background-color:#9FF;*/
	float:right;
	width:750px;
	}
#footer_center {
/*	background-color:#69F;*/
	float:left;
	width:525px;
}
#footer_right {
/*	background-color:#F60;*/
	float:right;
	width:225px;
}

/* ******************************************** */
/* ********** Pictures with Captions ********** */
/* Source: http://www.labnol.org/internet/design/add-text-captions-align-images-html-css/2309/  */
.picture {
/*	border:1px solid #069;*/
	padding:3px;
	font-size:10px;
	line-height:12px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	}
.picture img {
/*	border:2px solid #0066cc;*/
	vertical-align:middle;
	margin-bottom:3px;
	}
.align_right {
	padding-left:15px;
	float:right;
	}
.align_left {
	padding-right:15px;
	float:left;
	} 
