/* 1	Global reset (based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui) */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
a { text-decoration:none }

/* 2	Global reset-RESET (restores some sensible defaults) */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:active { outline:none }

/* 3	Handles */
div, ul, li, form { position:relative }
.fix:after { content:" "; visibility:hidden; display:block; height:0; clear:both }
* html .fix { height:1% }
.hide { display:none } /* Handy for development */

br.clearfix { clear:both; display:block; height:1px; margin:-1px 0 0 0 }

html {
	height: 100%;
}

body {
	text-align: center;
	font-family: Baskerville, ‘Times New Roman’, Times, serif;
	background: #e6e6e6 url(images/bg.jpg) repeat;
	font-size: 16px;
	line-height: 21px;
	height: 100%;
	color: #1a1718;
}

h1, h2, h3, h4, h5 {
	color: #46ace8;
	background: #FFF;
	padding: 10px;
	margin-bottom: 10px;
	font-family: "comic-serif-pro-1","comic-serif-pro-2";
	font-size: 19px;
	letter-spacing: 0.1em;
}

a:link, a:visited {
	color: #666666;
	border-bottom: 1px dotted #1a1718;
}

a:hover {
	color: #000000;
}

#nav li.active a {
	color: #000000;
}

.title {
	margin-bottom: 25px;
}

.intro {
	letter-spacing: 0.01em;
	font-size: 18px;
}

.note {
	font-size: 14px;
}

.terms, .terms a:link, .terms a:visited {
	font-size: 12px;	
	color: #FFFFFF;
}

.terms a:hover {
	color: #46ace8;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 120px;
}

#container {
	position: relative;
	min-height: 100%;
}

/* Header and Nav Styles */

#header a:link, #header a:visited {
	color: #FFFFFF;
	border-bottom: none;
}

#header a:hover {
	color: #1a1718;
}

h1#logo a {
	background: url(images/logo.png) top left no-repeat;
	background-position:0px 0px;
	display: block;
	text-indent: -9999px;
	padding: 50px 0 50px 0;
	float: left;
	width: 320px;
	margin-top: 11px;
}

h1#logo a:hover {
	background: url(images/logo.png) top left no-repeat;
	background-position:0px -126px;
}

#header h1 {
	background: none;
}


#nav {
	float: right;
	padding: 25px 0 50px 0;
}

#nav li {
	display: inline;
	background: #46ace8;
	color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	border: 1px solid #06b5e5;
}

/* Boxout Styling */

#students {
	width: 188px;
	background:url(images/student.jpg) no-repeat;
	height: 230px;
	border: 10px solid #FFF;
	float: right;
}

#students p {
	background: #FFF;
	color: #000;
	padding: 10px 5px 5px 5px;
	position: absolute;
	bottom: 0;
}

.quote {
	width: 338px;
	border: 1px solid #000;
	float: left;
	background: #242424 url(images/quotebg.jpg) repeat;
	color: #FFFFFF;
	-moz-box-shadow: 1px 1px 10px #333333;
	-webkit-box-shadow: 1px 1px 10px #333333;
 	box-shadow: 1px 1px 10px #333333;
	margin: 0 20px 30px 0;
}

.quote p, .quote h2 {
	padding: 10px;
}

.getaquote {
	background: url(images/getaquote2.png) top left no-repeat;
	font-size: 22px;
	margin: 10px 0 0 10px;
	height: 40px;
	color: #FFF;
	padding: 25px 0 25px 0;
	text-transform: uppercase;
	font-family: "comic-serif-pro-1","comic-serif-pro-2";
}

.getaquote a:link, .getaquote a:visited {
	color: #FFFFFF;
	border-bottom: none;
}

.getaquote a:hover {
	color: #1a1718;
}

#quicklinks {
	width: 368px;
	border: 1px solid #e5e5e5;
	float: right;
	margin-left: 20px;
	background: rgba(255,255,255,0.5);
}

#quicklinks li {
	margin-bottom: 10px;
	list-style-image: none;
	margin-left: 10px;
}

#quicklinks p, #quicklinks h2 {
	padding: 10px;
}

#whychooseus {
	width: 596px;
	margin-top: 20px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #e5e5e5;
	float: right;
}

