/* ------------------------- UNIVERSALS ------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px arial, verdana, helvetica, sans-serif;
	background: url(../images/body_background_tile.jpg) repeat-x #FFF;
}

a:link, a:visited {
	color: #063;
}

a:hover, a:active {
	color: #660;
}

p {
	color: #000;
	font-family: Times New Roman, Times, Georgia, Serif;
	font-size: 14px;
	margin: 15px;
}

li {
	color: #000;
	font-family: Times New Roman, Times, Georgia, Serif;
	font-size: 14px;
	margin-left: 35px;
}

/* ------------------------------------------- ADDITIONAL ELEMENTS ---------------------------------------------------- */



.read_more {
	text-align: right;
	padding: 10px 0px;
	margin: 0px;
}


/* ------------------------------------ PAGE DIVISIONS --------------------------------------------- */


#main {
	width: 1002px;
	margin: auto;
}

#content_holder {
	width: 785px;
	vertical-align: top;
}

#main_content_holder {
	width: 750px;
	margin: 10px auto;
	vertical-align: top;
}

#menu_holder {
	width: 200px;
	vertical-align: top;
}

#main_menu_holder {
	width: 200px;
	margin: 10px 0px;
	vertical-align: top;
}

/* ------------------------------------ MENU LIST --------------------------------------------- */
#menu {
	width: 180px;
	float: right;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}

	#menu ul {
		
	}
		
		#menu li {
		list-style:none;
		list-style-type: none;
		line-height: 2em;
		margin-left: 0px;
		}

			#current  {
			color: #fbf805;
			border-bottom: 1px solid #fbf805;
			text-decoration: none;
			display: block;
			}
			
			
			#menu li a:link, #menu li a:visited {
			color: #fff;
			border-bottom: 1px solid #FFF;
			text-decoration: none;
			display: block;
			}
			
			#menu li a:hover, #menu li a:active {
			color: #fbf805;
			border-bottom: 1px solid #fbf805;
			display: block;
			}
			
	#sub-menu {
		width: 150px;
		float: right;
		font: 12px Arial, Verdana, Helvetica, sans-serif;
	}
	
	#sub-menu ul {
	}
		
		#sub-menu li {
		list-style:none;
		list-style-type: none;
		line-height: 1.5em;
		}

			
			#sub-menu li a:link, #sub-menu li a:visited {
			color: #fff;
			text-decoration: none;
			display: block;
			border-bottom: none;
			}
			
			#sub-menu li a:hover, #sub-menu li a:active {
			color: #fbf805;
			display: block;
			border-bottom: none;
			}
			
			#sub-menu li a#last:link, #sub-menu li a#last:visited {
			color: #fff;
			text-decoration: none;
			display: block;
			margin-bottom: 10px;
			border-bottom: 1px solid #FFF;
			}
			
			#sub-menu li a#last:hover, #sub-menu li a#last:active {
			color: #fbf805;
			display: block;
			margin-bottom: 10px;
			border-bottom: 1px solid #FFF;
			}


/* ------------------------------------ HEADER --------------------------------------------- */




#logo_cell {
	width: 495px;
	height: 96px;
	text-align: left;
	vertical-align: middle;
}

#search_cell {
	width: 495px;
	height: 96px;
	text-align: right;
	vertical-align: middle;
	padding-right: 12px;
}	


.divider {
	width: 100%;
	height: 1px;
	color: #000;
	background: #000;
	border: none;
	margin: auto;
}

/* ------------------------------------ FOOTER --------------------------------------------- */
			

#footer_divider {
	width: 100%;
	height: 5px;
	color: #000;
	background: #000;
	border: none;
	margin: auto;
}

#footer {
	width: 100%;
	background: #000;
	height: 72px;
	text-align: center;
	padding: 12px;
}
			
/* ------------------------------------ SHADOWS --------------------------------------------- */

#shaded_top {
	height: 5px;
	width: 785px;
	background: url(../images/shadow/shaded_top.png) repeat-x;
}

#shaded_tl {
	width: 5px;
	height: 5px;
	background: url(../images/shadow/shaded_tl.png) no-repeat;
}

#shaded_top_menu {
	height: 5px;
	width: 200px;
	background: url(../images/shadow/shaded_top.png) repeat-x;
}

#shaded_left {
	width: 5px;
	background: url(../images/shadow/shaded_left.png) repeat-y;
}

#shaded_bottom {
	height: 5px;
	background: url(../images/shadow/shaded_bottom.png) repeat-x;
}

#shaded_bl {
	width: 5px;
	height: 5px;
	background: url(../images/shadow/shaded_bl.png) no-repeat;
}

#shaded_bottom_menu {
	height: 5px;
	background: url(../images/shadow/shaded_bottom.png) repeat-x;
}






#shadow_top_left {
	width: 5px;
	height: 5px;
	background-image: url(../images/shadow/shadow_tl.png);
}

#shadow_top {
	width: 990px;
	height: 5px;
	background: url(../images/shadow/shadow_top.png) repeat-x;
}

#shadow_top_right {
	width: 5px;
	height: 5px;
	background: url(../images/shadow/shadow_tr.png) no-repeat;
}

#shadow_left {
	width: 5px;
	background: url(../images/shadow/shadow_left.png) repeat-y;
}
#shadow_right {
	width: 5px;
	background: url(../images/shadow/shadow_right.png) repeat-y;
}

#shadow_bottom_left {
	width: 5px;
	height: 5px;
	background: url(../images/shadow/shadow_bl.png) no-repeat;
}

#shadow_bottom {
	width: 990px;
	height: 5px;
	background: url(../images/shadow/shadow_bottom.png) repeat-x;
}

#shadow_bottom_right {
	width: 5px;
	height: 5px;
	background: url(../images/shadow/shadow_br.png) no-repeat;
}
