/* CSS Document */
#wrapper
	{
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	}
body 
	{
	background-color: #000;
	background-image: url(../images/mainbg.jpg);
	background-position:  top;
	background-repeat: repeat-y;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color : #000;
	margin: 0px;
    }
	/*..........main columns..........*/
	/*..........header logo..........*/
#logo 
	{
	margin-top: 0;
	margin-left: 0;
	height: 120px;
	}
	/*..........header logo end..........*/
#strapline
	{
	position: absolute;
	top: 30px;
	right: 60px;
	width: 300px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	border: 1px solid;
	border-color: #000 #fff #fff #000 ;
	/*-moz-border-radius: 10px;*/
	}
	/*..........end header strapline..........*/
	
#topnav
	{
	position: absolute;
	background-color:#000000;
	top: 150px;
	right:auto;
	left: auto;
	height: 20px;
	display: inline;
	width: 700px;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	}
.centrecolumn 
	{
	background-color: #000;
	background-image: url(../images/mainbg.jpg);
	background-position:  top;
	background-repeat: repeat-y;
	margin-top: 5px;
	color: #fff;
	padding: 3px;
	width: 800px;
	/*border: 1px solid #000000;
	-moz-border-radius: 10px;*/
	}
.content
	{
	background: #fff /*url(images/centerbg.jpg) top repeat-y*/;
	border: 1px solid #fff;
	text-align: center;
	color: #000000;
	right: 20px;
	left: 20px;
	padding: 20px;
	-moz-border-radius: 10px;
	}
.content h1
	{
	color: #000000;
	font-size: 2em;
	}
	
.content h2
	{
	color: #000000;
	font-size: 1.5em;
	}
.listing
	{
	background: #fff /*url(images/centerbg.jpg) top repeat-y*/;
	border: 1px solid #fff;
	text-align: left;
	color: #000000;
	right: 20px;
	left: 20px;
	padding: 20px;
	-moz-border-radius: 10px;
	}
#footer 
	{
	background-color: #000;
	background-image: url(../images/mainbg.jpg);
	background-position:  top;
	background-repeat: repeat-y;
  	color : #fff;
  	font-size: 0.8em;
 	text-align:center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding: 3px;
	width: 600px;
	/*border: 1px solid #000000;
	-moz-border-radius: 10px;*/
  	}
.footcontent
	{
	background: #000;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	right: 20px;
	left: 20px;
	padding: 5px;
	}
.pullquote 
	{
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align:center;
	background: #9A9A9A; 
	margin: 5px;
	padding: 5px;
	border: 1px solid #FF0000;
	height: auto;
	width: 250px;
   	}
.pullquote2 
	{
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-align:center;
	background: url(../images/steel.jpg) top repeat-y; 
	margin: 5px;
	padding: 5px;
	border: 1px solid #FF0000;
	height: auto;
	width: 150px;
   	}
h1  
	{
	font-size: 1.5em;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	}
h2
	{
	font-size: 1em;
	margin-top: 5px;
	color: #000;
	font-weight: bold;
	}
h3 
	{
	font-size: 0.9em;
	margin-top: 5px;
	color: #000;
	font-weight: bold;
	}	
h4 
	{
	font-size: 0.8em;
	margin-top: 5px;
	color: #000;
	font-weight: bold;
	}		
	
/*..........................form css.......................*/
input.txt 
	{
  	color: #000;
  	background-color: #fff;
  	border: 1px inset #00008B;
  	width: 200px;
	}
input.btn 
	{
  	color: #fff;
  	background-color: #fff;
  	border: 1px outset #00008B;
	}
form p 
	{
  	clear: left;
  	margin: 0;
  	padding: 0;
  	padding-top: 5px;
	}
form p label 
	{
  	float: left;
  	width: 30%;
  	font: bold 0.9em Verdana,Arial, Helvetica, sans-serif;
	}
.formcolor
	{
	background-color:#999;
	}
input 
	{
	background-color: #fff;
	font-size: 0.9em;
	font-weight:bold;
	color: #000;
  	width: auto;
	}
textarea
	{
	background-color: #fff;
    font: bold 0.9em Verdana,Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000;
  	width: 200px;
  	border: 1px inset #00008B;
	}
/*..........................form css.......................*/
.eg
	{
	background-color:#FFFFFF;
	border: 1px solid;
	border-color: #ccc #999 #999 #ccc ;
	padding: 5px;
	margin-bottom: 20px;
	}
	/*..........image floats..........*/
.images 
	{
	margin: 10px;
	padding: 5px;
	border: 1px solid #999 ;
	float: left;
	}
.images img
	{
	padding: 5px;
	}	
	
.images2 
	{
	margin: 10px;
	padding: 5px;
	border: 1px solid #999 ;
	float: right;
	}
.images2 img
	{
	padding: 5px;
	}	
.imagcontainer
	{
	text-align: center;
	padding: 5px;
	margin: 20px;
	border: 1px solid #999;
	}
.imagcontainer img
	{
	margin: 5px;
	padding: 5px;
	border: 1px solid #999;
	}
	/*..........end image info..........*/

.contentlist
	{
	list-style:none;
	margin: 5px;
	padding: 0;
	}
.contentlist2
	{
	list-style:none;
	margin: 5px;
	padding: 0;
	line-height: 150%;
	}
.skipnav 
	{
	display:none ;
	}
.header 
	{    
    margin-left: 152px;
	}
   
.logo2
	{
	margin: 10px 80px 10px 0px;
	padding: 15px;
	float: right;
	}
.table
	{
	font-size: 0.9em;
	text-align: center;
	width: 90%;
	}
td 
	{
	text-align:center;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #0000FF;
	}
.contactform
	{
	font-size: 0.8em;
	text-align: center;
	border: 1px solid #FF0000;
	border-spacing: 0;
	}
.form
	{
	/*border: 1px solid #FF0000;*/
	padding: 2px 50px;
	text-align: left;
	}
.odd
	{
	background-color:#fff;
	padding: 5px;
	}
.even
	{
	background-color: #fff;
	padding: 5px;
	}   
.style1 
	{
	color: #fff;
	font-style: italic;
	font-weight: bold;
	}

#sitemap ul
	{
	text-align: left;
	margin-left: 70px;
	margin-right: 50px;
	line-height: 1em;}
.notify 
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	border: thin solid #0000FF;
	padding: 10px;
	width: 200px;
	}
.address
	{
	border: 1px solid #333;
	margin-left: 25%;
	padding: 10px 20px;
	width: 200px;
	}
.address ul
	{	
	list-style: none;
	margin: 0;
	padding: 0;
}
.navList
	{
	list-style: url(../images/listlogo.gif) outside;
	}
.navListBullet
	{
	font-size: 11px;
	width: 200px;
	margin-bottom: 15px;
	}
.small
	{
	font-size:0.8em;
	}
.comments
	{
	border: 1px solid #FF0000;
	padding: 10px;
	margin: 10px;
	font-size: 0.9em;
	}
.played
	{
	color: #006600;
	}
	