/* COLORS */
/* DARK #006600 */
/* MID #669900 */
/* LIGHT #CCFF66 */
/* PALE #CCFF99 */
/* ------------ */
/* LAYOUT */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	font-family: 'Trebuchet MS', Arial, non-serif;
	color: #666;
	font-size: .9em;
	background-color: #fff;
}
.container {
	width: 100%;
	height: 100%;
}
.inner {
	width: 792px;
	height: auto;
}
.header {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}
.navbar {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	text-align: center;
	margin: 0 0 12px 0;
}
.content {
	width: 100%;
	height: 468px;
	float: left;
	text-align: left;
	padding: 12px 0 0 0;
}
.content_left {
	width: 227px;
	height: 468px;
	float: left;
	margin: 3px 0 0 0;
	text-align: center;
}
.left_pic {
	height: auto;
}
.content_right_title {
	width: 541px;
	height: auto;
	float: right;
	text-align: left;
}
.content_right {
	width: 541px;
	height: 468px;
	float: right;
	text-align: left;
	overflow: auto;
}
.footer1 {
	width: 100%;
	height: auto;
	float: left;
	margin: 6px 0 0 0;
	padding: 3px 0 3px 0;
	font-size: .7em;
	text-align: center;
	border-top: solid 1px #999;
}
.footer2 {
	width: 100%;
	height: auto;
	float: left;
	padding: 3px 0 3px 0;
	font-size: .7em;
	text-align: center;
	border-top: solid 1px #999;
}
form {
	margin: 0;
}
/* FORMAT */
h1 {
	font-size: 1.3em;
	color: #006600;
	font-weight: bold;
	margin: 0 0 12px 0;
	text-align: left;
	line-height: normal;
}
h2 {
	font-size: 1.1em;
	color: #006600;
	font-weight: bold;
	margin: 0 0 6px 0;
	text-align: left;
	line-height: normal;
}
h3 {
	font-size: .9em;
	color: #669900;
	font-weight: bold;
	margin: 0 0 6px 0;
	text-align: left;
	line-height: normal;
}
p {
	text-align: left;
	margin: 0 12px 12px 0;
	font-size: .9em;
}
.more {
	font-family: 'Trebuchet MS', Arial, non-serif;
	text-align: left;
	margin: 0 12px 12px 0;
	font-size: .8em;
	font-weight: bold;
	font-style: normal;
}
img {
	border: solid 1px #999;
}
img.graphic {
	border: 0;
}
/* NAVIGATION */
#nav {
	margin-left: auto;
	margin-right: auto;
}
#nav a.nav, #nav a.nav:link, #nav a.nav:visited {
	display: block;
	width: 131px;
	height: 18px;
	background: #006600;
	color: #CCFF66;
	text-decoration: none;
	font-size: .8em;
	text-align: center;
	line-height: 18px;
	border-right: solid 1px #fff;
}
#nav a.nav, #nav a.nav:link, #nav a.nav:visited {
	float: left;
}
#nav a.nav:hover {
	background: #669900;
	color: #CCFF99;
}
#nav a.nav:active {
	background: #006600;
	color: #669900;
}
#nav {
	height: 18px;
}
#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* SIDE NAVIGATION */
div.sidenav {
	width: 227px;
	margin: 6px 0 0 0;
}
a.sidenav, a.sidenav:link, a.sidenav:visited, a.sidenav:active {
	display: block;
	width: 227px;
	height: 16px;
	line-height: 16px;
	background: #fff;
	color: #006600;
	margin-top: 3px;
	text-align: left;
	text-decoration: none;
	text-indent: 1px;
	font-family: 'trebuchet ms', helvetica, arial, non-serif;
	font-size: .8em;
	overflow: hidden;
}
a.sidenav:hover {
	background: #CCFF99;
	color: #006600;
}
span.sidecaption {
	display: block;
	width: 227px;
	height: 16px;
	line-height: 16px;
	background: #669900;
	color: #CCFF66;
	margin-top: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: trebuchet, arial, non-serif;
	font-size: .8em;
	font-weight: bold;
	overflow: hidden;
}
/* LINKS */
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #66CC00;
	text-decoration: none;
}
a:active {
	color: #66CC00;
	text-decoration: none;
}
/* FORM */
form {
	margin: 0;
}
td.label {
	font-size: 0.8em;
}
input {
	border: solid 1px #666666;
	font-size: 0.8em;
	padding: 1px 0 1px 3px;
}
textarea {
	padding: 3px 0 0 3px;
}
/* BOX */
/*div.box_info {
	width: 225px;
	height: auto;
	max-height: 250px;
	margin: 6px 0 0 0;
	padding: 0;
	text-align: center;
	background-image: url('images/box_m.jpg');
	background-position: 50% 0;
	background-repeat: repeat-y;
	text-align: center;
	overflow: hidden;
}
div.box_profile {
	width: 225px;
	height: auto;
	max-height: 360px;
	margin: 6px 0 0 0;
	padding: 0;
	text-align: center;
	background-image: url('images/box_m.jpg');
	background-position: 50% 0;
	background-repeat: repeat-y;
	text-align: center;
	overflow: hidden;
}
p.box {
	width: 201px;
	height: auto;
	margin: 0 0 6px 0;
	text-align: justify;
	line-height: normal;
}
p.box_sig {
	width: 201px;
	height: auto;
	margin: 0 0 6px 0;
	text-align: right;
	font-weight: bold;
	line-height: normal;
}
img.profile {
	float: right;
	margin: 0 0 0 6px;
}
/* TESTIMONIALS */
#ajaxticker1{
width: 386px;
float: right;
height: auto;
border: 0;
padding: 48px 0 0 0;
background-color: #fff;
text-align: center;
font-style: italic;
font-size: .9em;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #fff;
}

.someclass{ //class to apply to your scroller(s) if desired
}
