@import "menu.css";

html {
  overflow-y: scroll;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #000;
  color: #fff;
  padding-top: 2px;
}

p {
  line-height: 1.4;
  margin-bottom: 1em;
}

a {
  color: #54CB72;
}

img {}

img.left {
  float: left;
  margin-right: 10px;
}

img.right {
  float: right;
  margin-left: 10px;
}

img.no-border {
  border: none;
}

/*******
    Clears
*******/
.header,
.content-wrapper,
.footer {
  clear: both; 
  position: relative;
}

/*******
    Container
*******/
.container {
  width: 865px;
  margin: 0 auto;
  background: url(../images/body-bg.jpg) no-repeat;
  position: relative;
}


.container-inner-1 {}
.container-inner-2 {}
.container-inner-3 {}

/*******
    Header
*******/
.header {
  height: 261px;
}
.header-inner-1 {}
.header-inner-2 {}
.header-inner-3 {}

.header a.logo {
  position: absolute;
  width: 865px;
  height: 215px;
}

.header a.logo h1 {
  margin-left: -5000px;
}

.header .phone-number {
  font-size: 28px;
  position: absolute;
  top: 15px;
  left: 250px;
}
/*******
    Content Wrapper
*******/
.content-wrapper {}
.content-wrapper-inner-1  {
  background: url(../images/content-wrapper-top-bg.png) left top no-repeat;
  padding-top: 20px;
  
}
.content-wrapper-inner-2 {
  background: url(../images/content-wrapper-bottom-bg.png) left bottom no-repeat;
  padding-bottom: 23px;
}
.content-wrapper-inner-3 {
  background: url(../images/content-wrapper-middle-bg.png) repeat-y;
}

.main-content {
  float: left;
  width: 568px;
  margin-right: 12px;
}
.main-content-inner-1 {
  padding: 0 10px 15px 15px;
}
.main-content-inner-2 {}
.main-content-inner-3 {}

.sub-content {
  float: left;
  width: 240px;
}
.sub-content-inner-1 {
  padding: 0 12px;
}
.sub-content-inner-2 {}
.sub-content-inner-3 {}

.news h3,
.testimonial h3 {
  font-weight: normal;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  font-size: 14px;
  background: url(../images/sidebar-h3-bg.png) no-repeat;
}

.title {}
.title-inner-1 {}
.title-inner-2 {}
.title-inner-3 {}
.title h1 {
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  font-size: 14px;
  background: url(../images/title-bg.png) no-repeat;
}

.resource-content {}
.resource-content-inner-1 {}
.resource-content-inner-2 {}
.resource-content-inner-3 {}

/*******
    Calendar
*******/
#calendar .sub-content { display: none; }
#calendar .main-content { width: 808px; } 
#calendar table.calendar { width: 100%; }

/* Added to Calendar Page for Full Content Wrapper */
/* body#calendar .container { background: url(../images/body-bg-no-email.jpg) no-repeat; } */
body#calendar .content-wrapper-inner-1 { background: url(../images/full-content-wrapper-top-bg.png) left top no-repeat; }
body#calendar .content-wrapper-inner-2 { background: url(../images/full-content-wrapper-bottom-bg.png) left bottom no-repeat; }
body#calendar .content-wrapper-inner-3 { background: url(../images/full-content-wrapper-middle-bg.png) repeat-y; }
/* body#calendar  .title h1 { background: url(../images/full-content-title-bg.png) no-repeat; } */

/*******
    Footer
*******/
.footer {
  padding: 25px 5px;
}

.footer-inner-1 {}
.footer-inner-2 {}
.footer-inner-3 {}

.footer a {
  color: #fff;
}

#footer-menu li {
  display: inline;
  margin-right: 8px;
}

#footer-menu ul {
  display: none;
  float: left;
}

.copyright {
  float: right;
  padding-right: 45px;
}

.designed-by {
  padding-right: 45px;
  clear: both;
  text-align: right;
}

/*******
    Home
*******/
#home .container {
  background: url(../images/body-home-bg.jpg) no-repeat;
}

#home .header {
  height: 480px;
}

#home .header a.logo {
  width: 280px;
  height: 150px;
}

#home .main-menu-wrapper {
  position: static;
  bottom: auto;
}

#home #main-menu li {
  position: absolute;
  top: -100px;
  left: -100px;
  /* For Debugging */
  /* -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
  background: #fff;
  */
  background: none;
  border: none;
}

#home #main-menu li a {
  width: 370px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

#home #main-menu li a span.sf-sub-indicator {
  display: none;
}

#home #main-menu ul {
  margin-left: -5000px;
}

#home #main-menu li a span {
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 20px;
  text-transform: uppercase;
}

#home #main-menu li a:hover span {
  font-style: italic;
}

#home #main-menu li.level-1 span {
  background: url(../images/home-nav-ball-bg.png) left center no-repeat;
  padding-left: 25px;
}

