
body {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	color: #000;
	background: #116ab1 url(../images/bodyBG.jpg) repeat-x top center;
	text-align: left;
}

a:link, a:visited
{
	color: #14586b;
	text-decoration: none;
}
a:hover, a:active
{
	color: #1a00ac;
	text-decoration: none;
}

#follow-us {
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 75px;
}

#follow-us span {
	float: left;
	width: auto;
	height: 30px;
	line-height: 20px;
	padding-right: 9px;
	font-weight:bold;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	letter-spacing:2px;
}
/* BUTTONS */.buttons a, .buttons button{
    display:block;
    float:right;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}/* POSITIVE */button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}/* NEGATIVE */.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


hr 
{
	border: none 0; 
	border-top: 1px solid #808080;/*the border*/
	width: 90%;
	height: 1px;
	
}



h1
{
	text-decoration:none;
	font: bold x-large Tahoma,Geneva,sans-serif;	
	letter-spacing: 0.1px;	
	margin-bottom: 2px;
	color: #0F0061
	text-align: left;
}
h2
{
	text-decoration:none;
	font: bolder large Tahoma,Geneva,sans-serif;
	//font-variant: small-caps;
	letter-spacing: 0.1px;
	//margin-top: 5px;
	margin-bottom: 2px;
	text-align: left;
}
h3
{
	text-decoration:none;
	font: bolder medium Tahoma,Geneva,sans-serif;
	//font-variant: small-caps;
	letter-spacing: 0.1px;
	//margin-top: 5px;
	margin: 0px;
	text-align: left;
}

/*Error*/
div.error
{
   color: #000000;
   text-align: center;
   margin: 0 auto;
   font-size: medium;
   font-style: italic;
   font-family: tahoma, serif; 
   border: thin solid #de3c10; 
   width: 400px; 
   background-color: #ffebef; 
   padding: 0.5cm;
}
div.success
{
   color: #000;
   text-align: center;
   margin: 0 auto;
   font-size: medium; 
   font-family: tahoma, serif; 
   border: thin solid #020065; 
   width: 400px; 
   background-color: #a1d3dc; 
   padding: 0.5cm;
}

#pagewrap
{
	width: 760px;
	margin: 0 auto;
	border-left: solid 0px #00ffff;
    	border-right: solid 0px #00ffff;
    	border-bottom: solid 0px #1097b1;
    	background: #e0e4e7;
	
}

#header
{
	width: 760px;
	height: 125px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../images/header.jpg) no-repeat top left;
	border-left: solid 0px #1097b1;
    	border-right: solid 0px #1097b1;
}

#login
{
	position:absolute;
	right: 5px;
	top: 5px;
	font-size: x-small; 
	font-family: tahoma, serif; 
	text-align: left;
	color: #ffffff;
}

#footer 
{
	background: #09232c url(../images/footerBG.jpg) top center;
	color: #fff;
	heigth: 114px;
	margin: 0 auto;
    	padding-top: 20px;
    	padding-bottom: 10px;
    	text-align: center;
    	font-variant: small-caps;
    	font-size: small;
    	font-weight: bold;
}


#nav 					
{ 
	float:left;    
	position:relative;
    	overflow:hidden;
	margin-top: 84px;
	padding:0;
	/*background-color:#F2FFA8;*/
	width: 760px;
	/*border-bottom: solid 1px #1097b1;*/
}

#nav li 				
{	
	display:inline; 
	padding:0;
	margin:0;		
}

#nav a:link,
#nav a:visited 
{
	color:#fff;
	/*background:#F2FFA8;*/
	padding:10px;
	float:left;
	width:auto;
	/*border-right:1px solid #fff;*/
	/*border-bottom: solid 5px #F2FFA8;*/
	text-decoration:none;
	font: bold 13px Tahoma,Geneva,sans-serif;
	letter-spacing: 0.1px;
	
}

#nav a:hover 
{
	color:#003063;
	background:#e0e4e7;
	border-bottom: solid 5px #ced7de;
}

#sale #nav-sale a,
#home #nav-home a,
#about #nav-about a,
#events #nav-events a,
#news #nav-news a,
#members #nav-members a,
#resources #nav-resources a, 
#results #nav-results a
{
	/*background:#1a00ac;
	color:#fff;
	border-bottom: solid 5px #1097b1;*/
	
}

