﻿body {
    margin: 0;
    padding: 0;
    background-color: #ebebeb;
    background-image: url(../images/background.png);
    background-repeat: repeat-x;
    font-size: 62.5%;
    font-family: Verdana, Arial;
    color: #777777;
}

.container {
    margin: 0 auto;
    width: 980px;
}

.clear {
    clear: both;
}

p {
    font-size: 1.4em;
}

label {
    font-size: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    
    font-family: Trebuchet MS;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    color: #02345f; 
}
h1 {
    font-size: 2.2em;   
}

h2 {
    font-size: 1.4em;  
}


.header-container {
    display: block;
    width: 100%;
    height: 133px;
    margin-top: 20px;
}

.header-left {
    display: block;
    float: left;
    background-image: url(../images/header-left.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 133px;
}

.header-middle {
    display: block;
    float: left;
    background-image: url(../images/header.png);
    background-repeat: repeat-x;
    width: 948px;
    height: 117px;
    padding: 15px 0px 0px 0px;
}

.header-right {
    display: block;
    float: right;
    background-image: url(../images/header-right.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 133px;
}

.logo-container {
    display: block;
    float: left;
    width: 120px;
}

a.logo {
  display: block;
  background-image: url(../images/logo2.png);
  background-repeat: no-repeat;
  width: 116px;
  height: 103px; 
  cursor: pointer; 
}

.title-container {
    display: block;
    float: left;
    width: 600px;
}

.right-container {
    display: block;
    float: right;
    width: 210px;
}

h1.header-title {
   font-size: 3em;
   font-weight: normal;
   margin: 0;
   padding: 45px 0px 0px 20px;
}


.enquiries {
    color: #02335e;
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 1.6em;
    padding-left: 8px;
}

a.members-extranet {
    display: block;
    background-image: url(../images/header-button.png);
    background-repeat: no-repeat;
    width: 185px;
    height: 39px;
    
    color: #02335e;
    font-weight: bold;
    font-size: 1.4em;
    
    margin: 25px 0px 0px 5px;
    padding: 10px 0px 0px 25px;
    text-decoration: none;
    cursor: pointer;
}

a.members-extranet:HOVER {
     text-decoration: underline;
}






.box {
    background-image: url(../images/box.png);
    background-repeat: repeat-y;  
    background-position: left top;
    width: 960px;
    padding: 0px 10px 0px 10px; 
}

.box-top {
    background-image: url(../images/box-top.png);
    background-repeat: no-repeat; 
    background-position: left top;
    width: 980px;
    height: 15px;
}

.box-bottom {
    background-image: url(../images/box-bottom.png);
    background-repeat: no-repeat; 
    background-position: left top;
    width: 980px;
    height: 15px;
}

.footer {
    display: block;
    height: 50px;
    border-top: 1px solid #ebebeb;
    margin: 15px 20px 0px 20px;
    padding-top: 5px;
}

.footer a {
    color: #a18343;
}

.footer a:HOVER {
    color: #765c25;
}


.box-small-left {
    display: block;
    float: left;
    background-image: url(../images/box-small-left.png);
    background-repeat: no-repeat; 
    background-position: left top;
    width: 13px;
    height: 109px;
}

.box-small {
    display: block;
    float: left;
    background-image: url(../images/box-small.png);
    background-repeat: repeat-x; 
    background-position: left top;
    width: 200px;
    height: 109px;
    
    padding: 10px 0px 0px 0px;
}

.box-small-right {
    display: block;
    float: left;
    background-image: url(../images/box-small-right.png);
    background-repeat: no-repeat; 
    background-position: right top;
    width: 13px;
    height: 109px;
}

.box-medium-left {
    display: block;
    float: left;
    background-image: url(../images/box-medium-left.png);
    background-repeat: no-repeat; 
    background-position: left top;
    width: 13px;
    height: 181px;
}

.box-medium {
    display: block;
    float: left;
    background-image: url(../images/box-medium.png);
    background-repeat: repeat-x; 
    background-position: left top;
    width: 200px;
    height: 181px;
    
    padding: 10px 0px 0px 0px;
}

.box-medium-right {
    display: block;
    float: left;
    background-image: url(../images/box-medium-right.png);
    background-repeat: no-repeat; 
    background-position: right top;
    width: 13px;
    height: 181px;
}


.box-dark-left {
    display: block;
    float: left;
    background-image: url(../images/box-dark-left.png);
    background-repeat: no-repeat; 
    background-position: left top;
    width: 14px;
    height: 326px;
}

.box-dark {
    display: block;
    float: left;
    background-image: url(../images/box-dark.png);
    background-repeat: repeat-x; 
    background-position: left top;
    width: 200px;
    height: 326px;
    
    padding: 10px 0px 0px 0px;
    text-align: right;
}

.box-dark-right {
    display: block;
    float: left;
    background-image: url(../images/box-dark-right.png);
    background-repeat: no-repeat; 
    background-position: right top;
    width: 14px;
    height: 326px;
}

.box-dark h2 {
    color: #fff;
}

.box-dark p {
    margin: 0;
    padding: 0;
    margin: 15px 0px 3px 0px;
    color: #fff;
    font-size: 1.1em;
}

.dropdowns {
    border: 1px solid #777777;
}

a.button1 {
    display: block;
    background-image: url(../images/button1.png);
    background-repeat: no-repeat; 
    background-position: left top;
    width: 77px;
    height: 26px;
    
    padding-top: 5px;
    
    color: #023159;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

a.button1:HOVER {
    text-decoration: underline;
}

a.button2 {
    display: block;
    background-image: url(../images/button2.png);
    background-repeat: no-repeat; 
    background-position: left top;
    width: 192px;
    height: 27px;
    
    padding-top: 5px;
    
    color: #023159;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

a.button2:HOVER {
    text-decoration: underline;
}

.textbox {
    border: 1px solid #777777;
    width: 190px;
    margin: 0px 0px 5px 0px
}

a.extranet {
    display: block;
    text-align: center;
    margin: 8px 0px;
    text-decoration: underline;
    color: #fff;
    font-size: 1.4em;
}
a.extranetblue {
    display: block;
    text-align: center;
    margin: 8px 0px;
    text-decoration: underline;
    color: #02335f;
    font-size: 1.4em;
}

a.extranet:HOVER {
    color: #A18343;
}
















/* ---------------------------------------------------- */
/* -----                 Imported                       */
/* ---------------------------------------------------- */


.mainTable
{
	background-color: White;
	width: 930px;
}
.innerContentTable
{
	width: 100%;
	background-color: White;
}

.leftGrad {
	background-image: url(http://www.sweetwoodspark.com/gfx/shadowleft.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 10px
}

.rightGrad {
	background-image: url(http://www.sweetwoodspark.com/gfx/shadowright.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 10px
}

.logo
{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 180px;	
}

.navPadding
{
	padding-left: 70px;
	padding-bottom: 20px;
}

td 
{
	font-family: Arial;
}

.nav
{
	font-family: Arial;
	font-size: 1.3em;
	color: #225893;
	text-decoration: none;
}
.title
{
	font-family: Arial;
	font-size: 1.8em;
	color: #225893;
	text-decoration: underline;
}
.navPlay
{
	font-family: Arial;
	font-size: 1.3em;
	color: #c8ae57;
	text-decoration: none;
}
.leftNav
{
	font-family: Arial;
	font-size: 1.2em;
	color: #669933;
	padding-left: 20px;
	padding-bottom: 10px;
}
.leftNavSeperator
{
	background-color: #4571a9;
	height: 6px;
	width: 180px;
}
.leftNavSmall
{
	font-family: Arial;
	font-size: 0.70em;
	color: #666666;
	padding-left: 9px;
	text-decoration: none;	
}
.leftNavCell
{
	border-right: 1px solid #f3f4ee;
}
.leftNavSmallSeperator
{
	background-color: #f3f4ee;
	height: 1px;
	width: 180px;
}
.leftNavUnselected
{
	width: 4px;
	background-color: #f3f4ee;
}
.leftNavSelected
{
	width: 4px;
	background-color: #4571a9;
}
.leftNavDividor
{
	height: 20px;
}

.nextPreviousButton
{
	font-family: Arial;
	font-size: 2em;
	color: #A18343;
	text-decoration: none;
}

.nextPreviousButton:HOVER {
    color: #765C25;
    text-decoration: underline;
}

.blueSeperator
{
	background-image: url('images/seperatorBar.gif');
	background-repeat: repeat-x;
	height: 39px;
	font-family: Arial;
	font-size: 1.3em;
	color: White;
	padding-right: 10px;
	
}
.blueSeperatorBottom
{
	background-image: url('images/seperatorBarBottom.gif');
	background-repeat: repeat-x;
	height: 8px;
	font-family: Arial;
	font-size: 1.3em;
	color: White;
	padding-right: 10px;
	
}

.step		
{
	font-family: Arial;
	font-size: 1.6em;
	color: #666666;
	height:20px; 
}
.stepTitleBar 
{
	font-family: Arial;
	font-size: 1.3em;
	height: 20px; 
	background-color: #A18343; 
	color: #fff;
	font-weight: bold;
}
.fieldName	
{ 
	font-family: Arial;
	font-size: 1.6em;
	background-color: #C0C0C1; 
}
.fieldText	
{ 
	font-family: Arial;
	font-size: 1.6em;
	background-color: #E0E0E0; 
}
.aspstandard 
{
	font-family: Arial; 
	font-size:1em;
}
.progressBarText	
{ 
	font-family: Arial;
	font-size: 1.6em;
}
.darkGrey
{
	font-family: Arial;
	font-size: 1.6em;
	background-color:#C0C0C1; 
	color:black; 
	cursor:hand; 
	padding-right:13px; 
}

.terms		
{
	font-family: Arial;
	font-size: 0.95em;
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	OVERFLOW: auto; 
	BORDER-LEFT: black 1px solid; 
	WIDTH: 99%; 
	BORDER-BOTTOM: black 1px solid; 
	HEIGHT: 83px; 
	PADDING-LEFT: 5px; 
	color: Black;
}
.termstitle 
{
	FONT-SIZE: 1.20em; 
	FONT-FAMILY: Arial;
}
.termstext  
{
	FONT-SIZE: 1em; 
	FONT-FAMILY: Arial; 
}
.termsmini  
{ 
	font-size: 0.80em; 
	font-family: Arial;
}

.pageText 
{
	color: #787878;
	font-size: 1em;
	font-family: Arial;
}
.text
{
	color: #787878;
	font-size: 1em;
	font-family: Arial;
}
.text
{
	color: black;
	font-size: 1em;
	font-family: Arial;
}

.smalltext
{
	color: #787878;
	font-size: 0.80em;
	font-family: Arial;
}
.textLink
{
	color: #003300;
	font-size: 1em;
	font-family: Arial;
}
.largetext
{
	color: black;
	font-size: 1.2em;
	font-family: Arial;
}
.tabularText 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000;
}

.style2 {font-size: 24px; font-weight: bold; color: #000000; }
.style3 {color: #0000FF}
.style4 {font-size: 21px; font-weight: bold; color: #FF0000; }
.style5 {font-size: 29px; font-weight: bold; color: #0000FF; }
.style6 {font-size: 21px; font-weight: bold; color: #000000; }
.style8 {font-size: 48px; font-weight: bold; color: #FF0000; }
.style10 {font-size: 34px; font-weight: bold; color: #009933; }
.style12 {font-size: 29px; font-weight: bold; color: #009900; }
.style13 {color: #009900}
.style14 {font-size: 21px; font-weight: bold; color: #009900; }
.style15 {font-weight: bold; font-size: 29px;}
.style17 {color: #000000; font-size: 13px;}
.style18 {color: #000000; }
.style19 {color: #006633; }
.style20 {color: #006600; }
.style22 {color: #FF0000; font-family: "times new roman"; font-size: 16px; }
.style24 {font-weight: bold; font-size: 34px; }
.style25 {font-size: 21px}
.style27 {font-size: 13px; }
.style28 {font-size: 16px; }

.smallGap
{
	height: 10px;
}
.largeGap
{
	height: 20px;
}
.visitorsBookHere
{
	padding-right: 10px;
	padding-top: 10px;
}


