body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bluprnt-bg.jpg);
	background-position: top left;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	background-color: #213D6C;
}

#nameplate {
	background-color: #DCF1FD;
	position: relative;
	background-image: url(images/nameplate2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 746px;
	height: 155px;
	margin: 20px auto 10px auto;
	top: 15px;
}

.smokestacktop {
	position: absolute;
	top: -35px;
	left: 11px;
}

.L-nameplate {
	position: absolute;
	top: 28px;
	left: -18px;
}

.R-nameplate {
	position: absolute;
	top: 28px;
	left: 745px;
}

.pullquote {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	color: #68ADF7;
	line-height: 26px;
	margin: 24px 0 72px 0;
}

/* Main Site Navigation */
#siteNav {
	position: absolute;
	top: 6px;
	right: 20px;
	width: auto;
	height: 18px;
	font-size: 11px;
	color: #213D6C;
}

#siteNav a:link, #siteNav a:visited { 
	color: #213D6C;
	text-decoration: none;
	padding: 6px 8px 6px 8px;
}

#siteNav a:active, #siteNav a:hover { 
	color: #FFFFFF;
	background-color:#82CAF4;
	text-decoration: none;
	padding: 6px 8px 6px 8px;
}

#container {
	width: 760px;
	position: relative;
	margin: 0 auto 0 auto;
}

#hp-content {
	background-color: #DCF1FD;
	background-image: url(images/hp-contentbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 655px;
	margin: 15px auto 12px auto;
	padding: 0px 45px 20px 45px;
	position: relative;
	z-index: 0;
}

#content {
	background-color: #DAF0FD;
	background-image: url(images/contentbg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 745px;
	margin: 15px auto 12px auto;
	position: relative;
	padding: 15px 0 0 0;
	z-index: 0;
}

#contentbg-diamondmenu {
	background-image: url(images/hp-diamondmenu.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 655px;
}

#contentbg-bottom {
	background-image: url(images/contentbg-bottom2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px 45px 25px 45px;
	width: 655px;
	height: 100%;
}

#intro {
	margin: 0px 0 15px 0;
	font-size: 15px;
}

#clientlist {
	width: 90%;
	background-color: #FEF9D5;
	border: 1px solid #5D7DED;
	background-image: url(images/clientsbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px 10px 10px 10px;
}

#leftCol {
	float: left;
	width: 435px;
	margin: 0 15px 0 0px;
}

#leftCol p {
}

#rightCol {
	float: left;
	width: 188px;
	margin: 0 0 0 15px;
}

#diamondMenu x{
	float: left;
	width: 200px;
	height: 313px;
	left: 520px;
	margin: 8px 0 0 0;
	background-image: url(images/hp-diamondmenu.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid red;
}

#centerCol {
	float: left;
	width: 400px;
	padding: 0 0 0 20px;
	z-index: 2;
}

#btn-services {
	position: absolute;
	top: 73px;
	left: 565px;
}

#btn-clients {
	position: absolute;
	top: 157px;
	left: 484px;
}

#btn-resources {
	position: absolute;
	top: 237px;
	left: 562px;
}

#jb {
	position: absolute;
	top: 330px;
	right: 40px;
	height: 174px;
	width: 234px;
}

#footer {
	width: 100%;
	bottom: 0;
	clear: both;
}

.address {
	margin-left: 100px;
	line-height: 16px;
}

p {
	margin-bottom: 6px;
	margin-top: 0px;
	line-height: 18px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 0px;
	color: #EC2005;
	letter-spacing: 2px;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
	color: #EC2005;
	text-align: left;
	letter-spacing: 1px;
}

ul {
	list-style: square;
	margin-top: -2px;
	margin-bottom: 2px;	
}

li {
	line-height: 16px;
	margin-bottom: 4px;
}

a:link, a:visited { 
	color: #EC2005;
	text-decoration: none;
}

a:active, a:hover { 
	color: #EC2005;
	text-decoration: underline;
}

#backButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #9313B2;
	margin-top: 12px;
}

.categoryHead{	/* Styling question */
	/* Start layout CSS */
	color: #00000;
	font-size:12px;
	font-weight: bold;
	width: auto;
	margin: 2px 0 0 0px;
	padding: 2px 6px 2px 6px;
	background-color: #FDC20D;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #B86701;
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.categoryDetail{	/* Parent box of slide down content */
	/* Start layout CSS */
	font-size: 11px;
	width:98%;
	margin-left: 0px;
	padding-top: 6px;
	background-image: url(images/clientsbg1.gif);
	background-repeat: repeat;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FDC20D;
	border-bottom: 3px solid #FDC20D;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.categoryDetail_content{	/* Content that is slided down */
	padding:1px;
	font-size: 11px;	
	position:relative;
}
