/*
Theme Name: OUAC
Theme URI: http://ouac.on.ca/
Description: Custom theme designed and developed by Barking Dog Studios.
Version: 1.0
Author: Barking Dog Studios
Author URI: http://www.barkingdogstudios.com/
*/

/********** BASIC **********/
html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background: #e2e6f0 url(img/bg-body-vert.gif) repeat-y center 0;
}

body {	
	font: normal 100% "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: url(img/bg-body-horz.gif) repeat-x 0 0;
}

div,dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table { 
	margin: 0;
	padding: 0;
}

a:hover, a:active, a:focus {
	outline: none;
}

a img {
	border: none;
	text-decoration: none !important;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#skip {
	visibility: hidden;
	height: 0;
}


/********** COMMON LAYOUT **********/
#wrapper {
	margin: 0 auto;
	padding-top: 30px;
	width: 960px;
	background: #fff;
}

#header {
	position: relative;
	height: 250px;
	border-bottom: 1px solid #fff;
	background: #fff url(img/bg-header.jpg) no-repeat 0 83px;
}

#home #header {
	background-image: none;
}

#header #logo {
	float: left;
	display: block;
	width: 720px;
	height: 82px;
}

#header .outer-square {
	position: absolute;
	bottom: 58px;
	right: -25px;
	width: 25px;
	height: 25px;
	background: url(img/bg-trans-square.png) repeat 0 0;
}

#header #left {
	position: absolute;
	left: 0;
	top: 82px;
	width: 478px;
	height: 166px;
 	border-top: 1px solid #fff;
 	border-left: 1px solid #fff;
 	border-right: 1px solid #fff;
 	overflow: hidden;
}

#header #middle {
	position: absolute;
	left: 480px;
	top: 82px;
	width: 240px;
	height: 166px;
 	border-top: 1px solid #fff;
 	border-right: 1px solid #fff;
 	overflow: hidden;
}

#header #right {
	position: absolute;
	right: 0;
	top: 82px;
	width: 238px;
	height: 109px;
 	border-top: 1px solid #fff;
 	border-right: 1px solid #fff;
 	overflow: hidden;
}

#site-options {
	position: relative;
	float: right;
	padding: 20px 25px;
	width: 189px;
	height: 42px;
	background: #e92b00;
	border-left: 1px solid #fff;
}

#site-options ul {
	float: left;
	margin-left: 18px;
	list-style: none;	
}

#site-options ul li {
	float: left;
	margin-left: 10px;
	font-size: 0.6875em;
}

#site-options ul li a {
	text-decoration: none;
	color: #fff;
}

#text-size {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	width: 239px;
	height: 47px;
	background: #e92b00;
}

#text-size ul {
	margin: 10px 0 0 56px;
	padding: 0;
}

#text-size ul li {
	margin: 0 0 0 15px;
	padding: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
}

#text-size ul li a {
	display: block;
	padding-top: 4px;
	width: 20px;
	height: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#text-size ul li a:hover,
#text-size ul li a:focus,
#text-size ul li a:active {
	background: #333;
}

#search {
	clear: left;
	margin-left: 6px;
	padding-top: 6px;
}

#search input.search-box {
	padding: 2px 0 0 6px;
	width: 164px;
	height: 16px;
	color: #999;
	background: #fff url(img/bg-search-box.gif) no-repeat 0 0;
	border: none;
	text-transform: lowercase;
}

#search input.search-box:focus {
	color: #666;
	outline: none;
}

#search input.search-button {
	display: none;
}

#main {
	position: relative;
	margin-top: -59px;
	padding-bottom: 25px;
}

#home #content {
	float: right;
	position: relative;
	padding: 20px 0 0;
	width: 740px;
	background: url(img/bg-content-repeat.png) repeat-y 0 0;
}

#bottom-bar {
	position: absolute;
	z-index: 10;
	right: 1px;
	bottom: 0;
	width: 736px;
	height: 25px;
	background: #356178;
}

/* News */
#news {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	padding-top: 55px;
	width: 225px;
	background: url(img/bg-news-overlay.png) no-repeat 0 0;
	border-top: 1px solid #fff;
}

