@charset "utf-8";
/* CSS Document */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

body {
	margin: 0;
	padding: 0;
	background: #40688a url(images/bg_tile.png);
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}

td {
    font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
}

select {
    background-color: #fbef99;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	margin-top: -2px;
}

#wrapper {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	
}

/* Top Banner and Side Nav Formatting */

#banner {
	/*background: url(images/top_bar_bg.png) no-repeat left top;*/
	height: 215px;
	/* less old height: 170px; */
	/* old height: 142; */
	position: relative;
}

#tagline {
	position: absolute;
	right: 20px;
	top: 50px;

}


#logo {
	position: absolute;
	left: 40px;
	top: 10px;
	z-index: 100;
}

#logo img {
	position: absolute;
	left: 40px;
	top: 10px;
}


#bgWrapper {
	float: left;
	background: url(images/vertical_sidebar_bg.png) repeat-y left top ;
	/* margin-left: 1px; */
	position: relative;
	
}

#nav {
	float: left;	
	width: 226px;	
	/*padding-top: 50px;*/
}

#nav img {
	padding-left: 8px;
	margin-bottom: 10px;
}

.loginText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	padding-left: 10px;
	/*margin-bottom: 10px;*/
}

#mainTop {
	float: left;
	width: 740px;
	display:inline;
}


/* Main Content Area */

#main {
	float: left;
	width: 740px;
	/* background: url(images/main_bg_stripe.png) repeat-y left top; */
	/*display:inline;*/
	position: relative;
	margin-top: -65px;
	
}

#main p {
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 10px;
	/*padding: .4em;*/
	padding-left: .8em;
	padding-right: .8em;
	font-size: .75em;
	/*clear: both;*/
}


#main h2, h3 {
	/*background: url(images/headline_bg.gif) repeat-x;*/
	padding-top: .5em;
	padding-left: .8em;
	padding-bottom: 1em;
	/*color:#FFF;*/
	font-family: Tahoma, Geneva, sans-serif;	
	
}

#main h2 {
	padding-left: 1.5em;
}

#main h3 {
	font-size: .9em;
}

#main ul {
	font-family: Tahoma, Geneva, sans-serif;
	/*border: 1px solid #999;*/
	margin-bottom: 10px;
	/*padding: .4em;*/
	padding-left: .8em;
	padding-right: .8em;
	font-size: .75em;
	clear: both;
}

#main li {
	padding-left: 1em;
	padding-bottom: .2em;
}

#main a {
	font-weight: bold;
	font-style: oblique;
	color: #000;
}

#main a:hover {
	text-decoration: underline;
}

/* Front Page News Items */

.contentItem {
	padding-bottom: 20px;
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
}

.contentItem h2 {
	background: url(images/headline_bg.gif) repeat-x;
	/*padding-top: .5em;
	padding-left: .8em;
	padding-bottom: 1em;*/
	color:#FFF;
	/*font-family: Tahoma, Geneva, sans-serif;	*/
}

.contentItem p {
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #999;
	margin-bottom: 10px;
	padding: .4em;
	padding-left: .8em;
	padding-right: .8em;
	font-size: .75em;
	clear: both; 
}

.contentItem ul {
	/*font-family: Tahoma, Geneva, sans-serif;*/
	border: 1px solid #999;
	/*margin-bottom: 10px;*/
	padding: .4em;
	/*padding-left: .8em;
	padding-right: .8em;
	font-size: .75em;
	clear: both;*/
}

.contentItem img {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: .8em;	
	clear:both;
}

p.readMore {
	position: absolute;
	right: 20px;
	bottom: -8px;
	border: none;
	font-style: italic;
	font-weight:bold;
	font-size: .75em;
	clear: both;
}

.readMore a, a:visited {
	color: #000;
}

p.evansMsg {
	padding-bottom: 50px;
	padding-top: 5px;
}

p.welcomeMsg {
	padding-bottom: 60px;
	padding-top: 5px;
}

