@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	background-image: url(../../img/bg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 11px 0 0 0;
	text-align: center;
	color: #000000;
}
.bs #container { 
	width: 919px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 8px solid #ffffff;
	text-align: left;
} 
.bs #header { 
	width: 919px;
	height: 103px;
	position: relative;
	background-color: #ffffff; 
	background-image: url(../../img/header-bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
} 
.bs #header h1 {
	margin: 0;
	padding: 0;
	display: none;
}
.bs #container #content-wrapper #mainContent h1 {
	color: #F03D36;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.bs #header #logo {
	width: 258px;
	height: 59px;
	position: absolute;
	top: 15px;
	left: 20px;
	padding-top: 10px;
}
.bs #header #logo img {
	border: none;
}
.bs #header #phone-number {
	width: 173px;
	height: 34px;
	position: absolute;
	top: 15px;
	right: 20px;
}
.bs #header #navcontainer {
	width: 620px;
	height: 20px;
	position: absolute;
	top: 70px;
	right: 20px;
	text-align: right;
}
.bs #header #navcontainer ul { 
	padding: 0;
	margin: 0;
	list-style-type: none; 
}
.bs #header #navcontainer ul li { 
	display: inline; 
}
.bs #header #navcontainer ul li a {
	text-decoration: none;
	padding: .2em 0 .2em 2em;
	color: #fff;
	font-size: 11px;
	background-image: url(../../img/nav-bullets.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
}
.bs #header #navcontainer ul li a:hover
{
	color: #fff;
	background-image: url(../../img/nav-bullets-on.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
}
.bs #header #navcontainer ul li a#on
{
	color: #fff;
	background-image: url(../../img/nav-bullets-on.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

.bs #banner { 
	width: 919px;
	height: 170px;
	margin: 0;
} 
.bs #breadcrumb { 
	width: 919px;
	height: 30px;
	background-image: url(../../img/breadcrumb-bg.jpg);
	background-repeat:repeat-x;
	margin: 0 0 2px 0;
} 
.bs #breadcrumb p {
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 11px;
	color: #ffffff;
} 
.bs #content-wrapper {
	width: 919px;
	background-image: url(../../img/content-bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
.bs #sidebarL {
	float: left;
	width: 237px;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bs #sidebarL #subnav {
	width: 202px;
	margin: 16px auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bs #sidebarL #subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.bs #sidebarL #subnav li { 
	margin: 0 0 1px 0; 
}
.bs #container #content-wrapper #sidebarL #subnav h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #1B1B1B;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}


.bs #sidebarL #subnav a {
	display: block;
	color: #FFF;
	background-color: #484848;
	background-image: url(../../img/subnav-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0;
	width: 177px;
	padding: 2px 0 2px 25px;
	text-decoration: none;
	font-size: 12px;
}
.bs #sidebarL #subnav a:hover
{
	background-color: #484848;
	background-image: url(../../img/subnav-bullet-on.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0;
	color: #FFF;
}
.bs #sidebarL #subnav a#active
{
	background-color: #484848;
	background-image: url(../../img/subnav-bullet-on.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0;
	color: #FFF;
}
.bs #sidebarL #headlines {
	width: 202px;
	margin: 16px auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bs #sidebarL #headlines h4 {
	width: auto;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #464646;
	font-weight: bold;
	background-color: #afafaf;
	padding-left: 9px;
	margin: 0;
	line-height: 25px;
}
.bs #sidebarL #headlines h5 {
	width: auto;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-color: #484848;
	padding: 0;
	margin: 0;
	line-height: 25px;
}
.bs #sidebarL #headlines h5 a {
	color: #fff;	
	font-size: 12px;
	font-weight: normal;
	background-image: url(../../img/readmore-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}
.bs #sidebarL #headlines h5 a:hover {
	color: #fff;	
	text-decoration: underline;
}
.bs #sidebarL #headlines ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
.bs #sidebarL #headlines li { 
	margin: 0 0 1px 0; 
	border-bottom: 1px solid #7b86a5; 
}
.bs #sidebarL #headlines a {
	display: block;
	color: #333333;
	background-image: url(../../img/headlines-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	width: 177px;
	padding: 2px 0 2px 25px;
	text-decoration: none;
	font-size: 12px;
}
.bs #sidebarL #headlines a:hover {
	color: #666666;
}
.bs #sidebarL #headlines a#active
{
	background-color: #3d4d79;
	background-image: url(../../img/headlines-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0;
	color: #FFF;
}
#mainContent {
	margin: 0 0 0 250px;
	padding: 20px;
	background-image: url(../../img/big-stripes.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mainContentNoStripes {
	margin: 0 0 0 250px;
	padding: 20px;
		color: #F03D36;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.bs #mainContent #sidebarR {
	float: right;
	width: 126px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 35px;
} 

.bs #mainContent #sidebarR img {
	margin: 3px 0;
}

.bs #mainContent h1 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #333333;
}

.bs #mainContent h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.bs #mainContent h3 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding: 0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
}


.bs #mainContent p {
	font-size: 11px;
	color: #666666;
	padding: 0;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
}

.bs #mainContent li ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 0px;
} 

.bs #mainContent li {
	font-size: 11px;
	color: #666666;
	padding: 0;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.bs #footer { 
	width: 919px;
	height: 76px;
	position: relative;
	padding: 0;
	background-color:#ffffff;
	background-image: url(../../img/footer-bg.jpg);
	background-repeat: repeat-x; 
} 
.bs #footer #logos {
	position: absolute;
	top: 16px;
	left: 20px;
}
.bs #footer #footer-address {
	position: absolute;
	top: 18px;
	right: 21px;
} 
.bs #footer #footer-address p {
	margin: 0;
	padding: 0 0 5px 0;
	color: #ffffff;
	font-size: 11px;
	text-align: right;
	line-height: 12px;
}
.bs #page-footer {
	width: 935px;
	height: 20px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.bs #page-footer #copyright {
	width: 450px;
	position: absolute;
	top: 3px;
	left: 20px;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
}
.bs #page-footer #designer {
	width: 450px;
	position: absolute;
	top: 3px;
	right: 20px;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
}
.bs #page-footer #designer a:link, .bs #page-footer #designer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.bs #page-footer #designer a:hover, .bs #page-footer #designer a:active {
	color: #ffffff;
	text-decoration: underline;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 15px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bs #container #content-wrapper #mainContent a {
	color: #666666;
}
.bs #container #content-wrapper #mainContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bs #container #content-wrapper #mainContent #textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.bs #container #content-wrapper #mainContent iframe {
	border: 1px solid #CCCCCC;
}
.fltlft2 {
	float: left;
	margin-right: 15px;
	padding-top: 5px;
}
.bs #mainContent #home-images {
	float: left;
	width: 144px;
	margin-top: 0;
	margin-right: 35;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.articleBox {
	width: 450px;
	display: block;
	border-bottom: 1px solid #9aa2b9;	
}
.articleBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #384a7c;
	margin: 0 0 10px 0;
}
.articleBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.bs #container #content-wrapper #mainContentNoStripes h1 {
	font-size: 24px;
}
