/* CSS Document */

html { 
	height: 100% 
} 

body {
	margin: 0;
	padding: 0;
	background: url(images/bg_top.gif) repeat-x center top;
	font-family: "lucida grande",arial,helvetica,sans-serif;
	min-height: 101%;
}

/* Layout
---------------------------------------------------------------*/
#frame {
	width:980px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	padding:0;
	text-align:left;
	}

#header {
	margin: 0 0 35px 0;
	position: relative;
	height: 64px;
}

#side-a {
	float: left;
	width: 190px;
}

#side-b {
	float: right;
	width: 160px;
	margin: 25px 0 20px 0;
}

#content { 
	float: left;
}

#content-container { 
	margin: 25px 25px;
	padding: 0;
	width: 568px;
	background: url(images/bg-content.gif) repeat-y top center;
}

#footer {
	height: 23px;
	clear: both;
	background: url(images/bg_footer.gif) repeat-x top center;
	text-align: center;
}


/* Logo Styling 
---------------------------------------------------------------*/

#header img {
	border: 0;
	float: left;
	padding-top: 4px;
}

/* Navigation - 2 Tier
---------------------------------------------------------------*/
#nav, #nav * 		{ 
	list-style:none;
	margin:0;
	padding:0;
	font-size:80%;
}

#nav				{ 
	position:absolute; 
	right: 0;
	top:42px; 
	height:32px; 
}

#nav li 			{ 
	float:left; 
	padding-left:4px; 
	background:url(images/nav_li.gif) no-repeat left top; 
	margin-right:4px;
}

#nav li a 			{ 
	display:block; 
	padding:0 13px 2px 9px; 
	line-height:32px; 
	font-size:1.2em; 
	text-decoration:none;
	color:#fff; 
	background:url(images/nav_a.gif) no-repeat right top;
} 

#nav li:hover,
#nav li.current		{ 
	background:url(images/nav_li_current.gif) no-repeat left top; 
}

#nav li:hover a, 
#nav li.current a	{ 
	background:url(images/nav_a_current.gif) no-repeat right top; 
	color:#422313;  
}

#nav li li	{ 
	display:block; 
	background:none; 
	margin-right:0; 
}

#nav li li a,
#nav li.current li a,
#nav li:hover li a	{ 
	font-size:12px; 
	font-weight: bold;
	color:#fff; 
	padding:0 8px; 
	line-height:20px; 
}

#nav li li a:hover,
#nav li li.current a { 
	text-decoration:underline; 
	color:#fff; 
}


#nav li:hover li a,
#nav li li:hover,
#nav li.current li a,
#nav li li.current 	{ 
	background:none;  
}

#nav li ul 	{ 
	position:absolute; 
	left:-5000px; 
	z-index:1001; 
	width:100%; 
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul 	{ 
	left:-5000px;
}

#nav li:hover ul,
#nav li.current ul	{ 
	left:0; 
	top:32px;
	padding-top:6px;
}


/* Side Navigation
---------------------------------------------------------------*/

#side-a ul {
	margin: 0;
	padding: 10px 0 10px 0;
}

#side-a li.bro-cat {
	margin: 0;
	padding: 4px 0 8px 0;
	list-style-type: none;
}

a.brocat-link  {
	padding-left: 4px;
}

a.brocat-link:link{
  font-size: 12px;
  color: #333;	
  text-decoration:none;
}

a.brocat-link:visited{	
  font-size: 12px;
  color: #666;	
  text-decoration:none;
}

a.brocat-link:hover{	
  font-size: 12px;
  color: #999;	
  text-decoration:underline;
}

a.brocat-link:active{	
  font-size: 12px;
  color: #666;	
  text-decoration:underline;
}

a.brocat-link-selected  {
	padding-left: 4px;
}

a.brocat-link-selected:link{
  font-size: 12px;
  color: #005b95;
  text-decoration: none;
}

a.brocat-link-selected:visited{	
  font-size: 12px;
  color: #005b95;
  text-decoration:none;
}

a.brocat-link-selected:hover{	
  font-size: 12px;
  color: #005b95;	
  text-decoration: none;
}

a.brocat-link-selected:active{	
  font-size: 12px;
  color: #005b95;
  text-decoration: none;
}


#side-a li.nav-line {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 174px;
  height: 1px;
  background: url(images/nav-div.gif) no-repeat; 
}

