/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ERROR CHECKING
 This is to determine if deprecated elements are used.
 If so, they should be replaced:
 1a. <font> and
 1b. <font color="xxx">…</font>: Shouldn’t be used.
 CSS should dictate font attributes.
 2. <center>: Shouldn’t be used. CSS should dictate
 horizontal alignment.
 3a. <div align="xxx">…</div>
 3b. <p align="xxx">…</p>
 3c. <table align="xxx">…</table>: Shouldn’t be used.
 CSS should dictate horizontal alignment.
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 /* CSS Begin */
 font, center, div[align], p[align], table[align], font[color] {
   color : #cd0000;
   font-weight : bold;
   background : #eecc11 url(images/warning.gif) repeat 0 0;
   margin : 10px;
   padding : 10px;
   border : 2px dashed #cd0000;
   font-size : 2em;
}
/* END ERROR CHECK */

body {
	background: url(../images/body_bg.gif) repeat-x #FFF;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	font-size: 100%;
	font-weight: 200;
	text-align: center;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	/*
	-webkit-box-shadow: -5px 5px 10px #6d7f93;
	-moz-box-shadow: -5px 5px 10px #6d7f93;
	box-shadow: -5px 5px 10px #6d7f93;
	*/
}

h1 {
	color: #0073B6;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}

h2 {
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

h4 {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 0px;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: -8px;
}

ul {
	line-height: 1.2;
	list-style: disc;
	margin-left: 0px;
	padding-left: 2.0em;
	margin-bottom: 10px;
	margin-top: 15px;
}

ol {
	line-height: 1.2;
	margin-left: 0px;
	padding-left: 2.0em;
	margin-bottom: 10px;
	margin-top: 15px;
}

ol.alpha {
	list-style-type: lower-alpha;
}

ol.roman {
	list-style-type: lower-roman;
}

ol li {
	line-height: 1.3em;
	padding-bottom: 5px;
}

p {
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ui-widget-content a, .ui-widget-content a:visited, .ui-widget-content a:link {
	color: #0073B6;
	text-decoration: none;
}

.ui-widget-content a:hover {
	color: #0073B6;
}

#scroller-left {
	padding:15px;
	overflow: scroll;
	overflow-x: hidden;
	height: 700px; 
	width: 650px;
	float: left;
	background: #FFFFFF;
}

#scroller-right {
	padding: 10px;
	overflow: scroll;
	overflow-x: hidden;
	height: 700px;
	width: 300px;
	float: right;
	background: #FFFFFF;
}


#panel-left {
	padding:15px;
	overflow: scroll;
	overflow-x: hidden;
	height: 700px; 
	width: 950px;
	float: left;
}

#scroller-right img {
	margin-top: 10px;
}

#scroller-right #contact {
	color: white;
	font-size: 1.1em;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.course-title {
	padding-left: 10px;	
}

.post .course-title {
	padding-left: 0px;	
}

.posts-course-title {
	padding-left: 0px;	
}

.post h2 a, .post a, .widget-area a {
	color: #0073B6;
	text-decoration: none;
}

.widget-area ul {
	list-style: none;
}

.widget-area ul li ul li {
	margin-left: -30px;
}

#posts .post {
	margin-top: 20px;
}

.emphasis {
	font-weight: bold;
	font-style: italic;
}

#course-dates div {
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding-left: 5px;
}

#course-dates p, #course-dates ul {
	font-size: 0.7em;
}

#course-dates ul li a, #course-dates ul li a:link, #course-dates ul li a:visited {
	color: #0073B6;
	text-decoration: none;
}

#main-content {
	background: #3e6688;
	padding-bottom: 10px;
}

td {
	vertical-align: top;
}

td.header {
	vertical-align: middle;
}

td.logo {
	vertical-align: bottom;
}

img.rya-logo {
	padding-right: 20px;
	padding-bottom: 5px;
}

/*
#bottom-menu li.menu-item {
	width: 25%;
}
*/

#tabs {
	font-size: .85em;
	text-align: left;
	padding-left: 10px;
}

