/*

Liberty Blue - #003876;
Liberty Orange - #ec891d;

*/

/* ============================== */
/* ===== SEE EDITOR.CSS ========= */
/* ============================== */

@import url(/common/css/editor.css);

/* ============================== */
/* ===== TAGS =================== */
/* ============================== */
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #454545;
	background-image: url(/common/images/BackgroundGradient.png);
	background-repeat: repeat-x;
}
img {
	border: none;
}
a {
	color: #003876;
}
a:hover {
	text-decoration: none;
}
a.plain {
	background-image:none !important;
	border:none !important;
}
a.emphasized
{
	text-decoration: none !important;
    padding: 1px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;	
	background-color: #72a492;
	border:1px solid #5c8475;
	width:auto !important;
}
div.hr {
	height: 1px;
	margin: 3px 5px;
	background-color: #ffffff;
	width: auto;
	font-size: 1px;
}
/* ============================== */
/* ===== CONTENT ================ */
/* ============================== */
#contentShell {
	margin: 0 auto 0 auto;
	width: 990px;
	min-height: 415px;
}
#contentShell #content {
	float: left;
	width: 990px;
}
#contentShell #content #innerLeft {
	float: left;
	left: 0;
	width: 760px;
	background-color: #ffffff;
}
#contentShell #content #innerRight {
	float: left;
	width: 230px;
	background-color: #ffffff;
}
#contentShell #content #homeTop {
	float: left;
	width: 990px;
}
#contentShell #content #homeTop #flash {
	float: left;
	width: 760px;
	min-height: 415px;
	background-color: #4d4d4d;
}
#contentShell #content #homeTop #modules {
	float: left;
	width: 230px;
	min-height: 415px;
	background-color:#bed1c8;
}
#contentShell .secondaryCalloutContent {
	position: relative;
	margin: 0 auto 0 auto;
	width: 233px;
	min-height: 300px;
}
#contentShell .secondaryCalloutContent img {
	margin: 10px auto 0 auto;
}
#contentShell .secondaryCalloutTitle {
	background-image: url(/common/images/secondaryCalloutTitleBackgroundRightAndLeft.png);
	background-repeat: no-repeat;
	height: 40px;
}
#contentShell .secondaryCalloutTitle.middle {
	background-image: url(/common/images/secondaryCalloutTitleBackgroundMiddle.png);
	background-repeat: no-repeat;
	height: 40px;
}

#contentShell .secondaryCalloutTitle.raiseYourHand {
	background-image: url(/common/images/secondaryCalloutTitleBackgroundRaiseYourHand.png);
}
#contentShell .raiseYourHandContent {
	margin: 0 auto 0 auto;
	width: 205px;
}
.raiseYourHandContent img {
	margin: 10px auto 0 auto;
}
#contentShell .secondaryCalloutTitle a {
	position: relative;
	top: 15px;
	left: 15px;
	color: #ffffff;
	font: 15px "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none
}
#contentShell .secondaryCalloutTitle a:hover {
	color: #d5d5d5;
}
#contentShell #content #homeBottom #productsAndServices {
	float: left;
	width: 253px;
	min-height: 200px;
}
#contentShell #content #homeBottom #professionalDevelopment {
	float: left;
	width: 254px;
	min-height: 200px;
}
#contentShell #content #homeBottom #grantsAndScholarships {
	float: left;
	width: 253px;
	min-height: 200px;
}
#contentShell #content #homeBottom #raiseYourHand {
	float: left;
	width: 230px;
	height: 200px;
}
#contentShell #content #homeBottom .textPadding {
	padding: 15px 5px 0 5px;
}
#contentShell #content #homeBottom .secondaryCalloutBottomLinkContainer {
	position: absolute;
	top: 280px;
	width: 233px;
	padding: 5px 0 0 0;
	border-top: 1px solid #cccccc;
}
#contentShell #content #homeBottom a.secondaryCalloutBottomLink {
	font-size: 12px;
	text-decoration: none;
	color: #ec891d;
}
#contentShell #content #homeBottom a.secondaryCalloutBottomLink:hover {
	text-decoration: none;
	color: #003876;
}
#contentShell #content #homeBottom {
	width: 990px;
}
#contentShell #content #innerRight .innerRightCallout {
	margin: 0 0 10px 0;
	width: 230px;
}