#news .outer-square {
	position: absolute;
	top: 55px;
	left: -25px;
	width: 25px;
	height: 26px;
	background: url(img/bg-trans-square.png) repeat 0 0;
	border-top: 1px solid #fff;
}

#news #stories {
	background: #fff;
	list-style: none;
}

#news #stories li {
	padding: 25px 22px 0;
}

#news #stories h4 {
	padding-bottom: 6px;
	font-size: 0.875em;
	line-height: 1.285em;
	font-weight: normal;
}

#news #stories h4 a {
	color: #e92b00;
	text-decoration: none;
}

#news #stories h4 a:hover,
#news #stories h4 a:focus,
#news #stories h4 a:active {
	text-decoration: underline;
}

#news #stories p {
	font-size: 0.75em !important;
	line-height: 1.333em !important;
	color: #666;
}

#news h3 {
	padding: 3px 20px;
	background: #e92b00;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	border-top: 1px solid #fff;
}

#news .controls {
	float: right;
	padding-top: 15px;
	padding-left: 145px;
	width: 80px;
	list-style: none;
	background: #fff;
}

#news .controls li {
	float: left;
	margin-left: 4px;
	background: #3a3a3a;
}

#news .controls li.prev.disabled {
	background: url(img/bg-news-arrows.gif) no-repeat 0 0;
}

#news .controls li.next.disabled {
	background: url(img/bg-news-arrows.gif) no-repeat -21px 0;
}

#news .controls li.prev {
	background: url(img/bg-news-arrows.gif) no-repeat 0 -20px;
}

#news .controls li.next {
	background: url(img/bg-news-arrows.gif) no-repeat -21px -20px;
}

#news .controls li a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}

/* Footer */
#footer {
	position: absolute;
	padding: 8px 20px 0;
	width: 920px;
	font-size: 0.6875em;
}
#footer .addthis_toolbox {
	float: left;
	display: block;
	width: 100px;
	height: 16px;
}

/*
#footer #social {
	float: left;
	list-style: none;
	background: url(img/bg-social.jpg) no-repeat 0 0;
}

#footer #social li {
	float: left;
	margin-right: 6px;
}

#footer #social li.facebook {
	background: url(img/bg-social.jpg) no-repeat 0 0;
}

#footer #social li.flickr {
	background: url(img/bg-social.jpg) no-repeat -22px 0;
}

#footer #social li.twitter {
	background: url(img/bg-social.jpg) no-repeat -44px 0;
}

#footer #social li.youtube {
	background: url(img/bg-social.jpg) no-repeat -66px 0;
}

#footer #social li a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}
*/

#footer #menu-footer {
	float: right;
	margin-bottom: 2px;
	list-style: none;
	background: #a4b1d1;
}

#footer #menu-footer li {
	float: left;
	margin-left: 8px;
	text-transform: lowercase;
}

#footer #menu-footer li a {
	color: #fff;
	text-decoration: none;
}

#footer #menu-footer li a:hover,
#footer #menu-footer li a:focus,
#footer #menu-footer li a:active {
	text-decoration: underline;
}

#footer #copyright {
	clear: both;
	float: right;
	color: #fff;
	background: #a4b1d1;
}


/********* NAVIGATION **********/
ul#main-nav {
	clear: both;
	float: left;
	position: relative;
	z-index: 10;
	top: 86px;
	left: 196px;
	list-style: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

ul#main-nav li {
	float: left;
	font-size: 0.8125em;	
	border-right: 1px solid #929292;
}

ul#main-nav li:last-child {
	border: none;
}

ul#main-nav li a {
	display: block;
	padding: 4px 16px;
	background: rgba(0,0,0,0.85);
	color: #fff;
	text-decoration: none;
	-webkit-transition: background .2s ease-in-out;
}

ul#main-nav li a:hover, ul#main-nav li a:focus, ul#main-nav li a:active, ul#main-nav li.current-menu-item a, ul#main-nav li.current-page-ancestor a {
	background: rgba(53,97,120,0.9);
}


