* {
	position: relative;
}

body {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 13px;
}

article, section, nav {
	display: block;
}

body, div, h1, h2, h3, h4, h5, p, ul, ol, li, figure, figcaption {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 .6em 0;
}
ol {
	list-style-type: square;
}
ul,ol {
	overflow: hidden; /* fixes bug when next to floated image */
}
a {
	/*color: #9512e0;*/
	color: #288bbe;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
	height: 0;
}

.icon {
	margin-bottom: -.2em;
}
.icon.left {
	margin-right: .5em;
}
.icon.right {
	margin-left: .5em;
}

div.ui-dialog {
	z-index: 200;
}

/**
 * Form Rules
 */
form fieldset legend,
form > label {
	font-weight: bold;
}
/* undo label styles for checkbox/radio */
/*form fieldset label {
	font-weight: normal;
}*/

form {
}

form label{
	display: block;
	margin: 0 0 .7em 0;
}
form input,
form select,
form textarea {
	display: block;
	width: 300px;
}
.ui-dialog form input,
.ui-dialog form select,
.ui-dialog form textarea {
	width: 300px;
}

form input[type="file"] {
	width: auto;
}
form fieldset {
	border: none;
	margin: 0 0 .7em 0;
	padding: 0;
}
form fieldset legend {
	margin: 0;
	padding: 0;
}
form fieldset label {
	margin: 0;
}
form fieldset label:hover {
	background-color: #e6e6e6;
}
form fieldset label.checked {
	font-weight: bold;
}
form fieldset.two-col label {
	width: 50%;
	float: left;
	margin-bottom: .3em;
}
form fieldset.two-col label:nth-child(2n-1) {
	clear: left;
}
form fieldset.three-col label {
	width: 33%;
	float: left;
}
form fieldset.three-col label:nth-child(3n-2) {
	clear: left;
}
form fieldset.four-col label {
	width: 25%;
	float: left;
}
form fieldset.four-col label:nth-child(4n-3) {
	clear: left;
}
form fieldset.five-col label {
	width: 20%;
	float: left;
}
form fieldset.five-col label:nth-child(5n-4) {
	clear: left;
}
form fieldset label input {
	display: inline;
	width: auto !important;
	margin-right: .5em;
}
form button[type="submit"],
form input[type="submit"] {

}
form button[type="reset"],
form input[type="reset"],
form button[value="cancel"],
form input[value="cancel"] {
	margin-left: 10px;
	background: none;
	border: none;
	text-decoration: underline;
	color: #333;
	cursor: pointer;
}
form button[type="reset"]:hover,
form input[type="reset"]:hover
form button[value="cancel"]:hover,
form input[value="cancel"]:hover {
	color: #000;
}

/**
 * Content section rules
 */
.content li {
	margin-left: 1.2em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
	
}
.content ul,
.content ol,
.content p,
.content blockquote {
	margin-bottom: 1em;
}

/**
 * Site Header
 */

body > header {
	width: 975px;
	height: 100px;
	margin: 0 auto;
}

body > header > h1 {
	width: 350px;
	height: 70px;
	margin: 0 0 0 6px;
}
body > header #quick-login-container {
	position: absolute;
	right: 0;
	top: 0;
}
body > header a#quick-login {
	display: block;
	width: 135px;
	height: 27px;
	line-height: 27px;
	position: absolute;
	right: 0;
	top: 6px;
	text-align: center;
	background: #ccdae2;
	text-decoration: none;
	color: #000;
	font-family: 'Open Sans', Verdana, sans-serif;
}
body > header #quick-login-form h2 {
	color: #61868d;
}
body > header #quick-login-form {
	width: 170px;
	padding: 10px 0 10px 10px;
	border: 2px solid #ccdae2;
	position: absolute;
	top: 33px;
	right: 0;
	z-index: 120;
	background: #fff;
	display: none;
}
body > header #quick-login-form input {
	width: 150px;
}
body > header #quick-login-form ul {
	list-style-type: none;
}

body > header > div#contact-links {
	position: absolute;
	top: 68px;
	right: 0;
	text-align: right;
}
body > header > div#contact-links a {
	color: #000;
}

body > header > div.social {
	position: absolute;
	right: 0;
	top: 40px;
	width: 200px;
	text-align: right;
}
body > header > div.social a {
	margin: 0 5px 0 6px;
}

/**
 * Main site navigation
 */

body > nav {
	padding: 0 0 35px 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 11px;
	background: #e6e6e6 url('../image/interior-blue-gradient.gif') repeat-x bottom;
	min-height: 12px;
	font-family: 'Open Sans', Verdana, sans-serif;
}
body > nav table {
	width: 975px;
	padding: 0;
	margin: 0 auto;
	border-collapse: collapse;
}

body > nav table td {
	text-align: center;
	padding: 0;
	margin: 0;
}
body > nav table td a {
	color: #000;
	display: block;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}
