@import "menu.css";

html {
  overflow-y: scroll;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #fbf5e6;
  color: #575757;
}

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

a {
  color: #44b6e6;
}

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;
}
/*******
    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;
  color: #fff;
}

.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;
  color: #fff;
}

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

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

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

.footer a {
  color: #575757;
}

#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: #207c9e;
  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.doc-2 span  {  padding-left: 29px; }
#home #main-menu li.doc-4 span  {  padding-left: 79px; }
#home #main-menu li.doc-5 span  {  padding-left: 125px; }
#home #main-menu li.doc-6 span  {  padding-left: 168px; }
#home #main-menu li.doc-7 span  {  padding-left: 196px; }
#home #main-menu li.doc-8 span  {  padding-left: 214px; }
#home #main-menu li.doc-9 span  {  padding-left: 218px; }
#home #main-menu li.doc-10 span {  padding-left: 210px; }
#home #main-menu li.doc-11 span {  padding-left: 190px; }

#home #main-menu li.doc-2   { left: 225px;  top: 72px;  }
#home #main-menu li.doc-4   { left: 225px;  top: 95px; }
#home #main-menu li.doc-5   { left: 225px;  top: 126px; }
#home #main-menu li.doc-6   { left: 225px;  top: 171px; }
#home #main-menu li.doc-7   { left: 225px;  top: 221px; }
#home #main-menu li.doc-8   { left: 225px;  top: 274px; }
#home #main-menu li.doc-9   { left: 225px;  top: 330px; }
#home #main-menu li.doc-10  { left: 225px;  top: 381px; }
#home #main-menu li.doc-11 {  left: 225px;  top: 427px; }

#home .newsletter {
  position: absolute;
  top: -210px;
  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;
  color: #fff;
}

.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: #44b6e6;
  color: #fff;
  border: 2px outset #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

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

#contact-form tr.submit input {
  padding: 4px 5px;
  width: auto;
  background: #44b6e6;
  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: #44b6e6;
}
/*******
    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: #0f5d78;
}
.sf-menu li {}
.sf-menu li li {
	background:		#43B5E7;
}
.sf-menu li li li {
	background:		#43B5E7;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#358DB3;
	outline:		0;
	color: #fff;
}