/* author: Scott Marlow, MarketingByMarlow.com | 206.784.5454

Site Colors

Lt blue		#6c81b0
Blue		#314E8c
Orange 		#fdba23 
Yellow		#f06143
*/

body {
	background-color: #6c81b0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0
}
#wrapper {
	color: #fff;
	margin: 0 auto;
	width: 960px
}
/* NAVIGATION */
#nav {
	background-color: #91a1c4;
	height: 34px;
}
.home {
	background: url(../img/bg_home.jpg) no-repeat
}
#nav ul {
	margin: 0;
	padding: 5px 10px 0 0
}
#nav li {
	float: right;
	list-style: none
}
#nav li a {
	border: none;
	color: #fff;
	display: block;
	padding: 7px 12px;
	text-decoration: none;
	white-space: nowrap;/*width: 90px*/
}
#nav li a:hover, #nav a.select {
	color: #fdba23
}
#nav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
#nav li ul li {
	float: none;
	display: inline;
	font-size: 1em
}
#nav li ul li a {
	background: #fdba23;
	border-top: 1px solid #899ac0;
	color: #000;
	width: auto
}
#nav li ul li a:hover, #nav li ul li a.select {
	color: #fff
}
/* HEADER */
#header {
	background-color: #fff;
	border-bottom: 	10px solid #6c81b0
}
#header a:hover {
	padding-bottom: 1px
}
/* TYPE ONE TEMPLATE */
#typeone #sidebar {
	float: left;
	width: 300px
}
#typeone #wrapper {
	background: url(../img/bg_content1.gif) repeat

}
#typeone #content {
	float: right;
	padding: 15px 160px 10px 20px;
	width:480px
}
/* TYPE TWO TEMPLATE */
#typetwo #sidebar {
	float: right;
	padding-left: 10px;
	width: 475px
}
#typetwo #wrapper {
	background: url(../img/bg_content2.jpg) repeat

}
#typetwo #content {
	float: left;
	padding: 15px 25px 10px 10px;
	width: 440px
}
#sidebar img, iframe {
	border-bottom: 10px solid #6c81b0

}

#sidebar p {
	padding: auto 10px
}


/* CONTENT  */

#content {
	line-height: 1.6em
}
h1 {
	color: #fdba23;
	font-size: 2.6em;
	font-weight: normal;
	margin: 0 0 22px 0
}
h2 {
	color: #fdba23;
	font-size: 1.8em;
	font-weight: normal;
	margin: 20px 0 -6px 0
}
h3 {
	color: #fff;
	font-size: 1.2em;
	margin: 30px 0 -8px 0
}
h4 {
	background-color: #ddd;
	color: #000;
	font-size: 1.1em;
	padding: .4em;
	text-align:center;
	text-transform: uppercase
}
p, li {
	font-size: 1.2em
}
#content li {
	margin-bottom: .6em
}
a img {
	border: none
}
a[href $='.pdf'] {
 background-image: url(../img/icon_pdf.gif);
 background-position: left center;
 background-repeat: no-repeat;
 padding-left: 18px;
}
a {
	border-bottom: 1px dotted;
	color: #fdba23;
	text-decoration:none
}
a:hover {
	border-bottom: none;
}
.thumbnail {
	border: 2px solid #6c81b0;
	margin-left: -275px
}
.curriculum {
	border: 2px solid #000;
	padding: 10px 20px;
	text-align:center
}
.yearone {
	background-color: #6c81b0
}
.yeartwo {
	background-color: #02863b;
	height: 140px;
	width: 180px;
}
/* FOOTER */
#footer {
	background-color: #6c81b0;
	color: #fff;
	clear: both;
	font-size: .9em;
	height: 36px;
	padding: 10px 200px 5px 0;
}
#footer img {float: right; margin: 0 40px 0 0}