@charset "utf-8";
/* CSS Document */



/*page atributes
=============================================================*/



#wrapper{
margin: 0 auto; 
width:1024px; 
height:auto; 
-moz-border-radius-bottomleft:15px;
-webkit-border-bottom-left-radius:16px;
-moz-border-radius-bottomright:15px;
-webkit-border-bottom-right-radius:16px;
}



#contentwrapper{ 
width:1024px; 
height:inherit; 
}


#body{ 
background-image:url(images/sitebg.jpg);
background-repeat:repeat-x;
background-color:#696969;
}

#header {
width:1024px; 
height:inherit; 
background-color:#696969;
}


/*menu
=============================================================*/

#menu ul{
padding: 0; 
margin: 0; 
width:1024px;  
text-decoration:none; 
list-style-type:none;
}

#menu li{ 

width:1024px; 
float: left; 
text-decoration:none; 
list-style-type:none; 

}

#menu li a{
height:40px;
line-height: 2.5em;
float: left;
padding-left:10px;
padding-right:10px; 
width:1024px;
display: inline; 
text-decoration:none; 
list-style-type:none; 
text-align:left; 
}

#menu li a:hover{

line-height: 2.5em;
color:#CCCCCC; 
list-style-type:none;

 }


/* Hide from IE5-Mac
=============================================================*/

#menu li a	{
float: none;
text-decoration:none;
list-style-type:none; 

}

#menu{
width:1024px;
display:inline; 
text-decoration:none;
list-style-type:none;

}

#menucontainer{
width:1024px;
height:40px; 
padding-top:1px; 
clear:both; 
float:left;

}



/*Home columns
=============================================================*/

#welcomecolumn{ 
width:1024px; 
height:inherit;
background-color:#FFFFFF; 
padding:8px 0px 8px 0px;
margin-top:15px;
-moz-border-radius:10px;
-webkit-border-radius:11px;
float:left; 
clear:both;
}


#content3{ 
width:1024px; 
height:inherit; 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px;
padding-bottom:10px;
-moz-border-radius-bottomleft:15px;
-webkit-border-bottom-left-radius:16px;
-moz-border-radius-bottomright:15px;
-webkit-border-bottom-right-radius:16px;
float:left; 
clear:both;
}

#boardpagewrapper{ 
width:984px; 
height:inherit;
background-color:#FFFFFF;
padding: 20px 20px 20px 20px;
margin-top:15px;
-moz-border-radius:10px;
-webkit-border-radius:11px;
float:left; 
clear:both;
} 

#boardpagecolumn{ 
width:492px; 
height:inherit;
background-color:#FFFFFF;
float:left; 
} 
 
#indexcolumn{ 
width:251px; 
height:370px; 
float:left;
font-size:12px;
background-image:url(images/columnbg.jpg);
background-repeat:no-repeat;
padding: 20px 45px 20px 45px;
-moz-border-radius:10px;
-webkit-border-radius:11px;
clear:right;
}

#column{ 
width:301px; 
height:370px; 
float:left;
font-size:12px;
background-color:#FFFFFF;
padding: 20px 20px 20px 20px;
-moz-border-radius:10px;
-webkit-border-radius:11px;
clear:right;
}

#largecolumn{ 
width:628px; 
height:370px; 
float:left;
font-size:12px;
background-color:#FFFFFF;
margin-right:15px;
padding: 20px 20px 20px 20px;
-moz-border-radius:10px;
-webkit-border-radius:11px;
clear:right;
}


/*index styles
=============================================================*/

.entertext{ 

font-family: Arial, Helvetica, sans-serif; font-size:24px; 
font-weight:bold; 
color:#666666; 
padding-left:70px;
text-decoration:none;
}





/*footerscript
==============================================================*/



#footer	{ 

width:1019px; 
height:40px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:11px;
background-image:url(images/footerbgdefault.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
padding-top:15px; 
padding-left:5px; 
float:left; 

}

/*Fonts
================================================================*/

.h1							{ font-family: Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#5a008d; text-decoration:none;}
.h1white					{ font-family: Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#FFFFFF; text-decoration:none;}
.h2							{ font-family: Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#333333; text-decoration:none;}
.contenttext	 			{ font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#333333; text-decoration:none;}
.menutext	 				{ font-family: Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#FFFFFF; padding-right:7px;}
a							{ font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#5a008d; text-decoration:none;}
a:hover						{ color:#999999; text-decoration:none;}

/* slide menu script
==================================================================*/

	html{
		height:100%;
	}

	.clear{
		clear:both;
	}
	
	#mainContainer{
		width:760px;
		text-align:left;
		margin:0 auto;
		background-color: #FFF;
		border-left:1px solid #000;
		border-right:1px solid #000;
		height:100%;
	}
	
	#topBar{
		width:760px;
		height:100px;
	}
	#leftMenu{
		width:200px;
		padding-left:10px;
		padding-right:10px;
		float:left;
	}
	#mainContent{
		width: 520px;
		padding-right:10px;	
		float:left;
	}
	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
		
	}
	
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;
		

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		background-color:ECECEC;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		width:235px;
			
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #000;
		text-decoration:none;	
		display:block;
		clear:both;
		width:235px;

	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Section Headers */
		margin-top:1px;
		line-height:1.6em;
		font-weight:bold;
		background-image:url(images/boardbropbg.jpg);
		background-repeat:repeat-x;
		color:#FFFFFF;
		-moz-border-radius-topleft:8px;
		-webkit-border-top-left-radius:9px;
		-moz-border-radius-topright:8px;
		-webkit-border-top-right-radius:9px;

	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:blue;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		padding:1px;
	}
	