#tabs h4 {
	font-size: 100%;
}

marquee {
	background: #ee162d;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* testimonials */
blockquote {
	font-style: italic;
  padding: 8px;
  /*background-color: #DDDDDD;*/
  border-top: 1px solid #FDFDFD;
  border-bottom: 1px solid #DDDDDD;
  margin: 20px 5px 5px 0;
  background-image: url(../images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
}
blockquote span {
	padding: 5px;
  display: block;
  background-image: url(../images/closequote1.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}

/* LINKS PAGE */
div.link {
   border: 1px solid #CACACA;
   clear: both;
   display: inline-block;
   margin-bottom: 10px;
   padding: 3px;
   width: 90%;
}

div.link-image {
  float: left;
  width: 40%;
}

div.link-detail {
  float: left;
  width: 40%;
}

#tabs ul.ui-corner-all { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -khtml-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }

.ui-widget-content {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;	
}

.ui-tabs .ui-tabs-nav {
	background: #EAE5D0;
	border: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;
	padding: 0px;
}

#scroller-left .ui-tabs .ui-tabs-nav {
	background: #FFFFFF;
	border: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;
	padding: 0px;
}

#scroller-left .ui-tabs-panel {
	border: 1px solid lightgrey;
	padding-left: 10px;
}

#scroller-left .ui-state-active {
	border: 1px solid lightgrey;
}

.ui-widget-header, .ui-widget-content {
	border: 0px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0px;
}

input, textarea {
  border: 1px solid #CCCCCC;
}

/* FOOTER */
#footer {
	background: #FFF;
	border-top: 1px solid #DDDDDD;
	color: #555152;
	font-size: .7em;
	text-align: center;
	padding-bottom: 20px;
	line-height: 1.2;
}

#footer a {
	color: #555152;
	text-decoration: none;
}

#footer span {
	color: #303030;
	font-size: 1.5em;
	font-weight: bold;
}

#footer p {
	margin: 15px;
}


/*

#7e1416 red
#ac915b gold dark
#eae5d0 gold medium
#f5f3e6 gold light

*/

#main-content {
	background: #FFFFFF;
	/*padding: 10px 15px 0px 15px;*/
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	/*
	-webkit-box-shadow: 3px 3px 11px #999;
	-moz-box-shadow: 3px 3px 11px #999;
	box-shadow: 3px 3px 11px #999;
	*/
}

#header {
	width: 100%;
	height: 112px;
	background: #FFFFFF;
	padding-top: 10px;
}

#phone-banner {
	width: 100%;
	height: 17px;
	background: #9c8149;
	text-align: right;
	padding: 5px 0px;
}
	
#phone-banner span {
	color: #eae5d0;
	font-weight: 400;
	font-size: 1.2em;
	margin-right: 25px;
}

#header #mustang-logo {
	float: left;
	margin: 0 auto;
	display: inline-block;
	padding-top: 0px;
	padding-left: 0px;
}

#header #rya-logo {
	float: right;
	padding-top: 0px;
	margin-top: -25px;
}

#nav {
	background: #9c8149;
	margin-top: -1px;
	height: 30px;
	padding-top: 9px;
	z-index: 200;
}

.separator {
	background: #002C3F;
	height: 5px;
}

#promos {
	text-align: center;
	width: 100%;
	margin: 15px 0px 20px 0px;
	display: inline-block;
}

div.promo {
	margin-right: 6px;
	display: inline-block;
	text-align: left;
	height: 121px;
	width: 250px;
	/*padding: 3px;*/
}

div.promo h1 {
	background: #000000;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: #f5f3e6;
	width: 100%;
	position: relative;
	padding-left: 5px;
}

div.promo div.blurb {
	background: #000000;
	display: block;
	font-size: 12px;
	font-weight: 200;
	color: #f5f3e6;
	width: 100%;
	position: absolute;
	top: 36px;
	padding-left: 5px;
	height: 100px;
	/*margin-top: 36px;*/
	z-index: 200;
	display: none;
}

