body {
	margin: 0;
	background-color: #AEA699;
	text-align: center;
}

/* Main layout holders ___________________________________________________ */

div#header {
	background-color: #990033;
}
/* Top Menu */
div#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
html>body div#header ul {
	height: 22px;
}
div#header ul li {
	float: left;
}
div#header ul li a {
	display: block;
	border-left: 1px solid #CC8099;
	font: bold arial, Helvetica, sans-serif;
	padding: 0 12px 5px 9px;
	color: #E5BECB;
	text-decoration: none;
	background-image: none;
}
div#header ul li a:hover, div#header ul li a.active {
	color: #FFF;
	border-left: 1px solid #E5BFCC;
}
div#header img.logo {
	float: right;
}
div#header img.support {
	float: left;
}

div#title {
	background-color: #990033;
	border-bottom: 5px solid #AB9D77;
	border-top: 1px solid #E5BFCC;
}
div#title h1 {
/*	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
	color: #C7BEA1;
	padding: 16px 0 0 0;	*/
	margin: 0;
}
div#title img#strapline {
	float: right;
}
div#title img#title {
	float: left;
}

div#main {
	background-color: #FFF;
	background-image: url(../images/bkg_main.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 15px 0;
}

div#footer {
/*	background-color: #AEA699;			*/
	padding-bottom: 25px;
	
	border-top: 5px solid #aea699;
	background-color: #FFF;
}
div#footer a {
	color: #000;	
}

div#footer p {
/*	color: #FFF;						*/
	color: #000000;
	float: left;
	padding: 10px 0 0 8px;
	width: 170px;
}

div#footer div.footerInfo {
	text-align: left;
	float: left;
	width: 560px;
}

div#footer div.footerInfo div.logos {
	padding: 10px 0 5px 0;
}
div#footer div.footerInfo div.logos img {
/*	margin: 0 5px 0 0;			*/
	margin: 0 13px 0 0;
}

div.homeBox div.logos {
	text-align: center;	
	padding: 0 0 10px 0;
}
div.homeBox div.logos img {
	margin: 5px 5px;
}

div#footer div.footerInfo ul {
	margin: 0 0 0 0;
	padding: 5px 7px 0 0;
	list-style: none;
}
div#footer ul li {
	float: left;
/*	color: #FFF;			*/
	color: #000;
}
div#footer ul li a {
/*	color: #FFF;			*/
	color: #990033;
	font-weight: normal;
	text-decoration: underline;
	padding-right: 10px;
	background-image: none;
}
div#footer ul li a:hover {
	text-decoration: none;
}

div.content {
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* Central columns */

div#menu {
	float: left;
	width: 190px;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
	border-top: 1px solid #AB9D77;
	border-left: 1px solid #AB9D77;
	border-right: 1px solid #AB9D77;
}
div#menu ul li a {
	display: block;
	border-bottom: 1px solid #AB9D77;
/*	height: 25px;	
	padding: 0 16px 0 10px;
	font: 1em/2 arial, Helvetica, sans-serif;		*/
	height: 100%;
	color: #990033;
	text-decoration: none;
	padding: 4px 16px 4px 10px;
	margin: 0;
	font: 1em/1.4 arial, Helvetica, sans-serif;
	background-image: none;
}
div#menu ul li a:hover {
	background-color: #990033;
	background-image: url(../images/bkg_list_w.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFF;
}
div#menu ul li a.active {
	background-image: url(../images/bkg_list_b.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div#menu ul li a.active:hover {
	background-image: url(../images/bkg_list_w.gif);
}
div#menu ul li a.section {
	background-color: #E6E0D2;
	text-decoration: underline;
}
div#menu ul li a.highlight {
	font-weight: bold;
}
div#menu ul li a.activeHighlight {
	font-weight: bold;
	background-image: url(../images/bkg_list_b.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div#CMS {
	float: left;
	width: 374px;
}
div#CMS p#breadcrumb {
	color: #998C6A;
	background-image: url(../images/bkg_dotted.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 7px;
	margin: 50px 0 6px 0;
	font-size: 70%;
}
div#CMS p#breadcrumb a {
	text-decoration: none;
	color: #998C6A;
	background-image: none;
	padding-right: 0;
}
div#CMS p#breadcrumb a:hover {
	text-decoration: underline;
}
div#CMS p#top {
	text-align: right;
	margin: 0 0 50px 0;
}
div#CMS p#top a {
	text-decoration: none;
	color: #990033;
	font-weight: bold;
	background-image: none;
	padding-right: 0;
}
div#CMS p#top a:hover {
	color: #AB9D77;
	text-decoration: underline;
}

/* Right hand feature boxes */

div#feature {
	float: right;
	width: 175px;
}
div#feature a {
/*	background-image: url(../images/bkg_link_right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 10px;				*/
	color: #666666;
}
div#feature a:hover {
	color: #990033;
/*	background-image: url(../images/bkg_link.gif);			*/
}
div#feature div.box {
/*	background-color: #E6E0D2;			*/
	padding: 0 12px;
	margin-top: 12px;
}
div#feature div.box h2 {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
	color: #666666;
}
div#feature div.box p {
	color: #666666;
	padding-bottom: 8px;
}

div#feature div.box p.pdf {
	background-image: url(../images/bkg_dotted.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
	font-size: 70%;
}
div#feature div.box p.pdf img {
	float: left;
	margin: 0 10px 0 0;
}
div#feature div.box p.pdf a {
	font-weight: bold;
	text-decoration: none;
}

