@import "menu.css";

html, body {
height: 100%;
}

.container,
.container-inner-1,
.container-inner-2,
.container-inner-3 {
  min-height: 100%;
  -height: 100%; /*for ie6 */
}

html {
  overflow-y: scroll;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: url(../images/body-bg.jpg) top center repeat-y;
  color: #000;
  margin: 0 0 0 0;
}

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;
  margin: 0 auto;
  background: url(../images/container-bg.jpg) repeat-y;
  position: relative;
}
.container-inner-1 {
  width: 922px;
  margin: 0 auto;
  background: url(../images/container-inner-1-bg.jpg) repeat-y;
}

.container-inner-2 {
  background: url(../images/container-inner-2-bg.jpg) no-repeat;
}
.container-inner-3 {
  background: url(../images/container-inner-3-bg.jpg) left bottom no-repeat;
}

/*******
    Header
*******/
.header {
  height: 373px;
  width: 800px;
  margin: 0 auto;
}
.header-inner-1 {}
.header-inner-2 {}
.header-inner-3 {}

.header a.logo {
  position: absolute;
  width: 800px;
  height: 290px;
}

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

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

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

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

.news h3,
.testimonial h3 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  height: 30px;
  line-height: 33px;
  padding: 0 10px;
  font-size: 14px;
  background: url(../images/sidebar-h3-bg.png) top right no-repeat;
  text-align: right;
  color: #fff;
}

.title {}
.title-inner-1 {}
.title-inner-2 {}
.title-inner-3 {}
.title h1 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  height: 30px;
  line-height: 33px;
  padding: 0 15px;
  font-size: 14px;
  background: url(../images/title-bg.png) top right no-repeat;
  text-align: right;
  color: #fff;
}

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

/*******
    Calendar
*******/
#calendar .sub-content { display: none; }
#calendar .main-content { width: 797px; } 
#calendar table.calendar { width: 100%; }
#calendar .container-inner-2 {
  background: url(../images/container-inner-2-bg-calendar.jpg) no-repeat;
}

/*******
    Footer
*******/
.footer {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 60px; 
  position: relative;
}

.footer-inner-1 {
  padding: 25px 5px;
}
.footer-inner-2 {}
.footer-inner-3 {

}

.footer a {
  color: #fff;
}

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

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

.copyright,
.address {
  position: absolute;
  left: 20px;
}
.copyright {
  color: #fff;
  bottom: 45px; 
}
.address {
  bottom: 0;
}

.designed-by {
  position: absolute;
  bottom: 40px;
  right: 25px;
}

/*******
    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: 103px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: none;
}

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

.question-toggle {
  color: #C88DC3;
  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: #f2e2f2 url(../images/newsletter-input-bg.png) left bottom repeat-x;
}

#contact-form tr.submit input {
  padding: 4px 5px;
  width: auto;
  background: #C88DC3;
  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: #C88DC3;
}
/*******
    Menu
*******/
.main-menu-wrapper {
  position: absolute;
  top: 307px;
}

.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 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 16px 11px 16px;
	text-decoration:none;
	background: url(../images/nav-divider.jpg) right top no-repeat;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
  font-size:14px;
  letter-spacing:-1px;
}
.sf-menu li {}
.sf-menu li li {
	background:	#4D6483
}
.sf-menu li li li {
	background:	#4D6483
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

.sf-menu a:hover {
  text-decoration: underline;
}

/*******
    Second Level
*******/
.sf-menu ul {
  margin-top: 18px;
}
.sf-menu ul li a {
  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:	#C8D4E3;
  color: #000;
	text-decoration: none;
}
/*******
    Third Level
*******/
.sf-menu ul ul {
  margin-top: 4px;
}

.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*/
}