img.welcomeBtn {
	float: right;
	margin-left: .8em;
	margin-right: 5px;
}

img.flash {
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 15px;
}

.footer {
	position: absolute;
	left: 10px;
	bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.footer a, a:visited {
	color: #000;
}

/* Side Nav Menu */

.arrowlistmenu{
width: 201px; /*width of accordion menu*/
padding-left: 10px;
padding-bottom: 10px;
}

.arrowlistmenu h3 {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: #323232 url(images/nav_normal_state.png) no-repeat top left;
/*margin-bottom: 2px; bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 12px 0 12px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu a, a:visited {
	font-color: #fff;
}

.menuheader:hover {
	background: #1f4bcd url(images/nav_highlight_state.png) no-repeat top left;
	}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/nav_highlight_state.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #BBCEE3;
}
.arrowlistmenu li.error {
background-color: #e3baba;
}
.arrowlistmenu li.correct {
background-color: #bce3ba;
}

/* Side Bar Store Widget */

.storeWidget{
width: 212px; /*width of accordion menu*/
margin-left: 9px;
padding-bottom: 250px;
/* padding-top: 60px; */
}

/* Front Page Items */

.jimEvansBio {
	float: left;
	padding: 10px;
	margin-left: 8px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border-color: #CCC;
	border-style:solid;
	border-width: 1px;
	
}

#main a.enrollTab {
	color: #C00;
}

.clinicHeaderImg {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	border-color: #CCC;
	border-style:solid;
	border-width: 1px;
}

p.training {
	padding-bottom: 140px;
	padding-top: 5px;
}

p.readMoreTraining {
	position: absolute;
	right: 20px;
	bottom: 20px;
	border: none;
	font-style: italic;
	font-weight:bold;
	font-size: .75em;
	/*clear: both;*/
}

.loginForm {
width: 7em; 
font-family: Verdana, Geneva, sans-serif; 
font-size: .6em;
}

.aboutMargins {
	width: 90%;
	margin-left: auto;
	margin-right: auto;

}

.jimImg {
	float: left;
	padding: 10px;
	margin: 0 10px 10px 10px;
	background-color: #FFF;
	border-color: #CCC;
	border-style:solid;
	border-width: 1px;
	
}

.jimImgHome {
	float: left;
	padding: 0 10px 10px 10px;
	margin: 0 10px 10px 10px;
	background-color: #FFF;
	
}

/* On-Site Training Specific CSS */

.desertClassicOverview {
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 80px;
	background-color: #FFF;
	border-color: #CCC;
	border-style:solid;
	border-width: 1px;
	
}

.pbuc {
	list-style-type: decimal;
	margin-left: 4em;
}

.cost {
	list-style-type: disc;
}

.cost li {
	margin-left: 3em;
}

.bigText {
	font-size: large;
	color: #900;
}

.centerCaption p {
	text-align: center;
	color: #FFF;
	background-color: #406786;
	border: 1px solid #1E303E;
	padding: 5px;	
}

div.centerCaption {
	margin-bottom: 20px;
}

div.caption {
	float: left;
	width: 300px;
	margin-bottom: 20px;
	font-size: .9em;
}

.caption p {
	text-align: center;
	color: #FFF;
	background-color: #406786;
	border: 1px solid #1E303E;
	padding: 5px;
	margin: 0 0 0 80px;
	height: 4.5em;
}


div.videoCaption {
	float: left;
	width: 312px;
	margin-bottom: 20px;
	font-size: .9em;
}

.videoCaption p {
	text-align: center;
	color: #FFF;
	background-color: #406786;
	border: 1px solid #1E303E;
	padding: 5px;
	margin: 0 0 0 86px;
	height: 3.25em;	
}

.centerImg img {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	border-color: #CCC;
	border-style:solid;
	border-width: 1px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.smallImg img {
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 80px;
	background-color: #FFF;
	border-color: #CCC;
	border-style:solid;
	border-width: 1px;

}

/* About Section CSS */

.academy {
	list-style-type: disc;
}

.academy li {
	margin-left: 1em;
	margin-bottom: 15px;
	/* font-size:1.2em; */
}


/* Contact Section */
/* Contact - Contact Us */

#contactForm {
	margin-left: 30px;
}

#contactForm .label {
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}


