@charset "UTF-8";
/* This is the MAIN CSS Document */

body {
	font: normal 13px/18px 'lucida grande', verdana, helvetica, sans-serif;
	background-color: #c9d5e9;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	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: #666666;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	background: #fff;
	padding: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #
	 instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 209px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 56px 10px 15px 10px;
	margin-top: 15px;
	border-right: 1px solid #ccc;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 10px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/elvis_leg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.twoColFixLtHdr #mainContent_portfolio {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 10px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer {
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../inc/images/footerimg.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 780px;
	height: 37px;
}
.twoColFixLtHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#copyright {
	width: 350px;
	font-size: 10px;
	color: #ccc;
	padding: 8px 0 0 10px;
	float: left;
}
#copyright_right {
	width: 300px;
	font-size: 10px;
	color: #ccc;
	padding: 8px 10px 0 0;
	float: right;
	text-align: right;
}
#intro_txt {
	width: 390px;
	padding-top: 10px;
}
#subtext1, #subtext2, #subtext3, #subtext4 {
	font-size: 11px;
	color: #000;
	padding: 4px;
	border: 1px solid #f4f4f4;
}
#image {
	width: 780px;
	height: 221px;
	background-image: url(../images/home_img.jpg);
	background-repeat: no-repeat;
}
#image_copy {
	width: 680px;
	font-size: 18px;
	color: #333;
	padding: 105px 10px 10px 60px;
	line-height: 24px;
	text-align: left;
}
#header_main {
	font-size: 18px;
	margin-bottom: 5px;
	padding-bottom: 17px;
	color: #0A55A3;
	
	background-image: url(../images/rule.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#description, #description1, #description2, #description3 {
	width: 95%;
	font-size: 11px;
	color: #666666;
	padding-left: 10px;
}
.numbers {
	color: #ffae00;
}
.subhead {
	
	font-size: 15px;
	color: #333;
	line-height: 20px;
}
.highlight {
	color: #000;
}
.highlight_blue {
	color: #0A55A3;
}
.highlight_orange {
	color: #ee7c01;
}
#webcase {
	margin-bottom: 25px;
	width: 500px;
	float: left;
}
#weblabels {
	margin-bottom: 6px;
	width: 400px;
	float: left;
}
#webblock {
	font-size: 11px;
	padding: 4px;
	width: 112px;
	text-align: center;
	color: #1A4CAB;
	float: left;
}
#navblock {
	width: 760px;
	margin: 0 auto;
	height: 32px;
	text-align: center;
	padding-top: 10px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
}
#backlinks {
	width: 756px;
	height: 10px;
	background-color: #fff;
	padding: 0 10px 0 10px;
	font-size: 10px;
	margin-top: 5px;
}
.footnote { font-size: 9px; }
#spacer {
	width: 760px;
	color: #CCCCCC;
	padding: 5px 0 0 5px;
}
.paragraph_main {
	font-size: 16px;
	color: #666666;
}
#logo {
	width: 209px;
	float: left;
}
#links {
	width: 350px;
	float: left;
	padding-left: 20px;
}
#side_box1, #side_box2, #side_box3 {
	width: 95%;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 4px;
}
a:link, a:visited, a:active {
	color: #1A4CAB;
	text-decoration: none;
}
a:hover {
	color: #ee7c01;
}
a.nav:link, a.nav:visited, a.nav:active {
	font-size: 12px;
	color: #fff;
	padding: 0 15px 0 5px;
}
a.nav:hover {
	color: #85D0FF;
}
#navlist, ol {
	list-style-position: outside;
	list-style-image: url(../images/arrow.gif);
}
#h1 {
	font-weight: 100;
	font-size: 18px;
	padding: 0;
	margin-bottom: 8px;
	margin-top: 0px;
	color: #1A4CAB;
	width: 400px;
}
-->
<!--
[if IE 5]> <style type="text/css"> /* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 {
width: 230px;
}
</style> <![endif]
-->
<!--
[if IE]> <style type="text/css"> /* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 {
padding-top: 30px;
}
.twoColFixLtHdr #mainContent {
	zoom: 1;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style> <![endif]
-->