#home #main-menu li.index-0 span {  margin-left: 0px; }
#home #main-menu li.index-1 span {  margin-left: 61px; }
#home #main-menu li.index-2 span {  margin-left: 105px; }
#home #main-menu li.index-3 span {  margin-left: 145px; }
#home #main-menu li.index-4 span {  margin-left: 172px; }
#home #main-menu li.index-5 span {  margin-left: 190px; }
#home #main-menu li.index-6 span {  margin-left: 195px; } /* done */
#home #main-menu li.index-7 span {  margin-left: 185px; }
#home #main-menu li.index-8 span {  margin-left: 170px; }

#home #main-menu li.index-0 { left: 220px;  top: 77px;  }
#home #main-menu li.index-1 { left: 220px;  top: 100px; }
#home #main-menu li.index-2 { left: 220px;  top: 134px; }
#home #main-menu li.index-3 { left: 220px;  top: 177px; }
#home #main-menu li.index-4 { left: 220px;  top: 227px; }
#home #main-menu li.index-5 { left: 220px;  top: 281px; }
#home #main-menu li.index-6 { left: 220px;  top: 338px; } /* done */
#home #main-menu li.index-7 { left: 220px;  top: 389px; }
#home #main-menu li.index-8 { left: 220px;  top: 437px; }

#home .newsletter {
  position: absolute;
  top: -220px;
  right: 74px;
  padding: 0 0;
}

#home #newsletter-form .errors {
  position: absolute;
  top: -25px;
  left: -20px;
  padding: 10px;
  width: 188px;
  background: red;
  color: #fff; 
}

/*******
    Newsletter Form
*******/
.newsletter {
  width: 168px;
  padding-top: 15px;
  padding-left: 0;
  padding-bottom: 25px;
  margin: 0 auto;
}

.newsletter-title h3 {
  text-transform: uppercase;
  text-align: center;
}

.newsletter label,
.newsletter input {
  font-size: 12px;
}

.newsletter input {
  background: url(../images/newsletter-input-bg.png) repeat-x;
  border: 1px solid #000;
  padding: 3px 5px;
  width: 155px;
}

.newsletter input.with-js {
  margin-bottom: 6px;
}

.newsletter .submit {
  text-align: center;
}
.newsletter .submit input {
  background: url(../images/newsletter-submit-bg.png) no-repeat;
  width: 113px;
  height: 43px;
  padding: 0;
  margin: 0;
  border: none;
}

#newsletter-form .errors {
  position: absolute;
  top: 0px;
  right: 55px;
  padding: 10px;
  width: 188px;
  background: red;
  color: #fff; 
}

/*******
    Sidebar - News
*******/
.news-item {
  padding-bottom: 1em;
}
.news-item h4 {
  margin: 0;
}

/*******
    FAQ
*******/
.explanation {
  border: 4px outset #fff;
  padding: 0 10px 20px 0;
  text-align: center;
  font-size: 16px;
}

.show-all,
.hide-all {
  padding: 4px 5px;
  background: #54CB72;
  color: #fff;
  border: 2px outset #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.question-toggle {
  color: #54CB72;
  margin-right: 8px;
}

/*******
    Contact Form
*******/
#contact-form td {
  padding: 4px 6px;
  vertical-align: top;
}

#contact-form td.label {
  padding-top: 8px;
  text-align: right;
  font-size: 12px;
}

#contact-form input,
#contact-form textarea {
  border: 1px solid #000;
  padding:3px 5px;
  font-size: 12px;
  background: url(../images/newsletter-input-bg.png) repeat-x;
  border: 1px solid #000;
  padding: 3px 5px;
  width: 155px;
}

#contact-form textarea {
  width: 250px;
  height: 100px;
  background: #F6FAFB url(../images/newsletter-input-bg.png) left bottom repeat-x;
}

#contact-form tr.submit input {
  padding: 4px 5px;
  width: auto;
  background: #54CB72;
  color: #fff;
  border: 1px outset #fff;
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
  cursor: hand;
}

#contact-form tr.submit input:hover {
  background: #fff;
  color: #54CB72;
}
/*******
    Menu
*******/
.main-menu-wrapper {
  position: absolute;
  bottom: -10px;
}

.main-menu-wrapper-inner-1 {
  position: relative;
}
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;;
}
.sf-menu li {}
.sf-menu li li {
	background:		#204F2B;
}
.sf-menu li li li {
	background:		#204F2B;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#358548;
	outline:		0;
}

/*******		Facebook		*******/
  .facebook-photos a,
  .facebook-albums a {
    text-decoration: none;
    font-size: 14px;
    outline: none;
    float: left;
    display: block;
    width: 160px;
    margin: 0 20px 30px 0;
  }

  .facebook-photos img,
  .facebook-albums img {
    width: 160px;
  }