input#contactSubmit {
	float: right;
	margin-right: 130px;
	font-family: Tahoma, Geneva, sans-serif;
}

input#fullName, input#contactEmailAddress {
	background-color: #fbef99;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	width: 200px;
	margin-top: -2px;
}

textarea#enquiry {
	background-color: #fbef99;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	width: 400px;
	margin-top: -2px;
}

input#fullName:focus,
input#contactEmailAddress:focus,
textarea#enquiry:focus {
	background-color: #fdd041;
}

.textBox {
	width: 270px;
	height: 90px;
	background-color: #FFF;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	margin: 20px 20px 30px 20px;
	float: left;
}

.contactContainer {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.emailUs p {
	width: 150px;
	text-align: right;
	margin-top: 20px;
}

.info {
	margin-left: 90px;
}

/* Contact - Ask A Pro */

.proBox {
	width: 160px;
	background-color: #FFF;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	margin: 20px 20px 30px 20px;
	float: left;
	cursor: hand;
	cursor: pointer;
}

.proContainer {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.proBox:hover {
	background-color: #BBCEE3;
}

/* Privacy Policy Section */

.privacy {
	list-style-type: disc;
}

.privacy li {
	/*margin-left: 1em; */
	margin-bottom: 15px;
	margin-left: 3em;
}

body#privacy a#privacyLink,
body#terms a#termsLink,
body#disclaimer a#disclaimerLink,
body#copyright a#copyrightLink{
	background: #fff;
	/* background: #fff url(images/bg_here.png) no-repeat 5px 50%; */
	padding: 5px 10px 5px 5px;
	font-weight: bold;
}

ul#privacyNav {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	/* border-bottom: 1px solid #999; */
	float: left;
}

#privacyNav a {
	color: #000;
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #999;
	/* border-bottom: none; */
	padding: 5px 10px 5px 5px;
	display: block;
	background-color: #e7e7e7;
	/* background-image: url(images/link.png);
	background-repeat: no-repeat;
	background-position: left center; */
}

#privacyNav a:hover {
	font-weight: bold;
	background: #BBCEE3;
	/* background: #BBCEE3 url(images/go_nav.png) no-repeat 5px 50%; */
}

#privacyNav li {
	float: left;
}

/* Site Map */

#siteMap ul {
	font-size: 16px;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
}

#siteMap li {
	margin-bottom: 5px;
	font-size: 12px;
}

#subList li {
	/* margin-left: 10px; */
	/* font-size: 10px; */
}

#siteMap a {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}

.siteBox {
	width: 200px;
	height: 370px;
	background-color: #FFF;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	margin: 0 5px 10px 5px;
	float: left;
}

.smallBox {
	width: 200px;
	height: 30px;
	background-color: #FFF;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	margin: 0 5px 10px 5px;
	float: left;
}

.topLine {
	margin-top: 10px;
}

/* Enroll Now Page */

.enrollBox {
	width: 295px;
	padding: 5px;
	margin: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	background-color: #FFF;
	float: left;
	/*clear: right;*/
}

.enrollBox:hover {
	width: 295px;
	padding: 5px;
	margin: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	background-color: #BBCEE3;
	float: left;
	/*clear: right;*/
	cursor: hand;
	cursor: pointer;
}

.enrollBoxSelected {
	width: 295px;
	padding: 5px;
	margin: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	background-color: #94bae3;
	float: left;
	/*clear: right;*/
}

.enrollHeader {
	background-color: #152e52;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.textLeft {
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}

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

/* Instructor Bio Section */

