/***************************************************
   HTML Element Styles
 ***************************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 30px;
	color: #000;
	background-color: #F6AD5D;
	vertical-align: top;
	align: center;
	border-top-color: #FAA96A;
	border-right-color: #FAA96A;
	border-bottom-color: #FAA96A;
	border-left-color: #FAA96A;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  color: #690;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #60384E;
	margin-left: 5px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #60384E;
}

.title {
  font-size: 20px;
  font-weight: bold;
  color: #690;
  border-left: 5px solid #F90;
  padding-left: 5px;
}

.subtitle {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  border-left: 5px solid #FFF;
  padding-left: 5px;
}

#lpanel .heading {
	background-color: #add690;
	font-size: 12px;
	font-weight: bold;
	color: #60384e;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#lpanel a {
	color: #60384E;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(../images/sara_purple_triangle.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#lpanel a:hover {
	color: #5F854B;
	background-image: url(../images/sara_green_triangle.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

#lpanel b {
	color: #E6E2DD;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
}

a {
	color: #60384e;
	text-decoration: none;
	padding: 0px;
	font-size: 12px;
}

a:hover {
	color: #60384e;
	font-size: 12px;
}

img {
	float: none;
	padding-left: 10px;
	padding-right: 10px;
}

/***************************************************
   Site Layout Containers
 ***************************************************/

#header {
	width: 795px;
	height: 253px;
	margin: 5px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #DDD;
	background-image: url(../images/sara-header-800px.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#title {
	position: absolute;
	top: 393px;
	left: 230px;
	padding: 10px;
	background-color: #AE8E7F;
}

#lpanel {
	position: fixed;
	top: 280px;
	left: 1px;
	margin: 5px;
	padding: 10px;
	background-color: #e6e2dd;
	border: 1px solid #DDD;
	width: 170px;
}

#content {
	width: 597px;
	padding: 10px;
	background-color: #E6E2DD;
	border: 1px solid #DDD;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 208px;

}

#footer {
	width: 800px;
	padding: 10px;
	background-color: #e6e2dd;
	border: 1px solid #DDD;
	text-align: center;
	margin-top: 5px;
	margin-right: 200px;
	margin-bottom: 5px;
	margin-left: 5px;
	top: 1500px;
}
#content #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab style2 style3 style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
}
#content #contact_details2 {
	background-color: #6EBD7A;
}
.acontactform {
	background-color: #add690;
	font-weight: bold;
}
#contact_info {
}

