﻿body
{
	background-color: #F6FAF0;
	font-family: Arial;
	font-size: 10pt;
}

a span
{
    font-size: 10pt;
}

a:link
{
	color: #F4913F;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
}

a:visited
{
	color: #F4913F;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
}

a:hover
{
	color: #F4913F;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11pt;
}

.top
{
	background-image: url(Images/bg.png);
	background-position: center;
	background-repeat: repeat-y;
}

.top .container_12
{
	border-bottom: solid 2px #4A6EA7;
}

/* Header Area */
.header
{
	border-bottom: solid 2px #4A6EA7;
	background-image: url(Images/header_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: White;
	height: 114px;
}

/* Generic */
.instruction
{
    font-size: 14pt;
    font-weight: bold;
    color: #647bc1;
    border-bottom: solid 1px black;
}
.paragraphHeader
{
    font-size: 12pt;
    font-weight: bold;
    color: #647bc1;
}

/* Login Control */
.login
{
}
.login a
{
}

.loginArea .enrollNow
{
    padding-top: 25px;
    width: 180px;
}

.signinArea, .signedInArea .welcome
{
	color: #647bc1;
	font-weight: bold;
	font-size: 11pt;
}

.loginArea td, .signinArea td
{
    padding: 2px 9px 2px 0px;
}

.loginArea input
{
    width: 100px;
}

.loginArea .forgot a
{
    font-size: 10pt;
}

.signedInArea
{
    padding-top: 8px;
}

.signedInArea .divider
{
    margin-left: 6px;
    margin-right: 6px;
}

.signedInArea a
{
    font-size: 10pt;
}

.lastVisit
{
    font-size: 9pt;
}

.lastVisit span
{
    color: #647bc1;
}

.logout
{
    float: right;
    text-align: right;
}

.logout a
{
    padding-right: 20px;
    font-size: 11pt;
}

.loginarea .accountheader
{
    /*
    font-size:16px;
	font-weight:bolder;
	text-transform: uppercase;
	color: White;
	text-align:left;
	border-left: solid 5px #BB0000;
	padding-left: 5px;
	width: 260px;
	float: left;
	margin-top: -15px;
    */
}

.loginarea .description
{
    /*
    clear: left;
    margin-top: 15px;
    color:Yellow;
    text-align: left;
    width: 260px;
    float: left;
    */
}

.loginarea .usfid
{
    /*
    margin-top: 3px;
    text-align: right;
    float: right;
    */
}

.loginarea .accountlinks
{
    /*
    clear: right;
    margin-top: 10px;
    float: right;
    text-align: right;
    */
}


/* Left Navigation */
.leftnav_main_container
{
	background-image: url(Images/leftnav_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.leftnav
{
	width: 238px;
	display:inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;	
}

.width158
{
	width: 158px;	
}


/* Main Content Area - this has grid_9 styles, minus the 2px border from the width */
.main
{
	border-left: solid 2px #4A6EA7;
}

.content img
{
	
}

/* standard styles */
.content p, .content h1, .content h2, .content h3, .content h4, hr
{
	margin-left: 18px;
	margin-right: 18px;
}

.content ul, .content ol
{
    margin-top: 15px;
	margin-left: 22px;
	margin-right: 22px;
}

.content img
{
    margin: 18px 0px 18px 18px;
}

.content ul li
{
    list-style: disc;
    margin-left: 15px;
    line-height: 1.5em;
}

h1, h2, h3, h4
{
	color: #4A6EA7;
	font-weight: normal;
}

h1
{
	font-size: 18pt;
	margin-top: 25px;
}

h2
{
	font-size: 16pt;
	margin-top: 20px;
}

p
{
	line-height: 1.5em;
	margin-top: 15px;
}

hr
{
    color: Black;
    height: 1px;
}

/* Service Category Area - these have the grid_3 styles, minus the 3px border on the first two */
.servicecategory1, .servicecategory2, .servicecategory3
{
	width: 238px;
	display:inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;	
}

.width260
{
	width: 260px;	
}

.servicecategory1, .servicecategory2
{
	border-right: solid 3px white;
}

.borderright5
{
	border-right: solid 5px white;
}

.borderleft5
{
	border-left: solid 5px white;
}


/* Featured Offer - these have the grid_3 styles, minus the 3px border on the first two */
.featuredOfferColumn
{
	display:inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;	
}
.featuredOffer
{
	width: 238px;
	display:inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	border-right: solid 3px #4A6EA7;
}
.featuredOffer .bar
{
	background-color: #4A6EA7;
	color: White;
	font-size: 11pt;
	font-weight: bold;
	padding: 8px 0px 8px 15px;
}
.featuredOffer h1
{
	font-size: 11pt;
	font-weight: bold;
	margin-top: 5px;
}
.featuredOffer .inner
{
	padding: 15px;
}
.featuredOffer p
{
}
.featuredOffer p.more
{
	text-align: right;
	font-weight: bold;
}

/* Footer Area */
.footer
{
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: #6E6E70;
	padding: 10px;
}

.footer a:link, .footer a:hover, .footer a:visited
{
	color: #4A6EA7;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 9pt;
}

/* Category List */

.categoryList a
{
	display: block;
	margin: 20px 15px 20px 40px;
}

.toolImage
{
	float: right;
}

.fileList
{
	margin-top: 12px;
}

.fileList a, .fileList a:hover
{
	display: block;
	margin: 0px 10px 0px 10px;
	border: solid 1px white;
	height: 48px;
	width: 400px;
}
.fileList a:hover
{
	border: solid 1px #F4913F;
	text-decoration: none;
}


.fileList a span
{
	display: block;
	padding-top: 14px;
}

.mimeType_icon
{
	float: left;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin: 8px 14px 8px 8px;
}

.mimeType_doc, .mimeType_rtf
{
	background-image: url(Images/Icon_WordDoc.png);
}

.mimeType_ppt
{
	background-image: url(Images/Icon_PowerPointDoc.png);
}

.mimeType_xls
{
	background-image: url(Images/Icon_ExcelDoc.png);
}

.mimeType_pdf
{
	background-image: url(Images/Icon_PDF.png);
}

/* Survey */
.survey
{
    width: 100%;
}

.survey td.sectionHeader
{
    background-color: #E8F2FB;
    font-weight: bold;
    font-size: 11pt;
    padding: 10px 10px 10px 20px;
}

.survey td.sectionSpacer
{
    font-size: 8px;
}

.survey th
{
    font-weight: normal;
    padding: 0px 5px 0px 30px;
    vertical-align: middle;
    width: 130px;
    text-align: left;
}

.survey .req
{
    color: Red;
}

.survey th .req
{
    display: none;
}

.survey th.required .req
{
    display: inline;
}

.survey td
{
    padding: 5px;
}

.errorPanel
{
    color: Red;
    font-weight: bold;
    margin: 20px 20px 20px 18px;
    line-height: 1.5em;
}


.errorLabel
{
    color: Red;
    font-weight: bold;
}

.mask
{
    font-family: Monospace;
}

/* Video */
.video
{
    margin: 30px;
}
.video h1
{
    margin: 0px 0px 15px 0px;    
    font-size: 12pt;
    font-weight: bold;
    line-height: 16pt;
    
}

.video img
{
    margin: 0px 0px 0px 0px;
}

/* Service Detail */
.thumb
{
    height: 225px;
}
.thumbImage
{
    text-align: center;
}
.thumbImage img
{
    margin: 0px;
}
.thumbDescription
{
    height: 85px;
    margin: 5px 25px 5px 25px;
    line-height: 1.5em;
}
.thumbLink a
{
    margin: 15px 25px 5px 25px;
    font-size: 10pt;
}

/* Anonymous Service Detail Summary */
.summary
{
    margin-left: 18px;
    margin-right: 18px;
    padding-top: 20px; 
    padding-bottom: 20px;
}

.summary .headline
{
    color: #647bc1; 
    font-weight: bold; 
    font-size: 12pt;
}

.summary .shpiel
{
    line-height: 1.5em;
    font-size: 10pt;
}

.summary .signinLink a, .summary .returnTopLink a
{
    font-size: 10pt;
}

/* ReportList */
.reportItem
{
    padding-left: 10px;
    padding-top: 2px;
    width: 100%;
}
.reportItemAlternate
{
    padding-left: 10px;
    padding-top: 2px;
    width: 100%
}
.reportError
{
    padding-left: 10px;
    padding-top: 2px;
    width: 100%
}

.report
{
	height: 130px;
	width: 120px;
	background-image: url(Images/ReportGraphic_Static3.png);
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	float: left;
	display: inline;
	clear: both;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
	color: #F4913F;
	font-size: 11pt;
}

.report:hover
{
	background-image: url(Images/ReportGraphic_Highlight3.png);
}

.reportdescription
{
	text-align: justify;
	display: block;
	width: 450px;
	height: 130px;
	float: left;
	padding-top: 30px;
}

.reportdescription a,
.reportdescription a:link,
.reportdescription a:visited
{
	color: #F4913F;
	font-size: 11pt;
}

.reportText 
{
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	position:relative;
	right:-14px;
	top:30px;
	width:90px;
}
.report a,
.report a:link, 
.report a:visited
{
	position:absolute;
	top: 0;
	right: 0;
	display: block;
	width:100%;
	height:100%;
}



/* Accept Terms page */
.termsFrame
{
    width: 670px;
    height: 300px;
    border: solid 1px #bbbbbb;
    overflow: scroll;
    margin-left: 18px;
    margin-top: 15px;
}

/* Testimonial control */
.testimonial h2
{
    font-size: 12pt;
    font-weight: bold;
}