/*-----------------------------------------------------------------------
//
//	Sage
//
//	by DPI 21 Ltd - http://www.dpi21.com
//
//  Copyright 2008 DPI 21 Ltd. This code cannot be redistributed without
//  permission from http://www.dpi21.com
//
// ---------------------------------------------------------------------
//	Main Style Sheet
// --------------------------------------------------------------------*/

* {
	margin: 0 ;
	padding: 0;
	border: 0;
}

body {
	font: 11px Arial, Helvetica,  sans-serif;
	color: #666666;
	margin: 0;
	background: #D5D6DA;
}

#wrapper, #shadowBottom, #overflow {
	width: 860px;
}

#wrapper {
	background: url(../images/backgrounds/shadowMiddle.jpg) left repeat-y;
	margin: 0px auto;
	padding: 0px 10px 0px 6px;
}

#shadowBottom {
	background: url(../images/backgrounds/shadowBottom.jpg) bottom no-repeat;
	height: 13px;
	margin: -1px auto 0px auto;
	padding: 0px 10px 0px 6px;
}

#overflow {
	background: url(../images/backgrounds/overflow.jpg) repeat-y;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Floats */

#overflow, #column1, #column2, #mainNav, #logo, #quote, #copyHome, #footer ul, #footer {
	float: left;
}

#footer p {
	float: right;
}

#clear {
	clear: both;
}
/* ---------------------------------------------------------------- */

/* @group Column1 // Left Side */

#column1 {
	width: 205px;
}

#logo {
	width: 205px;
	height: 155px;
}

/* @group Main Nav */

/* Root = Vertical, Secondary = Vertical */

#mainNav,
#mainNav li,
#mainNav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 205px; /*For KHTML*/
  list-style: none;
  text-align: center;
}

#mainNav li.link {
	border-bottom: 1px solid #79A99B;
}

#mainNav:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}

#mainNav li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
#mainNav a {
  padding: 11px 6px;
  display: block;
  background: #59927F;
  color: white;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
#mainNav a:hover,
#mainNav li:hover a,
#mainNav li.iehover a {
  background: #79A99B;
}

/* 2nd Menu */
#mainNav li:hover li a,
#mainNav li.iehover li a {
  background: #59927F;
}

/* 2nd Menu Hover Persistence */
#mainNav li:hover li a:hover,
#mainNav li:hover li:hover a,
#mainNavli.iehover li a:hover,
#mainNav li.iehover li.iehover a {
 background: #79A99B;
}

#mainNav ul,
#mainNav ul ul,
#mainNavul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 205px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
#mainNav li:hover ul ul,
#mainNav li:hover ul ul ul,
#mainNav li.iehover ul ul,
#mainNav li.iehover ul ul ul {
  display: none;
}

#mainNav li:hover ul,
#mainNav ul li:hover ul,
#mainNav ul ul li:hover ul,
#mainNav li.iehover ul,
#mainNav ul li.iehover ul,
#mainNavul ul li.iehover ul {
  display: block;
}


/* @end */



/* @end */

/* @group Column 2 // Main Copy */

#column2 {
	width: 655px;
	height: 610px;
}

#column2.couple {
	height: 665px;
	background-image: url(../images/backgrounds/home-bg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

html>body #column2 {
	height: auto;
	min-height: 610px;
}

#quote {
	width: 350px;
	font-size: 24px;
	color: white;
	line-height: 28px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 22px;
}

#copyHome a:link, #copyHome a:active, #copyHome a:visited, #copy a:link, #copy a:active, #copy a:visited {
	color:#666666;
}

#copyHome a:hover, #copy a:hover {
	text-decoration: underline;
}

#copyHome {
	width: 275px;
	padding-top: 30px;
	padding-right: 140px;
	padding-bottom: 30px;
	padding-left: 22px;
}

#copyHome p, #copy p {
	padding: 5px 0px;
	line-height: 15px;
}

#copy {
	padding: 40px 60px 30px 30px;
	font-size: 12px;
}

.caption {
	padding: 15px 30px 20px 20px;
	background: #E9EBEA;
	margin: 5px 0px;
	font-size: 12px;
}

.caption ul {
	padding: 5px 10px;
}

.caption li {
	list-style-image: url(../images/bullet.jpg);
	padding: 2px 0px 2px 0px;
}



/* @end */

/* @group Headings */

h1, h4 {
	font-weight: normal;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 18px;
	padding-bottom: 5px;
}

h3, h4 {
	font-size: 13px;
}

h3 {
	 color: #59927F;
}

/* @end */

/* @group Footer */

#footer {
	width: 820px;
	color: white;
	background: #7968AE;
	padding: 10px 20px 15px 20px;
	font-size: 9px;
	line-height: 14px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: white;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	width: 500px;
}

#footer li {
	display: inline;
}
#footer p {
	width: 280px;
	text-align: right;
}



/* @end */

/* @group Other Styles */

.purple, h1, h2, h4, #copyHome a:hover, #copy a:hover {
	color: #7968AE;	
}

/* @end */
