@import url(ContentStyles.css);


body {
	background-color: #3E3E3E;
	margin: 20px;
	padding-bottom: 200px;
	text-align: center;

}

/* Layout */

table {
	width: 770px;
	margin: auto;
	text-align: left;
}
table table {
	width: auto;
}

#reg table {
    margin: 0;
}


.innerWrap {
	width: 710px;
	background: transparent url(../Images/DotsVertical.gif) repeat-y 200px 0;
	margin: -15px 0 -14px;
	float: left;
	padding: 15px 0 30px;
}
.content {
	float: right;
	width: 470px;
}
.side {
	width: 181px;
	background-color: #fff;
}

.home .innerWrap {
	width: 494px;
	background-position: 295px 0;

}
.home .content {
	width: 290px;
	float: left;
}
.home .side {
	width: 170px;
	float: right;
}

.inside .content {
}
.inside .side {
}

.phone {
	margin-bottom: 20px;
}

/* Text Classes */
p {
	font-size: 0.687em;
	color: #000;
	line-height: 1.2em;
	margin-top: 10px;
}
div.hr {
	border: none;	background: url(../Images/DotsHorizontal.gif) repeat-x center left;
	height: 10px;
}
.Normal ul {
	margin: 20px 0 0 15px;
}
.Normal li {
	padding: 0 0 15px 15px;
}
.Normal li a {
	font-weight: bold;
	color: #8A94A0;
}

/* Headers */

td.pageTitle {
	padding: 10px 0 0 16px;
	position: relative;
	height: 8em;
}

#pagetitleouter {
    position: absolute;
	background-color: #D3DE2B;
	color: #E2EC8B;
	padding: 0 25px;
    margin: 8px 0;
	width: 686px;
	height: 110px;
}

#pagetitleouter .subtitle {
    position: absolute;
	float: left;
	width: 400px;
	padding: 35px 0 0 0;
	color: #E2EC8B;
	font-size: 16px;
	font-weight: bold;
	z-index: 200;
}

#pagetitleouter h1 {
	position: absolute;
	display: block;
	float: left;
	font-size: 1.5em;
	color: #53534C;
	padding: 45px 25px 0 0 ;
}

.sectionnumber {
    position: relative;
	float: right;
	width: 2em;
	text-align: right;
	color: #E2EC8B;
	font-size: 6em;
	font-weight: bold;
}
   
    


h2,
h1 {
	font-weight: bold;
	font-size: 1.125em;
	color: #636F7D;
	margin: 10px 0;
}
h2 span {
	font-size: 0.77em; 
}
h3 {
	background-color: #D3DE2B;
	color:#53534C;
	font-size: 0.812em;
	font-weight: bold;
	padding: 5px 0 5px 10px;
}
h4 {
	font-size: 0.875em;
	font-weight: bold;
	color: #636F7D;
	margin: 10px 0;
}

.newsList h4 {
	font-size: 12px;
	font-weight: bold;
	color: #636F7D;
	margin: 0;
}


/* Corner Borders */

.borders,
.bordersMid,
.bordersTop, 
.bordersEmpty {
	background: url(../Images/DotsCorners.gif) no-repeat top left;
	padding: 26px 13px 0px 26px;
}
.bordersEmpty {
	padding: 9px;
	line-height: 0;
	font-size: 1px;
}
.bordersMid {
	background: url(../Images/DotsCornersMid.gif) no-repeat top left;
}
.bordersTop {
	background: url(../Images/DotsHorizontal.gif) repeat-x top left;
}
.borderVertical {
	padding-left: 40px;
	background: url(../Images/DotsVertical.gif) repeat-y 0 400px;
}
.borderVerticalSpace {
	padding-left: 40px;
}

/* Header */

.header {
}
.header img {
	float: left;
	/*margin: 3px 0 0 27px;*/
	margin: 0 20px 0 0;
}
.menu a {
	font-size: 13px;
	font-weight: bold;
	color: #626161;
	display: block;
	text-decoration: none;
}
.menu a:hover {
	color: #8A94A0;
}
.menu span {
	color: #CFD3D8;
	font-size: 14px;
	padding-right: 4px;
}
.header div.menu {
	float: left;
	width: auto;
	margin-left: 56px;
}
div.menu div {
	float: left;
	padding-right: 20px;
}
.header div.menu a {
	white-space: nowrap;
}

.side div.menu {
	margin-bottom: 10px;
}
.side div.menu ul {
	background: #FFF url(../Images/DotsHorizontal.gif) repeat-x bottom left;
	padding-bottom: 18px;
}
.side div.menu ul ul {
	background: none;
	list-style: none;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #fff;
}
.side div.menu li {
	list-style: none;
	background: url(../images/ArrowRightnav.gif) no-repeat 0px 1px;
	padding-left: 25px;
	padding-bottom: 10px;
	border: 1px solid #fff;
	vertical-align: text-top;
}
.side div.menu li li {
	margin-left: -10px;
	padding: 0 0 5px 20px;
}
.side div.menu li span {
	font-size: 11px;
}
.side div.menu li a {
	font-size: 11px;
	vertical-align: text-top;
}

/* for ie's sake: */
.side div.menu li a {display:inline-block;}
.side div.menu li a {display:block;}

.side div.menu li li a {
	color: #828CA2;
}


