/* @override http://collegeboundacademy.com/style.css */

@import url(navigation.css);

/* @group Typography */

body {
	color: #333333;
	font: normal 13px/18px Georgia, "Times New Roman", Times, serif;
}

p {
	padding: 5px 0;
	color: #333333;
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
}

blockquote {
	margin: 20px;
	font-style: italic;
}

#secondary-column  p {
	font-size: 13px;
	line-height: 16px;
}

#footer-fixed p, #footer-fixed p a {
	color: #fff;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#secondary-column #our-mission p {
	color: #fff;
	font: italic 18px/27px Georgia, "Times New Roman", Times, serif;
}

#secondary-column #homepage-seminars p {
	color: #003768;
}

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
}

h1 {
	font: italic 35px/30px Georgia, "Times New Roman", Times, serif;
	color: #003768;
	font-weight: normal;
	padding-bottom: 8px;
}

h2 {
	font: 16px "Times New Roman", Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#homepage-seminars h2 {
	padding-top: 15px;
}

h3 {
	font: italic 25px/30px Georgia, "Times New Roman", Times, serif;
	color: #003768;
	padding: 10px 0;
}

div#homepage-seminars h3 {
	font: italic 25px/30px Georgia, "Times New Roman", Times, serif;
	color: #003768;
	padding: 0 0 10px;
}

#subpage-seminars h3 {
	font: italic 25px/30px Georgia, "Times New Roman", Times, serif;
	color: #003768;
	padding: 0 0 20px;
}

#primary-content h2 {
	color: #BD4F12;
}

div#secondary-column h2 {
	letter-spacing: 0;
	color: #BD4F12;
}

#secondary-column h4 {
	color: #BD4F12;
	text-transform: uppercase;
	font: 13px/20px "Times New Roman", Times, Georgia, serif;
}

#secondary-column #our-mission h2 {
	color: #fff;
	width: 325px;
	height: 20px;
	display: block;
	background: #F26315;
	padding: 45px 0 10px;
	cursor: pointer;
	letter-spacing: 1px;
}

.homepage div#primary-callouts h2 {
	padding-bottom: 10px;
	width: 270px;
	background: url(images/background-hrule-dotted.gif) repeat-x center bottom;
}

#primary-column h4 {
	color: #BD4F12;
	text-transform: uppercase;
	font: 15px/20px "Times New Roman", Times, Georgia, serif;
	padding-top: 20px;
}

div#our-mission-callout h4 {
	clear: left;
}

/* @end */

/* @group Lists */

#secondary-column #homepage-seminars ul, #secondary-column #subpage-seminars ul {
	list-style-type: none;
	padding-bottom: 20px;
}

#secondary-column #homepage-seminars ul li {
	background: url(images/background-hrule-dotted.gif) repeat-x 0 bottom;
	padding-bottom: 5px;
	margin-bottom: 7px;
}

.subpage #primary-content ul, .subpage #primary-content ol {
	margin-left: 40px;
	padding: 6px 0;
}

.subpage #primary-content li {
	padding: 2px 0;
}

/* @end */

/* @end */

/* @group Images */

#header-fixed img {
	float: left;
	padding: 25px 0 0 10px;
}

div#primary-content p img {
	float: left;
	padding: 10px 20px 20px 0;
}

.logos {
	padding-top: 40px;
}

div#our-mission-callout img {
	float: left;
	padding: 0 20px 10px 0;
}

/* @end */

/* @group Links */

div#primary-content a {
	color: #003768;
}

div#primary-content a:hover {
	text-decoration: none;
}

#footer-fixed p a:hover {
	text-decoration: underline;
}

/* @end */

.google-map {
	padding: 20px 0;
}

/* @group Form */

div#workshop-form {
	overflow: hidden;
	padding-bottom: 20px;
	clear: left;
	width: 575px;
}

div#sign-up h3 {
	padding-top: 0;
}

div#sign-up form {
	padding-top: 3px;
}

div#sign-up form label {
	float: left;
	width: 300px;
	padding-bottom: 5px;
}

input#aiuht-aiuht {
	margin-bottom: 15px;
	width: 255px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px 5px;
}

/* @end */