#contentShell #content #innerRight .innerRightCallout .innerRightCalloutContent {
	padding: 5px 7px 5px 55px;
}
#contentShell #content #innerRight .innerRightCallout a {
	position: relative;
	top: 0px;
	text-decoration: none;
}
#contentShell #content #innerRight .innerRightCallout a.headline {
	font: 10px "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	color:#003876;
}
#contentShell #content #innerRight .innerRightCallout a.headline:hover {
	color:#ec891d;
}
#contentShell #content #innerRight .innerRightCallout p a {
	position: relative;
	top: 5px;
	font-size: 10px;
	color: #454545;
}
/* ===== BREADCRUMB ============= */
div.breadcrumb {
	width: 660px;
	padding: 12px 0 0 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #003876;
	text-align: right;
}
div.breadcrumb a {
	color: #003876;
	text-decoration: none;
}
div.breadcrumb a:hover {
	color: #003876;
	text-decoration: underline;
}
div.breadcrumb span
{
	margin:0 4px;
}

/* ===== MAIN =================== */
#contentShell #content #innerLeft #main {
	margin: 30px 15px 10px 65px;
	line-height: 16px;
}

/* ===== SEGMENTATION CALLOUT === */
.segmentationCallout {
	position: relative;
	float: left;
	top: 10px;
	background-image: url(/common/images/segmentationCalloutGradientMiddle.png);
	background-repeat: repeat-x;
	min-height: 220px;
}
.segmentationCallout .twoColumn {
	width: 317px;
}
.segmentationCallout .threeColumn {
	width: 210px;
}
.segmentationCallout .segmentationCalloutLeft {
	float: left;
	background-image: url(/common/images/segmentationCalloutGradientLeft.png);
	background-repeat:no-repeat;
	width: 20px;
	min-height: 220px;
}
.segmentationCallout .segmentationCalloutMiddle {
	float: left;
}
.segmentationCallout .twoColumnMiddle {
	width: 277px;
}
.segmentationCallout .threeColumnMiddle {
	width: 170px;
	line-height: 14px;
}
.segmentationCallout .segmentationCalloutMiddle .title {
	margin: -20px 0 20px 0;
	background-image: url(/common/images/segmentationCalloutTitleBackground.png);
	background-repeat: repeat-x;
	font: 14px "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}
.segmentationCallout .segmentationCalloutMiddle h3 {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 5px 0 5px;
	font: 13px "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.segmentationCallout .segmentationCalloutMiddle .title h3 .titleBackground {
	padding: 0 5px 0 5px;
	background-color: #ffffff;
}
.segmentationCallout .segmentationCalloutRight {
	float: left;
	background-image: url(/common/images/segmentationCalloutGradientRight.png);
	background-repeat:no-repeat;
	width: 20px;
	min-height: 220px;
}
.segmentationCallout .segmentationCalloutMiddle a {
	padding: 2px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003876;	
	background-image: url(/common/images/orangeButtonGradient.png);
	background-repeat: repeat-x;
	border:1px solid #ec891d;
	text-decoration: none;
	text-align: center;
}

.segmentationCallout .segmentationCalloutMiddle a:hover {
	background-image: url(/common/images/orangeButtonGradientReverse.png);
	background-repeat: repeat-x;
}
a.columnButton {
	position: absolute;
	top: 130px;
	margin: 20px auto 0 auto;
	width: 277px;
}
a.twoColumnButtonNarrow {
	margin: 20px 50px 0 50px;
	width: 177px;
}
a.threeColumnButton {
	width: 170px;
}
/* ============================== */
/* ===== MISC =================== */
/* ============================== */
.clearBoth {
	clear:both;
}
.subHomeImageSpacing {
	margin: 20px 0 0 0;
}
.puzzleFormat li {
	list-style-type: none;
	padding: 7px 0 10px 35px;
	background-repeat: no-repeat;
}
.puzzle1 {
	background-image: url(/common/images/puzzlePiece1.gif);
}
.puzzle2 {
	background-image: url(/common/images/puzzlePiece2.gif);
}
.puzzle3 {
	background-image: url(/common/images/puzzlePiece3.gif);
}
.puzzle4 {
	background-image: url(/common/images/puzzlePiece4.gif);
}
.puzzle5 {
	background-image: url(/common/images/puzzlePiece5.gif);
}
/* ============================== */
/* ===== SEARCH ================= */
/* ============================== */
.search{
	position: absolute;
	top: 10px;
	right: 10px;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003876;
	text-transform: uppercase;
}
.formatTextField {
	position: relative;
	top: 1px;
	width: 155px;
	height: 13px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #003876;
	padding: 1px 0 0 0;
}
.formatTextFieldModule {
	width: 100px;
	height: 13px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 1px 0 0 0;
}
.formatButtonPatina {
	padding: 1px;
	font: 9px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;	
	background-color: #72a492;
	border:1px solid #5c8475;
	width:auto !important;
}
/*
input.button
{
	padding: 1px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;	
	background-color: #72a492;
	border:1px solid #5c8475;
	width:auto !important;
}
*/
input.button {
	background-color: #E3A03D;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	width: auto;
	margin: 0 auto;
	padding: 2px 3px;
}
/*
.orangeButton {
	padding: 2px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003876;	
	background-image: url(/common/images/orangeButtonGradient.png);
	background-repeat: repeat-x;
	border:1px solid #ec891d;
	text-decoration: none;
	text-align: center;
}
.formatButtonOrange {
	padding: 2px;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003876;	
	background-image: url(/common/images/orangeButtonGradient.png);
	background-repeat: repeat-x;
	border:1px solid #ec891d;
}*/
.orangeButton, .formatButtonOrange, .raiseYourHandContent input.button {
	background-color: #E3A03D;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	width: auto;
	margin: 0 auto;
	padding: 2px 3px;
}
/*
.calloutLink.rspMargin {
	margin: 0 0 5px 10px;
}
*/
	
/* + + + + + + + + + + */
.clear
{
	clear:both;
}
.italic
{
    font-style:italic;
}
.standout
{
    font-weight:bold;
    font-size:12px;
}
div.loggedStatus
{
    margin: 10px 0;
}
.red {
	color: #ff0000;
}
.tempTealBar {
	float: left;
	width: 230px;
	height: 40px;
	background-image: url(/common/images/homeTealGradientBackground.png);
	background-repeat: repeat-x;
}
/*******************************************************
/* Get A Quote Callout
/*******************************************************/
div#getAQuoteWrapper
{
	width:200px;
	float:right;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin-left:15px;
	padding:0 0 20px 10px;
}
div#radioLeft, div#radioRight
{
	width:100px;
	float:left;
}
div.radioLeft, div.radioRight
{
    width:100px;
	float:left;
	display:block;
}

div#ziptxt
{
	padding:16px 0 0 6px;
	clear:left !important;
}

/* ============================================== */
/* Forms */
/* ============================================== */

.form label
{
    float:left;
    width:158px; 
    margin-bottom:10px;
}
div.buttonWrapper
{
    margin-left:158px;
}
.form .tinyLabel
{
    width:90px;

}
.form .shortLabel
{
    text-align:right;
    width:160px;
    margin-left:10px;
}
.form .longLabel
{
    width:330px;
}
.form .fullLabel
{
    width:680px;
}



img
{
    border-style:none;
    border-width:0px;
}

.form textarea, .form input, .form select
{
    float:left;
    margin-bottom:10px; 
    width:500px; 
    margin-left:10px;  
}
.form .tinyMultiLineInput input
{
/*
    height:70px !important;
    width:205px !important;
*/
}
.form .shortInput
{
    width:160px;
    margin-left:10px;
    /*border: 1px solid #7c7475;*/
}
.form .fullInput
{
    width:676px;
    height:150px;
    margin-left:0px;
}
.form .tallInput
{
    width:505px;
    height:50px;
    /*border: 1px solid #7c7475;*/
}

.form .shortSelect
{
    width:164px;
    margin-left:10px;
}

.form .checkbox label
{
	width: auto;
	margin: 2px 5px;
	/* float:none !important; */
}
.form .checkbox input
{
	width:16px;
}

.form .tinyRadioButton
{
    float:left;
}
.form .tinyRadioButton label
{
	width:50px;
}
.form .tinyRadioButton input
{
	width:16px;
	margin-right:10px;
}

.form .button
{
    width:auto;
}

.form .rightFloatedButton
{
    float:right;
    margin-right:13px;
}

/* Forgot Password Form */
div.forgotPasswordForm {
	width: 400px;
}
.form.forgotPasswordForm label {
	text-align: right;
	margin: 5px 0 0 0;
	width: auto;
}
div.forgotPasswordButtons {
	margin-left: 78px;
}
div.forgotPasswordButtons a {
	display: block;
	float: left;
	padding: 5px 0 0 10px;
}
div.forgotPasswordButtons a:hover {
	text-decoration: underline;
}

div.essay div.essayLeft
{
    width:150px;
    float:left;
    margin-right:10px;
}
div.essay .centerInput
{
    width:500px;
    height:150px;
    float:left;
}

iframe
{
    width:678px;
    height:550px;
	border: 1px solid #cccccc;
}

bigFrame
{
    width:1000px !important;
    height:1000px;
}

.tallFrame
{
    height:800px;
}

.form .requiredFieldIndicator
{
    font-size:10px;
    font-style:italic;
    margin-bottom:5px;
    color:#888888;
}

.whyCollect
{
    float:left;
}

#guidelines
{
    font-size:10px;
    width:570px;
    margin-left:10px;
    color:#454545;
    float:left;
    line-height:12px;
}

.formLink
{
    color:#827721;
}

.error
{
    color:#dd0000;
    font-weight:bold;
    font-size:12px;
}
.resultUrl {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}

/* ============================== */
/* ==== Teacher Vision Tools ==== */
/* ============================== */

div.rssWrapper
{
    position:relative;
    width:auto;
    margin-left: 20px;
}

div.rssWrapper .rssTitle
{
    font-weight:bold;
    font-size:14px;
    padding-top:4px;
}

div.rssWrapper h2
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-weight:bold;
	line-height:normal;
	color:#003876;
	text-transform: uppercase;
	padding:10px 0 0 0;
}