/********** SIDEBAR **********/
#sidebar {
	float: right;
	width: 240px;
}

#sidebar .list, #sidebar .text {
	position: relative;
	margin-bottom: 30px;
}

#sidebar .outer-square {
	position: absolute;
	top: 0;
	right: -25px;
	width: 25px;
	height: 25px;
	background: url(img/bg-trans-square.png) repeat 0 0;
}

/* Related Pages List */
#sidebar .list h3 {
	padding: 4px 10px;
	font-size: 0.875em;	
	font-weight: bold;
	color: #fff;
	background: #356178;
}

#sidebar #applications-menu li.current_page_item a {
	font-style: normal !important;
}

#main #sidebar .list #applications-menu li.current_page_item a,
#main #sidebar .list #applications-menu li.current_page_parent a {
	color: #333 !important;
}

#sidebar .list ul {
	color: #356178;
}

#sidebar .list ul li {
	padding: 5px 10px 4px 18px;
	font-size: 0.75em;
	border-bottom: 1px solid #ccc;
	list-style-position: inside;
	text-indent: -12px;
}

#sidebar .list ul li a {
	color: #333;
	text-decoration: none;
	font-style: normal !important;
}

#sidebar .list ul li a:hover,
#sidebar .list ul li a:focus,
#sidebar .list ul li a:active {
	color: #356178;
}

/* Normal item styling */
#main.default #sidebar ul#sub-menu li a,
#main.default #sidebar ul#sub-menu li.current_page_item ul.children li a,
#main.default #sidebar ul#sub-menu li.current_page_parent ul.children li a {
	font-style: normal !important;
	color: #333 !important;
}

/* Related Pages Sub List */
#sidebar .list ul ul {
	margin: 6px 0 0 -10px;
	list-style: disc;
}

#sidebar .list ul ul li {
	padding-left: 20px;
	border-bottom: none;
	border-top: 1px solid #ccc;
	font-size: 1em;
}

#sidebar .list ul ul li:last-child {
	padding-bottom: 0;
}

#sidebar .list ul li.active ul li a {
	font-style: normal !important;
	color: #333;
}

/* Sidebar Text Block */
#sidebar .text {
	padding: 0 20px 0 12px;
}

#sidebar .text h3 {
	padding-bottom: 0.333em;
	font-size: 0.875em;
	color: #356178;
}

#sidebar .text p {
	padding-bottom: 0.833em;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #666;
}


/********* HOME **********/
#intro {
	float: left;
	padding: 0 15px 0 30px;
	width: 445px;
}

#intro h1 {
	margin-bottom: 12px;
	font-size: 1.5em;
	font-weight: normal;
	color: #356178;
	background-color: #fff;
}

#intro p {
	font-size: 1em;
	line-height: 1.25em;
	color: #666;
}

#help {
	float: right;
	padding: 0 15px;
	width: 215px;
}

#help h3 {
	padding-bottom: 10px;
	font-size: 1em;
	color: #356178;
}

#help ul {
	list-style: none;
}

#help ul li {
	margin-bottom: 4px;
	padding: 2px 0 2px 25px;
	font-size: 0.875em;
	font-weight: normal;
}

#help ul li.application {
	background: url(img/icon-help-check.gif) no-repeat 0 0;
}

#help ul li.question {
	background: url(img/icon-help-question.gif) no-repeat 0 0;
}

#help ul li.payment {
	background: url(img/icon-help-payment.gif) no-repeat 0 0;
}

#help ul li a {
	color: #898989;
	text-decoration: none;
}

#help ul li a:hover,
#help ul li a:focus,
#help ul li a:active {
	color: #696969;
}

/* Programs */
#programs {
	clear: both;
	margin-left: 4px;
	padding-top: 25px;
	list-style: none;
	overflow: hidden;
}

#programs li {
	float: left;
	position: relative;
}

#programs li.program-1 {
	padding: 10px 15px 10px 30px;
	width: 200px;
	height: 115px;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

/* Special padding, width and borders for each box */
#programs li.program-2 {
	padding: 10px 15px;
	width: 214px;
	height: 115px;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

