@charset "UTF-8";
/* CSS Document */

body{
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	background-image: url(images/base-bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px auto;
	font-size: small;
	height: auto;
	}
	

#container{
	text-align:left;
	margin: 0px  auto;
	padding: 0px 0px 0px 0px;
	width: 908px;
	background-image: url(images/back-content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;	
	}


#footer{
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
}


#navbar{
	min-height: 32px;
	height:auto !important;
	height:32px;
	background-image: url(images/nav-bar-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 7px;
	font-size: x-small;
	margin: 3px 0px 0px 0px;
}


#header{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 2px;
	width: 894px;
	text-align: center;
}

/* Front Page */
#promo{
	margin-left: 5px;
	margin-right: 5px;
	padding: 9px 2px 2px 8px;
	min-height:316px;
	height:auto !important;
	height:316px
}

#lowerpanel{
	margin-left: 6px;
	padding-bottom: 20px;
	margin-right: 6px;
}

#section{
	height: auto;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #cccccc;
	margin: 0px 4px 0px 4px;
	border-right: 1px solid #cccccc;
}

#sectioncontent{
	text-align: left;
	margin: 0px auto;
	height: auto;
}

#sectionheader{
	height:auto !important;
	height:66px;
	padding: 0px 2px 0px 2px;
}

#article-standard{
	width:540px;
	padding:6px 10px  0px 28px;
	height: auto;
	display: inline-block;
	float: inherit;
}


#rightImg{
	width:228px;
	min-height:380px;
	height:auto !important;
	height:380px;
	display: inline;
	float: right;
}


/* Type */

.heading{
	color: #d8ac26;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}



#section p{
	color: #023656;
	line-height: 1.5em;
	font-size: 11px;
	padding-left: 36px;
}



#section h1{
	color: #144C98;
	font-family: "Trebuchet MS", Times, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
}

#section h2{
	color: #144C98;
	font-size: 20px;
	font-family: "Trebuchet MS", Times, serif;
	font-weight: normal;
	line-height: 1.5;
}


#promo h2{
	font-weight:bolder;
	font-size: 12px;
	color: #023656;
}

#promo p{
	color: #023656;
	line-height: 1.4em;
	font-size: 9px;
}

#promo ul li{
	font-size:x-small;
	
}

#promo ul{
	list-style-type: none;
	display: inline;
	line-height:1.4em;
}


a:link {
	text-decoration: none;
	color:#023656;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0061AA;
}



#section h3{
	font-family:"Times New Roman", Times, serif;
	padding-left:36px;
	color:#666666;
	font-size:18px;
}


#section a:link {
	text-decoration: none;
	color:#144C98;
}
#section a:visited {
	text-decoration: none;
	color: #144C98;
}
#section a:hover {
	text-decoration: underline;
}

#section a:active {
	text-decoration: none;
	color: #0061AA;
}

.testimonialImg{
	padding:3px;
	background-color:#FFF;
	border:1px solid #efefef;
}

.testimonialQuotation{
	font-style:italic;
	font-weight: bold;
}