div.rssWrapper h3, h4, h5 /*delete h2 from here */
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-weight:bold;
	color:#003876;
	padding:10px 0 0 0;
}

div.rssWrapper .headicon img, div.rssWrapper .headicon2 img
{	
	float:left;
	padding:0 10px 10px 0;
}

div.rssWrapper p
{
	clear:both;
}

div.rssWrapper p.rsrc-desc
{
	clear:both; 
	margin:-10px 40px 20px;
}

div.rssWrapper ul
{
	clear:both;
	line-height:20px;
	padding-bottom:10px;
}

div.rssWrapper li
{
	line-height:20px;
}

div.rssWrapper .gradespace
{
	clear:both;
	word-spacing:3px;
	line-height:20px;
}

div.rssWrapper .rssImage
{
    position:absolute;
    right:10px;
    top:0px;  
}

div.rssWrapper .rssDescription
{
    margin-top:10px;
    font-size:12px;

}

div.rssItemWrapper
{
    position:relative;
    margin-top:10px;
}

div.rssItemWrapper .rssItemTitle
{
    font-weight:bold;
    font-size:13px;
}

div.rssItemWrapper .rssItemPubDate
{
    font-size:10px;
}

div.rssItemWrapper .rssItemContent
{
    margin-top:10px;
}