#programs li.program-3 {
	padding: 10px 30px 10px 15px;
	width: 200px;
	height: 115px;
	border-bottom: 1px solid #d6d6d6;
}

#programs li.program-4 {
	padding: 10px 15px 10px 30px;
	width: 200px;
	height: 115px;
	border-right: 1px solid #d6d6d6;
}

#programs li.program-5 {
	padding: 10px 15px;
	width: 214px;
	height: 115px;
	border-right: 1px solid #d6d6d6;
}

#programs li.program-6 {
	padding: 10px 30px 10px 15px;
	width: 200px;
	height: 115px;
}

#programs li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 245px;
	height: 135px;
	text-indent: -9999px;
}

#programs li a span {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(img/icon-program-arrow.png) no-repeat 0 0;
}

#programs li:hover,
#programs li:focus,
#programs li:active {
	background-color: #f8f9fc;
}

#programs li:hover h2,
#programs li:focus h2,
#programs li:active h2 {
	text-decoration: underline;
}

#programs li:hover a span,
#programs li:focus a span,
#programs li:active a span {
	background: url(img/icon-program-arrow-hover.png) no-repeat 0 0;
}

#programs li p.type {
	padding-bottom: 4px;
	font-size: 0.75em;
	color: #666;
}

#programs li h2 {
	padding-bottom: 4px;
	font-size: 1.125em;
	font-weight: normal;
	line-height: 1.25em;
}

#programs li p.learn-more {
	padding-bottom: 4px;
	font-size: 0.6875em;
	color: #666;
}

#programs li p.learn-more em {
	font-style: normal;
}


/********* GENERAL **********/
#content {
	position: relative;
	z-index: 10;
	float: left;
	margin-left: 220px;
	padding: 20px 0 30px 0;
	width: 740px;
	min-height: 346px;
	background: url(img/bg-content-repeat.png) repeat-y 0 0;
}

#article {
	float: left;
	padding: 0 30px 0 35px;
	width: 435px;
}

#article h1 {
	margin-bottom: 0.333em;	
	font-size: 1.5em;
	font-weight: normal;
	color: #356178;
}

#article h2 {
	margin-bottom: 0.5em;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: normal;
	color: #356178;
}

#article h3 {
	margin-bottom: 0.5em;
	font-size: 0.875em;
	line-height: 1.5em;
	font-weight: normal;
	color: #356178;
}

#article h4 {
	margin-bottom: 0.5em;
	font-size: 0.875em;
	line-height: 1.5em;
	font-weight: normal;
	color: #356178;
}

#article p {
	margin-bottom: 1.667em;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333;
}

#article img {
	margin-bottom: 1.333em;
}

#article ul {
	margin: 15px 0 25px 22px;
	list-style: disc;
}

#article ol {
	margin: 15px 0 25px 22px;
	list-style: decimal;
}

#article ul li, #article ol li {
	margin-bottom: 1.167em;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333;
}

#article ul ul, #article ol ol {
	margin: 10px 0 12px 22px;
}

#article ul ul li, #article ol ol li {
	margin-bottom: 0.5em;
	font-size: 1em;
}

#article blockquote {
	font-size: 1em;
	line-height: 1.25em;
}

/* Table */
#article table {
	margin-bottom: 20px;
	width: 435px;
	font-size: 0.75em;	
}

#article table th {
	padding: 4px 0;
	text-align: left;
	color: #e92b00;
	border-bottom: 1px solid #ccc;
}

#article table td {
	padding: 3px 0;
	color: #333;
	border-bottom: 1px solid #ccc;
}


/********** PROGRAMS ***********/
#page #article .box {
	margin-bottom: 25px !important;
	padding-left: 55px;
	min-height: 45px;
}

#page #article .application.box {
	background: url(img/icon-application.jpg) no-repeat 0 2px;
}

#page #article .booklet.box {
	background: url(img/icon-booklet.jpg) no-repeat 0 2px;
}

#page #article .reminder.box {
	background: url(img/icon-reminder.jpg) no-repeat 0 2px;
}

