/* START index.html */
body {
	font-family: Arial,Helvetica, sans-serif;
}

a:link {color: black; text-decoration: none; }
a:visited {color: purple; text-decoration: underline; }
a:hover {color: green; text-decoration: underline; }
a:active {color: blue; }

a.underline:link {color: red; text-decoration: underline; }
a.underlinePurple:link {color: purple; text-decoration: underline; }

.main {
	border: 1px;
	width: 100%;
	background-color: white;
}

.header {
	font-weight: bold;
	font-size: 13px;
	background-color: #BEFCFF;
}

.slogan {
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	color: orange;
	text-align: center;
}

div#info {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	}

.info ul {
	margin: 0 auto;
	padding-left: 25%;
	color: red;
}

div#adog {
	color: #005c5c;
	font-size: 9px;
}

div#sbCCGreen {
	color: #005c5c;
	font-size: 12px;
	font-weight: bold;
}
div#sbMaroon, div#bookOrderTitle {
	color: #A92222;
	font-size: 12px;
	font-weight: bold;
}

div#bookOrderTitle {
	font-size: 15px;
}

div#bookOrderDesc  {
	font-size: 15px;
	font-style: italic;
}

.lightGray {
	background-color: #CFCFCF;
}

table.darkGray {
	background-color: gray;
	font-size: 15px;
}

table.tan {
	background-color: orange;
	font-size: 15px;
}

div.blue {
	background-color: #4abed7;
	font-size: 15px;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
}

div#proven {
	color: green;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	display: inline;
}

div#powerful {
	color: green;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
		display: inline;
}

div#practical {
	color: green;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
		display: inline;
}

div#clickCall, div#ages {
	color: black;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

div#EMPOWER {
	font-size: 20px;
}

div#bookAdImgTL {
	text-align: left;
	border-style:solid;
	border-width: 1px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	position:relative;
	width: 375px;	
}

/* TJM - 01/18/09 - parent div (bookAdImgTL) is position relative so 
					child div (blog) is in top right corner of parent div
*/
div#blog {
 	position:absolute;
 	top:20;
	left: 120px;
 	width: 175px;
	font-weight: bold;
	font-size: 14px;
	font-weight: bold;
}

div#ltdEditionMonster {
	position: absolute;
	font-size: 10px;
	top: 5px;
	left: 110px;
	font-size: 12px;
}

div#ltdEditionMonster img.left {
position:absolute; 
top:5px; 
right: 90px; 
}

div#ltdEditionMonster img.right {
position:absolute; 
top:5px; 
right: 10px; 
}

/* STOP index.html */

/* CC COLORS [START] */

#maroon {
    display: inline;
	font-size: 18px;
	color: #A92222;
	font-weight: bold;
	font-style: italic;
}

.other #aqua {
    display: inline;
	color: #005c5c;
	font-size: 18px;
	font-weight: bold;
}

.other tr.purple {
	color: purple;
}

.other tr.red {
	color: red;
}

/* CC COLORS [END] */

/* Order Form Common CSS */
.orderform {
	font-size: 12px;
}

div#adog {
	color: #005c5c;
	font-size: 9px;
}

/* Added Mar 12, 2010 */

div.cameoGreenTitle {
    position: relative;
    width: 350px;
	border-style:solid;
	border-width: 1px;
	background-color: #005c5c;
	font-size: 20px;
	color: white;
	text-align: center;
	display: inline-block;
    top: -14px;
}

div.cameoGreenContainer {
	display: inline-block;
	width: 400px; 
	color: #800000;
	position: absolute;
}

div.cameoGreenText {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 18px;
}

div.mainPageDivider {
	background-color: #800000;
	width: 2px;
	position: absolute;
	left:405px;
	height: 500px;		
}

div.careerCounseling {
position: absolute;
left: 5px;
top: 280px;
}

div.educationTrainingPic {
position: absolute;
left: 410px;
top: 345px;
}

div.educationTrainingText {
position: absolute;
left: 610px;
top: 345px;
}