@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
}
#leftone   {
	height: 400px;
	width: 400px;
	position: relative;
	background-image: url(../images/trans_grey.png);
	background-repeat: repeat;
}
#txt_box {
	position: relative;
	width: 360px;
	left: 20px;
	top: 20px;
	height: 360px;
	overflow: auto;
}


.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left;
	z-index: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	height: 110px;	/*padding-top: 20px;*/
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent2 {
	padding-right: 400px;
	padding-left: 20px;
	padding-top: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: 100px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.white_txt {
	color: #FFFFFF;
	font-size: 12px;
}
.storytext {
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.panel #left {
	background-image: url(images/trans_white.png);
	height: 400px;
	width: 400px;
}
.storyheader {
	font-family: Verdana;
	font-size: 18px;
	color: #FFFFFF;
}
#leftone_clients {
	height: 400px;
	width: 800px;
	background-image: url(../images/trans_grey.png);
	background-repeat: repeat;
	position: relative;
}
#txt_box_clients {
	position: relative;
	width: 760px;
	left: 20px;
	top: 20px;
	height: 360px;
}
.site_map {
	padding-right: 20px;
	padding-left: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.site_map .sitemaplink {
	font-family: "Lucida Grande CE";
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;	/* JAKE - STYLE THE SITEMAP LINK HERE */
}

.site_map_text {
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;
}
.site_map_text a:link {
	text-decoration:none;
	color: #CCCCCC;
}
.site_map_text a:visited {
	text-decoration:none;
	color: #CCCCCC;
}
.site_map_text a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
.site_map_text a:active {
	text-decoration:none;
	color: #CCCCCC;
}

