@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.2em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #993300;
}
.oneColLiqCtrHdr #container {
	width: 900px;
	background-color: #993300;
	margin: 0px auto;
	text-align: left;
	position:relative;
}
.oneColLiqCtrHdr #header {
	background: #993300;
	padding: 0 0px 0 0px;
	margin:6px auto 15px;
	width:900px;
	height:65px;
	background-image:url('../Images/webGraphics/DCbanner.jpg');
	background-repeat:no-repeat; 
}

.oneColLiqCtrHdr #header a{
	position: absolute;
    top: 0;
    left: 0;
	width:900px;
	height:65px;
}

.oneColLiqCtrHdr #header a h1 {
    display: none;
}


.oneColLiqCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #993300;
}
.oneColLiqCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#993300;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	color: #FFFFFF;
}

.topNav {
	margin-top:10px;
}

.engFr {
	margin-right:10px;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/*STYLES FOR COURSE SCHEDULE PAGES*/

#colorKey td{
	color:#000000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

#courseSked{
	margin-top:6px;
	background-color:#333300;
}

#colorKey td a {
	color:#000000;
}

#courseSked a {
	color:#000000;
}

#courseSked2 a {
	color:#000000;
}

#courseSked a:hover {
	color:#FFFFFF;
}

#courseSked td{
	border: 1px solid #000033;
}  

#maman {
	font-style:italic;
}

#maman a {
	color:#FF6600;
}

#maman a:hover {
	color:#FFFFFF;
}

.courseSkedOtherLoc {
	background-color:#333300;
}

.courseSkedOtherLoc td{
	border: 1px solid #000033;
}

.courseSkedOtherLoc a {
	color:#000000;
}

.courseSkedOtherLoc a:hover {
	color:#FFFFFF;
}

.oneColLiqCtrHdr #mainContent .otherLocMW a {
	color:#003300;
}

.oneColLiqCtrHdr #mainContent .otherLocMW a:hover {
	color:#FFFFFF;
}

.oneColLiqCtrHdr #mainContent .otherLocMaman a {
	color:#FF0000;
}

.oneColLiqCtrHdr #mainContent .otherLocMaman a:hover {
	color:#FFFFFF;
}

.oneColLiqCtrHdr #mainContent .otherLocMetro a {
	color:#66CCFF;
}

.oneColLiqCtrHdr #mainContent .otherLocMetro a:hover {
	color:#FFFFFF;
}


.oneColLiqCtrHdr #mainContent #courseSked #teenDance a:hover {
	color:#CC0000;
}


/*TEXT STYLES*/

