/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
body {
	background: #dcd8d7 url(../images/bg.jpg) repeat-x;
	color: #424242;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 11px;
}

a{
	color: #7b9400;
	outline: none; /* removing mozilla's outline */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2 {
	color: #7b9400;
	font-family: tahoma, arial, sans-serif;
}

h1 {

}

h2 {
	font-size: 20px;
	padding: 10px 0;
}

h3 {
	color: #7b9400;
	font-size: 18px;
}

p {
	font-family: arial, "helvetica neue", helvetica, sans-serif;
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/
.clear {
	clear: both;
	line-height: 0;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/
#wrapper {
	background: url(../images/wrapper.jpg) repeat-y;
	margin: 0 auto;
	padding: 0 7px 0 4px;
	width: 950px;
}

/*------------------------------------------------------*/
/* =HEADER						*/
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 113px;
	margin: 5px auto 0 auto;
	width: 961px;
	position: relative;
}

/*	LOGO	*/
#logo {
	background: url(../images/logo.jpg) no-repeat;
	height: 61px;
	width: 469px;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	left: 35px;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	background: url(../images/menu.jpg) repeat-x;
	border: 1px solid #a13512;
	font-family: verdana, geneva, tahoma, sans-serif;
	height: 26px;
}

#menu span {
	border-right: 1px solid #a13512;
	color: #fff995;
	display: block;
	float: left;
	font-size: 12px;
	height: 20px;
	padding-top: 6px;
	text-align: center;
	width: 209px;
}

#menu ul {
	background: #e75c21;
	height: 20px;
	float: right;
	padding-top: 6px;
	width: 738px;
}

#menu li {
	display: inline;
	padding: 0 21px; 
}

#menu ul li a {
	color: #fff;
	font-weight: bold;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#content {
	overflow: hidden; /* clears the floats */
}

/*------------------------------------------------------*/
/* =MAIN							*/
#main {
	float: right;
	overflow: hidden;
	padding: 10px 30px 70px 20px;
	width: 688px;
}

.imagePlaceholder {
	background: #e6f6dd;
	border: 1px solid #d1dec8;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 5px;
	width: 199px;
	
	height: 270px;/* remove this upon adding the  content when you go online */
}

/* MAIN TOP */
#mainTop {
	background: url(../images/main-top.jpg) no-repeat;
	height: 245px;
	padding: 20px 0 0px 220px;
}

#mainTop h2 {
	font-size: 28px;
	line-height: 110%;
}

#mainTop h2 span {
	display: block;
	font-size: 36px;
	padding-left: 22px;
}

#mainTop a {
	text-decoration: underline;
}

#mainTop a:hover {
	text-decoration: none;
}

#mainTop p {
	font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;
	padding-left: 25px;
}

/* TABLE HOLDER AND TABLE STYLE */
#main .tableHolder {
	background: url(../images/main-table.jpg) repeat-y;
	margin: 0 10px;
}

#main .tableHolderBottom {
	background: url(../images/table-bottom.jpg) no-repeat;
	height: 6px;
	margin: 0 10px;	
}

#main table {
	border: 1px solid #9ac5e4;	
	margin: 0 auto;
	width: 653px;
}

#main td, #main th {
	border-bottom: 1px solid #9ac5e4;
	padding: 10px;
}

#main th {
	background: #ddecf6;
	color: #2390a1;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

#main table .graphicPlaceholder {
	padding-top: 20px;
	text-align: center;
	vertical-align: top;
	width: 150px;
}

#main td {
	font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;	
}

#main td p {
	font-family: "trebuchet ms", "lucida sans unicode", "lucida grande", "lucida sans", arial, sans-serif;	
	padding-bottom: 5px;
}

#main td h3 {
	color: #157582;
	padding-bottom: 5px;
}

/* 'MORE INFO' AND 'REQUEST INFO' BUTTONS */

/* red buttons */
.buttonRed {
	background: url(../images/button-red.gif) no-repeat -14px -14px;
	color: #fff;
	display: block;
	float: right;
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	margin-left: 15px;
	padding: 2px 0 0 33px;
	width: 106px;
}

.buttonRed:hover{
	background: url(../images/button-red.gif) no-repeat -14px -68px;
	text-decoration: none;
}

/* orange buttons */
.buttonOrange {
	background: url(../images/button-orange.gif) no-repeat -14px -14px;
	color: #fff;
	display: block;
	float: right;
	font-size: 15px;
	height: 25px;
	margin-left: 15px;
	padding: 2px 0 0 33px;
	width: 106px;
}

.buttonOrange:hover{
	background: url(../images/button-orange.gif) no-repeat -14px -68px;
	text-decoration: none;
}

/* MAIN ABOUT AREA */
#main .mainAbout {
	font-size: 12px;
	margin: 0 10px;
	padding: 20px 20px 30px 20px;
}

#main .mainAbout p {
	line-height: 140%;
	padding: 8px 0;
}

/*------------------------------------------------------*/
/* =SIDEBAR						*/
#sidebar {
	background: url(../images/sidebar.jpg) repeat-x;
	float: left;
	font-family: verdana, geneva, tahoma, sans-serif;	
	padding: 25px 15px;
	width: 180px;
}

#sidebar h3 {
	color: #9a280d;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 15px 0;
}

#sidebar a {
	color: #000;
}

#sidebar ul {
	padding-left: 5px;
}

#sidebar li {
	padding: 0px 5px 6px 5px;
}

#sidebar dl {
	background: #9db52c url(../images/sidebar-dl.jpg) repeat-x;
	border: 2px solid #73880f;
	color: #fff;
	margin: 15px 0;
	padding: 5px 10px 10px 10px;
}

#sidebar dt {
	font-family: "trebuchet ms", tahoma, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	padding: 9px 55px 14px 0;
}

#sidebar dl .achieveGoals {
	background: url(../images/sidebar-achieve-goals.jpg) no-repeat right;
}

#sidebar dl .yourLife {
	background: url(../images/sidebar-your-life.jpg) no-repeat right;
}

#sidebar dd {
	font-family: tahoma, geneva, verdana, sans-serif;
}

#sidebar dl a {
	color: #fff;
	text-decoration: underline;
}

#sidebar dl a:hover {
	text-decoration: none;
}

#sidebar dd img {
	margin-left: 4px;
	vertical-align: bottom;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	background: #dcd8d7 url(../images/footer.jpg) no-repeat;
	padding: 20px 0;
	text-align: center;
	margin: 0 auto;
	width: 961px;
}