#trialboxfs
{
    padding-top:10px;
}

div.rssWrapper #trialboxa3 img {padding:10px; display:block;}


/* ===== POLLQUESTION ================ */

.raiseYourHandContent p {margin-bottom: 7px;}
.raiseYourHandContent .pollHeadline {font: bold 10px Arial, Helvetica, sans-serif; color: #ec891d; text-transform: uppercase; padding: 0 0 5px 0;}
.raiseYourHandContent .pollScenario {margin:0; padding:0; font:normal 11px Arial, Helvetica, sans-serif; color:#003876;}
.raiseYourHandContent .pollQuestion {padding:0 0 0 0; font-size: 11px; }
.raiseYourHandContent .pollResponse {padding:0 0 5px 0; }
.raiseYourHandContent .tinyMultiLineInput {font:normal 11px Arial, Helvetica, sans-serif; color:#003e7e; width:195px; border: 1px solid #cccccc; }
/*
.raiseYourHandContent input.button {
	float:right;
	background-image:url(/common/images/orangeButtonGradient.png);
	background-repeat:repeat-x;
	border:1px solid #EC891D;
	color:#003876;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:normal;
	padding:2px;
	text-align:center; }
*/
	

/* ============================================= */
/*                 POLL RESPONSES                */
/* ============================================= */
#pollResponseWrapper {
	padding-top: 10px;
}

div#pollComboWrapper {
	text-align: center;
	position:relative; vertical-align:middle;
	margin: 10px 0;
}
div#pollComboWrapper input.rcbInput
{
	padding-left:10px;
}
* html div#pollComboWrapper .radComboNavLeftArrow {
	/*margin-top:3px;*/
	margin-left:-25px;
	position:absolute;
}
div#pollComboWrapper .radComboNavLeftArrow {
	margin-top:0px;
	margin-left:-25px;
	position:absolute;
}
* html div#pollComboWrapper .radComboNavRightArrow {
	/*margin-top:3px;*/
	margin-left:3px;
	position:absolute;
}
div#pollComboWrapper .radComboNavRightArrow {
	margin-top:0px;
	margin-left:3px;
	position:absolute;
}

/* Raise Your Hand Scenario Questions Box */
.textPadding {
	margin: 0;
}
.pollHeadline {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}
.pollScenario {
    font-weight:bold;
    font-style: italic;
    margin: 5px 5px;
    display:block;
}
.pollQuestion {
	font-weight: normal;
	font-style: italic;
}
.pollResponse textarea {
	margin-left: 10px;
	width: 271px;
	font-family: Arial;
	font-size: 11px;
}
.textPadding input.button {
	margin: 5px 0 5px 10px;
}
.blueText {
	color: #003876;
}

.pollResponsesDisclaimer {
	font-size: 9px;
	color: #a5a5a5;
}
/* bed1c8 */


/*// Rad Combo Box //*/

div.RadComboBoxDropDown_Office2007 .rcbHovered
{
	font: normal 12px Arial, Verdana, Sans-serif;
	color: #4c645a;	
	padding: 3px;
	text-decoration: none;
	background:#bed1c8;
	_height: 1%;
}
div.RadComboBoxDropDown_Office2007 .rcbItem
{
	font: normal 12px Arial, Verdana, Sans-serif;
	color: #4c645a;	
	padding: 3px;
	text-decoration: none;
	background:#ffffff;
	_height: 1%;
}

