body {
	font: 12px Verdana, Geneva, sans-serif;
	color: #000;
	background: url(../../images/layout/background.gif) center center;
	margin: 0px;
	padding: 0px;
}
#header-top {
	background: url(../../images/layout/header-top.png) no-repeat;
	height: 8px;
	margin: 0px auto;
	width: 1018px;
}
#body {
	background: url(../../images/layout/content-background.png);
	margin: 0px auto;
	width: 1000px;
	padding-left: 9px;
	padding-right: 9px;
}
#header {
	background: url(../../images/layout/header.gif);
	height: 144px;
}
#nav {
	background: white url(../../images/layout/menu-bottom-full-red.png) no-repeat center bottom;
	padding-bottom: 16px;
	height: 40px;
}
#rand_image {
	float: right;
	margin-top: 10px;
	margin-right: 50px;
	text-align: right;
	font-size: 10px;
}
#content {
	background: url(../../images/layout/info-background-apr2014.png) repeat-y;
}
#info {
	padding: 30px;
	float: left;
	width: 690px;
}
#info.full {
	background: #FFF;
	float: none;
	width: 940px;
}

#info h1 {
	font-size: 16px;
	color: #CF0128;
	margin-bottom: 15px;
}
#info h2 {
	font-size: 14px;
	color: #F1571D;
	font-weight: normal;
}
#info .orangeheading {
	font-size: 14px;
	color: #F1571D;
	font-weight: strong;
}
#info h3 {
	color: #40939E;
	text-transform: uppercase;
}
#info h4 {
	font-size: 13px;
	color: #F57D50;
	font-weight: bold;
	text-transform: uppercase;
}

#info h1.blue {
	font-size: 16px;
	color: #0070C0;
	margin-bottom: 15px;
}
#info h2.blue {
	font-size: 14px;
	color: #0070C0;
	font-weight: normal;
}
#info h3.blue {
	color: #0070C0;
	text-transform: uppercase;
}
#info h4.blue {
	font-size: 13px;
	color: #0070C0;
	font-weight: bold;
	text-transform: uppercase;
}
#info p {
	margin-bottom: 10px;
	line-height: 130%;
}
#info ul {
	margin-right: 5px;
	margin-left: 40px;
}
#info ul li{
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 8px;
}
#info ol li{
	margin-bottom: 8px;
}

#sidebar {
	padding: 4px 20px 30px 20px;
	float: left;
	width: 210px;
}
#footer {
	font-size: 11px;
	color: #FFF;
	background: #CF0128;
	padding: 10px 20px;
}
#sidebar h1 {
	font-size: 14px;
	margin-bottom: 15px;
	color: blue;
}
#footer a {
	color: #FFEDD2;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-bottom {
	background: url(../../images/layout/footer-bottom.png) no-repeat;
	height: 9px;
	margin: 0px auto;
	width: 1018px;
}
.highlight.underline , .highlight-column.underline{
	padding-top: 8px;
	padding-bottom: 8px;
}
.highlight:hover , .highlight-column.underline:hover{
	background: #FFF4E3;
}
.highlightALT:hover {
	background: #FFF1EC;
	color:#900;
}
.underline {
	border-bottom: 1px solid #F8A586;
}
a.button {
	color: #CF0128;
	text-decoration: none;
	background: #FED1C0;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #F8A586;
	text-transform: uppercase;
	font-weight: bold;
}
a.fullbutton { /* added for home page */
	color: #CF0128;
	text-decoration: none;
	background: #FED1C0;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #F8A586;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
}
a.bigbtn { 
	color: #CF0128;
	text-decoration: none;
	background: #FED1C0;
	font-size: 15px;
	border: 1px solid #F8A586;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
}
a.bigbtnlink { 
	color: #CF0128;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
a.bigbtnlink:hover { 
	color: #900;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.bighighlite { 
	color: #CF0128;
	text-decoration: none;
	background: #FED1C0;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #F8A586;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
}
.bighighlite2 { 
	color: #CF0128;
	text-decoration: none;
	background: #FFFFBF;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #F8A586;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.bighighliteALT { 
	background: #FED1C0;
	padding: 5px;
	font-size: 15px;
	border: 1px solid #F8A586;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
}
a.button-qc {
	color: #CF0128;
	text-decoration: none;
	background: #FED1C0;
	font-size: 20px;
	font-weight:bold;
	padding: 5px;
	border: 1px solid #F8A586;
}

#info a {
	color: #CF0128;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#info a:hover {
	text-decoration: underline;
}

a.button:hover {
	background: #F8A586;
}