div.promo-inner a {
	text-decoration: none;
}

div.promo-inner {
	/*border: 1px solid #EAE5D0;*/
	display: block;
	height: 121px;
	/*padding: 10px 10px 0px 10px;*/
}

div.promo-inner img {
	margin-top: -36px;
}

div.style-one {
	background: #ac915b;
}

div.style-two {
	background: #7e1416;
}

div.style-three {
	background: #78aed8;
}

div.last {
	margin-right: 0px;
}

.transparent {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 

	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);

	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;

	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;

	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.7;
}

div#home-content-wrapper {
	display: inline-block;
	width: 100%;
}
	
div#home-content {
	background: #eae5d0;
	float: left;
	width: 60%;
	padding: 20px;
	height: 300px;
}

div#home-content-promo {
	background: #eae5d0;
	float: right;
	width: 30%;
	padding: 20px;
	height: 300px;
}

div#home-content-promo a { 
	color: #0073B6;
	text-decoration: none;
}

div#home-content-promo img { 
	border: 5px solid #FFFFFF;
}

div#footer {
	background: #7e1416;
	border: 0px;
	clear: both;
	text-align: center;
	font-size: 10pt;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;
}

#footer span {
	font: inherit;
	color: inherit;
}

div#footer-inner {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	width: 1000px;
}

div#footer p {
	clear: both;
}

div#footer div.list {
	float: left;
	margin-right: 20px;
}

div#footer ul li {
	color: #FFFFFF;
	list-style: none;
}

div#footer ul {
	padding-left: 0;
}

div#footer h4 {
	color: #FFFFFF;
	line-height: 14pt;
	font-size: 12px;			
	font-weight: 200;
	margin-bottom: -10px;
}

div#footer h4 a {
	color: #FFFFFF;
}

div#footer ul li a {
	color: #eae5d0;
	text-shadow: 1px 1px #000;
	text-decoration: none;
	line-height: 14pt;
	font-size: 12px;
}

div#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer span {
	font-size: 14pt;
	font-weight: 200;
	padding: 10px;
	padding-left: 60px;
}

#footer span.small {
	font-size: 12pt;
	font-weight: 200;
}

#footer #contact {
	background: url(../images/icon_phone.gif) no-repeat 0 #F5F3E6;
	height: 140px;
	width: 40%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}

#footer #contact span {
	color: #7E1416;
	display: block;
	margin-left: 60px;
	margin-right: 10px;
	padding: 10px 0px 0px 0px;
}
		
.copyright {
	background: #630500;
	color: #E99D99;
	display: block;
	height: 30px;
	padding: 10px 0px 10px 10px;
	width: 990px;
	font-size: 10pt;
}

.copyright span {
	font-size: 14pt;
	font-weight: 200;
}

#partners {
	background: #f5f3e6;
	float: left;
	text-align: left;
	width: 60%;
	padding-bottom: 20px;
	height: 140px;
}

.partner {
	float: left;
	margin-bottom: 5px;
}

#footer-nav {
	text-align: left;
	margin-left: 10px;
}

#partners span, #partners div {
	color: #7e1416;
	display: block;
	padding-left: 10px;
}

b {
	font-weight: 800;
}

/* tab overrides 
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; border-top-left-radius: 10px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; border-top-right-radius: 10px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -khtml-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -khtml-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }

.ui-widget-header {
	background: none;
	border: 0px;
}
.ui-widget-content {
	background: none;
	border: 0px;
}
.ui-tabs .ui-tabs-panel {
	border: 1px solid #ac915b;
	background: #f5f3e6;
	height: 250px;
	overflow: auto;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #ac915b;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #ac915b;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #f5f3e6;
	border: 1px solid #ac915b;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border: 1px solid #ac915b;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #f5f3e6;
	background: #f5f3e6;
	color: #FFF;
}
*/

div#tabs {
	padding: 0px;
}

div#home-content div#tabs {
	height: 300px;
}

div#home-content div#tabs p {
	color: #333333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.2;
	padding-top: 0px;
	padding-bottom: 10px;
}