#sale #nav-sale a:hover,
#home #nav-home a:hover,
#about #nav-about a:hover,
#events #nav-events a:hover,
#news #nav-news a:hover,
#members #nav-members a:hover,
#resources #nav-resources a:hover,
#results #nav-results a:hover
{
	/*background:#1097b1;*/
}

#nav a:active 
{
	/*background:#1097b1;
	color:#fff;
	border-bottom: solid 5px #1097b1;*/
}

#sliderwrap
{
    float:left;
    width:760px;        
    
    overflow:hidden;
    position:relative;
    left: 7px;
    right: 7px;
}

#memwrap5 {
	clear:left;
	float:left;
	width:760px;
	overflow:hidden;	 	
	background:#e0e4e7	/* column 5 background colour */

}
#memwrap4 {
	clear:left;
	float:left;
	width:760px;
	position:relative;
	right:20%;
	background:#e0e4e7 /* column 4 background colour */
	border-right: 1px solid #808080;
}
#memwrap3 {
	clear:left;
	float:left;
	width:760px;
	position:relative;
	right:20%;
	background:#e0e4e7 /* column 3 background colour */
	border-right: 1px solid #808080;
}
#memwrap2 {
	clear:left;
	float:left;
	width:760px;
	position:relative;
	right:20%;
	background:#e0e4e7 /* column 2 background colour */
	border-right: 1px solid #808080;
}
#memwrap1 {
	float:left;
	width:760px;
	position:relative;
	right:20%;
	background:#e0e4e7 /* column 1 background colour */
	border-right: 1px solid #808080;
}
#mem1 {
	float:left;
	width:16%;
	position:relative;
	left:82%;
	overflow:hidden;
	font-size: x-small;
}
#mem2 {
	float:left;
	width:16%;
	position:relative;
	left:86%;
	overflow:hidden;
	font-size: x-small;
}
#mem3 {
	float:left;
	width:16%;
	position:relative;
	left:90%;
	overflow:hidden;
	font-size: x-small;
}
#mem4 {
	float:left;
	width:16%;
	position:relative;
	left:94%;
	overflow:hidden;
	font-size: x-small;
}
#mem5 {
	float:left;
	width:16%;
	position:relative;
	left:98%;
	overflow:hidden;
	font-size: x-small;
}

#content {

	background:#e0e4e7
	width: 760px;
}

td.newsheading
{
	background: url(../images/tickerbg.gif) no-repeat;
	width: 750px;
	color: #000066;
	text-align: left;
	font-variant: small-caps;
	font-style: oblique;
	font-weight: bolder;
 	font-family: arial, sans-serif;
}


td.heading
{
	background-color: #AAD6E2;
	color: #000;
	text-align: left;
	font-variant: small-caps;
	font-style: oblique;
	font-weight: bolder;
 	font-family: arial, sans-serif;
}
td.heading2
{
	background-color: #daf1fa;
	color: #000;
	text-align: left;
	font-variant: small-caps;
	font-style: oblique;
	font-weight: bolder;
 	font-family: arial, sans-serif;
}
td.titlerow
{
 color: #0F0061
 font-variant: small-caps;
 font-size: x-large;
 font-weight: bolder;
 font-family: arial, sans-serif;
 text-align: left;
 border-bottom: thin solid #1097b1
}
td.date
{
	color: #000066;
	text-align: right;
	font-size: xx-small;
	font-style: oblique;
	font-family: arial, sans-serif;
}
td.reports
{
 font-size: medium;
 font-family: arial, sans-serif;
 text-align: left;
 padding: 5px;
}

span.date
{
	color: #000066;
	text-align: right;
	font-size: xx-small;
	font-style: oblique;
	font-family: arial, sans-serif;
}


#headwrap3 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#e0e4e7 /* column 3 background colour */
}
#headwrap2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:33.333%;
	background:#e0e4e7 /* column 2 background colour */
	border-right: 1px solid #808080;
}
#headwrap1 {
	float:left;
	width:100%;
	position:relative;
	right:33.33%;
	background:#e0e4e7 /* column 1 background colour */
	border-right: 1px solid #808080;
}
#head1 {
	float:left;
	width:29.33%;
	position:relative;
	left:68.67%;
	overflow:hidden;
}
#head2 {
	float:left;
	width:29.33%;
	position:relative;
	left:72.67%;
	overflow:hidden;
}
#head3 {
	float:left;
	width:29.33%;
	position:relative;
	left:76.67%;
	overflow:hidden;
}