/* Intro Block
---------------------------------------------------------------*/

#intro-block {
	margin-top:20px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px; 	
}

div.color-bar {
	display: block;
    margin-left: auto;
    margin-right: auto;
  	margin: 6px 0 20px 0;
  	width: 180px;
  	height: 8px;
  	background: url(images/colour-bar.gif) no-repeat; 	
}


/* Sign Up Box
---------------------------------------------------------------*/

div.box-top {
  margin: 0;
  padding: 0;
  width: 184px;
  height: 10px;
  background: url(images/box-a-top.gif) no-repeat bottom center; 
}

div.box-btm {
  margin: 0 0 14px 0;
  padding: 0;
  width: 184px;
  height: 10px;
  background: url(images/box-a-btm.gif) no-repeat top center; 
}

div.box-mid {
  margin: 0;
  padding: 0;
  width: 184px;
  background: url(images/box-a-mid.gif) repeat-y center; 
}

div.box-content {
	margin: 0;
	padding: 0 12px;
}


#b_signup1 {
  display: block;
  width: 162px;
  height: 21px;
  background: url(images/b_signup.gif) no-repeat 0 0;
}

#b_signup1:hover { 
  background-position: 0 -21px;
}

#b_signup1 span {
  display: none;
}



/* Main Images
---------------------------------------------------------------*/

#mainimg1 {
	margin: 0;
	padding: 0;
	width: 568px;
	height: 136px;
	background: url(images/main-pic-01.jpg) no-repeat top center;
}

#mainimg1 p {
	line-height: 20px;
	color: #fff;
	margin: 0;
	padding: 10px 20px 0 20px;
}

#mainimg2 {
	margin: 0;
	padding: 0;
	width: 568px;
	height: 136px;
	background: url(images/main-pic-02.jpg) no-repeat top center;
}

#mainimg3 {
	margin: 0;
	padding: 0;
	width: 568px;
	height: 136px;
	background: url(images/main-pic-03.jpg) no-repeat top center;
}

#mainimg4 {
	margin: 0;
	padding: 0;
	width: 568px;
	height: 136px;
	background: url(images/main-pic-04.jpg) no-repeat top center;
}

#mainimg5 {
	margin: 0;
	padding: 0;
	width: 568px;
	height: 136px;
	background: url(images/main-pic-05.jpg) no-repeat top center;
}

#mainimg6 {
	margin: 0;
	padding: 0;
	width: 568px;
	height: 136px;
	background: url(images/main-pic-06.jpg) no-repeat top center;
}

#mainimg7 {
	margin: 0;
	padding: 0;
	width: 568px;
	height: 136px;
	background: url(images/main-pic-07.jpg) no-repeat top center;
}


#mainimg8 {
	margin: 0;
	padding: 0;
	width: 568px;
	height: 136px;
	background: url(images/main-pic-08.jpg) no-repeat top center;
}

#mainimg9 {
	margin: 0;
	padding: 0;
	width: 568px;
	height: 136px;
	background: url(images/main-pic-09.jpg) no-repeat top center;
}

#mainimg10 {
	margin: 0;
	padding: 0;
	width: 568px;
	height: 136px;
	background: url(images/main-pic-10.jpg) no-repeat top center;
}

#mainimg11 {
	margin: 0;
	padding: 0;
	width: 568px;
	height: 136px;
	background: url(images/main-pic-11.jpg) no-repeat top center;
}

#mainimg12 {
	margin: 0;
	padding: 0;
	width: 568px;
	height: 136px;
	background: url(images/main-pic-books.jpg) no-repeat top center;
}
/* Copy Images
---------------------------------------------------------------*/

img.floatRight { 
    float: right; 	
	margin: 0 0 8px 8px;
	border: #158837 1px solid; 
}

img.floatRightnoB { 
    float: right; 
	margin: 0 0 8px 0;
}

img.floatLeft { 
    float: left; 
	border: #158837 1px solid; 
}


/* Intro 
---------------------------------------------------------------*/

#introbox {
	margin: 0;
	padding: 0;
	width: 518px;
	height: 102px;
	background: url(images/bg-intro.jpg) no-repeat top center;
}

#introbox p {
	line-height: 20px;
	margin: 10px;
	padding: 10px;
}


/* Content Stylings
---------------------------------------------------------------*/

