/* CSS Document */
/* Zero down margin and paddin on all elements */
body {
    min-width: 760px;
}

* {
  margin: 0;
  padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}
#wrap {
	max-width: 1200px;
	background: url() repeat-y 70% 0;
	}
#wrap-inner {
	background: url() repeat-y 28% 0;
	}
#header {
	margin: 0;
	padding: 30px 20px;
	background: #369;
	}
#header h2 {
    margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 180%;
	color: #fff;
	text-align: left
	}     
#header h1 {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Black,helvetica,Trebuchet MS", sans-serif;
	font-size: 180%;
	color: #fff;
	}
	#sidebar {
	float: left;
	width: 20%;
	margin-bottom:0em 0em 40em 0em;
	}
	#form {
	color: #369;
	}
	#main-body {
	float:left;
	width: 76%;
	 background: #fff;
	}
	
#content {
	float: right;
	width:66%;
	}
#sidebar-2 {
	float: right;
	width: 24%;
	border-bottom: 10px solid;
	border-color: #fff
			}
#content div, #sidebar div, #sidebar-2 div {
	padding: 20px;
	}
#footer {
	clear: both;
	padding: 5px 10px;
	background: #cc9;
	text-align: center;
	margin: 1em 1em 1em 1em;
	border-bottom: 1px solid;
	border-top-width: 3px;
	}
#signature {
	margin: 0;
	list-style-type: none;
	padding: 10px 20px;
	background: #369;
	font-size: 110%;
	}
#sign {
    float: left;
	margin: 0;
	padding:-20px 20px;
	}
#call {
    float: right;
    margin: 0;
    padding: -20px 20px 15px 20px;
	font-size: .80em;
	    }	
#form { 
    float: left;
	 }  
	   ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: .76em;
}

li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

a {
  display: block;
  width: 200px;
  height: 39px;
  line-height: 39px;
  color: #000;
  text-decoration: none;
  background: #94B8E9 url(images/pixy-rollover.gif) no-repeat left bottom;
  text-indent: 50px;
  text-transform: uppercase;
  font-weight: bold;
}

a:hover, .selected a {
  background-color: #369;
  background-position: right bottom;
  color: #fff;
}

.first a {
  height: 40px;
  line-height: 40px;
}

.style1 {font-family: Geneva, Arial, Helvetica, sans-serif}



