/*-----------------------------------------
 CSS Document By Sol | sol16@hotmail.co.uk
 Date Jan 2009
-------------------------------------------*/
* {margin: 0px;
   padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/shadow_left.jpg);
	background-repeat: no-repeat;
   }
   
#wrapper {
	font-size: 1.2em;
	margin-left: 20px;/*default txt margin*/
}

#header {
	height: 1px;
	background-image: url(images/header_backg.jpg);
	background-repeat: repeat-x;
}

.stripes {
	background: #333 url(images/stripe.gif);
	height: 6px;
	margin-right: 20px;
}

#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	margin-right: 20px;
	height: 49px;
}

/******************** Top Navigation ************************/

#navcontainer ul
{
	background-color: #036;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 21px 20px 0px 20px;
color: #fff;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
}

/********************* End Top Navigation ***************************/
/********************* Start Universal Navigation ***************************/

.navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}

/********************* End Universal Navigation ***************************/
/************* Start Boxes ****************************/

/******
Inclusive Divs 1) left [for entire page wrapper rename from left]
			   2) sub_left [for left content]
			   3) sub_content [for the middle]
			   4) footer [comes after sub_content]
			   5) right for column [4 with the board thingy] 
*******/
#left {
	background-image: url(images/content_top_bg.jpg);
	background-repeat: repeat-x;
	height: 417px;
	margin-right: 20px;
	padding-left: 0;
	padding-right: 20px;
	padding-top: 40px;
}

#left_close {
	background-image: url(images/shadow_right.jpg);
	background-repeat: no-repeat;
}

#sub_left {width: 30.3%;
           float: left;}
		   
#top_left {position:relative;
           width: 32.3%;
           left:0px;
           float: left;}
		   
#inside {position:absolute;
           width: 32.3%;
           left:326px;
           float: center;}
		   		   
		   		   
#top_right {position:relative;
           width: 30.3%;
           right:0px;
           float: right;}   

#sub_right {width: 40.3%;
            right: 0;
            float: right;}

#sub_content {margin-left: 33.4%;
               margin-right: 33.4%}
			   
#centered {
position: relative;
width: 56%;
left:0;
float: left;}
			
#slip { position: absolute;
	  top: 410px;
	  left: 20px;
	  height: 90px;
	  background-repeat: no-repeat;
	  width: 960px;
	}

#left_topBox {
	height: 45px;
	padding-top: 1px;
	margin-bottom: 35px;
	color: #FFFFFF;
	font-size: 0.9em;
}

#right {
		   position:absolute;
           width: 32.3%;
           left:684px;
           float: right;
}

#radio {
	position: absolute;
	top: 1px;
	left: 720px;
	width: 230px;
	padding-top: 6px;
	height: 50px;
}

#bot_right {
	position: absolute;
	top: 505px;
	left: 480px;
	width: 500px;
	height: 315px;
}

#bot_left {
	position: absolute;
	top: 505px;
	left: 20px;
	width: 460px;
	height: 315px;
}

#bot_video {
    position: relative;
	top: 0;
	left: 0;
	width: 960px;
	height: 450px;
}

#events{
position: relative;
width: 56%;
left:0;
float: left;}

#footer {
	
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}
/************* End Boxes ****************************/



/*#############EDIT#########################*/





/******************** Top Navigation ************************/

#navcontainer ul
{
	background-color: #036;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 21px 20px 0px 20px;
color: #fff;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
}

/********************* End top navigation ***************************/


p {margin-bottom: 15px;
    margin-top: 0px;}

.ingress {margin-bottom: 15px;
    margin-top: 10px;}
	
.sign_up {
	font-weight: bold;
	color: #66FFCC;
}

h1 {
	font-size: 2em;
	padding-top: 50px;
	padding-left: 50px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	padding-left: 50px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 20px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}


a:link {
	color: #6E2B32;
	text-decoration: none;
       border: 0px;
	font-weight: bold;
}     /* unvisited link */
a:visited {
	color: #6E2B32;
	text-decoration: none;
       border: 0px;
	font-weight: bold;
}  /* visited link */
a:hover {
	color: #333333;
	text-decoration: none;
       border: 0px;
	font-weight: bold;
}   /* mouse over link */
a:active {
	color: #006633;
	text-decoration: none;
       border: 0px;
	font-weight: bold;
}   /* selected link */


.img_left {float: left;
            margin-right: 4px;}

 /***************************** sidebar navigation ****************************/
			
.navcontainer {
	width: 246px;
	background-image: url(images/right_navbar_bg.jpg);
	height: 250px;
	padding-top: 74px;
	background-repeat: no-repeat;
}

.navcontainer ul
{
list-style-type: none;
margin-left: 40px;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #FFFFFF;
border-bottom: 1px solid #eee;
	color: #000000;
}

.navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}

.image { border: 0px;}

a:link .image
{ border: 0; }

a:visited .image
{ border: 0; }

a:hover .image
{ border: 0; }

a:active .image
{ border: 0; }





.navcontainer a:hover
{
background-color: #76333A;
color: #fff;
}






#page {
	position: absolute;
	left: 51%;
	margin-left: -300px;
	top: 276px;
	width: 620px;
}

#intro H1 {
	color: white;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

#content {
	background: #eeeeee url(images/content.jpg) repeat-y;
	color: black;
	font-size: 14px;
	padding: 10px;
}
#content TABLE {
	border-collapse: collapse;
	margin: 10px;
}
#content TD {
	border: 1px solid #888888;
	color: black;
	font-size: 14px;
	padding: 4px;
}
#content .tdTitle {
	color: white;
	background-color: #666666;
	font-weight: bold;
	text-align: right;
}
#content .tdBk {
	background-color: #dddddd;
}

.square {
	float: left;
	background: #888888 url(images/bk.jpg);
	color: white;
	border: 1px solid black;
	font-size: 12px;
	width: 140px;
	height: 90px;
}
.square:hover {
	border: 1px solid red;
}
.squareEnd {
	clear: left;
}

#s8 {
	background: white url(images/demo.jpg);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#s8 A {
	color: white;
	text-decoration: none;
}
#s8 A:hover {
	color: black;
	letter-spacing: 2px;
}

