﻿

/* Basic Styles */

body {
	margin: 30px 0 20px 0;
	padding: 0;
	background: #5C5858;
	text-align: justify;
	line-height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

h1, h2,{
	padding: 0;
	margin: 0;
	color: white;
}

h3{
   color: black;

}


p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
	
}

a {
	color: black;
	
}

a:hover {
	text-decoration: none;
	color: #2B3856;
}

#mattblacktabs{
width: 100%;
text-align:center;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

#mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 120px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

#mattblacktabs li{
display: inline;
margin: 0;
}

#mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

#mattblacktabs li a:visited{
color: silver;
}

#mattblacktabs li a:hover, #mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}



/** Style for header starts here */

#header {
	width: 800px;
	height: 230px;
	background: url(images/ballhead copy.jpg) no repeat;
	margin: 0px auto;
	float: center;
	background:   
	
}

#header h1, #header h2 {
	margin: 0px;
	padding: 25px;
	text-transform: uppercase;
	font-family: Impact, Rockwell Extra Bold,Helvetica, sans-serif;
	font-weight: bold;
	color: #153E7E;
	float: center;
}

#header h1 {
	float: center;	
	font-size: 5em;
}

#header h2 {
	float: center;
	font-size: 3em;
}



/** Style for wrapper starts here */

#wrapper {
	width: 840px;
	margin: 0px auto;
	padding: 20px 0;
	background: white url(images/socbac.gif);
	}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
}

#content h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #CCCCCC dashed;
}

#content p {
}

#content a {
	text-decoration: none;
}

#right {
	float: right;
	width: 480px;
	padding: 20px 20px;
	color: black;
}

#right ul {
	margin: 0 3em;
	padding: 0;
	list-style: 
}

#right li {
	margin-bottom: 8px;
	padding-left: 50px; 
	line-height: 17px;
}

#right .post {
}

#left {
	float: left;
	width: 240px;
	padding: 20px 20px;
	background: #348017;
	test 
}


#left ul {
	margin: 15px 0 0 0;
	padding: 0;
	
}

#left li {
	padding-left: 10px;
	}


/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 40px;
	margin: 0px auto;
	padding-top: 18px;
	border-top: 1px solid #444444;
	text-transform: uppercase;
	font-size: 10px;
	color: black;
	
}

#footer .copyright {
	margin: 0px;
	padding-left: 25px;
	text-align: center;
	font-weight: bold;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(images/longroll.gif) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(images/image02.png) no-repeat left 50%;
}

#footer a {
	border-bottom: 1px #E5E5CC dashed;
	text-decoration: none;
	color: #E5E5CC;
}