#page #article .browse.box {
	background: url(img/icon-browse.jpg) no-repeat 0 2px;
}

#page #article .box h3 {
	margin-bottom: 0.25em !important;
	font-size: 0.875em;
	font-weight: bold;
}

#page #article .box h3 a {
	color: #356178;
}

#page #article .box h3 a:hover,
#page #article .box h3 a:focus,
#page #article .box h3 a:active {
	text-decoration: none;
}

#page #article .box p {
	font-size: 0.75em;
	line-height: 1.45em;
	color: #666;
}


/********** LISTINGS/RESULTS **********/
#results {
	margin: 20px 0 0 0 !important;
	padding-top: 15px;
	list-style: none !important;
	border-top: 1px solid #ddd;
}

#listings {
	margin: 20px 0 0 0 !important;
	padding-top: 15px;
	list-style: none !important;
	border-top: 1px solid #ddd;
}

#results li, #listings li {
	border-bottom: 1px solid #ddd;
}

#results li h2 {
	margin-bottom: 0.5em;
	font-size: 1.333em;
	font-weight: normal;
}

#listings li h2 {
	margin-bottom: 0.2em;
	font-size: 1.333em;
	font-weight: normal;
}

#results li h2 a, #listings li h2 a {
	color: #356178;
	text-decoration: none;
}

#results li h2 a:hover,
#results li h2 a:focus,
#results li h2 a:active,
#listings li h2 a:hover,
#listings li h2 a:focus,
#listings li h2 a:active {
	color: #356178;
	text-decoration: underline;
}

#listings li p.date {
	margin: 0 0 12px;
	padding-top: 0;
	color: #999;
}

#results li p, #listings li p {
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
}

#prev-next-links a {
	font-size: 0.75em;
	text-decoration: none;
	color: #356178;
	font-weight: bold;
}

/********** FAQS **********/
h1.questions-title {
	margin-bottom: 25px !important;
}

ol.questions {
	margin: 10px 0 40px 0 !important;
	padding-top: 14px;
	border-top: 1px solid #ddd;
}

ol.questions li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	list-style-position: inside;
}

ol.questions li h3 {
	display: inline;
	margin-bottom: 0.5em;
	font-size: 12px !important;
	font-weight: normal;
}

ol.questions li h3 a {
	color: #333 !important;
	text-decoration: none;
}

ol.questions li h3 a:hover,
ol.questions li h3 a:focus,
ol.questions li h3 a:active {
	color: #356178;
	text-decoration: underline;
}

ol.questions li p {
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
}


/********** PROGRAM COLORS **********/
/* DEFAULT */
#main.default h1,
#main.default #article h2,
#main.default #article h3,
#main.default #article h4,
#main.default #article h5,
#main.default #article h6,
#main.default #article h2 a,
#main.default p a,
#main.default #article li a,
#main.default blockquote,
#main.default table th,
#main.default #sidebar .list:first-child ul li,
#main.default #sidebar .list:first-child ul li a:hover,
#main.default #sidebar .list:first-child ul li a:focus,
#main.default #sidebar .list:first-child ul li a:active {
	color: #356178 !important;
}

#main.default #sidebar .list:first-child h3,
#main.default #bottom-bar {
	background: #356178;
}

#main.default #article ol.questions li h3 a {
	color: #333 !important;
}

#main.default #sidebar ul#sub-menu li.current_page_item a,
#main.default #sidebar ul#sub-menu li.current_page_parent a,
#main.default #sidebar ul#sub-menu li.current_page_ancestor ul.children li.current_page_item a,
#main.default #sidebar ul#sub-menu li.current_page_parent ul.children li.current_page_item a {
	font-style: italic !important;
	color: #356178 !important;
}