.bioImage {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	border-color: #CCC;
	border-style:solid;
	border-width: 1px;
	display: block;
	margin-left: 15px;
	float: left;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
}

.bioText {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	margin-top: 10px;
}

p.instructors {
	margin: 0 15px 0 15px;
}

.bioImage:hover {
	background-color: #BBCEE3;
	border-color: #FFF;
	border-width: 3px;
	padding: 8px;
}

/* International Students */

div.intlCaption {
	float: left;
	width: 300px;
	margin-bottom: 20px;
}

.intlCaption p {
	text-align: center;
	color: #FFF;
	background-color: #406786;
	border: 1px solid #1E303E;
	padding: 5px;
	margin: 0 0 0 80px;
	/* height: 3.25em;	*/
}

/* Student Section */
/* Main Form */

#personalInfo .label {
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}

input#submit {
	float: right;
	margin-right: 60px;
	font-family: Tahoma, Geneva, sans-serif;
}

input#firstName, 
input#middleName, 
input#lastName, 
input#emailAddress, 
input#password, 
input#passwordConfirm, 
input#address1, 
input#address2, 
input#townCity, 
input#stateProvince, 
input#otherProvince, 
input#zipPostcode, 
input#stateProvince, 
input#homePhone, 
input#workPhone, 
input#mobilePhone, 
input#cardType, 
input#cardOwner, 
input#cardNumber, 
input#expiryMonth, 
input#expiryYear, 
input#cardCode, 
input#billingAddress1, 
input#billingAddress2, 
input#billingCity, 
input#billingProvince, 
input#billingOther, 
input#billingZip {
	background-color: #fbef99;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	width: 300px;
	margin-top: -2px;
}

input#firstName:focus, 
input#middleName:focus, 
input#lastName:focus, 
input#emailAddress:focus, 
input#password:focus, 
input#passwordConfirm:focus, 
input#address1:focus, 
input#address2:focus, 
input#townCity:focus, 
input#stateProvince:focus, 
input#otherProvince:focus, 
input#zipPostcode:focus, 
input#stateProvince:focus, 
input#homePhone:focus, 
input#workPhone:focus, 
input#mobilePhone:focus, 
input#cardType:focus, 
input#cardOwner:focus, 
input#cardNumber:focus, 
input#expiryMonth:focus, 
input#expiryYear:focus, 
input#cardCode:focus, 
input#billingAddress1:focus, 
input#billingAddress2:focus, 
input#billingCity:focus, 
input#billingProvince:focus, 
input#billingOther:focus, 
input#billingZip:focus {
	background-color: #fdd041;
}



#register_form {
	margin-bottom: 10px;
}
#register_form .label {
	float: left;
	width: 300px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}
#gallery_form {
	margin-bottom: 10px;
}
#gallery_form .label {
	float: left;
	width: 60px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}
input#personalSubmit,
input#extendSubmit {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
input#m_s_number, input#m_dl_number, input#m_insurance, input#m_issued_by, input#m_p_notify, input#m_p_relation, input#m_p_dphone, input#m_p_nphone, input#m_p_address, input#m_p_city, input#m_p_state {
	background-color: #fbef99;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	width: 300px;
	margin-top: -2px;
}
input#m_s_number:focus, input#m_dl_number:focus, input#m_insurance:focus, input#m_issued_by:focus, input#m_p_notify:focus, input#m_p_relation:focus, input#m_p_dphone:focus, input#m_p_nphone:focus, input#m_p_address:focus, input#m_p_city:focus, input#m_p_state:focus {
	background-color: #fdd041;
}

input.form_tf {
	background-color: #fbef99;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	width: 300px;
	margin-top: -2px;
}

input.form_tf:focus {
	background-color: #fdd041;
}


input#m_age, 
input#m_dob, 
input#phonetic, 
input#callMe, 
input#height, 
input#weight, 
input#shirtSize, 
textarea#anythingElse, 
input#experience, 
input#hobbies, 
input#localAssoc, 
input#localAssocEmail, 
input#medicalYesNo, 
textarea#medConditions, 
input#referral, 
input#promo {
	background-color: #fbef99;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	width: 300px;
	margin-top: -2px;
}