.imageUploadSection img
{
    float: right;
}
.form span.scholarAppWidth label
{
    width:620px;
}
=======


/* @import url(/common/css/brett.css); */
/* @import url(/common/css/jacob.css); */
@import url(/common/css/editor.css);


/* ============================== */
/* ===== COLORS ================= */
/* ============================== */
/*
	Liberty Blue - #003876;
	Liberty Orange - #ec891d;
*/
/* ============================== */
/* ===== FULL TAGS ============== */
/* ============================== */
html,body {
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#7e7e7e;
}
body {
	background-image: url(/common/images/backgroundGradient.png);
	background-repeat: repeat-x;
}
h1,h2,h3,h4,h5,h6,p {
	margin:0 0 10px 0;
	padding:0;
}
img {
	border:none;
}
/* ============================== */
/* ===== WRAPPERS =============== */
/* ============================== */
#wrapperToCenter {
	margin:0 auto 15px auto;
	width: 990px;
	background-color: #fff;
}
#wrapperMain {
	width: 990px;
	min-height: 300px;
}
/* ============================== */
/* ===== MASTHEAD =============== */
/* ============================== */
#masthead {
	position: relative;
	margin: 0;
	height: 95px;
}
#masthead .logoPosition {
	margin:20px 0 0 10px;
}
#masthead #utilityNav {
	position: absolute;
	bottom: 5px;
	left: 783px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #a9a9a9;
}
#masthead #utilityNav a {
	color: #a9a9a9;
	text-decoration: none;
}
#masthead #utilityNav a:hover {
	color: #003876;
}
#colorStripe {
	margin: 0 5px 0 5px;
	background-color: #003876;
}

/* ============================== */
/* ===== new_global.css =============== */
/* ============================== */
#mainNav {
	height: 26px;
	width: auto;
	float: left;
	border-bottom: 5px solid #576b92;
	position: relative;
}
#mainNav ul {
	margin: 0 0px 0 0;
	padding: 0 0 0 0px;
	list-style: none;
}

#mainNav ul li {
	background: url(/common/images/nav_fill_inactive.gif) repeat-x;
	float: left;
	height: 26px;
	width: auto;
	margin: 0 3px 0 0;
	padding: 0 0px 5px 0;
}
#mainNav ul li img {
	display: block;
	float: left;
}
#mainNav ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	float: left;
	display: block;
	padding: 7px 7px 3px 7px;
}
#mainNav ul li a.homeLink
{
    padding-left: 6px;
    padding-right: 5px
}
.currentActiveAnchor {
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
.currentActiveItem {
	background: url(/common/images/nav_fill_active.gif) repeat-x !important;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#mainNav ul li.lastItem {
	margin: 0;
}

/* ============================== */
/* ===== FOOTER ================= */
/* ============================== */
#footerShell {
	margin: 0 auto 0 auto;
	width: 990px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}
#footerShell a {
	color: #666666;
	text-decoration: none;
}
#footerShell a:hover {
	color: #003876;
}
#footerShell p {
	margin: 0 0 5px 0;
	padding: 0;
}
#footerShell #footerContent {

	position: relative;

	background-color: #e3e3e3;
}
#footerShell #linkBlock {
	padding: 15px 0 15px 30px;
}
#footerShell #logoBlock {
	position: absolute;
	bottom: 35px;
	right: 15px;
}
#footerShell #footerLegal {
	padding: 15px 30px;
	font-size: 9px;
	background-color: #fff; 
	color: #a5a5a5;
}

/* ============================== */
/* ===== MISC =================== */
/* ============================== */
.clearBoth {
	clear: both;
}
/* ============================== */

/* ============================== */
/* Brett.css */
/* ============================== */
.homeRowOne {
	padding-top: 25px;
}

.homeRowOne .leftCol {
	float: left;
	width: 661px;
	height: 475px;
	padding: 0 21px 0 25px;
}
.homeRowOne .rightCol {
	display: inline;
	float: left;
	width: 258px;
	margin: 0 25px 0 0;
}
.homeRowTwo {
	padding: 5px 0 0 6px;
}
.homeRowTwo .callout {
	float: left;
	margin: 0 0 20px 8px;
	width: 314px;
}
.homeRowTwo .callout.first {
	margin-left: 0;
}

.homeRowTwo .callout h2, .homeRowTwo .callout div.copy, .homeRowTwo .callout a.callToAction {
	margin: 15px 0 10px 20px;
}
.homeRowTwo .callout a, .homeRowTwo .callout a:visited {
	color: #576a97;
	text-decoration: none;
}
.homeRowTwo .callout a:hover {
	color: #000000;
}
.homeRowTwo .callout a.imageLink {
	margin: 0;
}
.homeRowTwo .callout h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #576a97;
}

