/* 
  ------------------------------------------------
  Copyright (c) 2008 artKenya.net Ltd.
  www.artkenya.net
  ------------------------------------------------
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	outline: 0;
  	font-size: 100%;
}
body {
	margin: 30px 0 20px 0;
	padding: 0;
	background-color: #EBF6FC;
	background-image: url(../images/page/bg_body.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 100%;
	color: #000000;
	font-family: Verdana, sans-serif;
}
#outerWrapper {
	background-color: #fff;
  	margin: 0 auto 0 auto; 
  	text-align: left; 
  	width: 934px;
	=width: 932px;
}
#outerWrapper #header {
	position: relative;
  	background-color: #ddd;
  	background-image: url(../images/page/bg_top.jpg);
  	background-repeat:no-repeat;
  	height: 143px;
  	border-bottom: solid 0px #666; 
  	padding: 10px 10px 10px 10px; 
}
#logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 550px;
	height: 130px;
	background-image:url(../images/page/logo.gif);
	background-repeat:no-repeat;
	border: 0px solid black;
}
#search {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 7;
	width: 350px;
	height: 25px;
	font-size: 11px;
	color: #4f6372;
	text-align: right;
	border: 0px solid black;
	}
#search div { float: right; }

#search select, #search input
{
	vertical-align: middle;
	font-size: 10px;
	border: 1px solid #b6cad9;
	background-color: #ECF4F9;
	color: #4f6372;
	font-family: Verdana, sans-serif;
}

#search a, #search a:hover, #clubselect a, #clubselect a:hover
{
	color: #4f6372;
	padding-left: 0;
	text-decoration: none;
	background-image: none;
}

#search a:hover, #clubselect a:hover { color: black; text-decoration: underline; }

#search select, #clubselect select { margin-right: 0px; }
#search form, #clubselect form { display: inline; }

#clubselect{
	position: absolute;
	width: 300px;
	height: 23px;
	right: 15px;
	top: 35px;
	z-index: 7;
	font-size: 10px;
	color: #4f6372;
}
#clubselect select {
	vertical-align: middle;
	width: 200px;
	font-size: 10px;
	border: 1px solid #b6cad9;
	background-color: #ECF4F9;
	color: #4f6372;
	font-family: Verdana, sans-serif;
}

#outerWrapper #banner {
  background-color: #fff;
  background-image:url(../images/page/bg_main.jpg);
  background-repeat:no-repeat;
  border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */
  height: 265px;
  margin: 0;
  padding: 0px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper {
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	background-image:url(../images/page/bg_env.jpg);
	background-repeat:repeat-y;
}
/*#outerWrapper #contentWrapper #indexcontent{
	margin: 0 0px 0 0px; 
	padding: 0 0 0 0px;
	width: 0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.4em;
}
*/
#outerWrapper #contentWrapper #content{
	margin: 0 0 0 250px; 
	padding: 0 0 0 0px;
	padding: 20px;
	font-size: 0.8em;
	line-height: 1.4em;
}
#newsbox{
	width: 690px;
	height: auto;
	border: 1px solid #C9D1D7;
	margin: 0px 20px 20px 10px;
	padding: 0px;
}
#newsbox .content{
	padding: 5px 10px 10px 10px;
	font-size: 12px;
	color: #666;
	line-height: 130%;
}
#newsbox .content h2{
	font-size: 16px;
	color: #FF0000;
	text-transform:uppercase;
}
#newsbox .content ul.news {
	margin: 0 0 5px 20px;
	padding: 0;
}
#outerWrapper #contentWrapper #content h1, #outerWrapper #contentWrapper #indexcontent h1{
	font-size: 1.8em;
	color: #003366;
}
#outerWrapper #footer {
  	height: 57px;
	background-color: #fff;
	background:url(../images/page/bg_bottom.png) no-repeat 0 100%;
	border-top: solid 0px #666; /* Sets the top border properties for an element using shorthand notation */
	padding: 5px 15px 0px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 11px;
	color: #506273;
}
#footer a {
	line-height: 54px;
	font-weight: normal;
	color: #506273;
	padding-left: 0;
	background-image: none;
	}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #666666;
}

/* This controls the right hand sidebar in a 2-column layout */

#outerWrapper #contentWrapper #rightColumn1 {
  	background-color: #fff;
  	border-left: solid 0px #666; /* Sets the left border properties for an element using shorthand notation */
  	float: right;
	margin: 0 20px 0 0;
  	padding: 10px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  	width: 190px;
	font-size: 11px;
	line-height: 140%;
	color: #333;
}
#outerWrapper #contentWrapper #rightColumn1 h2 {
	margin: 0;
	padding: 0 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* This controls the left hand sidebar in a 2-column layout */

#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #fff;
  	border-right: solid 0px #666; /* Sets the right border properties for an element using shorthand notation */
  	float: left;
  	margin: 0 0px 0 11px;
  	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  	width: 220px;
	font-size: 11px;
	line-height: 140%;
	color: #333;
}

#outerWrapper #contentWrapper #leftColumn1 h2 {
	margin: 0;
	padding: 0 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}


