@charset "utf-8";
/*css reset */


html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  vertical-align: baseline;
  background: transparent;
}

html {
  background-color: #F5F5F5;
}
body {
  line-height: 1.5em;
  font-family:Tahoma, Geneva, sans-serif;
}
ol, ul {
  list-style-image: none;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 15px;
}


/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

#maincontent a  {color:#BC3605;}
#maincontent a:hover  {color:#BC3605;}
#maincontent a:visited{color:#BC3605;}


/*mainstyle */

#wrapper {
  height: auto;
  width: 1004px;
  margin: 0px auto;
  padding-top: 0px;
}

/* header styles */
#header {
  height: 360px;
  width: 100%;
}

#header .topbar {
  height: 58px;
  width: 100%;
  background-color: #251F24;
}
#header .topbar .address {
  float: left;
  height: auto;
  width: 290px;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: normal;
  color: #FFF;
  padding-top: 20px;
  padding-left: 60px;
}
#header .topbar #navbar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  float: right;
  height: 30px;
  width: 615px;
  padding: 20px 0 0 0 
}
#header .freedombg {
  height: 300px;
  width: 100%;
  background-image: url(../images/freedom_bg.png);
  background-repeat: no-repeat;
  position: relative;
}
#header .freedombg .logo {
  float: left;
  height: 95px;
  margin: -30px 0 0 20px;
}
#header .freedombg .number {
  font-family: "Sans Serif", sans-serif;
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  margin-top:25px;
  margin-bottom:0px;
  margin-right:25px;
  margin-left:0px;
}
#header .freedombg .frontpanel {
  float: left;
  height: 95px;
  margin: -10px 0 0 20px;
  position:relative;
}

#special-event{
	top: 56px;
    height: 216px;
    position: absolute;
    right: 36px;
    width: 254px;
    z-index: 25;
}

#header .freedombg .phone {
  font-family: "Sans Serif", sans-serif;
  font-size: 30px;
  font-weight: bold;
  float: right;
  width: 186px;
  height: 62px;
  margin: 40px 30px 0 0;
  color: #FFF;
  text-align: center;
}
#flashpanel {
  height: 300px;
  width: 980px;
  clear: both;
  margin: 0px auto;
  position: absolute;
  z-index: 5;
  left: 16px;
  top: 114px;
}

/* maincontent area styles */
#maincontent {
  background-image: url(images/body_bg.png);
  background-repeat: repeat;
  width: 964px;
  padding-top: 50px;
  padding-left: 40px;
  margin-top: 12px;
  /*height: 500px;remove*/
    overflow: hidden;/*contain inner float*/
}

#slideShow{
	width:800px;
	height:596px;
	margin:0 auto;
	overflow:hidden;
}

#leftcontent {
  float: left;
  width: 540px;
  padding-bottom: 20px;
  min-height: 1px;
  height:auto;
}

#leftcontent h2 {
  color: #BC3605;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
}


#leftcontent ul li {
	margin-left:15px;
}

#leftcontent ol {
  padding-bottom: 10px;
  list-style-position: inside;
}

#leftcontent h1 {
  color: #666;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
}
#rightcontent {
  float: left;
  height: auto;
  width: 300px;
  margin-left: 40px;
  border-left-width: 1px;
  border-left-style: dotted;
  border-left-color: #666;
  padding-left: 30px;
}


/* Spry accordian styles */
.icons {
  padding-right: 10px;
}
.building {
  padding-bottom: 10px;
}
#footer {
	height: 320px;
	width: 100%;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	clear: both;
}
/*Footer Styles*/

.address_footer {
  float: left;
  height: auto;
  width: 216px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFF;
  padding-top: 10px;
  padding-left: 60px;
}

.phone_footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  float: right;
  width: 186px;
  height: 52px;
  color: #FFF;
  text-align: center;
  margin-right: 45px;
  padding-top: 10px;
}
#footer .copyright {
  clear: both;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  height: 60px;
  width: 240px;
  margin: 0px auto;
  padding-top: 200px;
}

/* standard font styles */
.bold {
  font-weight: bold;
}
.AccordionPanelTab span {
	color: #BC3605;
}
.company {
	color: #BC3605;
}
.bold_company {
  font-weight: bold;
  color: #BC3605;
}
.goals {
  list-style-position: inside;
  list-style-type: disc;
}
.clearboth {
  clear: both;
}

h4 {
  color: #47484A;
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
  padding-bottom: 5px;
}

.testimonial {
  color: #BC3605;
  text-align: center;
  padding: 5px;
}
ul .resources {
  padding-bottom: 10px;
}

/* staff bios styles */

.bio {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #000;
}

#leftcontent #bio_panel {
  background-image: url(images/bio_bg.png);
  background-repeat: no-repeat;
  height: 260px;
  width: 540px;
}

#leftcontent #bio_panel2 {
  background-image: url(images/bio_bg.png);
  background-repeat: no-repeat;
  height: 260px;
  width: 540px;
}

#leftcontent #bio_panel3 {
  background-image: url(images/bio_bg.png);
  background-repeat: no-repeat;
  height: 263px;
  width: 540px;
}

#bio_panel .biopic {
  height: 195px;
  width: 185px;
  float: left;
  padding-top: 30px;
  padding-left: 30px;
}

#bio_panel2 .biopic {
  height: 195px;
  width: 185px;
  float: left;
  padding-top: 30px;
  padding-left: 30px;
}


#bio_panel3 .biopic {
  height: 195px;
  width: 185px;
  float: left;
  padding-top: 30px;
  padding-left: 30px;
}

#bio_panel .panel_content {
  float: left;
  width: 305px;
  min-height: 1px;
  padding-left: 8px;
  padding-top: 34px;
}
#bio_panel2 .panel_content {
  float: left;
  width: 305px;
  min-height: 1px;
  padding-left: 8px;
  padding-top: 34px;
}

#bio_panel3 .panel_content {
  float: left;
  width: 305px;
  min-height: 1px;
  padding-left: 8px;
  padding-top: 34px;
}


.panel_content .btn_contain {
  width: 100%;
  height: 30px;
}

.AccordionPanelContent2 {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	font-weight:bold;
	font-size: 12px;
}

.AccordionPanelTab {
	margin: 0px;
  margin-bottom: 2px;
  margin-top: 5px;
	padding: 2px;
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #808080;
	border-bottom-color: #808080;
	font-weight:bold;
	color: #999;
	font-size: 12px;
}