/* ============================== */
/* Jacob.css */
/* ============================== */
div#leftColumn {
	min-height: 475px;
	width: 661px;
	padding: 0 21px 0 25px;
	float: left;
	position: relative;
}
div#rightColumn {
	min-height: 475px;
	width: 258px;
	/* margin: 0 25px 0 0; */
	padding-top: 25px;
	float: left;
	position: relative;
}
div.innerContent {
	margin: 0 0 25px 0;
	width: 622px;
}
div.innerContent a, div.innerContent a:visited {
	color: #576a97;
	text-decoration: none;
}
div.innerContent a:hover {
	color: #000000;
}
div.innerContentPadding {
	padding: 25px 20px;
}
img.imageFloatLeft {
	padding: 0 20px 20px 0;
	float: left;
}

/* Callouts  */
div.twoColCallout, div.threeColCallout {
	width: 622px;
	margin: 0;
	float: left;
	position: relative;
}
div.calloutWide, div.calloutContainer {
	position: relative;
	background-color: #e7f0eb;
	width: 293px;
	margin: 18px 18px 0 0;
	padding-bottom: 10px;
	float: left;
}
div.calloutWide div.signInBlock {
	position: relative;
	margin: 10px 0 10px 0;
	padding: 5px 10px;
}
div.calloutWide label {
	margin: 0;
	width: 115px;
	float: left;
}
div.calloutWide input {
	width: 140px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}
