/*
Copyright 2009 Bay Tek Games 
bay-tek.com About Us page CSS 

$Revision: 1.1 $
*/
.about_toprow {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
color: #336699;
background-image: url(/images/about/about_top_bg.jpg);
}

.about_contentrow {
}


.about_us_content {
	background-image: none;
	background-color: White;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
}

.star_list
{
	list-style-image : url("/images/about/green_star.gif");
	padding-left: 125px;
	vertical-align: middle;
	line-height: 24px
}

.opaque {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=70);					
	-moz-opacity:.70;
	opacity:0.7;	
	background-color: #eeeeee;
}


/*
.about_contentrow {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
color: #336699;
background-image: url(/images/about/grass_bg.jpg);
}


.about_us_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
color: #336699;
background-image: none;
background-color: White;
padding: 3px 3px 3px 3px;
}

.arial12 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.arial12b {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}
*/

/* Override some of the CSS that was putting spacing on the page, we want this to look a bit custom */
	#mainContent {clear: left; padding:0px 25px 0px 0px; line-height: 18px; background-image: url(/images/about/grass_bg.jpg); background-repeat:repeat-y;}
		#mainContent p{font-size:1em;}
		#mainContent .h2_sub { padding:20px 0px 0px 10px; font-size:14px; color:#666666;}
