/* @override 
	http://localhost/ccl/clients/cbconsulting/css/cbconsulting.css

*/


/* Reset from Yahoo Grids */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* General styling */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.2em;
	background: #f2f2f2;
	}

p {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #999;
	margin-top: 1.4em;	
	font-size: 12px;
	text-align: center;
}

p.blue	{
	color: #67c6dd;
}

p.small {
	font-size: 90%;
}

p.required {
	font-size: 75%;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 250%;
	color: #4c565d;
	line-height: 1.2em;
	
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 130%;
	color: #6a7982;
	font-weight: normal;
	line-height: 1.3em;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 160%;
	color: #6d6e70;
	line-height: 1.2em;
	text-align: center;
}

h2.white {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 130%;
	color: #67c6dd;
	font-weight: normal;
	line-height: 1.2em;
}


strong {
	font-weight: bold;
}

em	{
	font-style: italic;
}

/* Layout styling */

#wrapper_outer {
	margin: 0px auto;
	width: 960px;
	margin-top: 20px;
	
	-moz-border-radius-topleft:10px; /* top left corner */
	-webkit-border-top-left-radius:10px; /* top left corner */
	border-top-left-radius: 10px;
	-moz-border-radius-topright:10px; /* top left corner */
	-webkit-border-top-right-radius:10px; /* top left corner */
	border-top-right-radius: 10px;
	-moz-border-radius-bottomleft:10px; /* top left corner */
	-webkit-border-bottom-left-radius:10px; /* top left corner */
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright:10px; /* top left corner */
	-webkit-border-bottom-right-radius:10px; /* top left corner */
	border-bottom-right-radius: 10px;
	background-color: #ffffff;
}

#wrapper-inner	{
	padding: 160px 330px 25%;}

#col-left li {
	line-height: 12px;
	padding-bottom: 1em;
}

#col-left li.selected {
	list-style-image: url(../images/arrow1.gif);
}
		
#col-left li.selected a{
	color: #67c6dd;
	text-decoration: none;
}

#col-left li.unselected a{
	color: #6a7982;
	text-decoration: none;	
}

#col-left li a:hover{
	list-style-image: url(../images/arrow2.gif);
	color: #c6eaf2;
	text-decoration: none;	
}

#col-left li.unselected a:hover{
	list-style-image: url(../images/arrow2.gif);
	color: #67c6dd;
	text-decoration: none;	
}


/* Form styling */

#left-col	{
	padding-top: 15px;
	padding-bottom: 15px;
}

#right_form {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #7d8a92;
}

#right_form fieldset dl dd input, #right_form form fieldset dl dd textarea {
	border: none;
	line-height: 1.5em;
	background-color: #e6e6e6;
	margin-bottom: 5px;
	padding-left: 2px;
	width: 150px;
}

#right_form fieldset dl dt {
	line-height: 1.5em
}

#right_form fieldset div.button input {
	margin-top: 5px;
	float: right;
}

#right_form fieldset textarea{
	width: 150px;
}

span.error {
	color: red;
	font-size: 75%;
	font-family: Helvetica, Arial Geneva, sans-serif;
}

/* general contact link	*/

#contact-link {
		font-weight: bold;
	
}

#contact-link ul {
	 list-style: none;
	 
	 
	 
	 }

#contact-link li {
	line-height: 1.3em;
	padding: 5px 0 5px 0;
	text-align: center;
		
}

#contact-link li.selected {
	color: #005da9;
	}
		
#contact-link li.selected a{
	color: #005da9;
	text-decoration: none;
	
	}

#contact-link li.unselected a{
	color: #6d6e70;
	text-decoration: none;
		}

#contact-link li.unselected a:hover{
	color: #009cdb;
	text-decoration: none;	
	
	
}

#contact-link li a:hover{
	color: #009cdb;
	text-decoration: none;

}


