/* CCG Style Sheet */

html	{
	margin: 0px;
	padding: 0px;
}

body	{
	margin: 0px;
	padding: 0px;
	background-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #666666;
	line-height: 21px;
	background-image: url(../images/bg-grey-paper.gif);
}
p	{
	margin: 2em 0em 1em 0em;
}

/*h1	{
	font-size: 24px;
	color: #336666;
	margin-bottom: 1.5em;
	line-height: normal;
}*/
h1	{
	font-size:21px;
	font-weight:bold;
	color:#333;
	margin-bottom:1em;
	line-height:normal;
}
h2	{
	color: #336666;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 1.5em;
	line-height: normal;
}
h3	{
	font-size: 18px;
	color: #333;
	margin-bottom: -1em;
}
h4	{
	color: #336666;
	font-size: 16px;
	margin-bottom: .4em;
}
h5	{
	color: #336666;
	font-size: 14px;
	margin-bottom: .4em;
}
a	{
	color: #336666;
}
a:link 	{
	/*color: #336666;*/
	color: #339999;
}
a:visited	{
	color: #669999;
}
a:hover, a:active	{
	color: #339999;
	color: #66CCCC;
}
#container	{
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	padding: 0px;
	background-color: #fff;
	text-align: left;
	background-image: url(../images/container-background.gif);
	background-repeat: repeat-y;

}
#banner	{
	background-image: url(../images/banner-secondary.jpg);
	background-repeat: no-repeat;
	height: 155px;
}
#mainNav	{
	background-color: #222;
	background-image: url(../images/main-nav-background.gif);
	background-position: bottom right;
	background-repeat: repeat-x;
	height: 35px;
	margin-right: 0px;
	margin-left: 400px;
	margin-top: -20px;
}
#contentLeft	{
	float: left;
	width: 250px;
	height: 500px;
	font-size: smaller;
	margin-top: 0px;
	padding-top: 0px;
}
#leftNav	{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
#contentRight	{
	float: left;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	width: 425px;
}
#footer	{
	float: left;
	clear:both;
	width: 755px;
	padding: 10px;
	padding-top: 15px;
	background-color: #000;
	font-size: 10px;
	line-height: 18px;
	color: #999;
	text-align: center;
	background-image: url(../images/footer-background-top.gif);
	background-repeat: repeat-x;
}
#footer a	{
	color: #999;
}
#footer a:hover	{
	color: #fff;
}

#mainNav ul	{
	margin: 0px;
	margin-left: 25px;
	padding:4px;
}
#mainNav li	{
	list-style-type: none;
	display: inline;
}
#mainNav a	{
	text-decoration: none;
	color: #CCC;
	padding-top: 7px;
	padding-bottom: 10px;
}
#mainNav a:hover	{
	color: #fff;
	background-color: #000;
	/*
	background-image: url(../images/main-nav-bkg-over.gif);
	background-position: bottom right;
	background-repeat: repeat-x;
	*/
}
#contentLeft	ul	{
	margin-left: 15px;
	padding: 0px;
}
#leftNavTop	{
	margin:0px;
	padding:0px;
}
#leftNav a	{
	display: block;
	color: #FFFFFF;
	padding: 8px 15px 8px 18px;
	font-weight: normal;
	text-decoration: none;
	background-color: #698A7C;
}
#leftNav a:hover	{
	/*background-color: #FFFFFF;
	color: #86A497;*/
	background-color: #ddd;
	color: #600;
}

#leftNav	{
	/* Default color for none anchors */
	color:#fff;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#leftNav li{
	line-height: 1em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #346667;
}

#leftNav ul	{
	list-style-type: none;
	margin-top: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #346667;
}
#leftNav ul ul	{
	list-style-type: none;
}
#leftNav ul ul ul	{
	list-style-type: none;
}

.leftNavHeading	{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .10em;
	color: #ccc;
	background-color: #222;
	margin-left: 15px;
	display: block;
	position: relative;
	right: 0px;
	padding:8px 5px 8px 10px;
}
.leftNavSubHeading	{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .10em;
	color: #ccc;
	background-color: #222;
	margin-left: 0px;
	display: block;
	position: relative;
	right: 0px;
	padding: 5px;
	padding-left: 10px;
}

.mask	{
	display: none;
}
.leadLine	{
	color: #336666;
	font-weight: bold;
}
.blueBold	{
	color: #336666;
	font-weight: bold;
}
.imageLeft	{
	margin-right: 1em;
	padding: 3px;
	border: 1px #ccc solid;
}
.imageRight	{
	margin-left: 1em;
	padding: 3px;
	border: 1px #ccc solid;
}
.assessmentSubTitle	{
	font-size: 14px;
	color: #336666;
	font-style: italic;
	margin-top: -2em;
}
.prospectorTable td {
	font-size: 11px;
	padding: 5px;
	border: 1px #ccc solid;
}
#coachingInfo	{
	float: right;
	border: dashed #ccc 1px;
	background-color: #eee;
	padding: 10px;
	font-size: 10px;
}
#coachingInfo ul	{
	margin-left: 0px;
}
#coachingInfo a	{
	font-weight: normal;
}
.tableType1	{
	width:425px;
}
.tableType1 td	{
	font-size:10px;
	border:1px solid #ccc;
	margin:2px;
	padding:3px;
	line-height:normal;
	vertical-align:top;
}
.tableType1	td.title1{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background-color:#666;
}
.tableType1 td.title2	{
	font-weight:bold;
	background-color:#eee;
}
.tableType1 td.title3	{
	font-sixe:10px;
	font-weight:bold;
	color:#fff;
	background-color:#666;
}
.tableTyle2 {
	width:400px;
}
.tableType2 td	{
	font-size:10px;
	margin:2px;
	padding:3px;
	line-height:normal;
	vertical-align:top;
}
.servicesCallout	{
	padding:10px 25px;
	background-color:#eee;
}
.servicesCallout h2	{
	font-size:18px;
	color:#366;
	font-weight:bold;
}
.servicesImage	{
	float:right;
	margin-left: 1em;
	padding: 3px;
	border: 1px #ccc solid;
}
a.flippy	{
	text-decoration:underline;
	font-size:14px;
	color:#600;
}
p.flippy	{
	margin:0px;
	margin-bottom:1em;
}
.flippySection	{
	/*border:1px solid #eee;*/
	padding:10px;
}
.slider	{
	background-color:#eee;
	margin-left:50px;
	margin-top:5px;
	margin-bottom:20px;
	padding:15px 25px 15px 25px;
	font-size:11px;
	line-height:1.5em;
}
.mediaSlider	{
	padding-bottom:35px;
	margin-left:20px;
}

#ratepointSidebar a	{
	color: #FFF;
	font-size:12px;
}
#ratepointSidebar a:hover, #ratepointSidebar a:active	{
	color: #399;
}

#shareBox {
	border:1px #ccc solid;
	padding:15px;
	float:right;
}