@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000000;
	text-decoration: none;
} 
.readMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0033FF;
	text-decoration: underline;
	text-align: right;
}
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
} 
.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: 10px 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: 350px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 400px;
	padding-top: 5;
	padding-right: 25px;
	padding-bottom: 15;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 5;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	background-color: #003366;
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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 */
}
.twoColFixLtHdr #footer a:link {
    color: #FFF:
	color: #CCCCCC;
	text-decoration: none;
}
.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;
}

div#navbar2 {
	height: 30px;
	width: 100%;
	background-color: #003366;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
}
div#navbar2 ul {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
	text-align: center;
	width: auto;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#navbar2 li a {
	text-decoration: none;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}
div#navbar2 li a:link {
    color: #FFF:
	font-weight: bold;
	color: #FFFFFF;
}
div#navbar2 li a:visited {
	color: #FFFFFF;
}
div#navbar2 li a:hover {
	font-weight: bold;
	color: #003366;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/2010/gradient.jpg);
}

.newsTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #15254C;
	text-decoration: none;
	width: 350px;
}


.ResPDF {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #5A5A5A;
}


.style2 {
	color: #CCCCCC;
	font-size: 80%;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer .style2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	text-decoration: none;
}

.style3 {
	color: #999999;
	font-size: 80%;
}
.style5 {
	font-size: 70%;
	color: #CCCCCC;
}
.style6 {
	font-size: 60%;
	color: #FFFFFF;
}
.style7 {color: #CCCCCC}
.style8 {
	font-size: 60%;
	color: #CCCCCC;
	text-decoration: none;
}
#footer .style8 a: link {
	color: #CCCCCC;
	text-decoration: none;
}

.style9 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding-left: 12px;
	text-align: left;
}
.style10 {background-color: #336699}


.style13 {color: #FFFFFF}
.style15 {font-weight: bold; text-decoration: none; padding-left: 12px; text-align: left; color: #FFFFFF;}

.style
.AboutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #5A5A5A;
}
.services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #5A5A5A;
}
.OurClients {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #15254C;
}
.clientCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5A5A5A;
}
.RefQuotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: italic;
	color: #5A5A5A;
}
.refNames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #5A5A5A;
}
.EventsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #15254C;
}
.eventsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #5A5A5A;
}
.ContactTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: 12234E;
}
.ContactLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #10234C;
}
.letUsKnow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #5A5A5A;
}
.requiired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #780026;
}
.Asterisk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #7A0026;
}
.FormItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #5A5A5A;
}
#blurbCopy {
	padding-left: 10px;
	text-decoration: none;
}