#whychooseus p {
	margin-bottom: 20px;
	padding: 10px;
}

#whychooseus li {
	margin-bottom: 10px;
	list-style-type: circle;
	margin-left: 30px;
	list-style-image: url(images/bullet.png);
}

#about {
	width: 338px;
	margin: 0 20px 0 0;
	float: left;
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
}

#about p {
	padding: 10px;
	padding-top: 0;
}

/* Content and Sub Content Styling */

#sidebar {
	width: 340px;
	float: left;
}

#sidebar p {
	padding: 10px;
}

.quote-sub {
	width: 338px;
	border: 1px solid #000;
	background: #242424 url(images/quotebg.jpg) repeat;
	color: #FFFFFF;
	-moz-box-shadow: 1px 1px 10px #333333;
	-webkit-box-shadow: 1px 1px 10px #333333;
 	box-shadow: 1px 1px 10px #333333;
	margin-bottom: 30px;
}

.quote-sub p, .quote-sub h2 {
	padding: 10px;
}

#sub-content {
	width: 610px;
	float: left;
	margin-right: 20px;
}

#sub-content p {
	padding: 10px;
	padding-top: 0;
}

#content {
	width: 598px;
	float: right;
	margin-left: 20px;
	padding-top: 0;
}

#content p {
	padding: 10px;
	padding-top: 0;
}

#content li {
	margin: 10px 0 10px 0;
	list-style-type: circle;
	margin-left: 30px;
	list-style-image: url(images/bullet.png);
}

#content h4 {
	margin: 10px 0 10px 0;
}

#policylinks {
	width: 338px;
	border: 1px solid #e5e5e5;
	margin-right: 10px;
	margin-top: 20px;;
	background: rgba(255,255,255,0.5);
}

#policylinks li {
	margin-bottom: 10px;
	list-style-image: none;
	margin-left: 10px;
}

#policylinks p, #policylinks h2 {
	padding: 10px;
}

/* FAQ */

.faq a:link, .faq a:visited {
	color: #1a1718;
}

.faq a:hover {
	color: #46ace8;
}

/* Contact Form */

#contact {
	border: 1px solid #000;
	float: right;
	background: #242424 url(images/quotebg.jpg) repeat;
	width: 328px;
	color: #FFFFFF;
}

#contact li {
	margin: 10px;
}

#contact a:hover {
	color: #46ace8;
}

#contactform {
	float: left;
	width: 610px;
	padding-right: 20px;
}

#contactform label {
    background: #f0;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 225%;
    text-indent: 25px;
    width: 150px;
}

#contactform p {
	overflow: hidden;
	padding: 10px;
	padding-top: 0;
}

#contactform #name,
#contactform #customer_mail,
#contactform #subject,
#contactform #feedback {
    background: #f7f7f8;
    border: 2px solid #ddd;
    float: left;
    font: inherit;
    outline: none;
    padding: 5px;
    width: 350px;
}

#contactform #feedback {
    height: 75px;
}
	
#contactform #name:hover,
#contactform #customer_mail:hover,
#contactform #subject:hover,
#contactform #feedback:hover {
    border: 2px solid #ccc;
}

#contactform #name:focus,
#contactform #customer_mail:focus,
#contactform #subject:focus,
#contactform #feedback:focus {
	background: #fff;
}

#contact-thanks {
	background: #fff;
	margin: 100px auto;
	padding: 100px;
	width: 800px;
}

input.btn { 
	color:#474747; 
	background: #f7f7f8;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 14px;
}
input.btn:hover {
	color: #46ace8;
	border: 1px solid #ccc;
}

#contact-thanks p {
	    font-weight: bold;
	    text-align: center;
}
	
#contact-thanks p a {
	color: #bdb280;
}

#contact-thanks p a:hover {
	color: #474747;
}

#contact-thanks p a:active {
	color: #777;
}

/* Footer Styling */

#footer {
	background: #242424 url(images/quotebg.jpg) repeat;
	color: #FFF;
	height: 100px;
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	padding-top: 25px;
	text-align: center;
}

#footer-inner {
	width: 960px;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #FFFFFF;
} 

#footer a:hover {
	color: #46ace8;
}

.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}