/* CSS Document */

/* old link color
A:link { color: #0083B1 }
A:visited { color: #0083B1 }
A:hover { color: #0000FF } 
*/
a:link { color: #990033 }
a:visited { color: #990033 }
a:hover { color: #000000 }
a { text-decoration: none } 

td {font-family: Arial; font-size: 13px; color: #333333; } 

BODY { background-color: #D7D2C4; }

/* Link Variations */

a.ajheadnav:link { color: #AC0834 }
a.ajheadnav:visited { color: #AC0834 }
a.ajheadnav:hover { color: #000000 }
a.ajheadnav { text-decoration: none; font-weight: bold; font-size: 14px}

a.headernav:link { color: #666666 }
a.headernav:visited { color: #666666 }
a.headernav:hover { color: #AC0834 }
a.headernav { text-decoration: none; font-family: Arial Narrow; font-size: 13px; font-weight: 800; }

a.headernav-selected:link { color: #AC0834 }
a.headernav-selected:visited { color: #AC0834 }
a.headernav-selected:hover { color: #AC0834 }
a.headernav-selected { text-decoration: none; font-family: Arial Narrow; font-size: 13px; font-weight: 800; }

a.sidenav:link { color: #990033 }
a.sidenav:visited { color: #990033 }
a.sidenav:hover { color: #000000 }
a.sidenav { text-decoration: none; font-weight: 800; }

a.sidenav-selected:link { color: #000000 }
a.sidenav-selected:visited { color: #000000 }
a.sidenav-selected:hover { color: #000000 }
a.sidenav-selected { text-decoration: none; font-weight: 800; }

a.footernav:link { color: #FFFFFF }
a.footernav:visited { color: #FFFFFF }
a.footernav:hover { color: #FFFFFF; text-decoration:underline }
a.footernav { text-decoration: none; font-size: 10px}

a.bdafooter:link { color: #000000 }
a.bdafooter:visited { color: #000000 }
a.bdafooter:hover { color: #000000; text-decoration: none }
a.bdafooter { text-decoration: underline; font-size: 10px; font-weight: bold}

a.redindex:link { color: #C10839 }
a.redindex:visited { color: #C10839 }
a.redindex:hover { color: #C10839; text-decoration: underline }
a.redindex { text-decoration: none; font-size: 10px }

/* Layout Variations */

.logo {
	padding-left: 40px;
}
.tagline {
	padding-top: 10px;
}
.tabletop-banner {
	background-repeat: no-repeat;
}
.copyright {
	font-size: 10px;
	color: #000000;
	padding-top: 7px;
}
.footertext {
	color: #FFFFFF;
}
.td-header {
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 27px;
}
.index-leftside {
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top;
}
.index-middle {
	padding-left: 20px;
	vertical-align: top;
}
.index-right {
	padding-left: 10px;
	padding-right: 25px;
	vertical-align: top;
}
.secondary-leftside {
	padding-left: 40px;
	padding-top: 10px;
	vertical-align: top;
}
.secondary-content {
	padding-left: 20px;
	padding-right: 35px;
	padding-top: 30px;
	padding-bottom: 15px;
	vertical-align: top;
}
.secondary-images {
	padding-left: 10px;
	padding-bottom: 10px;
}

/* Form */  

.button {
    font-family: Arial;
    font-size: 13px;
    border-color: #000000;
    background-color: #EEEEEE;
    border-width: 1px;
    height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.subscribe-gray {
    font-family: Arial;
    font-size: 12px;
	color: #000000;
	padding: 1px;
	background-color: #999999;
	background: #999999;
	border: #999999 1px solid;
}
.subscribe {
    font-family: Arial;
    font-size: 12px;
	color: #333333;
	padding: 1px;
	background-color: #FFFFFF;
	background: #FFFFFF;
	border: #999999 1px solid;
}
.textbox {
    font-family: Arial;
    font-size: 13px;
	padding: 2px;
	background: #fff url('../images/input_bg.gif') repeat-x 0 1px;
	border: #A8A9AB 1px solid;
}

/* Font Variations */

.newsletter {
	font-size: 16px;
	font-family: Arial Narrow;
	color: #999999;
}
.newsletter-small {
	font-size: 11px;
	color: #999999;
}
.testimonial {
	font-size: 12px;
	color: #999999;
}
.testimonial-small {
	font-size: 10px;
	color: #999999;
}
.testimonial-smallred {
	font-size: 10px;
	color: #C10839;
}
.testimonial-br {
	line-height: 40px;
}
.testimonial-sidebar {
	font-size: 12px;
	font-style: italic;
}
.ask-expert {
	font-size: 16px;
	font-family: Arial Narrow;
	font-weight: 550;
}
.small {
	font-size: 11px;
}
.sidebar-header {
	font-family: Arial Narrow;
	font-size: 20px;
	font-weight: bold;
	color: #990033;
}
.dark-header {
	font-size: 18px;
	color: #000000;
}
.title {
	font-weight: bold;
	color: #000000;
}