input#m_age:focus, 
input#m_dob:focus, 
input#phonetic:focus, 
input#callMe:focus, 
input#height:focus, 
input#weight:focus, 
input#shirtSize:focus, 
textarea#anythingElse:focus, 
input#experience:focus, 
input#hobbies:focus, 
input#localAssoc:focus, 
input#localAssocEmail:focus, 
input#medicalYesNo:focus, 
textarea#medConditions:focus, 
input#referral:focus, 
input#promo:focus {
	background-color: #fdd041;
}





/* Password Retrieval */

#passwordRetrieval {
}
#passwordRetrieval .label {
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}

input#forgotPasswordExtendSubmit {
	float: right;
	margin-right: 180px;
	font-family: Tahoma, Geneva, sans-serif;
}
input#forgotPasswordEmailAddress {
	background-color: #fbef99;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	width: 300px;
	margin-top: -2px;
}

select#enrolledClass {
	background-color: #fbef99;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	margin-top: -2px;
}

input#forgotPasswordEmailAddress:focus, select#enrolledClass:focus {
	background-color: #fdd041;
}

.emailUs p {
	width: 150px;
	text-align: right;
	margin-top: 20px;
}

.creditCardBox {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	background-color:#FFF;
}

/* Student Landing */

#creditCardInfo {
	margin-bottom: 10px;
}

#creditCardInfo .label {
	float: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}

input#landingSubmit {
	float: right;
	margin-right: 180px;
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

input#p_amount, 
input#cc_type, 
input#cc_owner, 
input#cc_number, 
input#cc_expires_month, 
input#cc_expires_year, 
input#cc_cvv, 
input#b_address1, 
input#b_address2, 
input#b_city, 
input#b_state, 
input#billingOther, 
input#b_zip {
	background-color: #fbef99;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	width: 300px;
	margin-top: -2px;
}
select#room_id,
select#meal_id,
select#state,
select#country,
select#ma_meal, 
select#ma_room, 
select#cc_expires_month, 
select#cc_expires_year, 
select#cc_type, 
select#b_state,
select#state2,
select#arrival_date {
	background-color: #fbef99;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	margin-top: -2px;
}


	

input#p_amount:focus, 
input#cc_type:focus, 
input#cc_owner:focus, 
input#cc_number:focus, 
select#ma_meal:focus, 
select#ma_room:focus, 
select#cc_expires_month:focus, 
select#cc_expires_year:focus, 
input#cc_cvv:focus, 
input#b_address1:focus, 
input#b_address2:focus, 
input#b_city:focus, 
select#b_state:focus, 
input#billingOther:focus, 
input#b_zip:focus,
select#arrival_date:focus {
	background-color: #fdd041;
}

.acctLeft {
	/* font-size: large !important; */
	font-size: 1em !important;
	margin-right: 10px;
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
}

.acctRight {
	font-size: 1em !important;
	padding-right: 30px !important;
	float: right;
	clear: right;
}


.whiteText {
	color: #FFFFFF;
	font-size: 14px;
	/*font-weight: bold;*/
	margin-top: 15px;
	margin-bottom: 10px;
}

.errorMsgBox {
	background-color: #fbef99;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	width: 85%;
	margin: auto;
	margin-bottom: 20px;
}

.errorMsg {
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
}

#gallerySubmit {
	float: right;
	margin-top: 10px;
	margin-right: 165px;
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

/* testimonials */


.testimonalsContent {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.quoteInfo {
	float: right;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
	width: 300px;
	padding: 5px;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
}


.testHeader {
	text-align: center;
	font-size: large;
	color: #900;
}
	
.submitLink {
	color: #0000FF;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
	margin-left: 20px;
	clear: left;
	float: left;
	margin-bottom: 5px;
	text-align: left;
  }
