@charset "utf-8";
* {
	z-index: 10;
}


body, div, h1, h2, h3, h4, h5, img, p, ul, ol, address, form, table, tr, td, th, dl, dt, dd, blockquote {
	position: relative;
	margin: 0;
	padding: 0;
}

body, textarea {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	/*font-size: 80%;*/
}

blockquote {
	margin: 0 0 1em 20px;
	padding-left: 10px;
	font-style:italic;
	font-family: Times, serif;
	border-left: 1px solid #719CD2;
}

h1, h2, h3, h4, h5 {
	
}
h1{
	/*font-size: 2.5em;*/
	font-size:32px;
}
h2{
	/*font-size: 2.0em;*/
	font-size: 24px;
}
h2 a{
	
}
h3{
	/*font-size:1em;*/
	font-size:14px;
	
}
ul{

white-space:normal;
}
ul li{
/*list-style:url(../images/bullet-1.gif);
margin-left: 7px;*/
background:url(../images/bullet-1.gif) top left no-repeat ;
list-style:none;
padding:0 0 0 18px;
}
ul, ol, address, dl {
	/*line-height: 120%;*/
	line-height:18px;
	margin: 1em 0;
	color:#555;
	font-size:13px;
}
p{
	line-height: 1.65em;
	color:#333333;
	font-size:13px;
}
.none,
.print,
.handheld {
	display: none;
}
.email {
	margin-bottom: -3px;
}
.clear {
	clear: both;
}
img {
	border: 0;
}
a {
	cursor: pointer;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
text-decoration: underline;
}
address {
	font-style: normal;
}
.fir {
	font-size: 1em;
	overflow: hidden;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
.fir span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: no-repeat left top;
	display: block;
	top: 0;
}

a:hover.fir span {
	background-position: left bottom;
}

.blue {
	color: #719CD2;
}

form.form br {
	clear: both;
	position: relative;
}
form.form label,
form.form fieldset.radio span {
	position: relative;
	display: block;
	/*width: 6em;*/
	width: 6em;
	float: left;
	text-align: right;
	padding: 0;
	margin: 0 .3em 8px 0;
	font-size:13px;
	color:#555;
}
form.form fieldset.radio {
	display: inline;
	padding: 0;
	margin: 0 0 8px 0; /* Same bottom margin as label */
	border: none;
	position: relative;
}
form.form fieldset.radio label {
	padding: 0;
	margin-right: 6px;
	/* Undo styles above */
	float: none;
	text-align: left;
	width: auto;
	display: inline;
	cursor: pointer;
	clear: none;
	white-space: nowrap;
}
form.form input.text,
form.form select,
form.form textarea,
form.form div.LSD_rte {
	width: 300px;
	/*font-size: 1em;*/
	font-size: 14px;
}

form.form fieldset.radio div {
	width: 300px; /* matches width of input.text */
	margin-left: 6.3em; /* Matches margin and width of label */
}
form.form select {
	width: 305px; /* Add 4 for FF, or 6 for IE, or 5 and call it a day */
}
form.form input.radio {
	cursor: pointer;
}
form.form textarea,
form.form div.LSD_rte {
	margin-bottom: 5px;
}
form ul.errors {
	list-style-type: none;
	padding: .2em .3em;
	margin: .2em .5em 0 6.3em;
	clear: both;
	background: #FFF;
}
form ul.errors li {
	margin: 0;
}
p.notice {
	padding: .2em .3em;
	clear: both;
	background: #FFF;
	border: 1px solid #000;
}
div.LSD_editor {
	margin: 0;
	padding: 0;
	display: inline;
	cursor: pointer;
}
body,html{
	margin: auto;
	text-align: center;
	height: 100%;
	background: url(../images/bg_head-bar.gif) repeat-x top;
}
div.head-bar,
div.body{
	width: 906px;
	margin: auto;
}
div.head-bar{
	height: 87px;
	margin: auto;
}
div.head-bar h1{
	position: absolute;
	top: 13px;
	left: 0px;
}
div.head-bar h1 a,
div.head-bar h1 a img{
	border: 0;
	outline: none;
}

div.head-bar h2{
	position: absolute;
	top: 32px;
	right: 0px;
}

div.nav-bar{
	height: 40px;
	margin:0 auto 0 auto;
	padding:0;
	
}
div.nav-bar ul{
	margin: 6px auto 0 auto;
	padding: 0;
	width: 906px;
}

div.nav-bar ul li{
	float:left;
	height: 34px;
	margin:0;
	padding: 0;
}

