/* Layout */
body{
background-image:url(images/graident.jpg);
background-repeat:repeat;
margin:0;
padding-top:20px;
line-height: 1.5em;
background-color:#000;
background-repeat:repeat;
}

b{font-size: 110%;}`
em{color: red;}

a {
	color: #ffcc66;		
}
a:hover {
	color:#FFCC66;
	}

h2 {
font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background-image:url(images/top_header2.gif);
background-repeat:repeat-x;
border-bottom: 2px solid #000000;
height: 125px; /*Height of top section*/
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	font-weight: normal;
	position:absolute;
	left:840px;
	top:65px;
}

#topsection h1{
margin: 0;
padding-top: 11px;
}


#contentcolumn{
float:left; /*Set right margin to RightColumnWidth*/
background-color:#000;
background-image:;
background-repeat:repeat;
width:100%;
}

#leftcolumn{
float:left; /*Set right margin to RightColumnWidth*/
margin-right:450px;
background-color:;
width:450px;
}

#rightcolumn{
float:left; /*Set right margin to RightColumnWidth*/
margin-left:-450px;
background-color:;
width:450px;
}

#textbackground{
	position:relative;
	left:10px;
	top:-14px;
	background-color:;
	width:430px;
	height:300px;
	padding-left:5px;
	padding-top:1px;
	background-image: url(images/background_noglass.png);
	background-repeat:no-repeat;
}


#footer{
clear:left;
width: 100%;
background-image:url(images/subheaderback.jpg);
background-repeat:repeat-x;
text-align: right;
padding: 4px 0;
}

#footer a{
color: #222;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
}

/* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(images/img.php.png) no-repeat bottom right}
    .cssbox{
	position:relative;
	left:10px;
      width:380px !important; /* IE Win = width - padding */ 
	  height:270px;
  
      padding-right:15px; /* use to position the box */
}

    /* set the top-right image */
    .cssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .cssbox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:5px 5px 5px 10px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      margin-right:25px; /* interior-padding right */ 
      padding:0px 0 15px 40px} /* mirror .cssbox_head right/left */

.thumbborder {
	border: 2px;
	margin-right:10px;
	border-color: #FFFFFF;
	border-style: solid;
}

/* hometext */
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	line-height: 16px;
	font-weight: normal;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
.header {
	background-image:url(images/blockdefault1.jpg);
	background-repeat:repeat-x;
	padding-left:5px;
	padding-top:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	}
.headermain {
	padding-left:14px;
	padding-top:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 19px;
	font-weight: bold;
	color: #ffffff;
	}
	
.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cccc99;
	padding-left:10px;
	padding-right:10px;
}
.subheader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height:normal;
	font-weight: bold;
	color:#FFCC66;
	padding-left:0px;
	padding-right:10px;
}
.eventtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#CCCCCC;
	padding-left:10px;
	padding-right:10px;
}
.menuheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height:normal;
	font-weight: bold;
	color:#FFCC66;
	padding-left:0px;
	padding-right:10px;
}
/*events */
.box {
	padding-left:45px;
	}
	
	
/*about*/
.container{
width: 900px; /*Width of main container*/
margin: 10px auto; /*Center container on page*/
}	
	
	
/*contact */
.formtext {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	}
/* ######### CSS for Indented CSS Tabs. ***/


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-bottom: 1px solid darkred; /*darkred border*/
background: black  center center repeat-x;
background-image:url(images/subheadblack.jpg);
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #FFFFFF; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right:; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color:#FFFFFF;
}

.indentmenu ul li a.selected{
color:#FFFFFF !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black center center repeat-x;
background-image:url(images/subheaderback.jpg)
}	
.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
