/* +++++++++++++++++++++++++++++ Shifting Ground +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #fff;
	/*background-color: #000023;*/
	background-image: url(images/marble.gif);
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 100%;
	text-align: center;
}

table {
	font-size: 1em;
}

td {
	color: #fff;
	background-color: inherit;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1em;
}
ol
{
	margin-left:30px;	
}
a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

img {
	border: none;
}

ul, ul li {
	list-style: none outside;
}

ol, ol li {
	list-style: decimal outside;
}

p {
	padding: 0.6em 0em 0.6em;
}

fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 13px;
}

.hidethis {
	display: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}

/* ++++++++++++++++++++ Image Thumbnails ++++++++++++++++++++ */

.tb_center {
	text-align: center;
}

.tb_center img {
	margin: 1.3em auto;
	border: 1px #fff solid;
}



/* ++++++++++++++++++++ Body Wrappers ++++++++++++++++++++ */

#body_wrapper {
	margin: 20px;
	float:left;
	margin-left:-50px;
	width: 1186px;
	font-size: 0.71em;
}
/* ++++++++++++++++++++ Main Header ++++++++++++++++++++ */

#main_header 
{
	margin-left:216px;
	float:left;
	height:auto;
	width:700px;
	margin-top:5px;
}

/* ++++++++++++++++++++ News Box ++++++++++++++++++++ */
#news_box {
	float: right;
	position: relative;
	left: 680px;
	width: 250px;
	font-size: 1.15em;
	font-weight: bold;
	background: url('images/newsmenu_bg_bot.gif') bottom right no-repeat;
}
#top-right {	
	display:block;
	width:250px;
}
#news_box_f h3 
{
	background-color:#6d6845;
}
#news_box_b 
{
	padding:15px 0px;
	background: url('images/newsmenu_bg_top.gif') top right no-repeat; 
	width: 250px;

}

#news_box_f {
	background-color:#6d6845;
	border-right:6px solid #fff;
	padding:15px;
	

}
/* ++++++++++++++++++++ Body Container ++++++++++++++++++++ */

#body_container {
	float: right;	
	position: relative;
	left: -270px;
	width: 700px;
	color: inherit;
	
}
#body_container_b
{
	background: url('images/main_bg_top.gif') top left no-repeat #082141;
}
#body_container_c 
{	
	border-right:#fff 6px solid;
	width:694px;	
}
#container 
{
	padding-left:15px;
	width:600px;

}
.eHeader 
{
	color:#F9E280;
}
.eHead 
{
	color:#F9E280;	
	font-size:15px;
}
.eventA
{
	background-color:#000023;
}
.event, .eventA
{
	padding:3px;
	border-bottom:solid 1px #000023;
}
/*.eventA:hover 
{
	background-color:#232346;
}
.event:hover
{
	background-color:#989160;
}*/
.celltd
{
	float:left;
	text-align:right;
	width:100px;
}
.cell 
{
	float:right;
}

/* ++++++++++++++++++++ Page Header ++++++++++++++++++++ */

#page_header 
{
	color: #989896;/*#F9E280;*/
	margin-right:-6px;
}
.PageHeader 
{
	color: #D4D5D2;
	border-left:#fff 6px solid;
	border-right:#fff 6px solid;
	border-bottom:#fff 3px solid;
	padding:5px;
	font-weight:bold;
	
}
#page_header h1 {
	position: relative;
	padding:5px;
	border-left:#fff 6px solid;
	border-right:#fff 6px solid;
	border-bottom:#fff 3px solid;
}



/* ++++++++++++++++++++ Page Content ++++++++++++++++++++ */

#page_content 
{

	padding: 15px;
	font-weight: bold;
	text-align: left;
	height:auto;
	background: #8e8257;
	border-left:#fff 6px solid;
	
}

.link_readmore {
	padding: 35px 0px 10px;
	text-align: right;
}

.link_readmore a {
	margin-left: auto;
	display: block;
	width: 94px;
	height: 24px;
	background: url('images/button_readmore.gif') no-repeat 0% 0%;
}



/* ++++++++++++++++++++ Navigation Menu ++++++++++++++++++++ */

#navmenu {
	float: left;
	position: relative;
	left: 50px;
	width: 166px;
	background: url('images/navmenu_bg_bot.gif') no-repeat 0% 100%;
	font-size: 1.15em;
	font-weight: bold;
}

#navmenu_b {
	padding: 15px 0px;
	width: 166px;
	background: url('images/navmenu_bg_top1.gif') no-repeat 0% 0%;
}

