div#module_container {
	/* Re-sizing based on shown/hidden left nav */
	width:970px;
	position:relative;
}
div#module_container_inner {
	margin:0px 0px 6px 0px;
}

/* Main view */

.category {
float:left;
padding:10px;
width:260px;
margin:15px;
border:1px solid #f1f1f1;
background:#fafafa;
}
.category h3 {
color:#4a4949;
font-size:13px;
line-height:18px;
font-weight:bold;
}
.category h2 {
font-size:17px;
font-weight:bold;
background:#dd2845;
padding:5px;
color:#fff;
margin-bottom:10px;
background:url(/images/cs_cats.png);
}
.level_1 {
width:260px;
background:#fff;
margin-bottom:10px;
border:1px solid #e4e4e4;
height:120px;
}
#wrapper .last {
margin-bottom:0px;
}
.level_1 p {
padding:5px 10px;
}
.level_1 h3 {
padding:5px 10px;
}
.level_1 a {
color:#dd2845;
padding-left:10px;
padding-bottom:10px;
font-weight:Bold;
display:block;
background:url(/images/arrow.jpg) left 5px no-repeat;
padding-left:15px;
margin-left:10px;
text-decoration:none;
}
.intro {
padding-left:15px;
}

/* page view */

.page_title {
padding-bottom:0px;
}
.cs_left {
width:530px;
float:left;
margin-left:15px;
height:497px;
}
.cs_right {
width:360px;
float:left;
margin-left:15px;
background:#e4e4e4;
padding:15px;
margin-right:15px;
line-height:20px;
color:#4a4949;
font-weight:bold;
height:467px;
margin-bottom:15px;
}
.cs_right img {
margin-bottom:15px;
}
.cs_inner_left {
float:left;
width:265px;
color:#2e2e2e;
font-weight:bold;
}
.cs_inner_left b {
color:#d31f40;
text-transform:uppercase;
}
.cs_inner_right {
float:left;
width:250px;
color:#4a4949;
margin-left:15px;
line-height:20px;
}
.cs_inner_right h2 {
font-weight:bold;
color:#2f2f2f;
margin-bottom:15px;
}
.fieldline {
clear:both;
width:100%;
height:1px;
background:#d31f40;
margin:7px 0px;
}
.main_img {
margin-top:15px;
}
.pdf_button {
position:absolute;
display:block;
top:15px;
background:url(/images/btn_pdf.png) no-repeat;
color:#fff;
width:94px;
height:24px;
right:15px;
padding-left:38px;
padding-top:2px;
text-decoration:none;
font-size:12px;
font-weight:bold;
}
.pdf_button:hover {
background:url(/images/btn_pdf.png) left -26px no-repeat;
color:#fff;
}
