/* CSS Document */
/*
	body grey: #E8E8E8
	nav grey: #D3D3D3
	marz red: #891F1F
	dark red: #290A0A
	
	
	These where originally in html, body.
	, ul, ol, li, p, form
*/

html, body {
margin: 0;
padding: 0;
border: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #e8e8e8;
	color: #000000;
}

#wrap_table {
	/*  This is the bottom table element to align and set width */
	/* width: 750px; */
	width: 750px;
	margin: 0px auto;

}
#content_footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size: 65%;
	color: #aaa;
	clear:both;
	margin-left: 250px;
	padding: 10px 0px 10px 0px;
}
#nowrap_footer {
	float: none;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
#wrap_border {
	/* main page border */
	/*border: 1px solid tranparent;*/
		/*border: 0px solid #1B4F56;*/
}

#wrap_container {
	background-repeat:repeat-x;
	border: 0px;
}
#wrap_header {
	background-repeat: no-repeat;
	border: 0px;
}
#wrap_foot {
	border: 0px;
	/*background-position: right bottom;*/
}
#wrap_cell {

}

#block_header {
	height: 0px;
	text-align: right;
	clear: both;
	color: #13383E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 0px;
	font-weight: bold;
	font-size: 0px;
	display: block;
}
#print_header {
	display: none;
	visibility:hidden;
	
}
#logo_web_print {
	display: none;
	visibility:hidden;
	
}
		
#block_nav {
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-left: 13px;
	margin-top: 200px;
	color: black;
	/*background:#dd0000;*/
}
#block_content {
	border: 1px #891F1F solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: 0px;
	margin-left: 20px;
	margin-right: 15px;
	/*padding: 10px;*/
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
	
}

#block_topbuttons {
	/*border: 2px dotted red;*/
	/*border: 0px;*/
	/*text-align: right;*/
	clear: both;
	padding-right: 0px;
	padding-left: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 11px;
	margin-top: 157px;
}
.topbutton_cell {
	/*border: 2px dotted black ;*/
	/*width: 400px;*/
	/*height: 50px;*/
	/*text-align: right;*/
}
.topbutton_cellitem {
	/*border: 1px solid blue;*/
	border: 0px;
	padding: 0px;
	width: 120px;
	text-align:center;
	/*padding-left: 25px; 
	padding-right: 25px;*/
	/*height: 50px;*/
	/*text-align: right;*/
}

#block_flashbanner {
	background-color:#003399
	height: 255px;
	text-align: right;
	clear: both;
	padding-right: 0px;
	padding-left: 13px;
	display: block;

	/* WORKS IN IE */
	/*height: 255px;
	text-align: right;
	clear: both;
	padding-top: 0px;
	display: block;*/
	
	
	
	/*margin: 0px 0px 0px 12px;*/
	/*border: 0px;
	margin: 0px;
	padding-left: 13px;
	padding-right: 0px;
	height: 255px;
	width: 491px;*/
	/*background-color:#993300*/
	
}
/*#block_content h3.pagetitle {
	padding-bottom: 20px;
	padding-top: 5px;
}*/
#body_table {
	margin-top: 0px;
}
#body_cell {
	vertical-align: top;
	text-align: left;
	width: 100%;
}
#nav_cell {
	border: 0px solid #fff;
	vertical-align: top;
	text-align: left;
	width: 175px;
}



/* ====================================
	Links
*/
/* standard links */
a, a:link, a:visited {
	color: #333333;
	text-decoration:underline;
}
a:hover, a:active {
	color: #ff0000;
	text-decoration: underline;
}




/* nav links */

/*div.menu {
	margin: 0px;
	padding: 0px;
	width: 175px;
}
div.menu_section {
}
div.menu_item {
	color: #000000;
	letter-spacing:1px;
	font-size: 85%;
	font-weight: bold;
}
div.menu_item span {
	display: block;
	margin:0; 
	padding: 3px 0px 3px 15px;
}
div.menu_item span:hover {
	text-decoration: underline;
}
div.menu_item a, div.menu_item a:link, div.menu_item a:visited {
	color: #000000;
	display: block;
	width:100%; 
	height:100%;
	overflow:hidden;
	text-decoration:none;
}
div.menu_item a:hover {
	text-decoration:underline;
}
div.menu_item a:active {
	text-decoration:underline;
}

div.menu_subitem {
	color: #fff;
	letter-spacing:1px;
	font-size: 80%;
	font-weight: bold;
}
div.menu_subitem span {
	display: block;
	margin:0; 
	padding: 2px 0px 2px 30px;
}
div.menu_subitem span:hover {
	text-decoration: underline;
}
div.menu_subitem a, div.menu_subitem a:link, div.menu_subitem a:visited {
	color: #fff;
	display: block;
	width:100%; 
	height:100%;
	overflow:hidden;
	text-decoration:none;
}
div.menu_subitem a:hover {
	text-decoration:underline;
	background-position: 0px 0px;
}
div.menu_subitem a:active {
	text-decoration:underline;
	background-position: 0px 0px;
}
*/