/* Footer */

.footer {	
	margin: 0 auto;
	font-size: 0.625em;
	color: #CFD3DB;
	text-align: center;
	padding-top: 6px;
	padding-right: 10px;
	width: 760px;
}
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active {
	color: #CFD3DB;
}
.footer a span {
	color: #EDB74F;
}


/* Buttons */

.productMenu div {
	margin: 10px 0;
	position: relative;
	width: 187px;
	float: left;
}
.productMenu h3 {
	background: #E2EC8B url(../Images/BtnArrowDown.gif) no-repeat top left;
	color:#000;
	padding: 0;
	margin: 0;
	font-size: 1em;
	float: left;
}
.productMenu h3 a {
	padding: 0.5em 10px 0.5em 45px;
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.812em;
	width: 117px;
	float: left;
}
.productMenu ul {
	list-style: none;
	background: #E2EC8B;
	padding: 6px 0;
	position: absolute;
	font-size: 0.812em;
	top: 2.2em;
	left: 0;
	width: 172px;
	left: -8888px;
}

.productMenu ul li {

	border: 1px solid #E2EC8B;
}


.productMenu ul a {
	color:#000;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 10px 0 15px;
	line-height: 2.0;
	text-decoration: none;
	display: block;
	margin: 0;

}
.productMenu ul a:hover {
	background-color: #D3DE2B; 
}
.more {
	font-size: 0.625em;
	color: #948173;
	display: block;
	text-align: right;
	margin-bottom: 10px;
}

/* News */

.newsList {
    position: relative;
	background-image: url(../Images/DotsHorizontal.gif) ;
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0 0 23px ;
	background-color: #fff;
	}
.newsList p {
	margin: 2px 0 0;
	font-size: 11px;
	width: 163px;
	padding-bottom: 5px;
}
.newsList  a, .newsList  a:visited {
	color: #D3DE2B;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
}
.newsList a:hover {
	color:#000;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
}

/* Newsletter signup */

#NLS {
    /*background: #FFF url(../Images/DotsHorizontal.gif) repeat-x bottom left;*/
    padding-bottom: 30px;
    overflow: hidden;
}

.NLSForm {
    overflow: hidden;
    padding-bottom: 25px;
    margin-bottom: 10px;
    background: #FFF url(../Images/DotsHorizontal.gif) repeat-x bottom;
}

.NLSForm td{
    font-size: 11px;
	font-weight: bold;
	padding-bottom: 1px;
}


.NLS {
    background: #FFF url(../Images/DotsHorizontal.gif) repeat-x bottom left;
    padding-bottom: 15px;
    overflow: hidden;
}

#NLS td{
    font-size: 11px;
	font-weight: bold;
	padding-bottom: 1px;
}
#NLS input{
    border: solid 1px #8a939e;
}
input.ctl00_NLC_ctl00_NLC_button{
	background-color: #eee;
    color: #333;
    font-weight: bold;
    font-size: 1em;
    padding: 2px 0 1px;
}

.validation {
	font-size: 10px;
}

/* Sitemap */

.Sitemap 
{
    padding: 30px 50px;
}
.Sitemap h1
{
	font-size: 1em;	
}
.Sitemap li
{
	font-size: 0.76em;
	margin-left: 15px;
	padding-bottom: 3px;	
}
.Sitemap ul 
{
    margin: 10px 0;
}
.Sitemap p
{
	font-size: 0.9em;
	line-height: 1.3;
}
.Sitemap li li,
.Sitemap li p 
{
    font-size: 1em;
}

/* Manager Buttons */

.pnlParaBtns 
{
    float: left;
		padding: 10px 0;
}
.pnlParaBtns select 
{
    position: relative;
    top: -4px;
}
.pnlParaBtns br {
	display: none;
}
.SiteHeader 
{
    float: right;
    padding: 10px 0;
}
.home .SiteHeader {
}
.pnlConfirm 
{
    clear: both;
		float: none;
		display: inline;
}
.paraControls
{
	width: 120px;	
}
.paraControls a
{
    font-size: 1em;
    color: #999;
    text-decoration: none;
}


.slideshow {
	position: relative;
	width: 172px;
	overflow: hidden;
	padding-left: 0px;
	height: 173px;
    z-index: 0;
}

.slideshow2
{
	position: relative;
	height: 146px;	
	overflow: hidden;
	width: 717px;
}


#reg {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

dl {
  position: relative;
  width: 300px;
  font-size: 11px;
}
dt {
  clear: both;
  float:left;
  width: 130px;
  padding: 4px 0 2px 0;
  text-align: left;
}
dd {
  float: left;
  width: 160px;
  margin: 0 0 8px 0;
  padding-left: 6px;
  text-align: right;
}

.relatedlinks {
    font-size: 0.74em;
    padding-left: 10px;
    color: #282828;
    text-transform: capitalize;
}

.relatedlinks a, .relatedlinks a:visited  {
    line-height: 20px;
    color: #282828;
    text-decoration: underline;
}

.relatedlinks a:hover  {
    line-height: 20px;
    color: #282828;
    text-decoration: none;
}

ul.pagebullet {
    padding: 0;
    margin: 0;
}

ul.pagebullet li {
	vertical-align: top;
    padding: 0 0 15px 30px;
}