/*-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  1 June 2008
----------------------------------------------- */


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

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}

a:link, a:visited, a:active {
	color: #21409a;
    text-decoration: underline;
	}    
	
a:hover {
	color: #21409a;
    text-decoration: none;
	}  
span.required {
	color: red;
	}

	
/* Navigation
----------------------------------------------- */
#mNav {
	margin: 0px;
  	padding: 0px;
  	background-color: #fff;
  	background-image: url("../media/navFade.gif");
	background-repeat: repeat-y;
	width:221px;
	height: 100%;
	text-transform: uppercase;
	}

	
#navcontainer { 
	width: 201px; 
	}

#navcontainer ul {
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	list-style-type: none;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
	}

#navcontainer a {
	display: block;
	padding: 10px 0 10px 5px;
	width: 175px;
	border-bottom: 1px solid #dee3f0;
	}
	
#navcontainer a:link, #navcontainer a:visited {
	color: #21409a;
	text-decoration: none;
	}

#navcontainer a:hover {
	background-color: #21409a;
	color: #fff;
	}	
	
#navcontainer #selected {
	display: block;
	padding: 10px 0 10px 5px;
	width: 155px;
	border-bottom: 1px solid #dee3f0;	
	background-color: #21409a;
	color: #fff;
	}		
	
	
#colLeft {
	padding: 10px 0 0 20px;
	float: right;
	width: 200px;
	text-align: center; 
	}
	
	
/*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: 300px; /*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: #f1f3f9;
	padding: 1px 5px;
	border-bottom: 0;
	border-left: 1px solid #dee3f0;	
	border-right: 1px solid #dee3f0;	

	}
	

.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 
----------------------------------------------- */

html {
	height: 100%
	}

body {
	background-color: #fff;
  	background-image: url("../media/bodyBG.gif");
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 11px;
  	line-height: 15px;
  	color: #474747;
  	text-align: center;
  	height: 100%;
	}

#container {
	margin: 0 auto;
	width: 900px; 
	height: 100%
	}
	
#mainHome {
	margin: 0px;
  	padding: 0px;
  	background-color: white;
  	text-align: left;
  	font-size: 12px;
  	line-height: 16px;
  	vertical-align: top; 
	}	
	
#logoMain {
	position: relative;
	top: -25px;
	}
	
#content {
	margin: 0px;
	padding: 20px 10px 10px 20px;
	}
	
/* Misc.
----------------------------------------------- */	
.imgleft {
	position:relative;
	float:left;
	margin: 0 10px 10px 0;
	}
  
.imgright {
	position:relative;
	float:right;
	margin: 0 0 10px 10px;
	}
	
hr {
  	border: none;
  	background-color: #bec6e6;
  	color: #bec6e6;
  	height: 1px;
}

.mHeader {
	font-size: 18px;
	font-weight: bold;
	color: #f31d1b;
	}
	
.sHeader {
	font-size: 15px;
	font-weight: bold;
	}
		
	
	
.box {
	width: 155px;
	}	
	
.boxMiddle {
	margin: 0px;
	padding: 10px 0 10px 20px;
	background-color: #21409a;
	width: 155px;
	color: #bfcfff;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	}
	
.boxMiddle a:link, .boxMiddle a:visited, .boxMiddle a:active {
	color: #bfcfff;
    text-decoration: underline;
	}    
	
.boxMiddle a:hover {
	color: #fff;
    text-decoration: none;
	}	
	

#Memberize {
	float: right;
	}
	
.login {
	width: 155px;
	}	
	
.loginMiddle{
	margin: 0px;
	padding: 10px 0 10px 20px;
	background-color: #565656;
	width: 155px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	}
	
.loginMiddle a:link, .loginMiddle a:visited, .loginMiddle a:active {
	color: #fff;
    text-decoration: underline;
	}    
	
.loginMiddle a:hover {
	color: #fff;
    text-decoration: none;
	}		
.loginBottom {
	padding: 0 0 20px 0;
	}

.loginTxt {
	font-size: 11px;
	}
	
.newsletter {
	width: 131px;
	padding: 0 0 30px 0;
		margin: 0px;
	}	
	
.newsletterMiddle {
	margin: 0px;
	padding: 10px 0 10px 20px;
	background-color: #21409a;
	width: 131px;
	color: #bfcfff;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	}
	
.newsletter a:link, .newsletter a:visited, .newsletter a:active {
	color: #bfcfff;
    text-decoration: underline;
	}    
	
.newsletter a:hover {
	color: #fff;
    text-decoration: none;
	}		
	
#blog {
	border: solid 1px  #e0e0e0;
	background-color: #fafafa;
	padding: 14px;
	width: 400px;
	font-size: 18px;
	margin-bottom: 25px;
	}
	



/* Footer 
----------------------------------------------- */
#footer {
	color: #fff;
	text-align: center;
	font-size: 13px;
	}	