#navmenu_c {
	color: inherit;
	background-color: #6d6845;
	border-left: #fff 6px solid;
}

#navmenu a {
	text-decoration: none;
	text-transform: uppercase;
}

#navmenu li {
	border-top: #fff 1px solid;
}

#navmenu li a {
	display: block;
	padding: 5px 0px;
	width: 160px;
}

#navmenu li a:hover {
	color: inherit;
	background-color: #989160
}

#navmenu li.list_first {
	border-top: none;
}
#foot-menu 
{
	margin-left:450px;
	float:left;
}
#foot-menu li
{
	display:inline;
}

/* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */

#page_footer {
	padding: 9px 0px;
	font-size: 0.9em;
	width:700px;
	float:left;
	margin-top:-1px;
	margin-left:216px;
	background: url('images/main_bg_bot.gif') bottom left no-repeat;
	font-weight: bold;
}
#page_footer_b
{
	border-right:6px solid #fff;
	border-left:6px solid #fff;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++ HOME PAGE ++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ President Message ++++++++++++++++++++ */
.dark
{
	background:#6d6845;
	padding:3px;	
}
.message
{
	margin:3px;
	float:left;
	width:300px;
	height:auto;
}
.message2
{
	margin:3px;
	padding:3px;
	float:left;
	width:320px;
	height:auto;
	background:#6d6845;	
}
.memService 
{
	color: #D4D5D2;
	border:2px solid #000023;
	padding:3px;
}
.right 
{
	float:left;
	margin:10px;
}
#pres-img 
{
	background:#6d6845;
	border:solid 2px #000023;
	text-align:center;
	float:left;
	padding:10px 5px 5px 5px;
	margin-right:5px;
	margin-bottom:3px;
	
}

/* ++++++++++++++++++++ What the UPOA does for you ++++++++++++++++++++ */
#what 
{
	color:#111134;
	margin-left:315px;
	padding:3px;
}
.odd 
{
	margin:1px;
	padding:1px;
	color:#000;
	background:	#6d6845;
}
.even
{
	margin:1px;
	padding:1px;
	color:#111134;
	background:	#8e8257;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++ MAGAZINE PAGE ++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Magazine Description ++++++++++++++++++++ */
#MagazineDesc
{
	width:48%;
	margin:5px;
	padding:5px;
	float:left;
	color:#000023
}
#Submission 
{
	padding:5px;
	margin-left:52%;
	background:#6d6845;	
}
.Header
{
	background:#000023;
	padding:5px;
	color:#F9E280;
	text-align:center;
}
.Header5
{
	font-size:large;
	background:#000023;
	padding:5px;
	color:#F9E280;
	text-align:center;
}
.Highlight
{
	font-size:x-large;
	background:#000023;
	padding:5px;
	color:#F9E280;
	text-align:center;
}

.issue 
{
	color:#232346;	
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++ Contact PAGE ++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Image ++++++++++++++++++++ */

#ContactImg 
{
	float:left;
	padding:5px;	
}
#ContactInfo
{
	padding:10px;
	margin-left:125px;	
}
#EmailForm
{
	margin-top:15px;
	margin-left:300px;
	text-align:right;	
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++ MEMORIUM PAGE ++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Image ++++++++++++++++++++ */

#fallenImg 
{
	border-right:#000023 2px solid;
	border-bottom:#000023 2px solid;
	margin-right:5px;
	float:left;	
}

#memorial 
{
	margin:5px;
	border:#000023 2px solid;
}
.row 
{
	padding:3px;
}
.labeler
{
	width:250px;
	text-align:right;
	float:left;
	margin:3px;
}
.Policy 
{
	border:1px solid #000023;
	padding:3px;	
}
.Policy li
{
	margin-left:20px;
}
.formview 
{
	margin-left:5px;
	padding:10px;
	width:95%;
	float:left;
	height:auto;
	background:#6d6845;	
}
/*++++++++++++++++++Album+++++++++++++++*/
#forceHeight
{
	height:400px;
}
#gallery
{
	float:left;
	margin-top:15px;
}
#albums 
{
	float:left;	
}
#photos
{
	
	float:left;
	margin-left:50px;
	width:500px;
}
.thumb 
{
	margin:5px;
}
.column 
{
	float:left;
	width:110px;
	margin:5px;
}
#prev 
{
	visibility:hidden;
}
.arrow 
{
	float:left;
	padding-top:150px;
}