h1 {font-size: x-large;	color: #FF6600; font-weight:300;line-height:1.2em;}

h2 {font-size: small; color: #FF6600; font-weight:bold; display:inline;}

h3 {color: #FF9900; font-size: medium; font-weight:bold; margin:3px 0; padding:3px 0;}

.ParaTxYel {color: #FFFF00;	font-size: small;}

.ParaTextWt {font-size: small;	color: #FFFFFF;	font-family: Verdana, Arial, Helvetica, sans-serif;}

.ParaTextBl {font-size: small;	color: #000000;	font-family: Verdana, Arial, Helvetica, sans-serif;}

.ParaTextAmb {font-size: small;	color: #FF6600;	font-family: Verdana, Arial, Helvetica, sans-serif;}

.courseDates {color: #FF9900; font-size: medium; font-weight:bold;}

.whiteCaps {color: #FFFFFF;	font-size: large;}

.ParaHeadAmb {font-size: x-large; color: #FF6600; font-weight: bold; font-style: italic;}

.ParaTxLgWtBold {font-size: medium;	font-weight: bold; color:#FFFFFF;}

.ParaHeadBlue {color: #0099CC;	font-size: x-large;}

.ParaHeadRed {font-size: x-large; color: #FF3333;}

.ParaSubHeadAmb1 {color: #FF6600}

.VidCred {font-size: x-small; color: #FFCC00; font-family: Verdana, Arial, Helvetica, sans-serif;}

.ParaSubHeadAmb2 {color: #FF6600; font-size: large;}
 
.BgBoldHeadAmb {color: #FF6600}

.asteriksLG {font-size: 36px}

.partPracWhtBold {font-size: x-large; font-weight: bold;}

.extraLg {font-size: xx-large	}
	
.green {color: #003300; font-weight: bold;}

.blue {color: #000099; font-weight: bold;}

.salsaRed {color: #FF0000; font-weight: bold;}

.metroBlue {color: #66CCFF; font-weight: bold;}

.payPageStyle {color: #FF9900; font-size: large; font-style: italic;}

.georgiaHansBos {font-family: Georgia, "Times New Roman", Times, serif; color: #FFCC00;}

.LgAsteriks {font-size: xx-large}

.georgiaCurl {font-family: Georgia, "Times New Roman", Times, serif; color: #FFFFFF; font-style: italic; font-size:20px;}

.underline {
text-decoration:underline;
}

/*LINK STYLES*/

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

/*END LINK STYLES*/

/*HAND POINTER STYLES*/

.handPointerLeft {
	cursor:pointer;
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}

.handPointerRight {
	cursor:pointer;
	float:right;
	margin-left:4px;
	margin-bottom:4px;
	
}

.handPointerRTB {
	cursor:pointer;
	float:right;
	margin-left:4px;
	margin-bottom:4px;
	margin-top:4px;
}

.handPointerLTB {
	cursor:pointer;
	float:right;
	margin-right:4px;
	margin-bottom:4px;
	margin-top:4px;
}

/*END HAND POINTER STYLES*/

/*IMAGE ALIGN STYLES*/

.image-right {
	float: right;
	margin-bottom: 4px;
	margin-left: 4px;
}
.image-left {
	float: left;
	margin-bottom: 4px;
	margin-right: 4px;
}
.image-right-tlb {
	float: right;
	margin-top: 4px;
	margin-left: 4px;
    margin-bottom: 4px;
}

.image-left-trb {
	float: left;
	margin-top: 4px;
	margin-right: 4px;
    margin-bottom: 4px;
}

.dvd-ad-left {
	float: left;
	margin-top: 8px;
	margin-right: 8px;
    margin-bottom: 8px;
}

.dvd-ad-right {
	float: right;
	margin-top: 8px;
	margin-left: 8px;
    margin-bottom: 8px;
}

.dvd-ad-right p {
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:center;
}

.fbbadgebox {
	width:126px; padding:3px; border:1px solid #FF6600; margin-right:8px; text-align:center; float:left;
}

/*END IMAGE ALIGN STYLES*/

.clear {
	clear:both;
}

/*COURSE MULTI BUTTON*/

table.multi-course-buy-tbl {
	text-align:center; border:2px solid #FFCC00;
	margin:10px 0 50px;
	padding:3px 0 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

table.multi-course-buy-tbl tr th {
	padding:3px 15px;
	color:#FFCC00;
	font-size:15px;
	font-weight:normal;
	border-bottom:1px dotted #000000;
}

table.multi-course-buy-tbl tr td {
	margin:0;
	padding:5px 15px;
}


table.multi-course-buy-tbl tr td p {
	margin:0;
	padding:0;
}

table.multi-course-buy-tbl .brd-right {
	border-right:1px dotted #000000;
}


/*END COURSE MULTI BUTTON*/


/*COURSE REGISTRATION FORM STYLES*/

.contactForm form .radio-btn-list {
	margin:0px; 
	padding:0px; 
	text-align:left;
}

.contactForm form div.xtraspace {
	margin: 20px 0;
}

.contactForm form ul li {
	display:inline; 
	list-style-type:none; 
	color:white;
}


/*END COURSE REGISTRATION FORM STYLES*/

/*CHECK OUT PAGE STYLES*/

.checkout-wrapper {
	padding:30px 50px;
}

.pay-faq {
	font-size: small;	
	color: #FFFFFF;	
	font-family: 
	Verdana, Arial, Helvetica, sans-serif;
}

.pay-faq strong {
	font-size: small;	
	color: #FF9900;	
	font-family: 
	Verdana, Arial, Helvetica, sans-serif;
}

.pay-info-box {
	margin:auto; width:80%; border:3px solid #d1d1d1;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px; padding:5px 10px;
}

.master-paypal-form {
	padding-top:0px; padding-bottom:18px; margin:auto; width:100%; text-align:center; width:380px;
}

.receive-check-info {
	background-color:#FF9900; 
	border: 1px solid #333333; 
	padding:5px; 
	color:#000000;
	font-size:small;
}

.hr-divide-1 {
	margin-top:20px;margin-bottom:20px;color:#FF9900;
}

/*END CHECK OUT PAGE STYLES*/

/*STYLES FOR CONTACT FORM*/

.contactForm {
	width:720px;
  	text-align:left;
	margin:auto;
	font-size: small;
	color: #FFFFFF;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.contactForm ul {
	text-align:center;
	color:#FFFF00;
}

input.txt {
	color: #003300;
	background-color: #FFE9D2;
	border: 1px outset #00008B;
}

input.btn {
	color: #00008B;
}

form div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
}

form div label {
	margin-right:4px;
	text-align:right;
	float: left;
	width: 40%;
}

form #submitBtn {
	text-align:center;
}

#cursor {cursor: pointer;}

.courseNameBox {
	background-color:#FFCC33;
	border:1px #666666 solid;
	padding-left:5px;
	padding-top:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	color: #FF6600;
}

/*END STYLES FOR CONTACT FORM*/

/*STYLES FOR CONTACT CONFIRMATION PAGE*/

.contactConfirm {
	width:600px;
	margin-left:125px;
	margin-top:100px;
	margin-bottom:125px;
	font-size: small;
	color: #FFFFFF;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*END STYLES FOR CONTACT CONFIRMATION PAGE*/
