@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #003e5e;
	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;
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-color:#cddce5;
	border-right-style:solid;
	border-right-width:thick;
	border-bottom-color:#cddce5;
	border-bottom-style:solid;
	border-bottom-width:thick;
	border-left-color:#cddce5;
	border-left-style:solid;
	border-left-width:thick;
} 
.twoColFixLtHdr #header { 
	background: #FFF; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/W-A_header.gif);
	background-repeat:no-repeat;
	height: 100px;
	width: 1000px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* 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 */
	height: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}
#navigationContainer {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width:225px;
	height: 300px;
	float:left;
	background-color: #003e5e;
	clear:none;
}
#navigation {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width:225px;
	float:left;
	background-color: #003e5e;
	overflow:visible;
}
#navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#navigation li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
	list-style: none;
	color: #FFF;
	font: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-bottom: 1px dotted #666;
}
#navigation li a, #navigation li.current {
	margin: 0;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	color: #FFF;
	display: block;
	width: 180px;
	text-align: left;
}
.home {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #6699CC;
	text-decoration: none;
	display: block;
	width: 180px;
	text-align: left;
}

.home a {color: #6699CC !important;}

#navigation li.current, #navigation a:hover {
	color: #69C;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}
#address {
	margin: 30px 0px 0px 0px;
	padding: 60px 0px 0px 40px;
	line-height: 18px;
	color: #003e5e;
	font: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#asa {
	margin: -90px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:170px;
	height: 90px;
	clear: none;
	background-image:url(images/asa.gif);
	background-repeat:no-repeat;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; /* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContentText { 
	margin: 0 0 0 220px; /* 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: 0px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:visible;
} 
.twoColFixLtHdr #contentLeftTop { 
	display:none;
} 
.twoColFixLtHdr #contentLeft { 
	margin: 0px 0px 0px 0px; /* 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: 0px 30px 30px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
	width: 470px;
	float:left;
	clear: none;
} 
.twoColFixLtHdr #contentLeftText { 
	margin: 0px 0px 30px 0px; /* 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: 0px 30px 30px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	background-color:#EFEFEF;
	width: 440px;
	float:left;
	clear: none;
} 
.twoColFixLtHdr #clientsLeftText { 
	margin: 0px; /* 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: 0px 0px 30px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	width: 210px;
	float:left;
	clear: none;
} 
.twoColFixLtHdr #clientsRightText { 
	margin: 0px; /* 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: 0px 0px 30px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	width: 230px;
	float:right;
	clear: none;
} 
.twoColFixLtHdr #mainContentFooter { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */; 
} 
.twoColFixLtHdr #contentRight { 
	margin: 0px; /* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 260px;
	float:right;
	clear: none;
} 
.twoColFixLtHdr #rightImage { 
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
} 
.twoColFixLtHdr #rightBox { 
	margin: 20px 30px 0px 0px;
	padding: 5px;
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#FFFFFF;
	width: 190px;
	background-color:#6699CC;
	border-color:#003366;
	border-style:solid;
	border-width:thick;
	float: left;
} 
.twoColFixLtHdr #rightBoxBot { 
	margin: 10px 40px 0px 0px;
	padding: 10px;
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	line-height: 22px;
	color:#003366;
	width: 210px;
	float: left;
} 
.twoColFixLtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */; 
} 
.twoColFixLtHdr #copyright { 
	padding: 4px; /* this padding matches the left alignment of the elements in the divs that appear above it. */; 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 10px;
}

.h2 {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:24px;
	font-weight:bold;
	color:#6699CC;
}
.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;
}
.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;
}