@charset "utf-8";
/* Abbeylane */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FF0;
	background-color: #006766;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/center-back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
} 
.twoColFixLtHdr #header {
	text-align: center;
	padding: 10px 10px 0px 10px;
	margin: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 .gift a {
	font-style: normal;
	color: #FF0;
	font-size: 0.7em;
	font-weight: normal;
}

.twoColFixLtHdr #mainContent {
	margin: 0px 10px 0px 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 0px 20px;
	background-color: #036;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #096;
} 
.twoColFixLtHdr #container #sidebar1 .gift {
	color: #0F0;
	font-size: 1.4em;
}
.red {
	color: #F00;
}


.twoColFixLtHdr #footer {
	background-image: url(../images/footer-image.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 80px;
} 
.twoColFixLtHdr #footer hr {
	margin-top: 0px;
	color: #333;
}
.twoColFixLtHdr #footer p {
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.twoColFixLtHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 100px;
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	padding-top: 0px;
	padding-left: 50px;
	color: #C00;
	margin: 0px;
}
.twoColFixLtHdr #container #header p {
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #009;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #header h2 {
	padding-top: 5px;
	padding-left: 540px;
	color: #FF0;
	margin: 0px;
	padding-right: 10px;
	line-height: 1em;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent #nav {
	width: 685px;
	margin: 0px;
	background-color: #033;
	text-align: center;
	padding: 0px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent #nav li{
	display: inline;
	list-style-type: none;
	padding: 0 3px;
	color: #090;
}
.twoColFixLtHdr #container #mainContent #nav li a {
	font-size: 1.2em;
	color: #0F0;
	line-height: 1.8em;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #nav li a:hover {
	color: #FF0;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent h1 {
	line-height: 2.2em;
	color: #FFF;
	margin: 0px;
	font-size: 1.7em;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 0px;
	padding: 10px 0px 8px 0px;
	color: #0CF;
	font-weight: bold;
}
.highlight {
	color: #0F0;
}
.gift {
	font-size: 1.4em;
	font-style: italic;
	color: #0F0;
	font-weight: bold;
	background-color: #343434;
}
.yellow {
	color: #FF0;
}


.twoColFixLtHdr #container #mainContent h3 {
	font-size: 1.4em;
}

.white {
	color: #fff;
}
.twoColFixLtHdr #container #mainContent #mainlist {
	font-size: 1.3em;
	list-style-type: square;
	list-style-image: url(../images/list-arrow.gif);
	margin: 0px;
	padding: 0px 0px20px 10px;
}
.twoColFixLtHdr #container #mainContent #mainlist li {
	margin: 0px;
	padding-top: 15px;
}
.twoColFixLtHdr #container #sidebar1 #sidebar-inner {
	color: #FC0;
}
.twoColFixLtHdr #container #sidebar1 #sidebar-inner h1 {
	font-size: 1.1em;
	margin-top: 20px;
	background-color: #333;
	padding: 5px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #footer #nav-bottom {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.twoColFixLtHdr #footer #nav-bottom li {
	display: inline;
	list-style-type: none;
	color: #090;
	padding: 0 3px;
}
.twoColFixLtHdr #footer #nav-bottom li a {
	color: #090;
	text-decoration: none;
}
.twoColFixLtHdr #footer #nav-bottom li a:hover {
	color: #FF0;
	text-decoration: underline;
}
.twoColFixLtHdr #container #navdiv #nav {
	width: 940px;
	margin: 20px 10px 0px 10px;
	background-color: #033;
	text-align: center;
	padding: 0px;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #navdiv #nav li {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
	color: #090;
}
.twoColFixLtHdr #container #navdiv #nav li a {
	font-size: 1.2em;
	color: #0F0;
	line-height: 1.8em;
	text-decoration: none;
}
.twoColFixLtHdr #container #navdiv #nav li a:hover {
	color: #FF0;
	text-decoration: underline;
}
.twoColFixLtHdr #container #navdiv {
}
.twoColFixLtHdr #container #mainContent p {
	margin: 0px;
	font-size: 1.3em;
	color: #FFF;
	padding-left: 20px;
}
.twoColFixLtHdr #container #mainContent p a {
	color: #0CF;
}
td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFF;
}
td a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #0CF;
}
.twoColFixLtHdr #container #mainContent #testimonials {
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #mainContent #testimonials li {
	padding-bottom: 15px;
}
.twoColFixLtHdr #container #mainContent #checklist {
	font-size: 1.4em;
	list-style-image: url(../images/checkmark.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	list-style-position: inside;
	line-height: 0.8em;
}
.twoColFixLtHdr #container #mainContent #checklist li {
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
	vertical-align: 20%;
}
.twoColFixLtHdr #container #sidebar1 #sidebar-inner p {
	font-size: 1.1em;
	font-style: italic;
	background-color: #333;
	padding: 10px 5px;
	color: #FF0;
}
.twoColFixLtHdr #container #sidebar1 #sidebar-inner h2 {
	background-color: #333;
	padding: 10px 5px;
	font-size: 1.2em;
}
.superscript {
	vertical-align: super;
	font-size: .6em;
}
.twoColFixLtHdr #container #mainContent #mainlist li a {
	color: #0C0;
}

.twoColFixLtHdr #container #mainContent form #regformleft {
	color: #6FF;
	width: 35%;
	float: left;
	padding: 10px;
	text-align: right;
}
.twoColFixLtHdr #container #mainContent a {
	color: #6F0;
}

.twoColFixLtHdr #container #mainContent form #regform_container #regformleft #title {
	font-weight: bold;
	text-align: left;
	padding-right: 60px;
}


.twoColFixLtHdr #container #mainContent form #regformright {
	padding: 10px;

}