/*  ============== top buttons ============= */
div.menu_topitem {
	/*border: 1px solid red;*/
	border: 0px;
	
}
div.menu_topitem span {
	/*border: 3px solid yellow;*/
	border:0px;
	display: block;
	margin: 0px;
	/*margin-left: 20px;*/
	/* orig btns: padding: 25px 20px 29px 17px;*/
	/* padding: 12px 12px 0px 3px; */
	padding: 12px 2px 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	width: 117px;
	/*width: 1em;*/
	/*width: 100%;*/
	height: 30px;
	
	

}

/*div.menu_item span:hover {
	text-decoration: underline;
	
	
}*/
div.menu_topitem a, div.menu_topitem a:link, div.menu_topitem a:visited {
	color: #fff;
	display: block;
	width:100%; 
	height:100%;
	overflow:hidden;
	text-decoration:none;
	background-position: 0px 0px;
	cursor:hand; cursor:pointer;
	
}
div.menu_topitem a:hover {
	text-decoration:underline;
	background-position: 0px 0px;
}
div.menu_topitem a:active {
	text-decoration:underline;
	background-position: 0px 0px;
}














/* *******************************************
CLEARFIX
These items needed to clearfix the divs 
that overflow when not supposed to.

Put this wrapper around the problem areas:
<div class="clearfix">

****************************************** */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
/*background-color:white;*/
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*  END CLEARFIX */


/*  ==============================================  
	Items for FBSite
*/

.pagemetaprops {
	font-size: 75%;
}
.pagemetapropslg {
	font-size: 110%;
	font-weight:bold;
}
div.button  {
	cursor:pointer;
	cursor:hand;
	font-size:7pt;
	font-weight:bold;
	border:1px solid black;
	background-color:#3366aa;
	width:90px;
	margin:5px;
	padding:1px;
	text-align:center;
	color:#ffffff;
		
}


div:hover.button,div:focus.button {
	cursor:pointer;
	cursor:hand;
	background-color:#e9e9e9;
	color:#444444;
}


div.button, #hideaddcomment {float:left;}

.fontSize1 {
	font-size:75%;	
}
.fontSize2 {
	font-size:85%;	
}
.fontSize3 {
	font-size:95%;	
}
.fontSize4 {
	font-size:100%;	
}
.fontSize5 {
	font-size:105%;	
}
.fontSize6 {
	font-size:110%;	
}
.fontSize7 {
	font-size:120%;	
}

.frmElement {
	padding: 8px;
	
	/* margin: 15px; float:left; */
	font-size: 85%;
	font-weight:bold;
}

.frmItem {
	
	border:2px solid #c0c0c0;
	/* font-family: courier; */
	font-size: 75%;
	font-weight:normal;
}

.frmLabel {
	padding: 2px;
	/* font-family: courier; */
	font-size: 85%;
	font-weight:normal;
}

.fbForm {
	display:none;
	border:1px solid #cccccc;
	padding:10px;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
	vertical-align:top;
	
}

.fbFormOn {
	border:1px solid #cccccc;
	padding:10px;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
	vertical-align:top;
	
}

.galFormOn {
	position:relative;
	width:150px;
	border:1px solid #cccccc;
	padding:10px;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
	vertical-align:top;
	 float:left;
	 display:inline;

}

.galEditFormOn {
	position:relative;
	border:1px solid #cccccc;
	padding:10px;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
	vertical-align:top;
	display:inline;
	float:left;
	
}

.galElement {
	text-align:left;
	font-size: 80%;
	
}
.galElementCom {
	text-align:left;
	margin:0 auto;
	padding-left:8px;
	padding-right:8px;
	font-size: 80%;
	
}

.galEditElement {
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:left;
	/* margin: 15px; float:left; */
	font-size: 80%;
	display:block;


}







.updMes {
	font-size: 85%;	
	background-color:#999999;
}


.blog_header {
	font-size: 130%;
	padding-bottom:25px;
}

.blog_props {
	font-size: 75%;
	float: right;
	display:inline;
	width:30%;
	padding:0px 0px 20px 20px;
}

.blog_header_prv {
	font-size: 140%;
	padding: 10px 0px 5px 0px;
}

.blog_props_prv {
	font-size: 75%;
	padding:0px 0px 20px 0px;
}

.blog_footer_prv {
	font-size: 75%;
	padding: 15px 0px 40px 0px;
	text-align:right;
	clear:both;
}

.blog_table {
	width: 700px;
}

.blog_contentcol {
	vertical-align:top;
	text-align:left;
	padding-right:10px;
	
}
.blog_recentlistcol {
	width: 230px;
	border-left: 1px solid #444;
	vertical-align:top;
	text-align:left;
	padding: 8px;
}
.blog_recentlistcol h5 {
	padding: 5px 0px 15px 5px;
}

.blog_recentlistitem {
	font-size: 85%;
	font-style:italic;
	padding-bottom:15px;
}
.blog_recentlistitem a {
	font-size:120%;
	font-style:normal;
}

/*	=========================================
	End of FBSite items
*/
