@charset "utf-8";
/* CSS Document */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #C7D8EA;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px; 
	padding-left: 15px;  /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#00F;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #00F;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.bginput
{
	background: #FFFFFF;
	color: #000000;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}
.btn_login {
	background: #004;
	color: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 99%;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 960px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}
#header {
	/* background: #C4D9EC; */
	position: relative;
	background-image: url(../images/png/header_bkgd.jpg)
}
#hdrlinks_notscripted {
	display: block;
	position: absolute;
	height: 80px;
	width: 350px;
	right: 10px;
	bottom: 5px;
}
#hdrnotice {
/*	visibility: hidden; */
	visibility: visible; 
	display: block;
	position: absolute;
	height: 25px;
	width: 440px;
	left: 480px;
	top: 45px;
	font-size: 12px;
	background-color: #FF9;
	border: solid #000 thin;
	padding: 5px;
}
#hdrnotice a, #hdrnotice a:visited {
	color: #F00;
	font-style: italic;
	font-weight:bolder;
	font-size: 16px;
	text-decoration: underline;
}
#hdrnotice a:hover, #hdrnotice a:active, #hdrnotice a:focus {
	color: #F00;
	font-style: italic;
	font-weight:bold;
	font-size: 16px;
	text-decoration: none;
}


#btn_hdrlinks {
	display: none;
	position: absolute;
	font-style: italic;
	height: 25px;
	width: 100px;
	right: 175px;
	bottom: 35px;
	visibility: visible;
}
#hdrlinks {
	display: none;
	position: absolute;
	height: 60px;
	width: 200px;
	right: 5px;
	bottom: 21px;
	visibility: visible;
}
#hdrlink1 {
	position: absolute;
	height: 40px;
	width: 200px;
	right: 250px;
	bottom: -20px;
}
#hdrlink2 {
	position: absolute;
	height: 40px;
	width: 200px;
	right: 1px;
	bottom: -20px;
}
#hdrlink3 {
	position: absolute;
	height: 40px;
	width: 200px;
	right: 1px;
	bottom: 20px;
}
#hdrlink4 {
	position: absolute;
	height: 40px;
	width: 200px;
	right: 250px;
	bottom: 20px;
}
#hdrlink5 {
	visibility: hidden; 
/*	visibility: visible; */
	position: absolute;
	height: 40px;
	width: 500px;
	right: 1px;
	bottom: 20px;
	text-align: center;
}
.hdrlink {
	font-size: 10px;
	overflow: hidden;
	display: block;
}
.hdrlink a, .hdrlink a:visited {
	color: #000;
	font-style: italic;
	font-weight:bolder;
	font-size: 16px;
	text-decoration: underline;
}
.hdrlink a:hover, .hdrlink a:active, .hdrlink a:focus {
	color: #A00;
	font-style: italic;
	font-weight:bold;
	font-size: 16px;
	text-decoration: none;
}
#hdrlinks_all {
	display: none;
	position:absolute;
	left: 180px;
	top: 25px;
	width: 250px;
	z-index: 1;
	margin: 3px;
	padding: 10px;
	background-color: #FF9;
	border: solid #000 thin;
}
ul.top_nav {
	background-color: #799CC6;
	list-style: none;
	overflow: auto;
	padding-left: 60px;
	border-bottom: #799cFF 1px solid;
	border-top: #799CAA 1px solid;
	background-image: url(../images/top_nav_bkgd.jpg);
	background-repeat: repeat-x;
}
ul.top_nav li {
	float: left;
	font-size: 12px;
	font-weight: bold;
}
ul.top_nav a {
	display: block;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	text-decoration: none;
	color: #000044;
}
ul.top_nav a:hover, ul.top_nav a:active, ul.top_nav a:focus {
	color: #FFFFFF;
	/* [disabled]background-color: #444488; */
}
.home #home a, .store #store a, .events #events a, .articles #articles a, .sponsors #sponsors a, .membership #membership a, .links #links a  {
	font-weight: bolder;
	color: #113333;
	background-color: #99C7FB;
}
.middle_container {
	background-image: url(../images/leftnav_bkgd.jpg);
	background-repeat: repeat-y;
	min-height: 750px;
}
.middle_container #center {
	margin: 0 200px 0 200px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	/* removing the right margin and substituting in a right border works in current browsers, but breaks in IE 7 */
	/* margin: 0 0 0 200px; */
	/* border-right: 200px solid #93A5C4; */ 
	padding: 0 20px 0 20px; /* padding here creates white space "inside the box." */
	background-color: #FFF;
	background-image: url(../images/main_left_white.jpg);
	background-repeat: repeat-y;
}

.middle_container #center h1 {
	text-align:center;
}

.middle_container #center #newsdiv {
	/* background-image: url(../images/news_back.jpg);
	background-repeat: repeat-y;
	width: 500px; */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	/* margin-left: 40px; */
}

.news_head {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	text-align: center;
	color: #660000;
	margin-top: 5px;
	padding-top: 5px;
}

a.news_anchor {
	text-decoration:none;
}

