/** Eric Meyer Reset **/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	/*background: white;*/
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
input[type="button"] { cursor: pointer; }
strong, b {font-weight:bolder; }
small { font-size:smaller; }
/** End Reset **/

body {
	font-family:Helvetica,Verdana,sans-serif;
	color: #333;
	line-height: 1.4em;
	font-size: 14px;
	height: 100%;
	background: #ffffff url('/images/bg.jpg') 0 0 repeat-x;
}
 
h1 {
	font-size: 1.8em;	
	line-height: 1.1em;
	color: #1e627a;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	color: #e7882a;
	line-height: 1.2em;
	padding: 3px 0;
}

h3 {
	color: #333434;
	text-shadow: #fff 0 1px 0;
	font-size: 1.2em;
	line-height: 1.0em;
	margin: .25em 0;
	padding: 0 .1em .25em .1em;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #babdc8;
}

h4 {
	color: #5f677a;
	text-shadow: rgba(0,0,0,.01) 0 0 0;
	font-size: 1.1em;
	line-height: 1.0em;
	margin: .15em 0;
	padding: 0 .1em .25em .1em;
	font-weight: bold;
}

a:link, a:visited, a:hover {
	color: #356AA0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 1em 0;
}

input, textarea { 
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 6px;
    background: #fff;
    border: solid 2px #e2e2e2;
    color: #555;
    text-shadow: rgba(0,0,0,0.01) 0 -1px 0;
}

input:focus, textarea:focus { 
    border: 2px solid #888; 
    background: #fff;
}

input.button, input[type=submit], input[type=button] {
    float: right;
    padding: 6px 10px;
    color: #fff;
    font-size: 14px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4d04a), to(#459300));
    text-shadow: #050505 0 -1px 0;
    background-color: #459300;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px transparent;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 1px;
}

input.button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4d04a), to(#a4d04a), color-stop(80%, #76b226));
    text-shadow: #050505 0 -1px 2px;
    background-color: #a4d04a;
    color: #fff;
}

.submitContainer {
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

.submitContainer input[type=submit] {
	float: none;
}

label {
    display: block;
    margin: 5px;
    font-size: 18px;
}

hr {
	height: 1px;
	width: 100%;
	background: transparent url('/images/dots-960px.png') 0 0 repeat;
	clear: both;
	border: none;
	margin: 0 0 4px 0;
	padding: 0;
}

blockquote {
	margin-left: 20px;
	margin-top: 10px;
	background: url('/images/dots-vert.png') repeat-y 0 0;
	padding: 0 8px 0 18px;
}

#content li {
	background: url('/images/bullet.png') left top no-repeat !important; 
	padding: 3px 0 3px 12px; 
	color: #1e627a;
}

#content #findLocationsButton {
	background: url('/images/find-btn.png') top left no-repeat;
	height: 39px;
	width: 230px;
	color: transparent;
	display: block;
	margin: 18px 0 0 60px;
	overflow: hidden;
}

#content #findLocationsButton:hover {
	background-position: 0 -39px;
}

#content #findLocationsButton:active {
	background-position: 0 -78px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	color: #111;
	text-shadow: rgba(0,0,0,0) 0 0 0;
	background: #ffffff url('/images/middle-bg.jpg') 0 0 no-repeat;
	min-height: 564px;
}

#siteNav {
	padding-top: 35px;
	list-style: none;
}

#siteNav li {
	float: right;
	height: 47px;
	text-align: center;
	color: #fff;
	line-height: 47px;
}

#siteNav a:link, #siteNav a:active, #siteNav a:visited, #siteNav a:hover {
	color: #fff;
	width: 100%;
	line-height: 47px;
	display: block;
	text-decoration: none;
}
#siteNav a:hover {
	background: #ffffff url('/images/nav-selection.jpg') 0 0 no-repeat;
}
#siteNav a.nohover:hover {
	background: transparent;
}

#footer {
	clear: both;
	color: #555;
	padding: 8px 10px;
	font-size: .9em;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 15px;
	height: 35px;
}

#footer li {
	display: inline;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #a6a6a6;
	padding: 5px 0 5px 28px;
	text-decoration: none;
}
#footer a:hover {
	color: #777;
}

#wrapper input, #wrapper textarea {
    font-size: 18px;
    width: 630px;
    margin: 5px 5px 20px 5px;
}