.clear {
	clear: both;
}
form .col-20, form .col-80 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.text-extra-small {
	font-size: 10px;
}
.pages {
	font-size: 10px;
	font-weight: bold;
}
a.pages {
	text-decoration: none;
	background: #FFF4E3;
	color: #000;
	border: 1px solid #CF0128;
	margin: 0px 3px;
	padding: 3px 0px;
}
a.pages:hover {
	background: #F8A586;
}
a.pages.down {
	color: #FFF;
	background: #CF0128;
}
#body #content #info a.pages.down {
	color: #FFF4E3;
}

.price {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cell-header {
	border-top: 1px solid #F8A586;
	border-bottom: 1px solid #F8A586;
	background: #FFF9F0;
}
.cell-header2 {
	border-top: 1px solid #F8A586;
	border-bottom: 1px solid #F8A586;
	background: #FFE2B7;
}

#info .padding-4-tb, #sidebar .padding-4-tb{
	padding: 4px 0px;
}
#info .padding-10-tb {
	padding: 10px 0px;
}
#news-events {
	font-size: 11px;
}
#news-events a {
	color: #3F919D;
  font-style: italic;
	text-decoration: none;
  font-weight: normal;
}
#news-events a:hover {
	text-decoration: underline;
}
#news-events p {
	color: blue;
	font-weight: bold;
  padding: 3px 0;
}
#news-events .underline {
	color: #58AFBC;
	border-bottom-color: #6DBAC5;
}
.text-small {
	font-size: 80%;
}
#info .professionals {
	padding-bottom: 20px;
}

#info .professionals h1 {
	border-bottom: 1px solid #40929E;
	padding: 5px;
	color: #40929E;
	background: #F2E6DB;
	border-top: 1px solid #40929E;
	margin: 0px 0px 5px;
	font-size: 18px;
	font-weight: normal;
}
#info .professionals h2 {
	color: #25565C;
	padding: 5px;
	margin-bottom: 8px;
	font-weight: bold;
	background: #E2E2E2;
	margin-top: 10px;
}
#info .professionals  h3 {
	text-transform: capitalize;
	font-weight: bold;
	color: #F7936C;
	margin-left: 20px;
	margin-right: 5px;
}
#info .professionals  p {
	padding: 0px;
	margin-right: 5px;
	margin-left: 20px;
	margin-bottom: 0px;
}
#info .professionals ul {
	margin-top: 10px;
	margin-bottom: 20px;
}
#info .professionals img {
	margin-top: 15px;
}
#info .professionals .address {
	margin-bottom: 5px;
}
#info .page-nation {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
#info .page-nation a.button {
	font-size: 9px;
	text-transform: capitalize;
	padding: 3px;
	background: #FFF;
	color: #666;
	border: 1px solid #FFF;
}
#info .page-nation a.button:hover {
	font-size: 9px;
	border: 1px solid #999;
	text-transform: capitalize;
	padding: 3px;
	background: #F2E6DB;
	color: #666;
	text-decoration: none;
}






.text-black {
	color: #000;
}
.text-blue {
	color: #0070C0;
}
.text-red {
	color: #CF0128;
}
.text-blue-hlt {
	color: #0070C0;
	background-color:#FF9;
}
.text-size16 {
	font-size: 16px;
}
.text-size15 {
	font-size: 15px;
}
.text-size14 {
	font-size: 14px;
}
.text-size13 {
	font-size: 13px;
}
.text-size12 {
	font-size: 12px;
}
.image_l {
	float: left;
	padding: 0px 10px 0px 0px;
}
.image_r {
	float: right;
	padding: 0px 0px 0px 10px;
}
.highlight-text {
	padding: 5px;
	background: #FFF4E3;
	border-top: 1px solid #F8A586;
	border-bottom: 1px solid #F8A586;
}
.padding-5 {
	padding-top: 7px;
	padding-bottom: 7px;
}
.highlight.padding-5 {
	padding-top: 6px;
	padding-bottom: 6px;
}
#warn {
	background: #EDF7F8;
	padding: 10px;
	border: 1px solid #DAEFF1;
}

#warn p {
	margin: 0;
	font-weight: bold;
}

#main {
	display: none;
}
#info .col-25 .caption {
	font-size: 9px;
	font-style: italic;
}
img.absmiddle {
	vertical-align: middle;
}

#info .home-member-links a {
  display: inline-block;
	font-weight: bold;
  padding: 4px 10px; 
  transition: ease .2s;
}
#info .home-member-links a:hover {
  background-color: #FED1C0;
  transition: ease .2s;
  text-decoration: none;
}