/*
-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  December 1, 2007
----------------------------------------------- */


/* Global
----------------------------------------------- */

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
html, body {
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
	
/* Links
----------------------------------------------- */
a:link, #mainTxt a:link, #main a:link  {
	color: #072ea3;
    text-decoration: underline;
	}   
	
a:visited , #mainTxt a:visited, #main a:visited  {
	color: #072ea3;
    text-decoration: underline;
	} 
	
a:hover, #mainTxt a:hover, #main a:hover  {
	color: #60666a;
    text-decoration: none;
	}  
	
a:active, #mainTxt a:active, #main a:active  {
	color: #072ea3;
    text-decoration: underline;
	} 
	
/* Navigation
----------------------------------------------- */
#nav2 {
	padding: 0;
	margin: 0; 
	text-align: right;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
    line-height: 25px;
  	font-weight: bold;
  	padding-right: 20px;
  	vertical-align: top;
  	color: #363e7e;
  	} 	 
  	
 #nav2 a:link,  #nav2 a:visited,  #nav2 a:active  {
  	color: #363e7e;
    text-decoration: none;
  	} 	
  	
#nav2 a:hover  {
  	color: #fff;
    text-decoration: none;
  	} 	 	
	
 #navList{ 
	list-style: none;
 	} 		
	
 #navList li { 
 	padding-left: 10px;
	background-image: url(media/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
 	}
 	 	
#uNav {
	text-align: left;
  	font-family: verdana, helvetica, arial, sans-serif;
  	color: #fff;
  	font-size: 11px;
  	line-height: 20px;
  	font-weight: bold;
  	padding: 10px 0px 0px 10px;
  	margin: 0px;
  	vertical-align: top;
  	background-color:#7f888f;
      height:100%;
  	}
  	
 .uNavItem {
 	display: block;
 	padding-bottom:2px;
 	}
 	
  .uNavItemBottom {
 	display: block;
 	padding-bottom:8px;
 	}	
 	
  .uNavButton {
 	display: block;
 	padding-top: 5px;
	cursor: pointer;
 	}	
 	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 155px; /* Width of Menu Items */
	}
	
.suckerdiv ul li{
	position: relative;
	}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 270px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	text-align: left;
	}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block; 
	overflow: auto; /*force hasLayout in IE7 */
	color: #404d74;
	text-decoration: none;
	background-color: #e4e7e8;
	padding: 1px 5px;
	border-bottom: 0;
	}
	
.suckerdiv ul li li a{
	display: block; 
	overflow: auto; /*force hasLayout in IE7 */
	color: #404d74;
	text-decoration: none;
	background-color: #fff;
	padding: 1px 5px;
	border-bottom: 0;
	}
	

.suckerdiv ul li a:visited{
	color: #404d74;
	}

.suckerdiv ul li a:hover{
	background-color: #363e7e;
	color: #fff;
	}

.suckerdiv .subfolderstyle{
	background: url(media/arrow-list.gif) no-repeat center right;
	}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

	
/***********************************/	
 	
  	  	
	
/* Body 
----------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	background-color: #e4e7e8;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 17px;
  	color: #363e7e;
  	text-align: center;
  	height: 100%;
	}

#container {
	margin: 0 auto;
	width: 801px;
	}
	
#headerBar {
	background-color: #404d74;
	}
	
#headerBarRight {
	padding-right: 10px;
	}		
	
#header {
	margin: 0px;
  	padding: 0px;
  	background-image: url("../media/main-header.gif");
	background-repeat: no-repeat;
	}	
	
#headerRight {
	margin: 0px;
  	padding: 0px;
  	background-image: url("../media/head-bg.gif");
  	background-position: center;
	background-repeat: repeat-x;
	}	
	
#main {
	margin: 0px;
  	padding: 0px;
  	background-color: #e4e7e8;
  	text-align: left;
  	font-size: 11px;
  	line-height: 17px;
  	vertical-align: top;
  	padding-right: 15px;
	}	
	
#mainTxt {
	padding: 10px 20px 10px 10px;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	height:100%;
  	}
	
.adminTxt {
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
}

.genTxt {
	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	}

  
	
#mainRight	{
	background-color:#7f888f;
	}
	
#mainLeft{
	background-color:#acbfe0;
	}
		
	
	
#latestNews {
	margin: 0px;
  	padding: 0px;
  	text-align: left;
  	vertical-align: top;
  	padding-left: 10px;
  	width: 300px;
	}	
	
 #latestNews ul{ 
 	margin: 0px;
  	padding: 0px;
	list-style: none;
 	} 		
	
 #latestNews li{ 
 	padding-left: 15px;
	background-image: url(../media/icon-news.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-bottom: 15px;
	padding-right: 10px;
 	}
 	
 	
#latestNews  a:link, #latestNews a:visited, #latestNews a:active  {
	color: #363e7e;
    text-decoration: underline;
	}    

#latestNews a:hover {
	color: #363e7e;
    text-decoration: none;
	}  
		
.mainHeader {
	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 13px;
  	font-weight: bold;
  	}

#board {
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 17px;
  	color: #363e7e;
  	text-align: left;
	}
	
#form{
	margin: 0px;
  	padding: 0px;
	}		
	
.formTxt{
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 17px;
  	color: #363e7e;
  	text-align: left;
	}	
	
#board td {
	border-bottom: solid 1px #d3d6dd;
	}

ul.custom {
	list-style-type: square;
	}

tr.formRow {
	background-color: #d6dcde
	}

#rightCol {
  	background-color:#7f888f;
  	}
  	
.joinButton {
 	display: block;
 	padding-top: 5px;
	cursor: pointer;
 	}	

/* Footer 
----------------------------------------------- */
#footer {
	background-color: #5c5c5c;
	}	

#foot-a {
	color: #fff;
	font-size:11px;
	padding-left:15px;
	text-align:left;
	}	

#foot-b {
	color: #fff;
	font-size:11px;
	padding-right:16px;
	text-align:right;
	}
		
#foot-b a {
	color: #fff;
    text-decoration: underline;
	}
		
#foot-b a:hover {
	color: #fff;
    text-decoration: none;
	}