body > nav table td:hover > a,
body > nav table td.hover > a,
body > nav table td > a:hover,
body > nav table td > a.active {
	background: #52247f;
	text-decoration: none;
	color: #fff;
}
body > nav table table {
	display: none;
	position: absolute;
	top: 25px;
	background: #e6e6e6;
	z-index: 100;
	width: auto;
}
body > nav table table td {
	text-align: left;
}
body > nav table table td a {
	display: block;
	height: 25px;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	padding: 0 1.2em;
}
body > nav table table td a:hover {
	background: #ddd;
	color: #000;
}
body > nav table td:hover table,
body > nav table td.hover table {
	display: table;
}

/**
 * Columns layouts
 */
body div.body div.columns {
	width: 975px;
	margin: 0 auto 30px;
}
body div.body div.columns > div {
	float: left;
}
body div.body.home > div.columns > div.left {
	width: 696px;
	margin-right: 9px;
	min-height: 100px;
}
body div.body.home > div.columns > div.right {
	width: 250px;
	min-height: 100px;
	margin-left: 14px;
}

body div.body.interior div.columns > div.left {
	width: 240px;
	margin-right: 90px;
	padding-top: 10px;
}
div.columns > div.left h1 {
    color: #61868d;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 12px
}
div.columns > div.left p {
    margin-bottom: 1em;
}
div.columns > div.right {
	width: 600px;
	padding-top: 10px;
}
div.columns > div.right h1 {
	color: #52247f;
}
div.columns > div.right h2 {
    color: #61868d;
}
div.columns > div.right h2,
div.columns > div.right h3,
div.columns > div.right h4,
div.columns > div.right h5 {
	margin-top: 1.3em;
}
body div.body.home > div.columns > div.right h1 {
	font-size: 20px;
}
body div.body.home > div.columns > div.right h2 {
	font-size: 18px;
}

body div.body.home > div.columns > div.right h3,
body div.body.home > div.columns > div.right h4,
body div.body.home > div.columns > div.right h5 {
	font-size: 16px;
}
div.columns > div.right p,
div.columns > div.right ul,
div.columns > div.right ol {
    line-height: 1.55em;
    margin-bottom: 1em;
}
div.columns > div.right li {
	margin-bottom: .5em;
	margin-left: 25px;
}

/* Interior Pages */
div.columns > div.left > div {
	border-top: 1px solid #ececec;
	padding: 30px 0 35px;
}
div.columns > div.right > div {
    margin-bottom: 15px;
}
div.body.home > div.columns > div.right > div.cms-module {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #ececec;
}
div.columns > div.right > div.cms-module:last-child {
	border-bottom: none;
}
div.columns > div.right blockquote {
	background-color: #ccdae2;
	padding: 10px;
}
div.columns > div.right blockquote h1
div.columns > div.right blockquote h2
div.columns > div.right blockquote h3
div.columns > div.right blockquote h4
div.columns > div.right blockquote h5 {
	margin-top: 0;
}
div.columns > div.right blockquote a {
	color: #000;
}
div.columns div.left .mod-navigation {
    padding-top: 20px !important;
}
div.columns div.left .mod-navigation h2 {
    /*font-weight: normal;
    font-size: 18px !important;
    text-transform: uppercase;
    margin-bottom: 30px !important;
    */
    color: #52247f;
}
div.columns div.left .mod-navigation ul {
    list-style-type: none;
    line-height: 1.5em;
    font-family: 'Open Sans', Verdana, sans-serif;
}
div.columns div.left .mod-navigation ul li {
	margin-bottom: .7em;
}
div.columns div.left .mod-navigation ul li ul {
	margin-top: .7em;
}

div.columns div.left .mod-navigation ul li ul li {
	margin-left: 20px;
}

.left .mod-text {
	font-family: 'Open Sans', Verdana, sans-serif;
}

.left .mod-text blockquote {
    color: #52247f ;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.5em;
	font-style: italic;
	font-family: 'Noto Serif', Georgia, Times New Roman, serif;
}
.left .mod-text blockquote a {
	color: #52247f;
	text-decoration: underline;
}
.mod-text h1 {
    margin-top: 2em !important;
}
.mod-text h1:first-child {
    margin-top: 0 !important;
}

.mod-breadcrumb {
   text-transform: uppercase;
   font-family: 'Open Sans', Verdana, sans-serif;
}
.mod-breadcrumb a {
    color: #000;
    text-decoration: none;
}


/* Home page gray left column */
div.body.home div.columns > div.left > div {
	padding-top: 0;
}
div.body.home div.left {
	width: 690px;
}
div.body.home div.left div.top {
	padding-bottom: 10px;
}
div.body.home div.left div.blog {
	border: 3px solid #ececec;
	background: url('../image/gray-body-copy.png') repeat-x;
}
div.body.home div.columns > div.left > div {
	border-top: none;
}
div.body.home div.columns > div.right {
	padding-top: 0;
}

#curriculum-home {
	background: #002686 url('../image/curriculum-home.png') bottom no-repeat;
	color: #fff;
	text-shadow: #666 1px 1px 8px;
	padding: 30px 18px 0;
}
#curriculum-home h1 {
	color: #fff;
}
#curriculum-home a {
	color: #fff;
	text-decoration: underline;
}

div.error {
	border: 1px solid #da2028;
	background: #F8D2D4;
	padding: 1em;
}
div.error ul,
div.error p {
	margin: 0 auto;
}

div.divider {border-top: 2px solid #ececec;}
