@charset "utf-8";
body {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #595959;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
a, a:link{
	outline: none;
	text-decoration: underline;
	color: #005AAB;
}
a:visited {
	outline: none;
	text-decoration: underline;
	color: #C70A26;
}

a:hover {
	text-decoration: underline;}
/*
** HTML elements
*/
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
h1 {
	font-size:12pt;
	font-weight: bold;
	color: #29256A;
	margin-top: 0px;
}
h2 {
	letter-spacing: -1px;
	font-size:18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h3 {
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	font-size:18px;
	margin-bottom: 3px;
	color:#00A69D;
	margin-left: 0px;
}
p.em {
	font-style: italic;
	width: 99%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
#content .red {
	color: #FF0000;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}			
.clear-block {
	margin: 0px;
	padding: 0px;
	clear: both; 
}
#container {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background: url(images/site-bg.gif) repeat-y 50% 0%;
}
#header #logo {
	height: 86px;
	width: 165px;
	margin-top: 25px;
	margin-left: 25px;
	position: absolute;
	top: 0px;
}

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 11px;
	background-position: center top;
	height: 117px;
}
#header #nav {
	background-image: url(images/nav-bg.gif);
	height: 40px;
	width: 663px;
	margin-top: 70px;
	position: absolute;
	margin-left: 290px;
	z-index: 100;
}
#nav #navright {
	background-image: url(images/nav-right.gif);
	background-repeat: no-repeat;
	float: right;
	width: 5px;
	height: 40px;
}
#nav #navleft {
	background-image: url(images/nav-left.gif);
	background-repeat: no-repeat;
	width: 5px;
	float: left;
	height: 40px;
}
#nav ul   {
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 650px;
}
#nav #primarynav li {
	display: block;
	float: left;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#nav #primarynav li a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	display: block;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}
#nav #primarynav li a:hover {
	background-color: #003666;
}
#banner {
	background-color: #005aab;
	height: 126px;
	margin-right: 10px;
	margin-left: 11px;
	margin-bottom:-1px;
	z-index: 0;
}
#banner #bannertext{
	width: 418px;
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	height: 126px;
}
#bannertext p {
	padding-left: 30px;
	padding-top: 50px;
	margin: 0px;
}
#banner #bannerpic {
	float: right;
	width: 551px;
	height: 126px;
	background-image: url(images/business-banner.jpg);
	background-repeat: no-repeat;
}
#content {
	background-image: url(images/content-header.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-left: 11px;
	background-position: left top;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 969px;
}
#content #rightclm {
	float: left;
	width: 599px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#rightclm h1 {
	font-size: 25px;
	color: #e51937;
	font-weight: normal;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #959595;
}

#content #leftclm {
	float: left;
	width: 265px;
	padding-left: 30px;
}
#bottom #bottomleftclm {
	float: left;
	width: 653px;
}
#footer {
	background-image: url(images/footer.gif);
	height: 70px;
	position: relative;
	background-color: #595959;
	background-repeat: no-repeat;
}

#bottom #bottomrightclm {
	float: right;
	width: 222px;
	left: 0px;
	right: 0px;
}
#content #bottom {
	margin-right: 40px;
	margin-left: 30px;
	padding: 0px;
}
.featurebox {
	background-image: url(images/feature-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #d9e6f2;
	margin-bottom: 20px;
	color: #005aab;
}
.featurebox p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 16px;
}
.featurebox img {
	float: left;
	margin-right: 12px;
}
.featurebox h1 a {
	color: #6A6A6A;
	text-decoration: none;
}

.featurebox h1 {
	letter-spacing: 2px;
	font-weight: normal;
	color: #424242;
	margin: 0px;
}
.featurebox .featurebox-top {
	background-image: url(images/feature-top.gif);
	background-repeat: no-repeat;
	padding: 10px;
}
#bottomrightclm #members {
	background-image: url(images/members-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #DF1835;
}
#members #members-top {
	background-image: url(images/members-top.gif);
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#members .button {
	color: #FFFFFF;
	background-color: #C70925;
	border: 1px solid #FFFFFF;
	padding: 1px;
	width: 23px;
	font-size: 11px;
}

#members h2 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#members .formfield {
	font-size: 11px;
	color: #C80A26;
	border: 1px solid #C60925;
	width: 70px;
	margin-right: 1px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 0px;
	margin-top: 1px;
}
#members p {
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
#members p strong {
	font-size: 12px;
}
#footer .links {
	float: right;
	width: 890px;
	margin-top: 22px;
	text-align: right;
	margin-right: 20px;
}
#footer .links a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .tag {
	float: left;
	width: 350px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 8px;
	color: #323232;
}
#footer .tag a {
	color: #282828;
	text-decoration: none;
}


/* MENU  + + + + + + + + + */


/* YPMENU  + + + + + + + + + */
.ypcontainer{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;position:absolute;visibility:hidden;z-index:1}
.ypcontents{
	margin:0px;
	padding:0px;
	position:absolute;
	background-color: #003666;
}
.ypcontents ul{margin:0px;padding:0px}
.ypcontents ul li{font-family:Arial,Tahoma,verdana,lucida,helvetica,sans-serif;list-style:none;margin:0px;padding:0px}
.ypcontents ul li a,
.ypcontents ul li a:link,
.ypcontents ul li a:active,
.ypcontents ul li a:visited{color:#FFFFFF;display:block;font:300 11px/12px Arial,Helvetica,sans-serif;margin:0px;padding:3px 5px 3px 10px;text-decoration:none;visibility:inherit}
.ypcontents ul li a:hover{background:#EA0000;color:#FFFFFF;display:block;font-weight:300;margin:0px;padding:3px 5px 3px 10px;text-decoration:none;visibility:inherit}
#rightclm table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6C6C6C;
	padding-top: 4px;
	padding-bottom: 4px;
}
#rightclm table strong {
	font-size: 12px;
	color: #7F7F7F;
	letter-spacing: 2px;
	font-weight: normal;
}
#rightclm h2 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #6B6B6B;
	letter-spacing: 2px;
}
#rightclm strong {
	color: #00529C;
}
#content em {
	width: 99%;
}
#rightclm #contact strong {
	letter-spacing: 0px;
	font-weight: bold;
	color: #005AAB;
}
#rightclm  table#contact td  {
	border-bottom-style: none;
}
.break {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ABABAB;
}
.pic {
	margin-left: 12px;
	border: 4px solid #E8E8E8;
}
