@import "menu.css";

html {
  overflow-y: scroll;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #f7f7f7 url(../images/body-bg.jpg) top center repeat-x;
  color: #9a9797;
  margin: 0 0 0 0;
  height: 100%;
}

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

a {
  color: #fff;
}

a.read-more {
  font-weight: bold;
}

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: 1000px;
  height: 100%;
  margin: 0 auto;
  background: url(../images/container-bg.jpg) no-repeat;
  position: relative;
}
.container-inner-1 {}

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

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

.header a.logo {
  position: absolute;
  width: 270px;
  height: 120px;
}

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

.header .phone-number {
  font-size: 28px;
  position: absolute;
  top: 20px;
  right: 40px;
}
/*******
    Content Wrapper
*******/
.content-wrapper {
  width: 1000px;
  margin: 0 auto;
}
.content-wrapper-inner-1  {
  padding: 0 40px 0 16px;
}
.content-wrapper-inner-2 {}
.content-wrapper-inner-3 {}

.main-content {
  float: left;
  width: 742px;
}
.main-content-inner-1 {
  padding: 0 0 0 90px;
}
.main-content-inner-2 {
  padding: 15px;
  background: url(../images/content-transparent-bg.png);
}
.main-content-inner-3 {}

.sub-content {
  float: left;
  width: 200px;
  background: #e7e3e3;
  border: 1px solid #939090;
}
.sub-content-inner-1 {
  padding: 0 12px 12px;
}
.sub-content-inner-2 {}
.sub-content-inner-3 {}

.sub-content a {
    color: blue;
}

.members-only {
  padding: 10px 0 0;
}
.members-only a {
  display: block;
}

.news h3,
.testimonial h3 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 18px;
  color: #8c0303;
}

.title {}
.title-inner-1 {}
.title-inner-2 {}
.title-inner-3 {}
.title h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 24px;
  color: #8c0303;
}

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

.resource-content ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
  margin-bottom: .6em;
}

.resource-content ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 10px;
  margin-bottom: .6em;
}

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

/*******
    Footer
*******/
.footer {
  color: #4c4c4c;
  padding: 0 40px 0 16px;
}

.footer-inner-1 {
  background: url(../images/footer-bg.jpg) repeat-x;
  text-align: center;
  padding: 25px;
}
.footer-inner-2 {}
.footer-inner-3 {}

.footer a {
  color: #4c4c4c;
}

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

#footer-menu li ul {
  display: none;
}

#footer-menu ul {
}

.copyright {
  padding: 10px;
}

.designed-by {
  padding: 0 0 10px;
}

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

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

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

.newsletter input {
  background: #f7f7f7;
  border: 1px solid #999;
  padding: 3px 5px;
  width: 155px;
}

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

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

#newsletter-form .errors {
  position: absolute;
  top: -10px;
  right: 40px;
  padding: 10px;
  width: 181px;
  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: #9B0101;
  color: #fff;
  border: 2px outset #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.question h3 {
  color: #fff;
}

.question-toggle {
  color: #9B0101;
  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 {
  padding:3px 5px;
  font-size: 12px;
  background: #f7f7f7;
  border: 1px solid #999;
  padding: 3px 5px;
  width: 155px;
}

#contact-form textarea {
  width: 250px;
  height: 100px;
}

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

#contact-form tr.submit input:hover {
  background: #fff;
  color: #9B0101;
}
/*******
    Menu
*******/
.main-menu-wrapper {
  position: absolute;
  top: 79px;
  left: 270px;
}

.main-menu-wrapper-inner-1 {
  position: relative;
}

.sf-menu span.before-menu {
  display: block;
  float: left;
  width: 15px;
}
.sf-menu li.last a {
  background: none;
}

.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu a,
.sf-menu li.level-1 a.sf-with-ul {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 11px 9px 14px;
	font-size: 11px;
	text-decoration:none;
	background: url(../images/nav-divider.jpg) right center no-repeat;
  color: #fff;
}

.sf-menu li {}
.sf-menu li li {
	background:	#9B0101;
}
.sf-menu li li li {
	background:	#9B0101;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active,
.sf-menu li.level-1 a.sf-with-ul:hover {
	outline:		0;
	color: #f7f7f7;
}

.sf-menu a:hover,
.sf-menu li.level-1 a.sf-with-ul:hover {
  text-decoration: underline;
}

/*******
    Second Level
*******/
.sf-menu ul {
  margin-top: 18px;
}
.sf-menu ul li a,
ul.sf-menu ul li a.sf-with-ul {
  padding: 10px;
  background: none;
  text-decoration: none;
}
.sf-menu ul .sf-sub-indicator {
  top: 12px;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
  background:	#670101;
	text-decoration: none;
}
/*******
    Third Level
*******/
.sf-menu ul ul {
  margin-top: 4px;
}
 
.sf-menu li.level-1 a.sf-with-ul .sf-sub-indicator {
  display: none;
}

.sf-menu a.sf-with-ul {
  padding-right: 	2.25em;
}

.sf-menu .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			16px;
	background-position: 0 -100px;
	right: .75em;
	width:		  	10px;
	height:			  10px;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}