#wrapper input[type=submit] {
    width: 200px;
    margin-right: 10px;
}

#register h1 {
	color: #2e758b;
	font-size: 1.5em;
}

#signUpForm input {
	width: 225px;
}

#signUpForm label {
	color: #666;
	font-size: 12px;
	line-height: 11px;
	margin: 11px 0 3px 0;
	padding: 0;
}

#closeActiveClass {
	padding: 0;
	float: right;
	cursor: pointer;
	width: 17px; 
	height: 16px; 
	background: url('/images/close_grey.png') ;
}

.dateBubble {
	cursor: pointer;
	float: left; 
	background: url('/images/date.png') top left no-repeat; 
	width: 67px; 
	height: 82px; 
	margin-right: 5px;
	overflow: hidden;
}

.dateBubbleSelected {
	background: url('/images/date-on.png') top left no-repeat; 
	cursor: default;
}

.dateBubble div {
	padding: 0 0 0 0; 
	text-align: center; 
	color: #5e667b;  
	line-height: 23px;
	font-size: 11px;
}

.dateBubble:hover div {
	color: #515151;
}

.dateBubble:hover {
	background: url('/images/date-hover.png') top left no-repeat;
}

.dateBubbleSelected:hover {
	background: url('/images/date-on.png') top left no-repeat;
}

.dateBubble .dayOfWeek {
	display: block;
	color: #fff;
	text-transform: none;
	font-size: 10px;
	line-height: 20px;
	padding-bottom: 5px;
	text-shadow: 0 -1px #9297a4;
	font-weight: normal;
}

.signUpFormMessage {
	background: #ffffdd; 
	font-size: 12px; 
	color: #333; 
	font-weight: bold; 
	margin: 10px 0; 
	padding: 8px; 
	width: 190px; 
	border: solid 1px #ffd700; 
	text-align: center;
}

h2.title {
	background: url('/images/stripe-bg.png') top left repeat;
	color: #1e627a;
	line-height: 46px;
	margin: 20px 20px 0 10px;
	padding: 0 13px;
	font-weight: bold;
	text-shadow: 0 1px 1px #e9f9ff;
}

.sponsorBrief {
	width: 272px; height: 149px; overflow: hidden; background: url('/images/instructors-box.png') no-repeat top left;
}

/** Status Messages ie Error, Success, Warning, Info **/
.success, .error, .info, .warning {
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border: 1px solid; 
	margin: 0 0 15px 0; 
	padding: 8px 10px 8px 35px;
	text-align: justify;
}

.success h2, .error h2, .info h2, .warning h2 {
	padding-bottom: 12px;
}

.success {
	border-color: #a6d877; 
	background-color: #d2ecba;
	background-image: url("/images/msg/accept.png"), url("/images/msg/msg-ok.png");
	background-repeat: no-repeat, repeat-x; 
	background-position: 10px 50%, top left;
	color: #336801;
}

.error {
	border-color: #f3abab; 
	background-color: #f9c9c9;
	background-image: url("/images/msg/cross_octagon.png"), url("/images/msg/msg-error.png");
	background-repeat: no-repeat, repeat-x; 
	background-position: 10px 50%, top left;
	color: #8d0d0d;
}

.info {
	border-color: #9fd1f5; 
	background-color: #c3e6ff;
	background-image: url("/images/msg/exclamation.png"), url("/images/msg/msg-info.png");
	background-repeat: no-repeat, repeat-x; 
	background-position: 10px 50%, top left;
	color: #005898;
}

.warning {
	border-color: #d7e059; 
	background-color: #f3f7aa;
	background-image: url("/images/msg/exclamation_octagon_fram.png"), url("/images/msg/msg-warn.png");
	background-repeat: no-repeat, repeat-x; 
	background-position: 10px 50%, top left;
	color: #6c6600;
}

.noicon {
	background-position: -50px 50%, top left;
	padding-left: 8px;
}

.noicon h2 {
	text-align: center;
	padding-bottom: 12px;
}

.opacityHover {
	opacity: .3;
	-webkit-transition: all .75s ease-out;
}

.opacityHover:hover {
	opacity: 1;
}
/** END Status Messages **/


/* @group tinymce overrides */
body.tinymce  {
	background-image: none;
	padding: 0 12px;
}
/* @end */


