/*
Designed by: Hector Puig
Date: 8/15/2011

Primary Colors:

dark-green: #5B6313
white: #FFFEFF
*/

body
{
	background:#F3F3CC;
    font-size: 90%;
    font-family: helvetica, georgia, sans-serif;
    line-height: 1.6em;
	text-align: center;
}

a {display:inline;};

ul, li, img
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

#container
{
    text-align: left;
	margin: auto;
  	width: 900px;
/*    background: url(../images/background.jpg) repeat-y; */
    background: url(../images/foutain-pen4b.jpg);
}

#about_container
{
    text-align: left;
	margin: auto;
  	width: 900px;
    background: url(../images/foutain-pen4.jpg);
    
}

#title
{ font-size: 18px;
  font-family: georgia, helvetica, sans-serif;
  text-align: center;
  line-height: .4em;
  color: #5B6313;
  width: 536px;
  height: 85px;
  border-style: solid;
  border-width: thin;
  border-color: black; 
  }
  
#header div
{
  float: left
}

#menu
{ float: left; }

#menu ul
{ font-size: 15px }

#header #bus_card
{
  float: right;
}

#header #slideshow
{
    float: right;
    width: 360;
    height: 205;
}

/*
#slideshow img
{ border-width: medium;
  border-style: solid; }
*/

#tier1
{
overflow: hidden;
width: 100%;
}

#tier1 h2, h3
{ color: #5B6313 }

#tier1 p, ul
{   margin: auto;
	width: 80%;
	padding: .5em 0 .5em .5em;
/*    font-size: 18px; */
    color: #5B6313;
}

#tier2 p, ul
{   margin: auto;
	width: 80%;
	padding: .5em 0 .5em .5em;
    color: #5B6313;
}

#mvv
{ background: url(../images/mvv.jpg);
  height: 265px;
  border-style: solid;
  border-width: thin;
  border-color: black; 
  color: #5B6313;
  padding-left: 20%;
  padding-top: .2em;
  font-size: 18px;
  font-family: times;
}

#content { 
margin-top: 2em;
margin: 2em;
font-family: Tahoma;
color: #5B6313;
}

#content1 { 
margin-top: 2em;
font-family: Tahoma;
font-size: 16px;
width: 60%;
float: left;
}

#side { width: 35%; font-size: 16px; float: left; font-family: Tahoma;}

#heading {
width: 100%;
float: left;
text-align: center;
}

#services { 
margin-left: 200px;
width: 35%; 
float: left; 
line-height: 1.5em; 
}
 
#locations { 
float: left; 
line-height: 1.5em; 
width: 20%
}

#heading h2 { color: #5B6313 }

#services h3 { color: #5B6313 } 
#locations h3 { color: #5b6313 }
#footer
{
    text-align: center;
    font-size: 12px;
    clear: left;
}