/* CSS Document */

* {
 padding: 0;
 margin: 0;
}

html {
	height: 100%; 
}

body {
	margin: 0 auto;
	padding: 0;
	font: bold 11px/1.5em Verdana;
	color: #000000;
	line-height:130%;
	background:#6A747C;
}

div#container{
	margin: 0 auto;
	padding: 0;
	width:774px;
	background:#fff url(../images/container_bg.gif) repeat-y;
}

div#head-container{
	border-bottom:5px solid #34A02C;
	margin:0 7px;
	background:#ffffff;
	height:75px;
}

/* 1st order heading */
h1#banner-spathas span {display: none;}
h1#banner-spathas {
	margin: 0;
	padding:0; 
	width:321px;
	height:71px; 
	background: #ffffff url(../images/spathas-logo.gif) no-repeat;
	text-align:left;
	float:left;
}

h2.headings {
	margin-bottom: 10px;
	padding:3px 5px 4px 5px; 
	background: #34A02C url(../images/heading_bg.gif) repeat-x;
	border:1px solid #1B9540;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
}

div#content-container{
	margin:0 12px;
	padding-top:20px;
	font-weight:normal;
}

div#content-container p{
	padding-bottom:10px;
}

/* Define Main Link Styles */

a.link {
	text-decoration:underline;	
	color: #34A02C;
}

a.unformat{
	color:#000000;
	text-decoration:none;
}


div#left-column{
	float: left;
	width: 543px;
	padding:0 8px;
	padding-bottom:20px;
}

div#right-column{
	float: left;
	width: 180px;
	margin-left:4px;
	padding:0;
	background:#FFFFFF;
}

div.body-text{
	border:1px solid #34A02C;
	padding:5px;
	margin-bottom:15px;
}

ul.dotpoints{
	margin-left:50px;
	list-style-image:url(../images/bullet.gif);
}

div.testimonial{
	background:#EBFCDA;
	margin: 10px;
	padding:5px;
}


div.small-box{
	padding:5px;
	border:1px solid #34A02C;
	background:#EBFCDA;
	margin-bottom:10px;
}

div.small-box img{
	border:1px solid #34A02C;
}

h3{
	margin:0;
	padding-bottom:10px;
	color:#34A12C;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

div#footer
{
	width:774px;
	height:50px;
	clear: both;
	background: #ffffff url(../images/footer_bg.gif) no-repeat bottom center;
	font-weight:normal;
}

/* Define Footer Link Styles */
div#footer a:link {
	text-decoration:underline;	
	color: #34A02C;
}
div#footer a:visited {
	text-decoration:underline;	
	color: #34A12C;
}
div#footer a:hover {
	text-decoration:none;
	background: #34A02C;
	color: #ffffff;
}

div#footer-content{
	margin:0 7px;
	text-align: center;
	border-top: 1px solid #34A02C;
	font-size:9px;
}

div#footer-content p{
	padding-top:8px;
}

/*- Menu --------------------------- */

#tabs {
      width:100%;
      font-size:93%;
      line-height:normal;
	  display:inline;
}
#tabs ul {
	  margin:0;
	  padding:25px 10px 0 0;
	  list-style:none;
}
#tabs li {
      display:inline;
      margin:0;
      padding:0;
	  float:right;
}
#tabs a {
      float:left;
      background:url(../images/buttonleft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}
#tabs a span {
      float:left;
      display:block;
      background:url(../images/buttonright.gif) no-repeat right top;
      padding:20px 12px 18px 6px;
      color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover {
      background-position:0% -50px;
}
#tabs a:hover span {
      background-position:100% -50px;
}

/* ------------- Mitchell Page Rollover ----------------- */
#base-footer {
	margin-top:5px;
	clear: both;
	text-align:center;
	padding-top:5px;
	font-size: 9px;
	margin: 0 auto;
	padding-bottom:20px;
	width: 774px;
	color:#999999;
	line-height:140%;
}
a#mpage img {background: url(../images/mplogooff.gif) top left no-repeat; width: 22px; height: 15px; border:none; margin-bottom:-3px;}
a#mpage:hover img {background: url(../images/mplogoover.gif) top left no-repeat; width: 22px; height: 15px; border:none; margin-bottom:-3px;}