/* boxes on homepage */
.singlebox {
	width: 648px;
	height: auto;
	background-color: #ffffff;
	margin: 0px 0px 10px 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
	color: #003366;
	border: 10px solid #DEEEF8;
}
.doublebox {
	width: 700px;
	height: auto;
	background-color: #FFffff;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
.boxleft, .boxright {
	display: box;
	width: 295px;
	height: 310px;
	overflow: hidden;
/*	background-image:url(../images/page/bg_box330.gif);
	background-repeat:no-repeat;*/
	margin: 0px 0px 10px 10px;
	padding: 0px 15px 0px 15px;
	font-size: 11px;
	line-height: 1.3em;
	color: #666;
	border: 1px solid #C9D1D7;
}
.boxright {
	float: right;
	margin-left: 0px;
}
.boxleft ul, .boxright ul{
	padding-left: 10px;

}
.boxleft li, .boxright li{
	margin-left: 10px;
	padding-left:10px;
}
.box220wrapper {
	width: 220px;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 0;
}
.box220 {
	width: 200px;
	height: auto;
	background-image:url(../images/page/bg_box220.gif);
	background-position: top;
	background-repeat:no-repeat;
	margin: 0 0 0 0;
	padding: 10px;
	overflow: hidden;
}
.box220btm {
	width: 220px;
	height: 15px;
	background-image:url(../images/page/bg_box220.gif);
	background-position: bottom;
	background-repeat:no-repeat;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;	
}
.box220 h1 {
	margin: 0;
}
.box220midblue {
	width: 220px;
	height: auto;
	background-image:url(../images/page/bg_box220midblue.gif);
	background-position: top;
	background-repeat:no-repeat;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;	
}
.box220midblue a, .box220midblue a:link, .box220midblue a:visited, .box220midblue a:active, .box220midblue a:hover{
	text-decoration: none;
	color: #003366;
	}
.box220midbluebtm {
	width: 220px;
	height: 15px;
	background-image:url(../images/page/bg_box220midblue.gif);
	background-position: bottom;
	background-repeat:no-repeat;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;	
}
.accentbox {
	width: 100%;
	height: auto;
	padding: 5px;
	background-color: #DEEEF8;
	border: 1px dotted #003366;
	color: #003366;
	text-align: center;
}
/************************************************navbar left******************************************/
.navbarleft {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #003366;
}
.navbarleft ul {
	width: 180px;
	margin: 0px auto;
	padding: 0;
}
.navbarleft li {
	height: 25px;
	padding: 10px 0px 0px 10px;
	list-style-image: url(../images/page/arrow_fwd.gif);
	list-style-position: inside;	
	border-bottom: 1px dotted #003366;
}
.navbarleft a:hover {
	color: orange;
}
.sidebarright {
	z-index; 20;
	float: right;
	width: 190px;
	margin: 0 0 10px 10px;
	padding: 10px;
	background-color: #ffffff;
	border-left: 1px dotted #003366;
	font-size: 0.85em;
	line-height: 1.3em;
	border-bottom: 1px dotted #003366;
}


/* Global styles */

.small {
	font-size: x-small;
}
.imageleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.imageright {
	float: right;
	margin-left: 15px;
}
#marquee {
	display: none;
	float: left;
	width: 97%;
	text-align: center;
	height: 30px;
	margin: 0 5px 0px 10px;
	padding: 0px;
}
#marquee1 {
	float: left;
	width: 97%;
	text-align: center;
	height: 30px;
	margin: 0 5px 0px 10px;
	padding: 0px;
}
h1 {
	margin: 0;
	padding: 0 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;

}
h2 {
	margin: 0;
	padding: 10px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003366;
	line-height: 1.5em;
}
h3 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	line-height: 1.4em;
	padding: 10px 0px 10px 0px;
	}
a, a:link, a:visited, a:active {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}
a img  {
	border: none;
}
hr {
	size: 1;
	color: #999;
}
/* table styles */

td, th {
	padding: 3px 5px 3px 5px;
	margin: 1px;
	font-size: 0.8em;
	background-color: #EEF2F5;
	color: #003366;
}
th {
	background-color: #DEEEF8;
	font-weight: bold;
	color: #003366;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/*

#main {
/*	margin: 0;
	padding-top: 5px;
	width: 936px;
	height: auto;
	background: url('../images/page/bg_main.jpg') no-repeat 0 0;
	min-height: 350px;
	_height: 350px;
	border: 0px solid red;
	}
#main a:link {
	color: #669999;
}
#main a:visited {
	color: #333333;
}
#main a:hover {
	color: #000000;
}

#mainsection {
/*	float: left;
	width: 690px;
	height: auto;
	margin: 0;
	padding-left: 0px;
	border: 0px solid green;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}
br .clear {
	margin: 0;
}
.clear10 {
	clear: left;
	margin: 0;
	padding: 10px 0 10px 0px ;
	line-height: 0;
}
.clearleft {
	clear: left;
	margin: 0;
	padding: 10px 0 ;
	line-height: 0;
}
.fltleft {
	float: left;
	margin: 2px 10px 2px 0px;
	border: 1px solid #333;
	padding: 2px;
}
.fltright {
	float: right;
	margin: 2px 0px 2px 10px;
}
strong {
	color: #0066FF
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
*/