div#feature div.box p.quote {
	font-weight: bold;
	padding: 10px 0 0 0;
	color: #666666;
}
div#feature div.box p.company {
	font-size: 70%;
	padding: 0 0 4px 0;
}
div#feature div.box p.link {
	font-size: 70%;
	background-image: url(../images/bkg_dotted.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 6px 0 10px 0;
}

div#feature div.box div.styler {
	display: block;
	padding: 4px 0;
}
div#feature div.box div.styler ul {
	list-style: url(../images/bullet.gif);
	padding-top: 6px;
	margin-top: 0;
	margin-bottom: 0;
}
div#feature div.box div.styler ul li, div#feature div.box div.styler ol li, div#feature div.box div.styler p {
	font-size: 70%;
}
div#feature div.box div.styler h2, div#feature div.box div.styler h3, div#feature div.box div.styler p {
	margin: 6px 0 0 0;
}
div#feature div.box div.styler p {
	padding-bottom: 8px;
}

#searchnav {
	border-top: 2px solid #AB9D77;
	padding-top: 8px;
	text-align: right;
}
#searchnav a {
	font: 70% Arial, Helvetica, sans-serif;
	color: #AB9D77;
	text-decoration: none;
}
#searchnav a:hover {
	text-decoration: underline;
}

.photo {
	border: 2px solid #AB9D77;
	margin: 10px 0;
}

/* Basic overall styles ____________________________________________________ */

.clear {
	clear: both;
}
html>body .clear {
	height: 0;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}

/* Form styles _____________________________________________________________ */

.formline {
	height: 25px;
	clear: left;
}
.formlineLarge {
	height: 95px;
	clear: left;
}
label {
	width: 120px;
	font: bold 70% Arial, Helvetica, sans-serif;
	color: #990033;
}
.formline label, .formlineLarge label {
	float: left;
}
.formline input, .formlineLarge textarea {
	float: left;
	width: 245px;
	border: 1px solid #C7BEA1;
	font: 70% Arial, Helvetica, sans-serif;
	color: #AB9D77;
}
input.button {
	background-color: #990033;
	border: 1px solid #990033;
	color: #FFF;
	font-weight: bold;
}

#frm_logmeinsupport {
	padding: 10px 0;
	margin: 0;
}
#frm_logmeinsupport label {
	display: block;
	width: auto;
	padding: 0 0 5px 0;
}
#frm_logmeinsupport input {
	width: 147px;
}
#frm_logmeinsupport input.button {
	width: 150px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Homepage styles */

#homeFlash {
	float: left;
	width: 364px;
	padding: 20px 0;
	text-align: right;
}
#homeContent {
	float: right;
	width: 335px;
	padding: 30px 0 10px 0;
}
#homeContent h1, #homeContent h2, #homeContent h3 {
	color: #FFF;
/*	padding-right: 50px;			*/
}
#homeContent h1 {
/*	padding-bottom: 20px;			*/
}
#homeContent p, #homeContent ul li, #homeContent ol li {
/*	color: #E6E0D2;					*/
	font-weight: normal;
	color: #FFF;
}
#homeContent p {
/*	padding-right: 50px;			*/
}
#homeContent p a, #homeContent ul li a {
	color: #FFFFFF;
/*	background-image: url(../images/bkg_link_home.gif);
	background-position: bottom right;
	background-repeat: no-repeat;			*/
	padding: 0;
	background-image: none;
}
#homeContent ul {
	list-style: none;
	margin-left: 0;
	padding-top: 10px;
	margin-top: 15px;
	background-image:url(../images/bkg_dotted_pale.gif);
	background-position:top;
	background-repeat:repeat-x;
/*	margin-right: 50px;					*/
}
#homeContent ul li a {
	font-weight: normal;
}

#homeColumns {
	background-image: url(../images/bkg_home_new.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 100%;
}
#homeColumnsBase {
	background-image: url(../images/bkg_home_new_base.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 1px;
}

#homeColSage {
	float: left;
	width: 170px;
	text-align: center;
}
#homeColSupport {
	float: left;
	width: 194px;
	text-align: center;
}
#homeColSage p, #homeColSupport p {
	font-size: 11px;
	padding: 20px 0 0 0;
	color: #FFF;
}
#homeColSage p img, #homeColSupport p img {
	margin: 0 0 4px 0;
}

.homeBox {
/*	border: 1px solid #AB9D77;			*/
	width: 228px;
	float: left;
	margin-right: 4px;
	padding: 0 9px;
}
.homeBoxLarge {
	padding: 9px;
	margin: 0;
	float: none;
	width: auto;
}

.homeBox br {
/*	clear: both;	*/
}
.homeBox p {
	margin-bottom: 8px;
	margin-top: 10px;
	line-height: 120%;
	font-size: 70%;
	color: #666666;
}
.homeBox h2.whiteHeading {
	color: #FFF;	
}
.homeBox h2 {
	margin-top: 6px;
	padding-bottom: 5px;
/*	clear: both;				*/
	color: #990033;
}
.homeBox h3 {
	margin-top: 6px;
	padding-bottom: 0;
/*	clear: both;			*/
	color: #990033;
	font-size: 11px;
}
.homeBox ul {
	margin: 0;
	list-style: none;
}
.homeBox ul li {
	color: #990033;
	padding-bottom: 3px;
}
.homeBox p {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 13px;
	color: #333333;
}
.homeBox p a, .homeBox ul li a {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}
.homeBox p a {
	display: block;
	padding-top: 4px;
}
.homeBox ul li a:hover {
	text-decoration: none;
}

.homePhoto {
	float: left;
	width: 55px;
}
.homeInfo {
	float: right;
	width: 160px;
}
