/* 	===================================== Global Styles ===================================== */

html, body {
	margin: 0em; padding: 0em;
	color: rgb(90,90,90); /* dark grey */
	background:white;
	font-size: 70%;
	}

/* 	===================================== Headers ===================================== */

h2 { /* page subtitles */
	font-weight:normal;
	}


/* 	===================================== Main Containers ===================================== */

div#page {
	margin:0;
	padding:0;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	top:0;
	left:0;
	}

div#page div#main-content {
	width:100%;
	padding-top:50px;
	border:0;
	}

/* Page Title */
div#page div#main-content div#page-title {
	background: rgb(255,118,0) url(../images/bg/page-title.jpg) no-repeat;
	height:30px;
	width:100%;
	margin-left:0;
	margin-bottom:0;
	}

div#page div#main-content div#content-container {
	float:left;
	display:inline; /*avoid IE double-margin bug*/
	width:100%;
	line-height:1.3em;
	text-align:left;
	margin:0;
	padding:0;
	}

/* 	===================================== Features Container ===================================== */

div#feature-container {
	width:100%;
	margin:0;
	padding:0;
	}

/* 	===================================== Product Highlight Boxes ===================================== */

/* Highlight Container */
div#feature-container .highlight-container {
	margin:10px 0 0 0;
	padding:5px 0 0 0;
	background:url(../images/common/highlight-top.gif) no-repeat 0 0;
	}

div#feature-container .highlight-container h5, div#feature-container .bulleted-highlight-container h5, div#feature-container .linked-highlight-container h5 {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	min-height:1.0em;
	line-height:1.0em;
	}

div#feature-container .highlight-container p {
	margin:0;
	padding:0 10px 8px;
	background:url(../images/common/highlight-bottom.gif) no-repeat 0 100%;
	font-size:1.0em;
	clear:both;
	}

/* Bulleted Highlight Container */
div#feature-container .bulleted-highlight-container {
	margin:10px 0 0 0;
	padding:5px 0 0 0;
	background:url(../images/common/bulleted-highlight-top.gif) no-repeat 0 0;
	}

div#feature-container .bulleted-highlight-container ul {
	margin:0;
	padding:0 10px 8px 22px;
	background:url(../images/common/bulleted-highlight-bottom.gif) no-repeat 0 100%;
	font-size:1.0em;
	clear:both;
	width:113px;
	}

div#feature-container .bulleted-highlight-container ul li {
	margin:0;
	padding:0 10px 8px 0px;
	font-size:1.0em;
	}

/* Linked Highlight Container */
div#feature-container .linked-highlight-container {
	margin:10px 0 0 0;
	padding:5px 0 0 0;
	background:url(../images/common/linked-highlight-top.gif) no-repeat 0 0;
	}

div#feature-container .linked-highlight-container p {
	margin:0;
	padding:0 10px 8px 10px;
	background:url(../images/common/linked-highlight-bottom.gif) no-repeat 0 100%;
	font-size:1.0em;
	clear:both;
	}

div#feature-container .linked-highlight-container div.highlight-chevron {
	margin:0 10px 0 0;
	padding-top:5px;
	float:right;
	width:10px;
	}

/* 	===================================== Logo ===================================== */

div#logo {
	display:block;
	top:0;
	left:0;
	}

div#logo a {

	}

/* 	===================================== Search Form ===================================== */

form#search {
	display:none;
	}

/* 	===================================== Contact Navigation ===================================== */

ul#contact-navigation {
	display:none;
	}

/* 	===================================== Primary Navigation ===================================== */

ul#primary-navigation {
	display:none;
	}

/* 	===================================== Secondary Navigation ===================================== */

div#page ul#secondary-navigation {
	display:none;
	}

/* 	===================================== Answers Navigation ===================================== */

div#answers-navigation {
	display:none;
	}
/* ===================================== Footer Elements ===================================== */

p#footer {
	display:none;
	}

/* ===================================== Assorted Elements ===================================== */

div#page div#main-content div#content-container ul {
	list-style-type:circle;
	margin-left:20px;
	}

div#page div#main-content div#content-container ul li {
	margin-bottom:0.5em;
	background: url(../images/common/list-bullet.gif) no-repeat 0 4px;
	padding-left:0;
	}