/* OUAC 101 */
#main.ouac101 h1,
#main.ouac101 #article h2,
#main.ouac101 #article h3,
#main.ouac101 #article h4,
#main.ouac101 #article h5,
#main.ouac101 #article h6,
#main.ouac101 p a,
#main.ouac101 #article li a,
#main.ouac101 blockquote,
#main.ouac101 table th,
#main.ouac101 #sidebar .list:first-child ul li,
#main.ouac101 #sidebar .list:first-child ul li a:hover,
#main.ouac101 #sidebar .list:first-child ul li a:focus,
#main.ouac101 #sidebar .list:first-child ul li a:active,
#main.ouac101 #sidebar ul#ouac101-menu li a:hover,
#main.ouac101 #sidebar ul#ouac101-menu li a:focus,
#main.ouac101 #sidebar ul#ouac101-menu li a:active,
#main.ouac101 #sidebar .list ul li.current_page_item a,
#main.ouac101 #sidebar .list ul li.current_page_parent a,
#main.ouac101 #sidebar #quick-reference li {
	color: #b31160 !important;
}

#main.ouac101 #sidebar .list:first-child h3,
#main.ouac101 #bottom-bar,
#main.ouac101 #sidebar #quick-reference h3 {
	background: #b31160;
}

#main.ouac101 #article ol.questions li h3 a {
	color: #333 !important;
}

/* ORPAS */
#main.orpas h1,
#main.orpas #article h2,
#main.orpas #article h3,
#main.orpas #article h4,
#main.orpas #article h5,
#main.orpas #article h6,
#main.orpas p a,
#main.orpas #article li a,
#main.orpas blockquote,
#main.orpas table th,
#main.orpas #sidebar .list:first-child ul li,
#main.orpas #sidebar .list:first-child ul li a:hover,
#main.orpas #sidebar .list:first-child ul li a:focus,
#main.orpas #sidebar .list:first-child ul li a:active,
#main.orpas #sidebar ul#orpas-menu li a:hover,
#main.orpas #sidebar ul#orpas-menu li a:focus,
#main.orpas #sidebar ul#orpas-menu li a:active,
#main.orpas #sidebar .list ul li.current_page_item a,
#main.orpas #sidebar .list ul li.current_page_parent a,
#main.orpas #sidebar #quick-reference li {
	color: #d48c00 !important;
}

#main.orpas #sidebar .list:first-child h3,
#main.orpas #bottom-bar,
#main.orpas #sidebar #quick-reference h3 {
	background: #d48c00;
}

#main.orpas #article ol.questions li h3 a {
	color: #333 !important;
}

/* TEAS */
#main.teas h1,
#main.teas #article h2,
#main.teas #article h3,
#main.teas #article h4,
#main.teas #article h5,
#main.teas #article h6,
#main.teas p a,
#main.teas #article li a,
#main.teas blockquote,
#main.teas table th,
#main.teas #sidebar .list:first-child ul li,
#main.teas #sidebar .list:first-child ul li a:hover,
#main.teas #sidebar .list:first-child ul li a:focus,
#main.teas #sidebar .list:first-child ul li a:active,
#main.teas #sidebar ul#teas-menu li a:hover,
#main.teas #sidebar ul#teas-menu li a:focus,
#main.teas #sidebar ul#teas-menu li a:active,
#main.teas #sidebar .list ul li.current_page_item a,
#main.teas #sidebar .list ul li.current_page_parent a,
#main.teas #sidebar #quick-reference li {
	color: #2e2dd2 !important;
}

#main.teas #sidebar .list:first-child h3,
#main.teas #bottom-bar,
#main.teas #sidebar #quick-reference h3 {
	background: #2e2dd2;
}

#main.teas #article ol.questions li h3 a {
	color: #333 !important;
}

/* OUAC 105 */
#main.ouac105 h1,
#main.ouac105 #article h2,
#main.ouac105 #article h3,
#main.ouac105 #article h4,
#main.ouac105 #article h5,
#main.ouac105 #article h6,
#main.ouac105 p a,
#main.ouac105 #article li a,
#main.ouac105 blockquote,
#main.ouac105 table th,
#main.ouac105 #sidebar .list:first-child ul li,
#main.ouac105 #sidebar .list:first-child ul li a:hover,
#main.ouac105 #sidebar .list:first-child ul li a:focus,
#main.ouac105 #sidebar .list:first-child ul li a:active,
#main.ouac105 #sidebar ul#ouac105-menu li a:hover,
#main.ouac105 #sidebar ul#ouac105-menu li a:focus,
#main.ouac105 #sidebar ul#ouac105-menu li a:active,
#main.ouac105 #sidebar .list ul li.current_page_item a,
#main.ouac105 #sidebar .list ul li.current_page_parent a,
#main.ouac105 #sidebar #quick-reference li {
	color: #007f2a !important;
}

