/****
Localtone Interactive CSS Stylesheet
by: Justin Grammens
***/

body {
	font-family: Georgia;
	width:800px;
	margin:30px auto;
}

#wrapper {
	margin: 0px auto;
	width:800px;
}

h2 {
	margin-top:3px;
	margin-bottom:3px;
}

#logo {
	float:left;
}
#menu {
	float: left;
	margin-left:50px;
	width:450px;
}

#header {
	width:800px;
}

#content {
	clear:both;
	padding-top:10px;
}

#bio_name {
	background-color:#35270E;color:#EE8220;padding:5px
}

#interactive #wrap {
	width:800px
	float:left;
}

#interactive {
	background-color:#EDD382;
	padding:10px 10px 30px 10px; 
	background-image: url('../images/grad2.png');
	background-repeat: repeat-x;
	background-position: bottom;
	font-size:.8em;
	margin:15px 0px 15px 0px;
	border-top:1px solid #EE8220;
}


#interactive #definition {
	float:left;
	width:400px;
	padding:0px 20px 10px 10px
}
#interactive #people {
	float:left;width:320px
}
#interactive h2 {
	margin-bottom:7px;
}

#footer {
	float:left;
}

#copyright {
	text-align:center;
	width:800px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #aaa
}

#copyright p {
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}

#section_divider {
	background-color: #35270E;
	color: #EE8220;
	padding:10px;
	border-bottom:1px solid #EE8220;
	border-top:1px solid #EE8220;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #35270E;
color: White;
float: left;
border-top:1px solid #EE8220;
border-bottom:1px solid #EE8220

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 6px 1.95em;
background-color: #35270E;
color: #EE8220;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

.portinfo {
	float:left;
	width:400px;
	background-color:#EDD382;
	padding:10px;
	border-bottom:1px solid #EE8220;
	  border-top:1px solid #EE8220;
}

.portimage {
	float:right;
	padding:15px;
}

.portbreak {
	clear:both;
	padding-top: 20px;
}

#break {
  clear:both;
  margin-top: 10px;
  margin-bottom: 0px;
  background-color:#fff;
  color:#fff;
  border:1px solid #fff;
}

a.link, a:visited, a:active, a:hover {
	color:blue;
}

.testimonial_wrapper {
  background: url(../images/b_quote.gif) top left no-repeat;
  background-color: #EDD382;
  border-bottom:1px solid #EE8220;
  border-top:1px solid #EE8220;
  padding: 5px 15px 0px 15px;
  margin:10px 10px 10px 10px;
  width: 275px;
  font-size:.80em;
  float:right;
}

.testimonial {
  background: url(../images/e_quote.gif) bottom right no-repeat;
  padding-bottom: 0px;
}

.testimonial_client {
  margin-top: 0;
  padding:0px 0px 5px 0px
}