@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #fff url(images/bodybackground.jpg) repeat-x top left;
}

body, p, td, li, input, select, textarea {
	font-family: arial, sans-serif;
	font-size: 12px;
}

/* turn off spacing around paragraphs inside td's in Breeze's pages */
td p {
}

#wrapper {
	width: 762px;
	margin-left: auto;
	margin-right: auto;
}

#topmenu {
	height: 22px;
	width: 740px;
	padding-top: 10px;
	padding-left: 25px;
}

#topmenu #text {
	font-size: 14px;
	color: #c8d3b8;	
	width: 600px;
}

#topmenu #links a
{
	font-size: 12px;
	color: #c8d3b8;
}

#logo {
	float: left;
	width: 234px;
	height: 227px;
	background-image: url(images/capscsafetyservicesns.jpg);
}

#header {
	float: left;
	display: inline;
	width: 528px;
	height: 227px;
	background-image: url(images/headers/header.jpg);
}

#header-divider {
	display: block;
}

#body {
	background-color: #fff;
	float: left;
	width: 762px;
}

#sidenav {
	width: 202px;
	padding-left: 40px;
	float: left;
}

#sidenav img {
	margin-bottom: 10px;
	display: block;
	
}

#content {
	width: 510px;
	float: left;
	padding-right: 10px;
}

#welcometonssc {
	width: 414px;
	height: 179px;
	padding-top: 68px;
	padding-left: 35px;
	padding-right: 35px;
	background: url(images/welcometonssc.jpg) no-repeat top left;
	color: #6a6d66;
	overflow: auto;
}

#welcometonssc h1 {
	display: none;
}

#welcometonssc p {
	margin: 0;
	padding: 0;
}

#welcometonssc ul {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	list-style: none;
}

#welcometonssc li {
	padding-left: 17px; 
	background: url(images/menubullet_gray.jpg) no-repeat top left;
}

#welcometonssc table {
}

a {
	color: #4a7397;
}

#frontbuttons {
	width: 220px;
	float: left;
	margin-right: 10px;
}

#frontbuttons img {
	display: block;
	margin-bottom: 5px;
}

#signupfornewsletter {
	background: url(images/signupfornewsletter.jpg) no-repeat top left;
	width: 226px;
	height: 77px;
	text-align: right;
	padding-top: 85px;
	padding-right: 20px;
	float: left;
}

#signupfornewsletter .email {
	font-size: 13px;
}

#footer {
	background-color: #808080;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright {
	margin-top: 5px;
	color: #d6d6d6;
}

/* sub pages */

#sidenav ul {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	font-size: 10px;
}

#sidenav li {
	padding-left: 17px; 
	background: url(images/menubullet.jpg) no-repeat top left;
}

#sidenav a {
	color: #1275b6;
	text-decoration: none;
}

#sidenav a:hover {
	text-decoration: underline;
}

h1 {
	color: #7d9857;
	font-size: 14px;
}

h2 {
	color: #7d9857;
	font-size: 12px;
	clear: left;
}

#content a {
	color: #7d9857;
}

div.staff-blurb {
  margin-bottom: 15px;
  clear: both;
  float: left;
  width: 100%;
}

div.staff-blurb img {
  padding-right: 10px; 
  float: left; 
  display: block;
}

.receipt {
	width: 100%;
	border-collapse: collapse;
	border: solid #7d9756 1px;
	margin-bottom: 25px;
}
	
.receipt td.odd {
	background-color: #dedccf;
}

.receipt th, .receipt td {
	padding: 5px;
	vertical-align: top;
	border: solid #7d9756 1px;
}

.receipt th {
	background-color: #8fa76d;
	color: #fff;
	font-weight: bold;
	text-align: left;
	width: 20%;
}