img.cont {
	float: left;
	padding: 2px;
	margin: 3px 14px 8px 0;
	border-color: #999;
	border-style: solid;
	border-width: 1px;
}

div.line {
	margin: 10px 0 10px 1px;
	width: 565px;
	height: 1px;
	background: url(images/line-grn.gif) no-repeat;
}

div.EIF-box-top {
	margin: 0;
	padding: 0;
	width: 157px;
	height: 13px;
	background: url(images/box-157-top.gif) no-repeat bottom center; 
}

div.EIF-box-mid {
	  margin: 0;
	  padding: 0;
	  width: 157px;
	  background: url(images/box-157-mid.gif) repeat-y center;
}

div.EIF-box-btm {
	margin: 0;
	padding: 0;
	width: 157px;
	height: 13px;
	background: url(images/box-157-btm.gif) no-repeat top center; 
}

div.EIF-box-content {
	margin: 0;
	padding: 0 8px;
}

div.EIF-box-content a:link, a:visited, a:active {
	text-decoration: underline;
	color: #158837;
	font-size:12px;
}

div.EIF-box-content a:hover {
	text-decoration: underline;
	color: #1cba35;
}

#tab {
	margin: 0 20px 12px 20px;
}

/* Next Button
---------------------------------------------------------------*/

#b_next
{
  display: block;
  width: 70px;
  height: 25px;
  background: url("images/b_next.gif") no-repeat 0 0;
}

#b_next:hover
{ 
  background-position: 0 -22px;
}

#b_next span
{
  display: none;
}

.floatRight {
	float: right;
	margin: 0 0 15px 0;
}


/* Headers and copy 
---------------------------------------------------------------*/

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #158837;
}

#content-container h1 {
	font-size: 16px;
	font-weight: bold;
	color: #158837;
	margin: 10px 20px 0 20px;
}

#content-container h2 {
	font-size: 14px;
	font-weight: bold;
	color: #bd4c08;
	margin: 10px 20px 0 20px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #bd4c08;
}

h3 {
	margin: 0;
	margin-bottom: 6px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #bd4c08;
	border-bottom: #bd4c08 solid 1px;
}

h3.tip {
	margin: 0;
	margin-bottom: 6px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #158837;
	border-bottom: #158837 solid 1px;
}

h4 {
	margin: 0;
	padding: 0;
	margin-top: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #158837;
}

.intro-color {
	font-size: 16px;
	font-weight: bold;
	color: #216c39;
}

.intro {
	font-size: 14px;
	color: #333;
}

p.box {
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0 0 4px 0;
}

#content-container p {
	margin: 5px 0;
	padding: 5px 20px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

#content-container ul {
	margin-top: -12px;
	padding: 0 20px 0 35px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

#content-container a:link, a:visited, a:active {	
	color: #e49d41;
	text-decoration: underline;
}

#content-container a:hover {
	color: #bd4c08;
	text-decoration: underline;
}


/* Content Links
---------------------------------------------------------------*/

#content-container a.head {
	font-weight:bold;
    color: #bd4c08;
}

#content-container a.head:link{
  font-size: 12px;
  color: #bd4c08;	
  text-decoration:none;
}

#content-container a.head:visited{	
  font-size: 12px;
  color: #bd4c08;	
  text-decoration:none;
}

#content-container a.head:hover{	
  font-size: 12px;
  color: #ecac4e;	
  text-decoration:underline;
}

#content-container a.head:active{	
  font-size: 12px;
  color: #bd4c08;	
  text-decoration:underline;
}

/* Footer copy 
---------------------------------------------------------------*/

div.footer-txt {
	color: #fff;
	font-size: 10px;
	padding-top: 5px;
}

div.footer-txt a:link {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

div.footer-txt a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

div.footer-txt a:hover {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
}

div.footer-txt a:active {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}


/* Form Pages
---------------------------------------------------------------*/

#formtab {
	border: #999 1px solid;
}

.form-txt {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	font-size: 12px;
	color:#333;
}

.form-txt-sml {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color:#333;
}

input {
	color: #666;
	border: 1px solid #999;
}

input.fixed-size {
	color: #666;
	border: 1px solid #999;
	width: 180px;
}

.submit input {
	color: #000;
	background: #e49d41;
	border: 2px outset #e49d41;
}
