/* ----- CNC CSS FRAMEWORK v0.9 ----------------------------------------------------- */
/* ----- Created by Creative Nature Communications 2009/03/12 ----------------------- */
/* ----- Gibson And Gibson  ----------------------------------------------------- */
/* ----- Credits: Conrad Priestley  ------------------------------------------------------------ */


/* Set navigation styles -------------------------------- */
@import url(navigation.css);

/* Load AdminTools */
@import url(modules/AdminTools.css);

/* Load Modules -------------------------------- */
@import url(modules/modules.css); 


/* ResetCSS -Reset default browser CSS and provide basic styles */
@import url(reset.css);


/* CORE ------------------------------------------------------------------------------------------------------ */
html, body {
	margin:0;
	padding:0;
	background:#000;
}

#pageWrapper {

}
#pageStyle {
	background:#3A0F2C url(../Images/midWrapper_back.gif) bottom repeat-x;
	border-bottom:1px solid #1f1f1f;
}

#header {
	background:url(../Images/home_back.jpg) center 40px no-repeat;
}
#flash {
	width:965px;
	margin:0 auto;
	height:437px;
}

#midWrapper {
	width:965px;
	margin:0 auto;
}

#contentWrapper {
	padding:10px 0;
	background:#fff;
	min-height:260px;
}

#finishBar {
	background:#C6A885;
	height:5px;
}
#subContent {
	background:url(../Images/subContent_back.jpg) left top no-repeat;
	height:76px;
	margin:0 0 0 -31px;
	padding:15px 0 25px 31px;
}

#footer {
	width:925px;
	margin:0 auto;
	padding:0 20px;
}

#footerNav {
	float:left;
	width:737px;
	font-size:.95em;
	color:#7d7d7d
}

#cncLogo {
	margin-left:737px;
}

#footerNav ul {
	margin:0;
	padding:10px 0;
	list-style:none;
}
#footerNav ul li{
	margin:0 5px;
	padding:0;
	list-style:none;
	display:inline;
}


#footerNav a {
	color:#7d7d7d;
	text-decoration:none;
}

#footerNav a:hover {
	border-bottom:1px dotted #7d7d7d;
}



#leftCol {
	float:left;
	width:700px;
}
#rightCol {
	margin-left:700px;
}

#hotTopics  {
	background:url(../Images/hotTopics_text.gif) 30px 15px no-repeat;
}
#hotTopics ul {
	list-style:none;
	margin:0;
	padding:50px 0px 17px 12px;
}
#hotTopics li {
	list-style:none;
	margin:0;
	float:left;
	width:180px;
	padding:5px 23px 20px 17px;
}
#hotTopics li.middle {
	list-style:none;
	margin:0;
	float:left;
	width:181px;
	padding:5px 23px 20px 17px;
	background:url(../Images/vDLine_middle.gif) left top repeat-y;
}
#hotTopics li.last {
	background:none;
}
#hotTopics li a {
	text-decoration:none;
	color:#000;
	background-color:#FFFFFF;
}
#hotTopics li a:hover {
	border-bottom:1px dotted;
}
#hotTopics h3 {
	font-size:19px;
	font-weight:normal;
	margin:0;
	height:70px;
	overflow:hidden;
}
#hotTopics p {
	color:#333;
	margin:10px 0 5px 0;
	font-size:0.95em;
	line-height:1.5em;
	min-height: 90px;
}
#hotTopics .date {
	font-size:0.9em;
	color:#8A8A8A;
}

#freeConsult {
	height:211px;
	margin: 0 0 0 0;
	padding:37px 0 0 14px;
	background:url(../Images/vDLine.gif) left top repeat-y;
}


#contact {
	float:left;
	width:700px;
	background:url(../Images/contactUs_text.gif) 33px 20px no-repeat;
}
#contact ul{
	background:url(../Images/vDLine_dark.gif) left repeat-y;
	list-style:none;
	margin:0 0 0 236px;
	padding:0;
	height:78px;
}
#contact li{
	list-style:none;
	float:left;
	margin:10px 0 0 20px;
	color:#858585;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	line-height:1.5em;
}
#contact li a{
	text-decoration:none;
	color:#858585;
}
#contact li a:hover{
	border-bottom:1px dotted;
}
#contact .hLight {
	color:#B6B6B6;
}
#accreditation {
	margin-left:700px;
	padding: 7px 0 7px 57px;
	background:url(../Images/vDLine_dark.gif) left repeat-y;
}



/* CORE ELEMENTS --------------------------------------------------------------------------------------------- */

img {
	border:none;
}

.clear {
	clear:both;
}
/* Useful classes */
img.left {display: inline; float: left; margin: 0 1.5em .75em 0;}
img.right {display: inline; float: right; margin: 0 0 .85em .85em;}


/* NAVIGATION - Please refer to navigation.css --------------------------------------------------------------- */
 #mainNav {
	 background:url(../Images/mainNav_back.gif) top repeat-x;
	 height:40px;
}

/* FONTS ----------------------------------------------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

