/*
Theme Name: Chadwick Martin Bailey
Theme URI: http://visualactivity.com/
Description: A custom designed theme for Chadwick Martin Bailey
Version: 1.0
Author: Jennifer Stuart
Author URI: http://visualactivity.com/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/****** COLORS *********
Dark Blue: #366ea7
Brown/Orange: #bf6528
Grey: #a8a093
Grey2: #c4c3c2
Dark Grey: #6c675d
************************/
body {
	background:none;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

/************************ HEADER ************************/

/************************
HEADER
************************/
#header {
	display:none;
}
#printheader {
float: left;	
}
/************************ CONTENT ************************/

/************************
CONTENT
************************/		
#content {
	width: 960px;
	clear:both;
	float: left;
	padding-left: 30px;
}

	#page_title_box {
		width: 960px;
		float: left;
		clear:both;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	/************************
	CONTENT - MAIN (WIDE)
	************************/	
	#content.wide #main {
		clear: both;
		float: left;
		padding-right: 20px;
	}
	
	/************************
	CONTENT (NARROW)
	************************/	
	#content.narrow #main {
		clear: both;
		float: left;
		padding-right: 20px;
	}
	
	#slider1 {
	display:none;	
	}
	#paginate-slider1 {
	display:none;	
	}
	
	
	/************************
	HOMEPAGE SPECIFIC
	************************/
	#homepagetext {
		padding-top: 20px;
	}
	#blockgroupwrapper {
		background:url(images/blockgroup_bkg.gif) top left no-repeat;
		padding-top: 1px;
		margin-top: 20px;
	}
	#blockgroup {
		float: left;
		clear: both;
		background: url(images/blockgroup_bottom_bkg.gif) bottom left no-repeat;
	}
		.block {
			float: left;
			width: 170px;
			margin-right: 15px;
			padding: 10px;
		}
		.block.last {
			margin-right: 0;	
		}

/************************ SIDEBARS ************************/

	/************************
	SIDEBAR (WIDE)
	************************/	
	#widesidebar {
		display: none;
	}
			
		
	/************************
	SIDEBAR (NARROW)
	************************/
	#narrowsidebar {
		display: none;
	}	
		
/************************
FOOTER
************************/		
#footer {
	float: left;
	clear:both;
	padding: 20px 0;
	width: 960px;
	text-align:center;
}

/************************
FONT STYLING
************************/
h1 {
font-size: 24px;
line-height: 28px;
color: #366ea7;
margin-bottom: 10px;
text-transform:uppercase;
}

h3 a,
h2 a,
h1 a {
color: #000;
}

h2 {
font-size: 16px;
line-height: 18px;
padding: 8px 0 3px 0;
}
h3 {
	font-size: 14px;
	line-height: 15px;
	padding: 8px 0 3px 0;
}
h4 {
	font-size: 11px;
	line-height: 14px;
	padding: 8px 0 3px 0;
}
h5 {
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	font-weight: normal;
	font-style:italic;
}

p {
margin-bottom: 10px;
}

blockquote {
	border: 1px solid #6c675d;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	background-color: #c4c3c2;
}

ol, ul {
	margin: 0 0 10px 25px;
}
ol ul, ul ol,
ol ol, ul ul {
	margin: 0 0 0 25px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}

li {
	padding-bottom: 3px;
}




.block p {
	color: #6c675d;	
}

.center {
	text-align: center;	
}
.alignright {
	float: right;
	padding: 0 0 10px 10px;
}


p.registernow {
	margin-top: 20px;
	text-align: right;
}
p.registernow a {
	background-color: #6c675d;
	color: #fff;
	padding: 5px;
	text-decoration: none;
	margin-top: 20px;
}