div.nav-bar ul li.about_us,
div.nav-bar ul li.solutions,
div.nav-bar ul li.publications,
div.nav-bar ul li.services,
div.nav-bar ul li.calendar,
div.nav-bar ul li.contact_us{
	background: url(../images/bg-tab_normal.jpg) repeat-x;
	padding: 0;
	margin: 0;
	position: absolute;
}

div.nav-bar ul li.home{
	left: 0;
	padding: 0 0 0 0;;
	margin: 0;
	position: absolute;
	background: url(../images/bg-tab_selected.jpg) repeat-x;
}

div.nav-bar ul li.home,
div.nav-bar ul li.home a{
	width: 68px;
	color: #CC9902;
}

div.nav-bar ul li.about_us{
	left: 66px;
}

div.nav-bar ul li.about_us,
div.nav-bar ul li.about_us a{
	width: 92px;
}

div.nav-bar ul li.solutions{
	left: 156px;
}

div.nav-bar ul li.solutions,
div.nav-bar ul li.solutions a{
	width: 167px;
}

div.nav-bar ul li.publications{
	left:321px;
}

div.nav-bar ul li.publications,
div.nav-bar ul li.publications a{
	width:119px;
}

div.nav-bar ul li.services{
	left: 438px;
}

div.nav-bar ul li.services,
div.nav-bar ul li.services a{
	width:133px;
}

div.nav-bar ul li.calendar{
	left: 570px;
}

div.nav-bar ul li.calendar,
div.nav-bar ul li.calendar a{
	width: 97px;
}

div.nav-bar ul li.contact_us{
	left: 665px;
}

div.nav-bar ul li.contact_us,
div.nav-bar ul li.contact_us a{
	width: 110px;
}

div.nav-bar ul li.home a,
div.nav-bar ul li.about_us a,
div.nav-bar ul li.solutions a,
div.nav-bar ul li.publications a,
div.nav-bar ul li.services a,
div.nav-bar ul li.calendar a,
div.nav-bar ul li.contact_us a{	
	display: block;
	line-height: 34px;
	float: left;
	text-align:left;
	font-size: 12px;
}


div.nav-bar ul li.home a{
	background: url(../images/bg-tab_right-select.jpg) no-repeat right;
	
}

div.nav-bar ul li.about_us a,
div.nav-bar ul li.solutions a,
div.nav-bar ul li.publications a,
div.nav-bar ul li.services a,
div.nav-bar ul li.calendar a,
div.nav-bar ul li.contact_us a{
	background: url(../images/bg-tab_normal_right.jpg) no-repeat right;
}

div.nav-bar ul li.home a span{
	display: block;
	background: url(../images/bg-tab_left-select.jpg);
	width: 12px;
	height: 34px;
	float: left;
	margin-right: 5px;
}

div.nav-bar ul li.about_us a span,
div.nav-bar ul li.solutions a span,
div.nav-bar ul li.publications a span,
div.nav-bar ul li.services a span,
div.nav-bar ul li.calendar a span,
div.nav-bar ul li.contact_us a span{
	display: block;
	background: url(../images/bg-tab_normal_left.jpg);
	width: 12px;
	height: 34px;
	float: left;
	margin-right: 5px;
}


div.body{
	clear:both;
	padding-bottom: 16px;
}

div.body div.column_left{
	float: left;
	width: 717px;
	overflow:hidden;
	margin: 0;
	padding: 0;
	text-align: left;
}

div.body div.column_left div.feature_item{
	border: 1px solid #cccccc;
	width: 703px;
	padding: 6px;
	margin: 10px 0 0 0;
}

div.body div.column_left div.feature_item div.joe_marr_and_mike_wynn{
	background: #dfd8c6 url(../images/img_joe_and_mike_wynn.jpg) no-repeat left;
	height: 308px;
}

div.body div.column_left div.feature_item div.joe_marr_and_mike_wynn h1{
	font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #003366;
	margin:0 0 10px 274px;
	padding: 26px 0 0 0;
}

div.body div.column_left div.feature_item div.joe_marr_and_mike_wynn p{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 15px 8px 334px;
	line-height: 20px;
}



div.body div.mission_statement{
	width: 295px;
	margin: 8px 0 0 0;
	color: #707070;
	font-family: "Myrial Pro",Arial, Helvetica, sans-serif;
	float: left;
}

div.body div.mission_statement h3{
	font-size: 18px;
	margin:0 0 0px 0;
}

div.body div.mission_statement p{
	font-size: 13px;
	line-height: 18px;
	margin:0 0 12px 0;
	padding:0 0 0 0;
	white-space: wrap;
	width: 295px;
}