.middle_container #center #newsdiv .news_head h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #660000;
	text-decoration: underline;
	text-align: center;
	margin: 0px;
	padding: 1px;
}
.middle_container #center #newsdiv h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
.middle_container #center #newsdiv h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.middle_container #center #newsdiv h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.middle_container #center #newsdiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.middle_container #center #calendar {
	border: 1px solid #003333;
	width: 21em;
	/*	font-size: xx-small; */
	font-size: small;
	margin: 0px;
	padding: 0px;
}
.middle_container #center #calendar table {
/*	font-size: xx-small; */
	font-size: small;
}

#indexcenter {
	background-image: url(../images/foccma_backdrop.jpg);
	background-repeat: no-repeat;
	height: 580px;
	width: 780px;
	position: relative;
}
#indexcenter #indexmain {
	display: block;
	height: 560px;
	width: 780px;
	position: relative;
}
#indexfooter {
	height: 16px;
	width: 780px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-top: 4px;
}

.middle_container #left {
	float: left;
    width: 200px;          /* left col width */
	background: #93A5C4; 
	padding-bottom: 10px; 
}
.middle_container #right {
	float: right;
	width: 200px;          /* right col width */
	background: #93A5C4;
	padding: 10px 0;
	border-top: 1px solid #666;
}

.middle_container #right h4 {
	margin-bottom: 5px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
#center ul, #center ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
	font-size: 12px;
	font-weight: bold;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	/* background: #8090AB; */
	background: #799CC6;
	color: #000044;

}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #6F7D94;
	color: #FFF;
}
ul.nav_bling {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
}
ul.nav_bling li {
	border-bottom: 1px solid #666; /* this creates the button separation */
	font-size: 12px;
	font-weight: bold;
}
ul.nav_bling a, ul.nav_bling a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	/* background: #8090AB; */
	background: #F00;
	color: #FFF;

}
ul.nav_bling a:hover, ul.nav_bling a:active, ul.nav_bling a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #6F7D94;
	color: #FFF;
}
.announce {
	background-color: #004;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 3px;
	border: none;
	color: #FFF;
}
.announce a:hover, .announce a:active, .announce a:focus {
	color: #FFF;	
}

.announce a, .announce a:visited {
	color: #FFF;
}

div.adrotate {
	height: 325px;
	width: 200px;
	padding: 0;
	margin: 0;
}

div.adrotate div{
	height: 325px;
	width: 200px;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
	display: none;
}


/* -- The center (content) styles -- */
#pix {
	height: 402px;
	margin: auto;
	background-color: #000;
	width: 526px;
}

#pix img {
	height: 376px;
	width: 500px;
	padding: 10px;
	border: 3px solid #93A5C4;
	background-color: #006;
	display: none;
}

#pix img.first {
	height: 376px;
	width: 500px;
	padding: 10px;
	border: 3px solid #93A5C4;
	background-color: #006;
	display: block;
}


/* --The right side-- */
div.rt_align {
	text-align:right;
}
.right_item {
/*	background-color: #99C7FB;	
*/
	background-color: #D0C4B6;
	background-image: url(../images/rt_item_shadow.jpg);
	background-repeat:repeat-x;
	border-bottom: solid #FFF 1px;
}

/* ~~The footer ~~ */
#footer {
	padding: 10px 0;
	background: #6F7D94;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align:left;
	padding-top: 4px;
}

#footer a {
	text-decoration: underline;
	color: #000044;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFFFFF;
}

ul.btm_nav {
/*  background-color: #799CC6; */
	list-style: none;
	overflow: auto;
/*	border-bottom: #799cFF 1px solid;
	border-top: #799CAA 1px solid;
	background-image: url(../images/top_nav_bkgd.jpg);
	background-repeat: repeat-x;
*/
}
ul.btm_nav li {
	float: left;
/*	font-size: 100%;
	font-weight: bold;
*/
}
ul.btm_nav a {
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-decoration: underline;
	color: #000044;
}
ul.btm_nav a:hover, ul.top_nav a:active, ul.top_nav a:focus {
	color: #FFFFFF;
}


#footer a {
	text-decoration: underline;
	color: #000044;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFFFFF;
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*** IE6 Fix ***/
* html #left {
  left: 200px;           /* right col width */
}
.forumtable {
	overflow: auto;
	height: 500px;
}
#hdrnotice2 {
	display: block;
	background: #FFF;
	color:#004;
	height: 40px;
	width: 270px;
	font-size: 12px;
	visibility: visible;
	border-style: solid;
	border-width: 1px;
	border-color: #004 #EEF #EEF #004;
}
#hdrnotice2 a, #hdrnotice a:visited {
	color: #F00;
	font-style: italic;
	font-weight:bolder;
	font-size: 16px;
	text-decoration: underline;
}
#hdrnotice2 a:hover, #hdrnotice a:active, #hdrnotice a:focus {
	color: #F00;
	font-style: italic;
	font-weight:bold;
	font-size: 16px;
	text-decoration: none;
}
