

/*	---------------------------
	GENERAL STYLES
	--------------------------- 	*/
body {
	background-color: #FFFFFF;
	background-image: url(../../assets/images/content_background.gif);
	background-repeat: no-repeat;
	border: 0;
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #02A7FD;
	color: #3366BB;
	background: transparent;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	/*color: #666666;*/
}
a:hover,
a:active {
	color: #E29926;
	color: #761112;
	color: #B50801;
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 2em 0 0.5em 0;
}
h1 {
	font-size: 2em;
	margin: 0;
	font-weight: bold;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
}

ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.3em;
}

table {
	margin: 25px 0 15px 0;
	padding: 0;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
}
th,
td {
	margin: 0;
	padding: 0.5em 1em 0.5em 1em;
	vertical-align: top;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #CCCCCC;
}
th {
	text-align: left;
	background-color: #E2E2E2;
}
.form th {
	text-align: right;
	background-color: #ebeef0;
}
.form td {
	background-color: #E2E2E2;
	background-color: #ebeef0;
}
tr.odd td {
	background-color: #E2E2E2;
	background-color: #f0f0f0;
}

br.clear {
	clear: both;
}


/*	---------------------------
	ERROR / SUCCESS
	--------------------------- 	*/
/* This is the block that appears at the top of the form to give the user an overall result of their submission (success or error) */
.errorMessageBlock,
.successMessageBlock {
	display: block;
	background-position: 1% center;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
	border-style: solid;
	padding: 10px 10px 10px 40px;
	margin: 0;
	color: #FFFFFF;
	white-space: normal;
	margin: 1em 0 1em 0;
}
.errorMessageBlock {
	background-color: #CC0000;
	border-color: #CC9999;
	background-image: url(../../assets/images/icons/alert.gif);
}
.successMessageBlock {
	background-color: #077E25;
	border-color: #9BCC99;
	background-image: url(../../assets/images/icons/success.gif);
}
.errorMessageBlock a:link,
.errorMessageBlock a:visited,
.errorMessageBlock a:active,
.errorMessageBlock a:hover,
.successMessageBlock a:link,
.successMessageBlock a:visited,
.successMessageBlock a:active,
.successMessageBlock a:hover {
	color: #FFFFFF;
}


/*	---------------------------
	BRANDING
	--------------------------- 	*/
#branding {
	background-image: url(../../assets/images/branding_middle.gif);
	height: 111px;
	position: relative;
}
#branding h1,
#branding h1 a {
	background-image: url(../../assets/images/branding_left.gif);
	background-repeat: no-repeat;
	display: block;
	width: 569px;
	height: 111px;
	float: left;
}
#branding h1 {
	margin: 0;
	padding: 0;
}
#branding h1 a {
	width: 275px;
}
#branding h2 {
	background-image: url(../../assets/images/branding_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 97px;
	height: 111px;
	margin: 0;
	padding: 0;
	float: right;
}
#branding h1 span,
#branding h2 span {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -2000px;
}


/*	---------------------------
	NAVIGATION
	--------------------------- 	*/
div#navigation {
	background-image: url(../../assets/images/navigation_background.gif);
	margin: 0;
	padding: 4px 4px 0 4px;
	position: absolute;
	bottom: 0;
	_bottom: -1px; /* IE ONLY (for some reason "bottom: 0" places it too high) */
	left: 275px;
}
div#navigation ul {
	background-color: #FFFFFF;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 10px 5px 7px 5px;
	white-space: nowrap;
}
div#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	/*border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #CCCCCC;*/
	background-image: url(../../assets/images/navigation_button_separator.gif);
	background-position: left;
	background-repeat: no-repeat;
}
div#navigation li a {
	display: block;
	float: left;
	padding: 0 14px 0 14px;
	color:#333344;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
div#navigation li a:hover,
div#navigation li a:active {
	text-decoration: underline;
}
div#navigation li#homeButton {
	/*border-width: 0;*/
	background-image: none;
}


/*	---------------------------
	BREADCRUMBS
	(highlight buttons to indicate where you are)
	--------------------------- 	*/
.home #navigation #homeButton a:visited,
.benefits #navigation #benefitsButton a:visited,
.services #navigation #servicesButton a:visited,
.pricing #navigation #pricingButton a:visited,
.start #navigation #startButton a:visited,
.contact #navigation #contactButton a:visited {
	color: #999999;
}
.home #navigation #homeButton a:hover,
.benefits #navigation #benefitsButton a:hover,
.services #navigation #servicesButton a:hover,
.pricing #navigation #pricingButton a:hover,
.start #navigation #startButton a:hover,
.contact #navigation #contactButton a:hover {
	color: #999999;
	text-decoration: none;
}



/*	---------------------------
	CONTENT
	--------------------------- 	*/
#content {
	min-height: 425px;
	height: auto;
	_height: 425px; /* IE ONLY (doesn't support min-height) */
	width: 1000px;
}



/*	---------------------------
	CONTENT FEATURES
	--------------------------- 	*/
#contentFeatures {
	float: left;
	/*width: 100px;*/
	width: 279px;
	/*background-image: url(../../assets/images/clock.jpg);*/
	background-repeat: no-repeat;
	height: 300px;
}


/*	---------------------------
	CONTENT MAIN
	--------------------------- 	*/
#contentMain {
	/*margin-left: 100px;*/
	margin-left: 279px;
	padding: 35px 45px 0 45px;
	width: 600px;
}
#options {
	margin-top: 2em;
	list-style: none;
	padding: 0;
}
#options li {
	font-size: 0.9em;
	padding: 0 1em 0 1em;
	/*border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #999999;*/
	background-image: url(../../assets/images/navigation_button_separator.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
}
#options li.first {
	padding-left: 0;
	background-image: none;
}

/*	---------------------------
	CONTENT MAIN 2
	--------------------------- 	*/
#contentMain2 {
	/*margin-left: 100px;*/
	margin-left: 279px;
	padding: 35px 45px 0 45px;
	width: 400px;
}

#contentRight 
{
	position: absolute;
	top: 150px;
	left:750px;
	
}

/*	---------------------------
	SITE INFORMATION
	--------------------------- 	*/
#siteInformation {
	/*margin-left: 100px;*/
	margin-left: 279px;
	padding: 65px 0 10px 45px;
	font-size: 0.85em;
	color: #666666;
}

