/*style sheet for mlb's pages: services.html*/

body {	
	background-color: #996433;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 90%;	
	line-height: 1em;	
	color: #669;
	margin: 0;
	padding: 0;
	text-align: center;
	
}

.hide {
	display: none;
	}




A {
	color: #8C6E41;
}

A:link {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
	color: #ff9733;
}



h1  {
	font-size: 1.2em;
	text-align: right;
	letter-spacing: 2px;
	color: #330;
	}
h2  {
	color: #669;
	font-size: 1.1em;
	text-align: left;
	font-style: italic;
	text-align: right;
	}
h3  {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.0em;	
	color: #8C6E41;
	text-align: left;
	}
h4  {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.0em;	
	color: #333300;
	text-align: center;
	}
	

	
.larger-text {
	font-size: 1.0em; 
	color: #8C6E41;
	font-weight: bold;
	line-height: 1.4em;
	margin-left: 0em;
	}

.tagline {
	font-size: 0.9em; 
	color: #996433;
	font-weight: bold;
	line-height: 1.4em;
	margin-left: 0em;
}

.midsizetext {
font-size: 0.9em; 
	color: #669;
	/*font-weight: bold;*/
	line-height: 1.4em;
	

}

p   {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-left: 2em;
	color: #669
	}

#footer p {
	color: #fff;
	font-size: 0.9em;
	line-height: 1.1em;
	margin-left: 2em;
		}


#indented ul li{
	font-size: 0.9em;
	list-style-type: none;
}

ul li {
	font-size: 0.9em;
	line-height: 1.6em;
	}


#outer
{
width: 960px;
margin: 25px auto;
background-color: #fff;
color: #333;
border: 1px solid black;
line-height: 130%;

}

#header-image
{
	padding: .5em;
	background: url(/images/autumnsplash6.jpg) no-repeat 100%;
	border-bottom: 1px solid #8C6E41;
	height: 124px;
	}



#navbar
{
float: left;
width: 8%;
margin: 0;
padding: 1em;
text-align: left;

}


#navbar ul {
	margin: 0;
	padding: 0;	
}

#navbar ul li {
	list-style-type: none;
	display: block;
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: solid #bfa174 1px; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 1.0em;
}


#main-text
{

margin-left: 180px;
border-left: 1px #ff9733 dotted;
padding: 1em 1em 1em 2em;
width: 38em;
text-align: left;

}

.serviceboxtop
{
float: left;
width: 7.9em;

border-right-style: outset;
border-bottom-style: outset;
border-bottom-color: #894c01;
border-right-color: #894c01;
border-right-width: 1px;
border-bottom-width: 1px;

margin: .1em;
padding: .1em;
background: #ab783a;
height: .7em;
}

.servicebox
{
float: left;
width: 120px;
border: 1px #ff9733 solid;
margin: .2em;
padding: 1px;
background: #ffb356;
height: 18.5em;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.clearboth 
{ clear: both; }



.boxfont A:link {
	color:#669;
}

.boxfont A:hover {
	text-decoration:underline;
	color: #669;
}
.boxfont A:visited {
	color:#669;
	text-decoration: none;
}

.boxcontent {
font-size: 0.9em;
	line-height: 1.4em;
	color: #669;
	border: 1px #330 solid;
	margin: 2px;
	background: #fff;
	padding: .5em 1em .5em 1em;
	height: 14em;
	}



#servicebox1
{
margin-left: 5px;
padding: .5em;
width: 30em;
text-align: left;

}

#servicebox2
{
margin-left: 5px;
padding: .5em;
width: 30em;
text-align: left;

}

#servicebox3
{
margin-left: 5px;
padding: .5em;
max-width: 30em;
text-align: left;


}

#servicebox4
{
	margin-left: 5px;
	padding: .5em;
	max-width: 30em;
	text-align: left;
	

}
#pushpin1 {
position: absolute;
padding: .5em;
margin-left: 6em;
margin-top: .1em;
}

#pushpin2 {
position: absolute;
padding: .5em;
margin-left: 6em;
margin-top: .1em;
}

#pushpin3
{
position: absolute;
padding: .5em;
margin-left: 6em;
margin-top: .1em;
}

#pushpin4
{
position: absolute;
padding: .5em;
margin-left: 6em;
margin-top: .1em;
}


#footer
{
clear: both;
margin: 0;
/*padding: .5em; */
background-color: #ff9733;
border: 1px solid #b08b54;
text-align: left;
}