div.calloutContainer {
	width: 622px !important;
	margin: 18px 0 0 0;
}
div.calloutContainer.classes {
	width: 590px !important;
	margin: 10px 0 0 0 !important;
}
div.productMinHeight {
	min-height: 135px;
}
div.profDevMinHeight {
	min-height: 175px;
}
div.scholarshipMinHeight {
	min-height: 205px;
}
div.calloutNarrow {
	background-color: #e7f0eb;
	width: 189px;
	margin: 18px 18px 0 0;
	padding-bottom: 10px;
	float: left;
}
div.calloutHeader {
	margin: 0 auto;
	padding: 3px 10px;
	background-color: #90ae9c;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
div.calloutWide p, div.calloutNarrow p {
	padding: 5px 10px;
	line-height: 16px;
}
.calloutLink {
	display: block;
	background-color: #e3a03d;
	width: 170px;
	padding: 2px;
}
.calloutNarrow, .calloutLink {
	width: auto;
	margin: 0 10px 0 10px;
}
div.calloutLinkBlock {
	width: 295px;
	margin: 12px 0 0 0;
	background-color: #E3A03D;
	padding: 5px;
	display: block;
}
div.calloutLinkBlock a.calloutLinkLarge  {
	color: #ffffff;
	font-weight: bold;
	padding: 0 5px;
	text-decoration: none;
}
div.calloutLinkBlock a:hover.calloutLinkLarge {
	color: #003876;
	font-weight: bold;
	padding: 0 5px;
	text-decoration: none;
}
div.categories.left {
	width: 275px;
	float: left;
	margin-right: 20px;
}
div.categories.right {
	width: 275px;
	float: left;
}
div.categories ul {
	line-height: 18px;
	margin: 0;
	padding: 15px; 
}
div.categories ul li {
	list-style: none;
}
.productLinkPlacement {
	display: block;
	width: 268px;
	position: absolute;
	bottom: 10px;
}
.profDevPlacement {
	display: block;
	width: 164px;
	position: absolute;
	bottom: 10px;
}
div.calloutWide a.calloutLink, div.calloutNarrow a.calloutLink, div.calloutWide a:visited.calloutLink, div.calloutNarrow a:visited.calloutLink {
	padding: 3px 0 3px 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
div.calloutWide a:hover.calloutLink, div.calloutNarrow a:hover.calloutLink {
	color: #003876;
	text-decoration: none;
}
div.categories a.catLink, div.courseListings a.classLink {
	text-decoration: none;
}
div.categories a:hover.catLink, div.categories a:active.catLink, div.courseListings a:hover.classLink, div.courseListings a:active.classLink {
	text-decoration: underline;
	color: #555555;
}

	

/*******************************************************
/* Get A Quote Callout
/*******************************************************/
div#getAQuoteWrapper
{
	width:200px;
	float:right;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin-left:15px;
	padding:0 0 20px 10px;
}
div#radioLeft, div#radioRight
{
	width:100px;
	float:left;
}
div.radioLeft, div.radioRight
{
    width:100px;
	float:left;
	display:block;
}

div#ziptxt
{
	padding:16px 0 0 6px;
	clear:left !important;
}

/* ============================================== */
/* Forms */
/* ============================================== */

div.calloutWide div.form {
	margin: 0;
	padding: 0;
}
.forgotPassLink {
	margin: 0 25px 0 0;
	float: right;
}
.form label
{
    float:left;
    width:158px; 
    margin-bottom:10px;
}
div.buttonWrapper
{
    margin-left:158px;
}

.form .tinyLabel
{
    width:90px;

}
.form .shortLabel
{
    text-align:right;
    width:160px;
    margin-left:10px;
}
.form .longLabel
{
    width:330px;
}
.form .fullLabel
{
    width:680px;
}
img
{
    border-style:none;
    border-width:0px;
}

.form textarea, .form input, .form select
{
    float:left;
    margin-bottom:10px; 
    width:500px; 
    margin-left:10px;  
}
.form .tinyMultiLineInput input
{
/*
    height:70px !important;
    width:205px !important;
*/
}
.form .shortInput
{
    width:160px;
    margin-left:10px;
    /*border: 1px solid #7c7475;*/
}
.form .fullInput
{
    width:676px;
    height:150px;
    margin-left:0px;
}
.form .tallInput
{
    width:505px;
    height:50px;
    /*border: 1px solid #7c7475;*/
}

.form .shortSelect
{
    width:164px;
    margin-left:10px;
}

.form .checkbox label
{
	width: auto;
	margin: 2px 5px;
	/* float:none !important; */
}
.form .checkbox input
{
	width:16px;
	margin: 0 5px;
}

.form .tinyRadioButton
{
    float:left;
}
.form .tinyRadioButton label
{
	width:50px;
}
.form .tinyRadioButton input
{
	width:16px;
	margin-right:10px;
}

.form .button
{
    width:auto;
}

.form .rightFloatedButton
{
    float:right;
    margin: 0 5px 0 0;
}


div.essay div.essayLeft
{
    width:150px;
    float:left;
    margin-right:10px;
}
div.essay .centerInput
{
    width:500px;
    height:150px;
    float:left;
}

iframe
{
    width:678px;
    height:550px;
	border: 1px solid #cccccc;
}

bigFrame
{
    width:1000px !important;
    height:1000px;
}

.tallFrame
{
    height:800px;
}

.form .requiredFieldIndicator
{
    font-size:10px;
    font-style:italic;
    margin-bottom:5px;
    color:#888888;
}

.whyCollect
{
    float:left;
}

#guidelines
{
    font-size:10px;
    width:570px;
    margin-left:10px;
    color:#454545;
    float:left;
    line-height:12px;
}

.formLink
{
    color:#827721;
}

.error
{
    color:#dd0000;
    font-weight:bold;
    font-size:12px;
}
.resultUrl {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}
/* Accordion */
div.accordion
{
	margin: -10px 0 0 0;
}
div.accordionHeader
{
	cursor:pointer;
	height: 37px;
	margin: 10px 0 0 0;
	border: 5px solid #CDE1D8;
	width: 248px;
}
h2.freeQuote
{
	background: url(/common/images/accordian/r_corp_getafreequote_closed.gif) no-repeat scroll 5px 0 !important;
	margin:10px 0 0 0;
	height:23px;
}
h2.findAgent
{
	background: url(/common/images/accordian/r_corp_findalocalagent_closed.gif) no-repeat scroll 5px 0 !important;
	margin:10px 0 0 0;
	height:23px;

}
h2.findCourse
{
	background: url(/common/images/accordian/r_corp_scholarships_closed.gif) no-repeat scroll 5px 0 !important;
	margin:10px 0 0 0;
	height:23px;
}
div.accordionHeaderSelected
{
	height: 37px;
	width: 248px;
	background-color: #71A28A;
	border-top: 5px solid #98b4a8;
	border-left: 5px solid #98b4a8;
	border-right: 5px solid #98b4a8;
	cursor:pointer;
	margin: 10px 0 0 0;
}
div.accordionHeaderSelected h2.freeQuote {
	background: url(/common/images/accordian/r_corp_getafreequote_open.gif) no-repeat scroll 5px 0 !important;
	margin:10px 0 0 0;
	height:23px;
}
div.accordionHeaderSelected h2.findAgent {
	background: url(/common/images/accordian/r_corp_findalocalagent_open.gif) no-repeat scroll 5px 0 !important;
	margin:10px 0 0 0;
	height:23px;
}
div.accordionHeaderSelected h2.findCourse {
	background: url(/common/images/accordian/r_corp_scholarships_open.gif) no-repeat scroll 5px 0 !important;
	margin:10px 0 0 0;
	height:23px;
}
div.accordionContent table#agentTable {
	width: 220px;
}
div.accordionContent
{
	position: relative;
	background-color:#71A28A;
	border-bottom:5px solid #98B4A8;
	border-left:5px solid #98B4A8;
	border-right:5px solid #98B4A8;
	color:#ffffff;
	font-size:12px;
	font-weight: normal;
	overflow:hidden;
	padding-right:8px;
	padding-bottom:7px;
	padding-left:8px;
	
}
div.accordionHeader.accordionTop {
	margin: 0 0 10px 0;
}
div.retrieve 
{
	margin:15px 0 30px 6px;
}
div.retrieve a {
	color:#ffffff;
	text-decoration: underline;
}

.call {
	color:#ffffff;
	font-weight: bold;
	font-size:14px;
	margin:6px 0 0 6px;
}
.tty {
	color:#ffffff;
	font-family:arial,sans;
	font-size:9px;
	font-weight: normal;
	margin:2px 0 0 6px;
}
div#ziptxt input {
	width: 50px;
}

