@charset "UTF-8";
body  {
	background: #666666 url(images/newImages/borderStripeTop.jpg) repeat-x;
	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;
}
.twoColLiqRtHdr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border: 1px solid #612F2E;
} 
.twoColLiqRtHdr #container #navBar {
	background-color: #f69572;
	padding: 10px 5px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #7D4442;
	border-bottom-color: #7D4442;
	border-left-color: #7D4442;
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: normal;
	border-right-color: #7D4442;
}
.twoColLiqRtHdr #container #navBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.twoColLiqRtHdr #container #navBar li {
	display: inline;
	padding: 15px;
}
.twoColLiqRtHdr #header {
	background: #FDC9B6;
	border-bottom: 1px solid #FC949B;
	margin: 0px;
	padding: 0;
} 
.twoColLiqRtHdr #container #header h1 {
	color: #5c3f1f;
	font-family: "Myriad Pro";
	font-size: 36px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}


/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqRtHdr #mainContent {
	margin: 0 30px 0 225px;
	padding-right: 20px;
	padding-left: 10px;
	line-height: 22px;
} 
#questMakerList {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 2px dotted #CC0066;
}
.twoColLiqRtHdr #container #sidebarWrapper {
	font-size: 14px;
	font-weight: normal;
	float: left;
	width: 200px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 5px;
}
.twoColLiqRtHdr #container #sidebar1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px auto 10px;
	width: 190px;
	border: 2px dotted #FA939A;
	padding: 0px 5px 15px;
	font-weight: normal;
	background-image: url(images/pinkGradient.jpg);
	background-repeat: repeat-x;
}
#sidebarWrapper #sidebar2Left {
	padding: 0px 10px 10px;
}
#sidebarWrapper #sidebar2Left p {
	margin-left: 10px;
}
#sidebarWrapper #sidebar2Left h2 {
	padding: 0px;
	margin-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0066;
	margin-bottom: 10px;
}
#sidebarWrapper #sidebar2Left a {
	color: #CC0066;
	text-decoration: underline;
}
#sidebarWrapper #sidebar2Left a:hover {
	color: #FF6666;
	text-decoration: none;
}
.twoColLiqRtHdr  #sidebar1  h3    {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #5c3f1f;
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
}
a:link {
	text-decoration: underline;
	color: #E36F83;
}
#sidebar1 a {
	color: #612f2e;
	font-size: 14px;
	text-decoration: none;
	font-family: "Comic Sans MS";
}
#sidebar1 a:hover {
	text-decoration: underline;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
#sidebar1 li {
	margin: 0px;
	padding: 8px 5px;
	list-style-type: none;
}
a:visited {
	text-decoration: underline;
	color: #E36F83;
}
a:hover {
	text-decoration: none;
	color: #E36F83;
}
a:active {
	text-decoration: underline;
	color: #ff3399;
}
.twoColLiqRtHdr #container #mainContent #middleBlock {
	margin-left: 200px;
	margin-right: auto;
	background-color: #fdede8;
	padding: 10px;
}

.twoColLiqRtHdr #footer {
	padding: 0 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
} 
.twoColLiqRtHdr #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 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColLiqRtHdr #container #header li {
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: auto;
}
.twoColLiqRtHdr #container #header ul {
	margin: 8px 0px;
}
.ComicSans14 {
	font-size: 14px;
	font-family: "Comic Sans MS";
}
.textSize12 {
	font-size: 12px;
}
.textSize14 {
	font-size: 14px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent  ul {
	padding-top: 0px;
	margin-top: 0px;
}
.testimonialPinkBox {
	background-color: #FFDFD5;
	padding: 10px;
	border: 1px dotted #FD949C;
	margin-top: 10px;
	font-size: 14px;
	margin-right: 20px;
}
.dottedLineText12 {
	font-size: 12px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FC949B;
}
.testimonialWhiteBox {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px dotted #FD949C;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
#footer a {
	color: #612f2e;
	text-decoration: underline;
}
#footer a:visited {
	color: #612f2e;
	text-decoration: underline;
}
#footer a:hover {
	color: #E36F83;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	display: inline;
}
#footer li {
	margin: 0px;
	padding: 8px 5px;
	list-style-type: none;
	display: inline;
}
.twoColLiqRtHdr #container #headerTrial {
	background-image: url(images/newImages/ccbannerNew4.jpg);
	background-repeat: no-repeat;
	height: 140px;
}
.twoColLiqRtHdr #container #headerTrial #email {
}
.twoColLiqRtHdr #container #secondaryPageHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #612F2E;
}
.sherbertBG {
	background-image: url(images/newImages/sherbertGradient.jpg);
	background-repeat: repeat-x;
}
#container #header #form {
	background-color: #FFCC99;
	text-align: center;
	clear: left;
	border: 1px solid #FF9966;
	margin: 0px;
	padding: 0px;
}
.style1 {
	font-size: 13px;
}

.style2 {font-size: 11px}
