body {
	padding: none;
	margin: 0;
	font-size: 62.5%;
	background-color: #eee;
}

p, a, h1, h2, h3, h4, hr, ul, ol, li, blockquote, table, address, img {
	padding: 0;
	margin: 0;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	border: none;
	text-decoration: none;
}

a:link { color: #900; border-bottom: 1px solid #900; border-bottom-color: rgba(150,0,0,0.3); }
a:visited { color: #930; border-bottom: 1px solid #930; border-bottom-color: rgba(150,75,0,0.3); }
a:hover { color: #f00; }
a:active { color: #f00; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.container {
	width: 940px;
	margin:  0 auto;
}

/* ---------- Header ---------- */

#header {
	background: #4d4d4d;
	height: 40px;
	border-bottom: 1px solid #fff;
}

#header p.title {
	width: 280px;
	height: 17px;
	text-indent: -9999px;
	margin: 10px 0 0 0;
	background: transparent url('black_cwac_text.png') no-repeat left bottom;
	float: left;
}

#header p.title a {
	display: block;
	width: 280px;
	height: 17px;
	border: none;
}

#header ul.top_navigation {
	float: right;
	list-style: none;
	margin: 9px 0 0 0;

}

#header ul.top_navigation li {
	display: inline;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0 20px;
}

#header ul.top_navigation li a {
	border: none;
}

#header ul.top_navigation li a:link { color: #fff; }
#header ul.top_navigation li a:visited { color: #fff; }
#header ul.top_navigation li a:hover { color: #000; }
#header ul.top_navigation li a:active { color: #000; }


/* ---------- Bread crumb trainl ---------- */

#breadcrumb {
	margin: 20px 0;
	height: 30px;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
	width: auto;
}

#breadcrumb li {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #fff;
	font-size: 1.3em;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#breadcrumb li a {
	margin: 0 0 0 0;
	padding: 7px 10px 8px 25px;
	display: block;
	background: #d0e5f7 url('blue_bread_test_1.png') no-repeat left top;
	border: none;
	
}

#breadcrumb li a.level1 {
	background-image: none;
	padding: 7px 10px 8px 15px;
	border-left: 2px solid #fff;
}

#breadcrumb li a:link { color: #000; }
#breadcrumb li a:visited { color: #000; }
#breadcrumb li a:hover { color: #c00; }
#breadcrumb li a:active { color: #c00; }

#breadcrumb li.current {
	padding: 7px 15px 8px 25px;
	background: #29abe2 url('blue_bread_test_current.png') no-repeat left top;
	color: #000;
	border-right: 2px solid #fff;
}

/* ---------- Application space ---------- */

#app_space {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ---------- Content area styles ---------- */

#content {
	background: #fff;
}

#content h1 {
	padding: 20px 40px 10px 40px;
	margin: 0;
	font-size: 2.4em;
	font-weight: normal;
	color: #009;
}

#content h2 {
	padding: 10px 40px 10px 40px;
	margin: 0;
	font-size: 2em;
	font-weight: normal;
	color: #009;
}

#content h3 {
	padding: 10px 40px 10px 40px;
	font-size: 1.6em;
	font-weight: normal;
	color: #009;
}

#content h4 {
	padding: 10px 40px 10px 40px;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #009;
}

#content p {
	padding: 0 40px 1.5em 40px;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: normal;
	color: #333;
}

#content img {
	padding: 1px;
	border: 1px solid #ddd;
}

#content ul {
	list-style: none outside;
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0 40px 0 19px;
	color: #333;
	padding-bottom: .75em;
}

#content li {
	padding: 0 0 .75em 21px;
	background: #fff url('standard_bullet_grey.png') no-repeat left 7px;
}

#content hr {
	border: none;
	color: #eee;
	height: 1px;
	line-height: 1px;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 0px;
	border-top: 1px solid #eee;
	background: #eee;
	width: 100%;
}

#content table {
	margin: 0 40px 20px 40px;
	border-collapse: collapse;
	font-size: 1.3em;
}


/* ---------- Footer ---------- */

#footer {
	background: #4d4d4d;
	height: 40px;
	border-top: 1px solid #fff;
}

#footer p.address {
	color: #fff;
	font-size: 1.3em;
	width: 640px;
	float: left;
	margin: 10px 0 0 0;
}

#footer p.address strong {
	font-size: 1.1em;
}

#footer ul.footer_links {
	width: 300px;
	float: right;
	list-style: none;
	margin: 10px 0 0 0;

}

#footer ul.footer_links li {
	float: right;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0 20px;
}

#footer ul.footer_links li a {
	border: none;
}

#footer ul.footer_links li a:link { color: #fff; }
#footer ul.footer_links li a:visited { color: #fff; }
#footer ul.footer_links li a:hover { color: #000; }
#footer ul.footer_links li a:active { color: #000; }