
/* ************************************************ */
/* Body & Column Styles                             */
/* The body includes the page background. This was  */
/* set up in CSS so that there wouldn't be any HTML */
/* to edit.                                         */
/* ************************************************ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #20212B url(img/bg.jpg) 0 0 repeat-x;
	text-align: center;
}

/* NOTE: The second body is a hack for firefox, which has a text-align bug */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #20212B url(img/bg.jpg) 0 0 repeat-x;
	text-align: -moz-center;
}

/* Primary Container for the page - fixed with */

#container {
	width: 880px;
	clear:left;
	margin: 0 auto; /*Center container on page*/
	border: 1px solid #666666;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	font-style: normal;
	position: relative;
	width: 880px;
	text-align: justify;
	background: #FFFFFF;
	line-height: 1.25em;
}

#midrow {
	color: #666666;
	width:880px;
	display:block;
	background: #FFFFFF;
	padding-bottom: 10px;
}

#bottomrow {
	color: #333333;
	width:880px;
	position:relative;
	top:0px;
	display:block;
	background-color: #719771;

}

#footer {
	padding-top:10px;
	padding-bottom:10px;
	border-top: solid 1px #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #222222;
	font-style: normal;
	margin: 0 auto; /*Center container on page*/
	width:880px;
	text-align: center;
	background-color: #496797;
}

/* ************************************************* */
/* These styles are for the top header with the      */
/* Banner. This was implemented this   */
/* way to enable future webmasters to updae the look */
/* and feel of the site by updating the CSS file     */
/* only.                                             */
/* ************************************************* */

#splash {
	width:880px;
	height:150px;
	background: #ffffff url(img/fogh_top.jpg) no-repeat;
}


/* ************************************************ */
/* Global Navigation Styles                         */
/* Two styles are used here - one for the left      */
/* column and one for the right.                    */
/* ************************************************ */

/* Primary Container for the global navigation */

#menu {
	width:880px;
	text-align: left;
	border-bottom: solid 0px #c1bea4;
	padding:0px;
	clear:left;
	background: #FFFFFF url(img/nav_rt.jpg) no-repeat right;
}

/* These are the styles for menus without dropdowns */

.lcgn_regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #496797;
	cursor: pointer;
	padding:4px 15px;
	text-align: center;
}

.lcgn_regular:hover {
	background-color: #496797;
}

.lcgn_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	padding:4px 15px;
	text-align: center;
	background-color: #496797;
}

.lcgn_rollover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding:4px 15px;
	cursor: pointer;
	text-align: center;
	background-color: #496797;
}

/* This is the dynamic top-level dropdown item (when shown deselected) */

div.lc_parent_regular
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	padding:4px 15px;
	text-align: center;
}


div.lc_parent_regular:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0F2154;
	padding:4px 15px;
	cursor: pointer;
	text-align: center;
	background-color: #FFFFFF;
}

/* This is the dynamic top-level dropdown item (when shown selected) */

.lc_parent_selected
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0F2154;
	cursor: pointer;
	padding:4px 15px;
	text-align: center;
	background-color: #FFFFFF;
}

/* This is the box surrounding the sub-menu (child) dropdown items */

div.lc_child_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
  	display: block;
	width: 140px;
	border: 1px solid #C1BEA4;
  	text-decoration: none;
  	background: #FFFFFF; 
	z-index:2;
}

/* This is a the style for a sub-menu (child) dropdown item */

a.lc_child_regular
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 4px 10px;
	margin: 0px;
	text-align: left;
	display: block;
	border-bottom: none;
	text-decoration: none;
	background:#FFFFFF;
}

a.lc_child_regular:hover
{
	background: #2C4274;
	color: #FFFFFF;
}



/* ************************************************ */
/* MID Column Styles                               */
/* All styles used in the left column - this        */
/* includes titles, text, break-out boxes, etc.     */
/* ************************************************ */


.mid_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #496797;
	letter-spacing: 3px;
}


.mid_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	color: #496797;
	padding: 10px 40px;
	font-weight: normal;
	background: #FFFFFF;
	text-align: justify;
}

.mid2_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #496797;
	font-weight: normal;
	background: #FFFFFF;
	text-align: justify;
}

.title_large {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #2C4274;
	padding-top: 20px;
	padding-bottom:15px;
	padding-right: 20px;
	padding-left: 20px;
}

.title_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #BD6700;
}

.indent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right: 20px;
	padding-left: 20px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	line-height: 19px;
	padding-right: 20px;
	padding-left: 20px;
}


/* ************************************************ */
/* BOTTOM Row Styles                              */
/* All styles used in the left column - this        */
/* includes titles, text, break-out boxes, etc.     */
/* ************************************************ */

.bottom_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #466346;
	letter-spacing: 3px;
}


.bottom_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	color: #000000;
	padding: 10px 20px;
	font-weight: normal;
	background: #719771;
}

.title_large_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	padding-bottom:10px;
	padding-right: 20px;
	padding-left: 20px;
}

.title_medium_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}


/* ************************************************ */
/* link Styles                                      */
/* ************************************************ */

a.left {
	color:#496797;
	text-decoration: underline;
}

a.left:hover {
	color:#496797;
	text-decoration: none;
}
a.left:visited {
	color:#496797;
	text-decoration: underline;
}

a.btleft {
	color:#222222;
	text-decoration: underline;
}

a.btleft:hover {
	color:#222222;
	text-decoration: none;
}
a.btleft:visited {
	color:#222222;
	text-decoration: underline;
}

a.ftleft {
	color:#222222;
	text-decoration: underline;
}

a.ftleft:hover {
	color:#222222;
	text-decoration: none;
}
a.ftleft:visited {
	color:#222222;
	text-decoration: underline;
}

/****************************/
/* PICS.php STYLES          */
/****************************/

#ltcolumn {
	color: #666666;
	width:355px;
	display:block;
	background: #FFFFFF;
	padding-bottom: 20px;
}

#rtcolumn {
	color: #333333;
	width:525px;
	position:absolute;
	top:75px;
	display:block;
	left:355px;
	background-color: #FFFFFF;

}

.lt_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #496797;
	letter-spacing: 3px;
}


.lt_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #496797;
	padding: 0px 25px;
	font-weight: normal;
	background: #FFFFFF;
	text-align: justify;
}

.rt_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #466346;
	letter-spacing: 3px;
}


.rt_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background: #FFFFFF;
}

/****************/
/* Table Styles */
/****************/

.table {
	text-align: justify;
	padding: 10px;
	vertical-align: top;
}


/*****************/
/* Donate Button */
/*****************/

.donateButton {
	display: block;
	background-color: #ffffff;
	max-width: 75px;
	border: 1px #ffffff solid;
	border-radius: 3px;
	text-align: center;
}

.donateButton a {
	text-decoration: none;
	color: #496797;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
}

.donateButton a:hover {
	color: #ffffff;
	background-color: #496797;
	border-radius: 3px;
}
