/* CSS Document */

body {
	margin: 0;
	text-align: left;
	height: 100%;
	padding: 0;
    background-color: #8D6B2C;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	font-family: arial, lucida console, sans-serif;
	font-size: 12px;
	color: #000;
}

A:link {

text-decoration:none;
font-weight:bold;
color: #544336;

}

A:visited {

text-decoration: none;
font-weight: bold;
color: #544336;
}

A:active {

text-decoration: none;
font-weight: bold;
color: #544336;

}

A:hover { 

text-decoration: underline;
font-weight: bold;
color: #544336;

}

li {

line-height: 16px;
list-style: square;

}


/**************** Structural Elements ****************/

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 940px;
	height: auto;
	}

#folio {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 940px;
	height: auto;
	background: #FFF;
	}

/**************** Site Container ****************/

#site_wrapper {
float: left;
margin: 0;
width: 940px;
height: auto;
padding: 0;

}

/**************** Logo Container ****************/

#logo_strip {
	float: left;
	width: 940px;
	height: auto;
	margin: 0;
	padding: 0;
	}

.logo {
	float: left;
	width: 525px;
	height: 140px;
	margin: 5px;
	padding: 0;
	}

/**************** Top Right Styles ****************/

.topright {
	float: left;
	width: 400px;
	height: auto;
	margin: 25px 0 0 0;
	padding: 0;
	text-align: right;
}

.topright p {
	font-size: 11px;
	color: #b3c3dc;
	margin: 0;
	padding: 0;
	}

.topright a:link {color: #413329;text-decoration: none;font-size: 11px}
.topright a:visited {color: #413329;text-decoration: none;font-size: 11px}
.topright a:hover {color: #413329;text-decoration: underline;font-size: 11px}
.topright a:active {color: #413329;text-decoration: none;font-size: 11px}

.topright_split {
	margin: 0 10px;
	}


#navigation {
	float: left;
	width: 940px;
	height: 30px;
	margin-top:1em;
	padding: 0;
	}
	
/*************** Main Content Wrapper and Area Styles ****************/

#main_content {
	float: left;
	width: 940px;
	height: auto;
	margin-top: 0.5em;
	padding: 0;
	}
	
.header {
	float: left;
  	width: 940px;
	height: 300px;
	font-weight: bold;
}

.baseball {
	float: left;
  	width: 940px;
	height: 600px;
	background-image: url(http://www.gloveinc.com/images/baseball.jpg);
	font-size: 14px;
}

.baseball p {
	font-size: 14px;
	font-weight: bold;
}

.baseball a:link {color: #413329;text-decoration: none;}
.baseball a:visited {color: #413329;text-decoration: none;}
.baseball a:hover {color: #413329;text-decoration: underline;}
.baseball a:active {color: #413329;text-decoration: none;}

.notice {
	font-weight: bold;
	color: red;
}

input {
	background-color: #FFFF66;
	border: solid 1px #85b1de;
	}

textarea {
	background-color: #FFFF66;
	border: solid 1px #85b1de;
	}

.button {
	background-color:#990000;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	}

.transbox  {
  width: 860px;
  height: 525px;
  margin: 30px 35px;
  background-color: #FFF;
  border: 1px solid #000066;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  }
  
 .photos  {
  width: 860px;
  height: 525px;
  margin: 30px 35px;
  background-color: #FFF;
  border: 1px solid #000066;
  }



.nav a, a:visited, a:active{

color: #FFF;
text-decoration:none;
}

.nav a:hover{

color: #B0DAF2;

}

.warning {
	color: red;
	font-size: 12px;
	font-weight: bold;
	
}

/************** Three Column ****************/

#threecol {
	float: left;
	width: 940px;
	min-height: 275px;
	margin-top: 0.5em;
	padding: 0;
	background: #FFF;
	}
	
#threecol a:link {color: #413329;text-decoration: none;}
#threecol a:visited {color: #413329;text-decoration: none;}
#threecol a:hover {color: #413329;text-decoration: underline;}
#threecol a:active {color: #413329;text-decoration: none;}
	
.whoweare {
	float: left;
  	width: 312px;
	color: #000;
	font-size: 16px;
	font-weight: bold;

}

.whatwedo {
	float: left;
  	width: 312px;
	color: #000;
	margin-left: 2px;
	background-image: url(../images/baseball-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;

}

.testimonials {
	float: left;
  	width: 312px;
	color: #000;
	margin-left: 2px;

}

.whoweare p {	
	font-weight: normal;
	line-height: 20px;
	font-size: 11px;
	color: #000;

}

.whatwedo p {	
	font-weight: normal;
	line-height: 20px;
	font-size: 11px;
	color: #000;

}

.testimonials p {	
	font-weight: normal;
	line-height: 20px;
	font-size: 11px;
	color: #000;

}

p.redtext {	
	color: #990000;
	font-weight: bold;
	line-height: 10px;

}

/************** Navigation ****************/




H1 {
	font-size: 30px;
	color: #000066;

}

H2 {
	font-size: 24px;
	color: #000066;

}

/************************* Footer ***********************/

#footer {
clear: left;
width: 940px;
text-align: center;
font-size: 11px;
height: 125px;
margin: 0;
padding: 0;
border-top: 1px solid #000;

}

#footer a:link {color: #413329;text-decoration: none;}
#footer a:visited {color: #413329;text-decoration: none;}
#footer a:hover {color: #413329;text-decoration: underline;}
#footer a:active {color: #413329;text-decoration: none;}


