html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image:url(images/socalshred-2-background.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#header {
	width:100%;
	height:99px;
	background-image:url(images/headerTile.png);
	background-repeat:repeat-x;
}

#header #headerInteriorWrapper {
	width:1026px;
	height:99px;
	padding:0;
	margin:0 auto;
}

#header #headerInteriorWrapper a.logo {
	width:114px;
	height:99px;
	display:block;
	float:left;
	padding-left:23px;
}

#header #headerInteriorWrapper a.logo img {
	width:114px; 
	height:99px; 
	border:none;
}

#header #headerInteriorWrapper #headerContact {
	width:150px;
	height:70px;
	float:right;
	padding-right:23px;
}

#header #headerInteriorWrapper #headerContact img {
	width:150px; 
	height:70px; 
	border:none;
}

#navWrapper {
	width:990px; 
	height:30px; 
	margin:0 auto; 
	padding:0 13px 0 23px;
	height:38px; 
	background-image:url(images/socalshred-nav-background.png); 
	overflow:hidden;
}

#navWrapper a {
	display:block; 
	margin-top:3px; 
	height:28px; 
	padding:10px 13px 5px 13px; 
	border:none; 
	float:left; 
	font-weight:bold; 
	color:#FFF; 
	text-decoration:none; 
	margin-right:5px;
}

#navWrapper a:hover, #navWrapper a.sel {
	 padding:7px 10px 5px 10px; 
	 border:3px solid RGB(190,190,190); 
	 border-bottom:none; 
	 background-color:#FFF; 
	 color:RGB(51,102,204);
}

#contentBoardWrapper {
	width:1020px; 
	height:auto; 
	margin:0 auto; 
	padding:20px 0; 
	border:3px solid RGB(190,190,190); 
	border-top:none;
	background-color:#FFF;
}

#contentBoardWrapper #left {
	width:810px; 
	padding-left:20px; 
	float:left;
}

#contentBoardWrapper #left #breadCrumbs {
	background-color:RGB(240,242,245);
	padding:4px 10px;
	font-size:10px;
}

#contentBoardWrapper #right {
	width:150px; 
	padding-right:20px; 
	float:right;
}

#footerWrapper {
	width:1020px; 
	height:auto; 
	margin:20px auto; 
	padding:20px 0; 
	border:3px solid RGB(190,190,190); 
	background-color:RGB(240,242,245); 
	font-size:10px; 
	text-align:center;
}


/* text styles */
p {
	line-height:16px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid RGB(220,220,220);
	padding-bottom:3px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:RGB(54,54,54);
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:RGB(255,0,0);
	text-align:center;
}

a {
	color:RGB(255,0,0);
}

a:hover, a:visited {
	color:RGB(51,102,204);
}

/* misc page elements */
.videoBox {
	width:264px; 
	height:165px; 
	border:1px solid RGB(190,190,190); 
	float:left; 
	margin-right:10px; 
	margin-bottom:10px;
	overflow:hidden;
}

/* side bar styles */

.sbNaid {
	width:150px; 
	height:149px; 
	margin-top:17px;
	border:none;
}

.sbFacta {
	width:150px; 
	height:70px; 
	margin-top:20px;
	border:none;
}

.sbHipaa {
	width:150px; 
	height:70px; 
	margin-top:10px;
	border:none;
}

.sbRecycle {
	width:150px; 
	height:70px; 
	margin-top:10px;
	border:none;
}

.sbVeteran {
	width:150px; 
	height:126px; 
	margin-top:30px;
	border:none;
}

/* front page styles */
#fpChoices {
	margin-bottom:20px;
}

#fpChoices a {
	display:block;
	width:260px;
	height:161px;
	float:left;
	border:3px solid RGB(51,102,204);
	overflow:hidden;
	margin-right:10px;
}

#fpChoices a:hover {
	border-color:RGB(255,0,0);
}

#fpChoices a.middle {
	width:251px;
}

#fpChoices a.last {
	margin-right:0;
}

#fpChoices a img {
	border:none;
	width:260px;
	height:161px;
}

#fpChoices a.middle img {
	width:251px;
}

/* shredding equipment styles */
.securityLock {
	width:100px; 
	height:105px; 
	float:left;
}

.shreddingConsoleClosed {
	width:150px; 
	height:233px; 
	margin-right:10px; 
	margin-bottom:10px; 
	border:1px solid RGB(210,210,210); 
	float:left;
}

.shreddingCart {
	width:150px; 
	height:200px; 
	margin-right:10px; 
	margin-bottom:10px; 
	border:1px solid RGB(210,210,210); 
	float:left;
}

/* off site location styles */
.cityHeader {
	padding:3px 10px;
	border:1px solid RGB(190,190,190); 
	background-color:RGB(240,242,245); 
	font-weight:bold;
}

/* form styles */
form div {
	padding:5px;
}

label {
	width:150px; 
	text-align:right; 
	display:block; 
	float:left; 
	padding-right:5px;
	line-height:22px;
}

input.reg, select.reg {
	width:150px;
}

textarea {
	width:250px;
	height:100px;
}

.req {
	color:#F00;
	font-weight:bold;
}

.missing {
	background-color:RGB(238,163,166);
	border-top:1px solid RGB(255,0,0);
	border-bottom:1px solid RGB(255,0,0);
}

/* call out boxes */
.coBlueWrapper {
	border:1px solid RGB(194,215,239);
	background-color:RGB(239,246,255);
	padding:5px;
}

.coBlueWrapper h1 {
	color:RGB(59,105,159);
	font-size:12px;
	border-bottom:1px dotted RGB(194,215,239);
	margin-top:0;
}

.coBlueWrapper p {
	margin-bottom:0;
}

.coRedWrapper {
	border:1px solid RGB(239,190,179);
	background-color:RGB(255,242,239);
	padding:5px;
}

.coRedWrapper h1 {
	color:RGB(207,59,25);
	font-size:12px;
	border-bottom:1px dotted RGB(239,190,179);
	margin-top:0;
}

.coRedWrapper p {
	margin-bottom:0;
}

.coOrangeWrapper {
	border:1px solid RGB(239,212,164);
	background-color:RGB(255,249,239);
	padding:5px;
}

.coOrangeWrapper h1 {
	color:RGB(210,139,17);
	font-size:12px;
	border-bottom:1px dotted RGB(239,212,164);
	margin-top:0;
}

.coOrangeWrapper p {
	margin-bottom:0;
}

.coGreenWrapper {
	border:1px solid RGB(177,207,122);
	background-color:RGB(238,247,221);
	padding:5px;
}

.coGreenWrapper h1 {
	color:RGB(108,170,0);
	font-size:12px;
	border-bottom:1px dotted RGB(177,207,122);
	margin-top:0;
}

.coGreenWrapper p {
	margin-bottom:0;
}