/* General
----------------------------------------------- */

body { background-color: #98b1cc; }

/* Header section
----------------------------------------------- */

#top
{
	background: url('../images/header_background_no_logo.jpg') no-repeat top center;
	height: 162px;
}

div#company_name
{
	position: relative;
	top: 38px;
	left: 34px;
}

div#company_name a { /*text-decoration: none;*/ }

/* Main section
----------------------------------------------- */

body.IndexPage #main-container,
body.ArticlePage #main-container,
body.Page #main-container,
body.UserDefinedForm #main-container
{
	background-image: url(../images/left-nav-bkgnd.png);
	background-repeat: repeat-y;
	background-position: left top;
}

/* Main Nav
----------------------------------------------- */

ul.nav
{
	margin-bottom: 0;
	border: none;
}

ul.nav li a { border: none; }

/* vertical-menu
----------------------------------------------- */

.vertical-menu { }

/* Main Body section
----------------------------------------------- */

#main { background: url('../images/body_background.jpg') repeat-y center; }
h1#page-heading { margin-top: 10px; }

/* Footer section
----------------------------------------------- */

#bottom
{
	background: url('../images/footer_background.jpg') no-repeat top center;
	height: 133px;
	padding-right: 0;
}

#qi
{
	float: right;
	margin-top: -1.1em;
}

#qi a
{
	background-image: url(../images/QI_badge_transparent.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 0;
	line-height: 1;
	overflow: hidden;
	padding: 38px 0 0;
	width: 148px;
}

/* Search
----------------------------------------------- */

.SearchForm
{
    float: right;
    margin: 46px 42px 0 0;
}

#Search { float: left; }

.SearchForm fieldset
{
	border: none;
	margin: 0;
	padding: 0;
}

#Search input.text { width: 423px; }

#SearchForm_SearchForm .action
{
	margin: 4px 0 0 5px;
	background-color: #fff;
	background-image: url(../images/search_btn_transparent.png);
	background-repeat: no-repeat;
	border: none;
	height: 28px;
	width: 28px;
	text-indent: -9999px;
        float: left;
}

#SearchResults li { list-style-type: none; }

/* forms
----------------------------------------------- */

.middleColumn textarea,
.middleColumn input.text { width: 98%; }
#Form_EmailFriendForm textarea { height: 70px; }

span.message
{
	font-weight: bold;
	margin-bottom: 1em;
}

span.validation, span.required { color: #900; }

/* boxes
----------------------------------------------- */

.box { background: transparent; }
.box p { text-align: center; }

/* Ajax windows
----------------------------------------------- */

body.Ajax { padding: 20px; }

/* Section Indexes
----------------------------------------------- */

.section-banner { background-color: #4c75a0; }

.section-banner h2
{
	margin-right: 1.5em;
	margin-top: .5em;
}

.section-banner p { margin-right: 2em; }

.section-banner-image,
.section-banner-promo,
.section-banner-promo-wide
{
	height: 150px;
	background-color: #4c75a0;
	/*
    overflow: hidden;
*/
}

.section-banner-image,
.section-banner-promo-wide
{
	background-image: url(../images/two-tone-border.png);
	background-repeat: repeat-y;
	background-position: right top;
}

.section-banner-image img { margin-left: -10px; }

.section-banner a
{
	text-decoration: none;
	color: #fff;
}

.section-banner p
{
	color: #fff;
	margin-top: 0;
}

.section-banner h2
{
	color: #fcfbd0;
	margin-bottom: 0;
}

.section-banner h2 a
{
	text-decoration: none;
	color: #fcfbd0;
}

.promo-label
{
	font-size: 166.7%;
	font-weight: bold;
}

.section-icon
{
	float: right;
	margin-top: -4px;
}









/* Section Promo Buttons
----------------------------------------------- */

div.section-promo
{
	background-image: url(../images/btn-background.png);
	background-repeat: x;
	margin: 6px 0 6px 0;
	overflow: hidden;
	position: relative;
	height: 117px;
}

div.section-promo a
{
	text-decoration: none;
	font-size: 2em;
	display: block;
	color: #6e232e;
	line-height: 1em;
	position: absolute;
	padding: 30px 0 0 90px;
	width: 220px;
	height: 86px;
}

div.section-promo a span
{
	font-size: .625em;
	font-weight: bold;
	display: block;
}

div.section-promo img
{
	position: absolute;
	/* Non-IE */
	opacity: .5;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */ /* removed this, because ie7 couldn't handle opacity on a gradient */
/*
	filter: alpha(opacity=50);
*/
	/* jake's hack */
	top: -10px;
	left: -20px;
}

div#index-content p
{
	margin-right: 40px;
	margin-bottom: 2.5em;
}







/* Home Page
	----------------------------------------------- */

body.HomePage .promo-wrapper
{
	width: 310px;
	float: left;
	padding: 0 10px 0 0;
	border-bottom: 1px solid #ccc;
}




#home-banner-promos
{
	height: 188px;
	background-color: #3b648e;
	overflow: hidden;
}

body.HomePage .section-promo { }
body.HomePage .layout-area { overflow: hidden; }
body.HomePage #home-promos { margin-right: -10px; }
body.HomePage .ad300x250 { float: right; }

#home-banner-promos ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#home-banner-promos ul li
{
	float: left;
	padding: 0;
	display: block;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

#home-banner-promos ul li a
{
	display: block;
	overflow: hidden;
	height: 188px;
	width: 310px;
	border: none;
	text-align: right;
	background-image: url(../images/banner-promo-fade-bkgnd.png);
	background-repeat: repeat-y;
	background-position: 180px top;
	text-decoration: none;
}

#home-banner-promos #a1
{
	width: 620px;
	background-position: 290px top;
}

#home-banner-promos ul li img
{
	position: absolute;
	border: none;
}

#home-banner-promos ul li .promo-text
{
	margin: 0;
	padding: 0;
	width: 300px;
	height: 140px;
	display: block;
	color: #fff;
	overflow: hidden;
	margin-left: 320px;
	line-height: 1.4em;
}

#home-banner-promos ul li .promo-text p { margin-top: 0; }

#home-banner-promos ul li .promo-text h2
{
	line-height: 1.4em;
	margin: 1em 0 0 0;
	padding: 0;
	color: #F7F8C4;
}

body.HomePage .promo-label { }
body.HomePage .promo-label span.feature span,
    body.HomePage .promo-label span.new span,
    body.HomePage .promo-label span.banner-arrow-left span,
    body.HomePage .promo-label span.banner-arrow-right span { display: none; }

body.HomePage .promo-label span.feature,
	body.HomePage .promo-label span.new
{
	font-size: 10px;
	line-height: 10px;
	margin: none;
	padding: 15px 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

body.HomePage .promo-label span.feature
{
	background-image: url(../images/banner-label-feature.png);
	padding-left: 170px;
	background-position: right 8px;
}

body.HomePage .promo-label span.new
{
	background-image: url(../images/banner-label-new.png);
	padding-left: 95px;
	background-position: right 16px;
}

body.HomePage #home-banner-promos #a1 .promo-label span.arrow { display: none; }

body.HomePage .promo-label span.arrow
{
	font-size: 10px;
	line-height: 10px;
	margin: none;
	padding: 15px 17px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right bottom;
}

body.HomePage .promo-label span.banner-arrow-left { background-image: url(../images/banner-arrow-left.png); }
body.HomePage .promo-label span.banner-arrow-right { background-image: url(../images/banner-arrow-right.png); }

/* Article Pages
----------------------------------------------- */

#article-banner
{
	background-image: url(../images/article-banner-bkgnd.png);
	background-repeat: repeat-y;
	background-position: -7px top;
}

#article-image img { margin-left: -10px; }
#article-ad { text-align: center; }

#article-ad .ad300x250
{
	text-align: left;
	padding: 5px;
	border: none;
}

#article-content { margin: 10px 20px; }
#article-content #Tools { margin: 10px 0; }

#article-content .intro
{
	margin: 10px 0;
	border-bottom: 1px solid #98b1cc;
}

#article-content .article { margin: 10px 0; }
#article-content .section-icon { margin: -10px 0 0 0; }

#article-content a.more,
#article-content a.back
{
	background-image: url(../images/banner-arrow-right.png);
	background-repeat: no-repeat;
	height: 31px;
	line-height: 31px;
	padding-left: 34px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #6e232e;
}

#article-content a.back { background-image: url(../images/banner-arrow-left.png); }
#article-content a.more:hover,
#article-content a.back:hover { text-decoration: underline; }

#article-sidebar
{
	float: right;
	padding: 0 0 0 20px;
	margin-bottom: 20px;
	background-color: #fff;
	width: 310px;
}

#article-sidebar .promo-items
{
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
}

/* Email Print and Share tools
----------------------------------------------- */

div#Tools
{
	margin: 10px 0 0 0;
	color: #595959;
}

div#Tools a
{
	color: #595959;
	text-decoration: none;
}

div#Tools a:hover { color: #333; }

/* ad300x250
----------------------------------------------- */

div.ad300x250
{
	width: 300px;
	height: 250px;
	padding: 4px;
	border: 1px solid #ccc;
	overflow: hidden;
}

body.IndexPage div.ad300x250
{
	width: 300px;
	margin: 10px 0 20px 0;
}

/* Bottom Banner
------------------------------------------------ */

div#bottom-banner { padding: 1em 0; }
div#bottom-banner a { text-decoration: none; }

/* Search Results
------------------------------------------------ */

#SearchResultsContent { padding: 20px 40px; }

ul#SearchResults
{
	margin: 0;
	padding: 0;
	clear: both;
}

ul#SearchResults li
{
	margin: 0;
	padding: 0;
}

div.pagination
{
	text-align: right;
	border-top: 1px solid #ccc;
	height: 2em;
	margin-bottom: 1em;
}

div.pagination.first { border-bottom: 1px solid #ccc; }

div.pagination p
{
	margin: 0;
	line-height: 2em;
}

div.pagination p.count { float: left; }
div.pagination p.numbers { float: right; }
div.pagination p.numbers span { padding: 0 .5em; }

div.pagination p.numbers a
{
	text-decoration: none;
	font-weight: bold;
}

div.pagination p.numbers a:hover { text-decoration: underline; }

ul#SearchResults h2 a
{
	font-size: 141.6%;
	font-weight: bold;
	color: #6e232e;
	margin: 0;
	text-decoration: none;
}

ul#SearchResults h2 a:hover { text-decoration: underline; }
ul#SearchResults p { margin: 0; }


