
/* ---------------------- Page Sections ---------------------- */
body {
	background: url(images/core_site/pattern_paper.jpg) repeat;
	margin-top: 0px;
}

.content {
	width: 888px;		background: #74D324;
}

.header
{
	background: url("images/core_site/top_right.png");
	width: 888px
;
	height: 100px;
	background-position: -142px;
}

#logo_img {
		border: none;
}

.wooden_bar
{
	background: url("images/core_site/wood_bar.png");
	width: 888px
;
	height: 7px;
	font-size: 1pt;
}

.image_bar { /* The thing up the top right with the 3 images */
	float: right;
	padding: 15px;
	letter-spacing: 13px;
}

.main { /* main content section */
	font-family: "Arial",Verdana,"Lucida Grande",Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	text-align: justify;
	
	color: #333;
	background-color: #FFF;
	
	padding-left:16px;
	padding-top: 6px;
	padding-right: 16px;
	
	border-left: 1px dashed #888;
	
	position: relative;
	left: 87.5px;
	_left: 93.5px;
	width: 681px;
	min-height: 650px;
	_height: 650px;
}

#footer {
	text-align: center;
	line-height: 14pt;
	font-size: 8pt;
	font-family: Arial;
	color: #666666;
}

.spacer {
	background-color: #FFF;
}

/* ---------------------- New Menu ---------------------- */



/* ---------------------- Sidebar Menu ---------------------- */

.sidebar_menu {
	width: 175px
;
	left: 6px;
	_left: 0px;
	position: absolute;
	text-align: left;
	cursor: pointer;
	font-size: 8pt;
	font-family: "Lucida Grande", Verdana, "Arial",Helvetica;
}

.sidebar_menu_item {
	padding-left: 10px;
	line-height: 2.3em;
	font-weight: bold;
	font-size: 9pt;
	background: #74D324;
	border-bottom: 1px dashed #5CA816;
	margin-bottom: 0.5px; /* Fixes a little bug in firefox 1.x - cracks in the menu */
	color: black;
/*	text-decoration: none;*/
}

.sidebar_menu_item.parent {
	background-color: #599D1B;	color: white;
	border-bottom: none;
}

.sidebar_menu_item.top {
	border-top: none;
}

.sidebar_menu_item.selected.top {
	border-top: none
}

.sidebar_menu_item:hover, .sidebar_menu_item.above_selection:hover {
	background-color: #3F651F;	color: white;
/*	text-decoration: line-through;*/
}

.sidebar_menu_item.selected {
	background:	#FFFFFF;	color: black;
/*	border-top: 1px solid #777;*/
/*	border-bottom: 1px solid #777;*/
/*	border-left: 1px solid #777;*/
	border-bottom: 1px solid #777;
	border-top: 1px solid #777;
	
}

.sidebar_menu_item.above_selection {
	background:	#74D324;	color: black;
/*	border-top: 1px solid #777;*/
/*	border-bottom: 1px solid #777;*/
	border-bottom: none;
	border-top: none;
}

/*.selec#sidebar_menu_item {
	color: black;
	background:	#FFFFFF;}*/


/* sub-menu */

.sidebar_sub_menu_item {
	padding-left: 20px;
	
	line-height: 2.0em;
	font-weight: bold;
	background-color: #B8B8B8;
	margin-bottom: -0.5px; /* Fixes a little bug in firefox 1.x - cracks in the menu */
}

.sidebar_sub_menu_item.parent {
	background-color: #7D957D;
	color: white;
}

.sidebar_sub_menu_item.selected, .sidebar_sub_menu_item.selected:hover {
	background: #FFFFFF;
	color: black;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

.sidebar_sub_menu_item:hover {
	background-color: #7D7D7D;
	color: white;
}

/* sub-sub-menu */

.sidebar_sub_sub_menu_item {
	padding-left: 30px;
	
	line-height: 2.0em;
	font-weight: normal;
	background-color: #D8D8D8;
	margin-bottom: -0.5px; /* Fixes a little bug in firefox 1.x - cracks in the menu */
}

.sidebar_sub_sub_menu_item.selected, .sidebar_sub_sub_menu_item.selected:hover {
	background:	#FFFFFF;
	color: black;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

.sidebar_sub_sub_menu_item:hover {
	background-color: #858585;
	color: white;
}

/* ---------------------- Border ----------------------  */

.border_layer {
	width: 900px;
}

.left_border {
	position: relative;
	background: url(images/core_site/shadows/left.png);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom: 0px;
}

.right_border {
	position: relative;
	background: url(images/core_site/shadows/right.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 0px;
}

.bottom_border {
	background: url(images/core_site/shadows/bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	float: left;
	height: 6px;
	width: 888px;
	left: 0px;
}

.bottom_left_border {
	float:left;
	background: url(images/core_site/shadows/left_corner.png);
	background-position: top right;
	height: 6px;
	width: 6px;
	margin-right: 0px;
}

.bottom_right_border {
	float:right;
	background: url(images/core_site/shadows/right_corner.png);
	background-position: top left;
	height: 6px;
	width: 6px;
	margin-left: 0px;
}

/* ---------------------- Links ----------------------  */

a.terms:link, a.terms:active, a.terms:visited {
	color: #666666;
	text-decoration: underline;
}

a.terms:hover {
	color: #333333;
	text-decoration: underline;
}

a:link {
	color: #002BB8;
	text-decoration: none;
	border: none;
}

a:visited {
	text-decoration: none;
	border: none;
}

a:visited:hover {
	color: #5A3696;
/*	color: green;*/
	text-decoration: underline;
/*	text-decoration: none;*/
}

a:hover {
	color: #002BB8;
	text-decoration: underline;
}

a:active, a:visited:active {
	color: #FAA700;
	text-decoration: underline;
}

/*.sidebar_menu_item a {
	color: yellow;
}

.sidebar_menu_item a:hover {
	color: green;
	text-decoration: none;
}

a:visited:hover .sidebar_menu_item {
	color: red;
	text-decoration: none;
}*/

a#menu {
	text-decoration: none;
	color: black;
}

/* ---------------------- Images ----------------------  */

img.border {
	border:1px grey solid;
}

.img_right {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	float: right;
	text-align: left;
}

.img_left {
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	text-align: left;
}

#img_title {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	color: #4A4A4A;
}

#img_desc {
	font-size: 0.8em;
	color: #777;
}

/* ---------------------- Other ----------------------  */
#highlight {
	/*color: red;*/
	font-weight: bold;
}

#fineprint {
	font-weight: normal;
	font-size: 8pt;
	color: grey;
}

h1 {
	line-height: normal;
}