@import url(navigation.css);
@import url(fonts.css);

/* CORE ------------------------------------------------------------------------------------------------------ */
body {
	margin:0;
	padding:0;
	background-color:#E4E6D7;
}

#mainBody {
	line-height:20px;
	}

#pageWrapper {
	width:916px;
	margin:10px auto;
	background:#FFFFFF url(../Images/stage_top.gif) top center;
	background-repeat:no-repeat;
	
}
#cnc {
	width:860px;
	margin:5px auto;
	text-align:right;
}

#header {
	height:103px;
}

#mainLogo {
	padding:13px 0 0 33px;
	width:167px;
	float:left;
}

#search {
	float:right;
	background-image:url(../Images/faintQote.gif);
	background-repeat:no-repeat;
	height:67px;
	padding:25px 30px 0 20px;
	margin-top:15px;
}

#search .input {
	background:#D4D6BF;
	border:none;
	width:177px;
	height:20px;
	color:#FFFFFF;
	font-style:italic;
	font-size:13px;
	padding:3px 0 0 5px;
	float:left;
}

#flashBar {
	margin:0 10px;
}

#contentWrapper {
	padding:10px;
}
#leftCol {
	width:270px;
	float:left;
}
#webBox {
	width:269px;		
	min-height:405px;
	background:#C4C7A7 url(../Images/webBox_bottom.gif) bottom center;
	background-repeat:no-repeat;
	font-style:italic;
	font-size:17px;
	color:#820024;
}
#webBox p{
	margin:12px 20px 22px 15px;
}



#rightCol {
	margin-left:285px;
}
#mainContent {
	font-size:17px;
	min-height:113px;
	padding:5px 25px 5px 25px;
}
#mainContent p{
	margin:0;
}


#feedz {
}
#blogBox {
	width:238px;
	height:250px;
	float:left;
	background:#eaebde url(../Images/blogBox_bottom.gif) bottom center;
	background-repeat:no-repeat;
}
#news {
	margin-left:250px;
	width:356px;
	height:250px;
	background:#eaebde url(../Images/news_bottom.gif) bottom center;
	background-repeat:no-repeat;
}
#newsTitle {
	height:50px;
	background:url(../Images/news_top.gif) top center;
	background-repeat:no-repeat;
}
#blogBoxTitle {
	height:50px;
	background:url(../Images/blogBox_top.gif) top center;
	background-repeat:no-repeat;
}
#newsTitle h3{
	display:none;
	visibility:hidden;
}
#blogBoxTitle h3{
	display:none;
	visibility:hidden;
}
#blogBox p{
	margin:15px 12px 10px 12px;
}
#news ul{
	margin:15px 15px 10px 15px;
	list-style:none;
}
#news li{
	margin-top:10px;
}
#news h4{
	margin:0;
	font-size:12px;
}
#news p{
	margin:0;
}




#footer {
	background:url(../Images/stage_bottom.gif) bottom center;
	height:23px;
	text-align:right;
	font-size:11px;
	padding:0 20px;
}

#login {
}

#cncLogo {
}

#disclaimer {
	text-align:left;
	width:350px;
	float:left;
}

#disclaimer a {
	text-decoration:none;
	color:#333333;
}

#disclaimer a:hover {
	color:#820024;
}

/* SITE UNIQUE STYLES ---------------------------------------------------------------------------------------- */

.readMore {
	display:block;
	width:95px;
	background:url(../Images/redBullet.gif) top right;
	background-repeat:no-repeat;
}

.readMoreSmall {
	display:block;
	width:77px;
	background:url(../Images/redBullet2.gif) top right;
	background-repeat:no-repeat;
}

#blogBox .readMoreSmall {
	float:right;
	margin:20px 20px 0 0;
}

hr {
  border: 1px dashed #c4c7a7;
  height: 0px;
  margin:0;
}

.separator {
padding:15px 15px 15px 15px;
background-color:#f2f3e7;
border: 1px dashed #c4c7a7;
margin-bottom:20px
}

.product_image{
float:left;
margin:0 20px 20px 0
}

.product_copy{
margin-left:160px
}


/* CORE ELEMENTS --------------------------------------------------------------------------------------------- */
ul {
}
li {
}

.clear {
	clear:both;
}


/* NAVIGATION - Please refer to navigation.css --------------------------------------------------------------- */
 #mainNav {
	margin:0 10px;
	background:#dfe0cd url(../Images/menu_right.gif) top right;
	background-repeat:no-repeat;
	text-transform: lowercase;
}

/* FONTS ----------------------------------------------------------------------------------------------------- */
.smallText {
	font-size:10px;
	color:#666666;
}
.blogItem p {
	margin-top:0;
}