/* Find a local agent in accordion */
div#locate {
	color:#ffffff;
	margin:0 0 10px 5px;
}
div#office_loc {
	font-size:12px;
	font-weight:bold;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #ffffff;
}
div#agent_name {
	font-size:12px;
	font-weight:bold;
	padding:8px 0px 2px 0px;
	border-bottom: 1px solid #ffffff;
}
div#claimsLogin label, #claimsZip label, #agentTable label {
	font-size:12px;
	font-weight: normal;
	white-space:nowrap;
}

.scholarshipApplicationForm label, .scholarshipApplicationForm label.shortLabel
{
    width:115px !important;
}
.scholarshipApplicationForm label.essayLabel, .scholarshipApplicationForm span.scholarAppWidth label 
{
    width:530px  !important;
}
.scholarshipApplicationForm input.shortInput
{
    width:150px;
}
.scholarshipApplicationForm select.shortSelect
{
    width:156px;
}


.discountRegistrationFormWrapper label, .discountRegistrationFormWrapper label.shortLabel
{
    width:115px;
}
.discountRegistrationFormWrapper select
{
    width:446px;
}
.discountRegistrationFormWrapper input.shortInput
{
    width:150px;
}
.discountRegistrationFormWrapper select.shortSelect
{
    width:156px;
}
.discountRegistrationFormWrapper span.checkbox label 
{
    width:530px;
}
div.borderlessContent {
	padding: 25px 25px;
}
div.form.loginForm {
	width: 270px;
	margin: 0 10px;
}
div.form.loginForm label {
	text-align: right;
}

/* ============================== */
/* ===== spotlightWrapper ======= */
/* ============================== */
#spotlightWrapper iframe
{
    height:1px;
    width:1px;
}


/* Homepage Flash Container */
.homeFlashContainer {
	margin: 0;
	padding: 12px 12px 140px 12px;
	background-color: #98B4A8;
}

/*side flash container*/

.sideFlashContainer
{
margin-top: 10px;
}

/* ============================== */
/* ===== Courses Search  ======= */
/* ============================== */

#modalContentShell {
	background-color: #ffffff;
    margin:10px;
    padding: 10px;
    min-height: 455px;
}
.coursesTable {	
	border-spacing: 5px 7px;
}
div.courseListings {
	padding: 15px;
}
div.courseListings.innerPadding {
	padding: 10px;
}
.courseListHeader, .courseListLine {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
.courseListLine {
	font-weight: normal;
}
.crsTitle {
	width: 210px;
}
.crsNumber, .crsMethod, .crsLrf, .discountRate {
	text-align: center;
	width: 75px;
}
.crsHrs {
	text-align: center;
	width: 62px;
}
.crsTuit {
	text-align: center;
	width: 65px;
}
.crsInst {
	text-align: center;
	width: 100px;
}
.discountRate {
	color: #003876;
}

table#courses {
	width: 575px;
}
.courseDescPadding {
	padding: 0 10px 0 0;
}
	

/* ================================== */
/* == Course Discount Registration == */
/* ================================== */

.courseDiscountRegistrationForm label, .courseDiscountRegistrationForm label.shortLabel
{
    width:115px !important;
}
.courseDiscountRegistrationForm label.essayLabel, .courseDiscountRegistrationForm span.scholarAppWidth label 
{
    width:530px  !important;
}
.courseDiscountRegistrationForm input.shortInput
{
    width:150px;
}
.courseDiscountRegistrationForm select.shortSelect
{
    width:156px;
}

/* New Utility nav divs */

.rightUtility
{
    width: 110px;
    float:left;
    clear:none;
    margin-bottom: 5px;
}

.leftUtility
{
    width: 90px;
    float:left;
    clear:none;
        margin-bottom: 5px;
}


/* end utility nav change */

.small-form
{
    width:270px;
    padding: 0 10px 0 10px;
}

.small-form input
{
    clear:right;
    width: 140px;
}

.small-form label
{
    width:60px;
    float:left;
}

.small-form .button
{
    width:auto;
    margin-top:10px;
    margin-bottom:0;
}