/****************************************************************************
                                                                          
		Global                                                     
                                                                         
****************************************************************************/

body {
	font-size: 62.5%;
	font-family: Arial, sans-serif;
	color: #666;
}

#container {
	width: 960px;
}

#header {
	width: 100%;
	margin: 35px 0;
	
}

#logo {
	margin: 0 0 0 60px;
	height: 82px;
	display: inline;
	float: left;
}

/* Pushing content to end of div */
#content {
	margin: 35px 0 0 103px;
}

/* Grey Bars (Top & Bottom) */
#topLinks {
	width: 960px;
	background: #5F6062;
	float: right;
	color: #999;
	display: none;
}
	
#bottomLinks {
	width: 960px;
	background: #5F6062;
	float: left;
	color: #999;
}
	
#topLinks a {
	margin: 7px 10px 7px 15px;
	float: right;
	color:white;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
	
#bottomLinks a {
	margin: 7px 10px 7px 0;
	float: left;
	color:white;
	text-decoration: none;
}
	
#topLinks a:hover, #bottomLinks a:hover {color: #999}

#bottomLinks p {
	margin: 7px 10px 7px 0;
	float: left;
}

/* Columns */
.left {float: left;}
.right {float:right;}
div.quarter, div.half, div.three, div.full {float:left;margin-right: 10px;}
div.last { margin-right: 0; }
.quarter  { width: 205px;}
.half { width: 420px;}
.col1 {
	width: 225px;
}
.col2 {
	width: 420px;
}
.three  { width: 635px;}
.full, div.full { width: 850px; margin: 0; }
#bottomLinks > .pushed {margin-left: 100px;float: left;}


#rubrics {margin-bottom:80px;}
#rubrics .quarter {
	width: 203px;
	height: 152px;
	border-right: 1px solid #ccc;
}

#rubrics div.last {
	height: 152px;
	border:none;
}

#rubrics .quarter p {
	font-size: 1.2em;
	line-height: 1.7em;
	margin-bottom: 10px;
}
	
#rubrics .quarter a {
	text-decoration: none;
	font-weight: bold;
	color: #0082C8;
}


/* Navigations */

#subNav {margin: 13px 0 60px;float: left;width: 850px; display: none;}

#mainNav {
	width: 500px;
	margin: 20px 0;
	float: right;
	display: none;
}

#rubrics .quarter ul li a {
	font-size: 1.2em;
	line-height: 1.7em;
	text-decoration: none;
	font-weight: bold;
	color: #0082C8;
}


#rubrics .quarter ul li a:hover, #rubrics .quarter a:hover, #subNav ul li a:hover, #sideBox a:hover, #contentInside #faq li a:hover, .faq-container a:hover {color: #6fbfea;}

#featureIn {
	padding: 27px 30px 0 100px;
	background: #85c441;
	width: 615px;
	height: 147px;
	margin: 0 0 20px;
}

#contentInside {margin: 0 0 60px 0;}
#contentInside .half {
	margin-right: 225px; 
}

#sideBox {
	height: 152px;
	border-left: 1px solid #CCC;
	margin-left: 0; padding-left: 0;
	display: none;
}

#copyright {margin: 0 -5px 0 15px;}

/****************************************************************************
                                                                          
		Typography                                                     
                                                                         
****************************************************************************/

/* Headings */
h1 {
	font-size: 1.8em;
	line-height: 1.7em;
	margin-bottom: 35px;
}
h1.light {color: #999}
h1.light b {color: #666}
h1.white {color: white;}
h1.white b {color: #5f6062;}
h2 {}
h3 {
	font-size: 1.2em;
	margin-bottom: 15px;
	font-weight: bold;
}

/* Homepage Banner -- */
#feature {
	width: 960px;
	height: 300px;
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
	float: left;
}

#caption {
	width: 424px;
	height: 126px;
	margin: 70px 0 0 497px;
	padding:23px 6px 0 33px;;
	background: url(../images/featureLabel.png);
	position: absolute;
	z-index: 10;
}

#caption h3 {
	font-size: 1.4em;
	margin-bottom: 5px;
	font-weight: bold;
}

#caption p {
	font-size: 1.2em;
	line-height: 1.8em;
}

#slide-control {
	position: absolute;
	margin: 252px 0 0 912px;
	width: 48px;
	height: 49px;
	overflow: hidden;
	z-index: 10;
	}
	
#slide-control a#nextSlide {
	width: 48px;
	height: 49px;
	display: block;
	float: left;
	background-image: url(../images/arrowGlider.png);
	text-decoration: none;
	}

#slide-control a#nextSlide:hover { background-position: 0 -49px;}

/* Paragraphs */
#contentInside p {
	font-size: 1.2em;
	line-height: 1.7em;
	padding-bottom: 20px;
}

#contentInside p a {
	font-weight: bold;
	text-decoration: none;
	color: #0082C8;
}

#contentInside p a:hover {
	color: #6fbfea;
}
	
#contentInside #body li {
	font-size: 1.2em;
	line-height: 1.7em;
	margin-left: 30px;
	list-style-type: disc;
}

#contentInside #body {
	padding-bottom: 5px;
	padding-bottom: 15px;
}

#contentInside #faq li {
	font-size: 1.2em;
	line-height: 1.7em;
	margin-left: 30px;
	padding-left: 5px;
	list-style-type: decimal;
}

#contentInside #faq {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}

#contentInside #faq li a {
	text-decoration: none;
	font-weight: bold;
	color: #0082C8;
}

.faq-container {
	padding-top: 3px;
	border-top: 1px solid #CCC;
}

.faq-container a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.7em;
	color: #0082C8;
	float:right;
}

.faq-question {
	padding-top: 40px;
}
.callouts p {
	font-size: 1.4em;
	line-height: 1.8em;
}

/****************************************************************************
                                                                          
		Forms                                                     
                                                                         
****************************************************************************/
#contentInside ul.form {
	float: left;
}

#contentInside ul.form li {
	padding: 0 0 10px;
}

#contentInside ul.form li label {
	width: 120px;
	float: left;
	font-weight: bold;
	font-size: 1.2em;
}

#contentInside ul.form li label span {
	color: #0082C8;
}

#contentInside ul.form li ul {
	width: 260px;
	float: left;
}

#contentInside ul.form li ul li {
	padding: 0 0 5px;
}

#contentInside ul.form li ul li label {
	width: auto;
	float: none;
	font-weight: normal;
}

#contentInside ul.form li input.text, #contentInside ul.form li textarea {
	padding: 2px 0;
	border: 1px solid #999;
}

#contentInside ul.form li textarea {
	width: 250px;
	height: 80px;
}

#contentInside ul.form li.error label, #contentInside ul.form li.error input {
	color: red;
	border-color: red;
}

#contentInside ul.form li input.submit {
	padding: 5px;
	margin: 20px 0 0 120px;
	border: 0px solid #fff;
	background-color: #0082C8;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#contentInside #errors {
	color: red;
}

.form_error {
	color: red;
}