div.body div.social_media,
div.body div.testimony{
	border: 1px solid #cccccc;
	height: 156px;
}

div.body div.social_media{
	float: left;
	
	margin: 12px 0 0 15px;
	padding: 6px;
	width: 112px;
	color: #333;
}
div.body div.social_media p{
	font-size: 13px;
	line-height: 18px;
	margin: 0 14px 4px 14px;
	padding: 2px 0 0 0;
}
/*
div.body div.social_media a.twitter,
div.body div.social_media a.linkin{
position: absolute;
top: 85px;
}


div.body div.social_media a.twitter{
	left: 15px;
}

div.body div.social_media a.linkin{
	right : 10px;
}*/

div.body div.social_media p.icon{
margin:0 14px 0 14px;
padding: 14px 0 24px 0;
}

div.body div.social_media p.icon span{
margin: 0 7px 0 7px;
padding: 0 0 0 0;
}

div.body div.social_media div.gradient_blue{
	background: #fff url(../images/bg_gradient_blue.jpg) repeat-x top;
}

div.body div.testimony{
	float: right;
	
	margin: 12px 0 0 10px;
	width: 255px;
	
	padding: 6px;
}

div.body div.testimony div.testimony_info{
	background: url(../images/bg-testimony.jpg) no-repeat bottom;
	height:157px;
	
}
div.body div.testimony div.testimony_info img {
	position: absolute;
	right: 0;
	bottom: 0;
}
div.body div.testimony div.testimony_info p{
	font-size: 13px;
	line-height: 16px;
	margin: 0 10px 0 10px;
	padding: 0;
	/*line-height: 17px;
	font-weight: bold;*/
}

div.body div.testimony div.testimony_info p.signature{
line-height: 10px;
margin: 15px 10px 0 10px;
line-height: 14px;
font-size: 11px;
}

div.body div.testimony div.testimony_info p.testimonial_box{
	background: url(../images/bg-testimonial_box.jpg) repeat-y;
/*	background:url(../images/bg-more_testimonials.jpg) repeat-y;*/
	margin: 5px 0 0 0px;
	line-height: 16px;
	padding: 0 0 0 10px;
}

div.body div.testimony div.testimony_info p.testimonial_box a{
color: #333;
text-decoration: none;
}

div.body div.testimony div.testimony_info p.testimonial_box a:hover{
text-decoration:underline;
}

div.body div.upcoming_events{
	float: right;
	width: 162px;
	border: 1px solid #cccccc;
	padding:6px;
	margin: 11px 4px 0 0;
	background:#fff;
	text-align: left;
	height: 489px;
}

div.body div.upcoming_events h2{
margin:0 0 14px 0;
}

div.body div.upcoming_events p{
	font-size: 12px;
	margin: 0 8px 16px 12px;
	padding: 8px 0 0 3px;
	white-space: nowrap;
}

div.body div.upcoming_events div.top{
	display: block;
	width: 161px;
	height: 5px;
	background: url(../images/bg-upcoming_event_cap.gif) no-repeat center bottom;
	margin: 0;
	padding: 0;
}

div.body div.upcoming_events div.center{
	border-right: 2px solid #DED8C6;
	border-left: 2px solid #DED8C6;
	background: #ded8c6 url(../images/bg-event.gif) repeat-x center bottom;
	margin: -1px 0 0 0;
	padding: 0 0 0 0;
	white-space: nowrap;
}

div.body div.upcoming_events div.center p{
font-size:11px;
color: #333;
line-height: 14px;
padding: 2px 0 4px 0;
margin: 0 8px 0 10px;
}

div.body div.upcoming_events div.bottom{
	display: block;
	width: 161px;
	height: 6px;
	background: url(../images/bg-upcoming_bottom.gif) no-repeat;
	margin: 0 0 15px 0;
}

div.foot-bar{
	background: #c5cdd7 url(../images/bg_footer.gif) repeat-x top;
	height: 100%;
	text-align: left;
}
div.foot-bar div.foot-bar-info{
	width: 902px;
	margin: auto;
}
div.foot-bar div.foot-bar-info p.links{
	margin: 0 0 0 0;
	padding: 16px 0 0 0;
	font-size: 10px;
}

div.foot-bar div.foot-bar-info p.links span{
	margin: 0 5px 0 5px;
}

div.foot-bar div.foot-bar-info p.links a{
	color: #352F39;
}

div.foot-bar div.foot-bar-info p.copyright{
	margin:0;
	padding: 3px 0 0 0;
	font-size: 10px;
}