#main.ouac105 #sidebar .list:first-child h3,
#main.ouac105 #bottom-bar,
#main.ouac105 #sidebar #quick-reference h3 {
	background: #007f2a;
}

#main.ouac105 #article ol.questions li h3 a {
	color: #333 !important;
}

/* OLSAS */
#main.olsas h1,
#main.olsas #article h2,
#main.olsas #article h3,
#main.olsas #article h4,
#main.olsas #article h5,
#main.olsas #article h6,
#main.olsas p a,
#main.olsas #article li a,
#main.olsas blockquote,
#main.olsas table th,
#main.olsas #sidebar .list:first-child ul li,
#main.olsas #sidebar .list:first-child ul li a:hover,
#main.olsas #sidebar .list:first-child ul li a:focus,
#main.olsas #sidebar .list:first-child ul li a:active,
#main.olsas #sidebar ul#olsas-menu li a:hover,
#main.olsas #sidebar ul#olsas-menu li a:focus,
#main.olsas #sidebar ul#olsas-menu li a:active,
#main.olsas #sidebar .list ul li.current_page_item a,
#main.olsas #sidebar .list ul li.current_page_parent a,
#main.olsas #sidebar #quick-reference li {
	color: #934193 !important;
}

#main.olsas #sidebar .list:first-child h3,
#main.olsas #bottom-bar,
#main.olsas #sidebar #quick-reference h3 {
	background: #934193;
}

#main.olsas #article ol.questions li h3 a {
	color: #333 !important;
}

/* OMSAS */
#main.omsas h1,
#main.omsas #article h2,
#main.omsas #article h3,
#main.omsas #article h4,
#main.omsas #article h5,
#main.omsas #article h6,
#main.omsas p a,
#main.omsas #article li a,
#main.omsas blockquote,
#main.omsas table th,
#main.omsas #sidebar .list:first-child ul li,
#main.omsas #sidebar .list:first-child ul li a:hover,
#main.omsas #sidebar .list:first-child ul li a:focus,
#main.omsas #sidebar .list:first-child ul li a:active,
#main.omsas #sidebar ul#omsas-menu li a:hover,
#main.omsas #sidebar ul#omsas-menu li a:focus,
#main.omsas #sidebar ul#omsas-menu li a:active,
#main.omsas #sidebar .list ul li.current_page_item a,
#main.omsas #sidebar .list ul li.current_page_parent a,
#main.omsas #sidebar #quick-reference li {
	color: #419341 !important;
}

#main.omsas #sidebar .list:first-child h3,
#main.omsas #bottom-bar,
#main.omsas #sidebar #quick-reference h3 {
	background: #419341;
}

#main.omsas #article ol.questions li h3 a {
	color: #333 !important;
}

a.glossaryLink {
text-decoration: none !important;
border-bottom: 1px dotted #666 !important;
}


/********** APPLICATION SELECT FORM **********/
#application-results p {
	display: none;
}

#application-select-form ul {
	margin: 0 !important;
	list-style: none;
}

#application-select-form ul li {
	margin-bottom: 30px;
}

#application-select-form ul li.q1 {
	display: block;
}

#application-select-form ul li.q2,
#application-select-form ul li.q3,
#application-select-form ul li.q4,
#application-select-form ul li.q5,
#application-select-form ul li.q6 {
	display: none;
}

#application-select-form ul li label {
	padding-right: 20px;
}

#application-select-form ul li p {
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
}

#application-results p {
	padding-top: 20px;
	border-top: 1px solid #ccc;
	font-size: 14px;
}

#application-results p a:hover,
#application-results p a:focus,
#application-results p a:active {
	text-decoration: none;
}
