/* ********************************************** */
/* Kills all browser defined paddings and margins */
/* ********************************************** */
@import "reset.css";

/* clears the floats an forces container */
/* to resize to the size of floated elements */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #clearfix {height: 1%;}
/* End hide from IE-mac */


body {
background: #d4c336;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
#branding {
width: 960px;
height: 231px;
margin: 0px auto;
}
#content {
width: 960px;
background-image: url(../images/cols.jpg);
margin: 0px auto;
}
fieldset {
padding: 20px;
width: 75%;
margin: 0px auto;
border: 1px solid #d4c336;
}
fieldset.register_form {
width: 90%;
}
fieldset.register_form form p {
float: left;
padding-right: 20px;
}
#footer {
width: 960px;
text-align: center;
padding: 20px 0px;
line-height: 160%;
margin: 0px auto;
background: #d4c336;
}
#footer a {
color: #000;
}
#footer a:hover {
text-decoration: none;
}
#head {
width: 100%;
height: 231px;
background-image: url(../images/arcs2.jpg);
background-position: center;
position: relative;
text-align: center;
overflow: hidden;
}
#main_content {
width: 400px;
float: left;
padding: 0px 25px 20px 25px;
line-height: 140%;
overflow: hidden;
}
#main_content p {
padding-bottom: 20px;
}
#main_navigation {
width: 289px;
height: 350px;
background-image: url(../images/navigation_backer.jpg);
background-repeat: no-repeat;
float: left;
}
#navigation_links a {
padding: 0px 0px 0px 70px;
font-size: 14px;
text-decoration: none;
color: #b86f27;
}
#navigation_links a:hover {
color: #FFF;
}
#provider input, #member input {
border: 1px solid #d4c336;
padding: 3px;
}
#right_decoration {
width: 39px;
background-image: url(../images/right_dec.jpg);
background-repeat: no-repeat;
height: 404px;
float: right;
}
#search {
font-size: 12px;
}
#search td {
border: 1px solid #d4c336;
}
#search td.left {
border-right: 0px;
}
#search td.right {
border-left: 1px solid #666;
}
#searchterm {
width: 115px;
color: #d4c336;
padding-left: 4px;
border: 0px;
}
#secondary_content {
width: 181px;
float: right;
}
#secondary_top, #secondary_bottom {
padding: 20px 15px 20px 15px;
}
#secondary_top {
border-bottom: 1px solid #b86f27;
}
#secondary_bottom {
padding-bottom: 20px;
}
#secondary_bottom ul li {
padding: 0px 0px 12px 0px;
font-size: 14px;
}
#secondary_bottom ul li a {
text-decoration: none;
color: #d4c336;
}
#secondary_bottom ul li a:hover {
color: #b86f27;
}
#secondary_content q {
display: block;
padding-bottom: 10px;
}
strong {
font-weight: bold;
}
#sub_foot {
width: 100%;
height: 24px;
background-image: url(../images/arcs2.jpg);
background-position: top;
}
#submit3 {
border: none;
padding: 0px;
margin: 0px;
}
p.testimonial {
padding: 10px 0px 10px 0px;
color: #b86f27;
}
#top_decoration {
width: 100%;
position: relative;
background-image: url(../images/tt_repeat.jpg);
background-position: center;
}
#toptics {
display: block;
margin: 0px auto;
width: 960px;
}

/* Main content elements styled */
#main_content a {
color: #000;
}
#main_content a:hover {
color: #666;
}
#main_content blockquote {
width: 275px;
padding: 0px 0px 10px 70px;
quotes: "\201C" "\201D";
}
#main_content blockquote:before { content: open-quote; font-weight: bold; }
#main_content blockquote:after { content: close-quote; font-weight: bold; }
#main_content h1, #main_content h2, #main_content h3, #main_content h4 {
padding-bottom: 10px;
font-weight: bold;
}
#main_content h1 {
font-size: 20px;
}
#main_content h2 {
font-size: 16px;
}
#main_content h3 {
font-size: 14px;
}
#main_content ul {
list-style-type: disc;
padding: 0px 0px 10px 35px;
}
#main_content ol {
list-style-type: decimal;
padding: 0px 0px 10px 35px;
}
#main_content .search_results {
margin: 10px 0px;
width: 100%;
border-bottom: 1px dashed #d26f1a;
padding-bottom: 10px;
}
#main_content .search_results tr td {
padding: 4px;
}
#main_content .search_results .header {
background-color: #F0FFAB;
}

.playlist {
	height: 320px;
	overflow: auto;
}

.playlist a.first {
	background: url(/images/playlist_bk2.jpg);
}

.playlist a {
	display: block;
	padding: 15px;
	background: url(/images/playlist_bk.jpg);
	text-decoration: none;
	border: 1px solid #c3c3c3;
	height: 50px;
}
#main_content .playlist a:hover {
	background: url(/images/playlist_bk2.jpg);
	color: #000;
}
.playlist strong, .playlist em {
	display: block;
}
.seminars {
	font-size: 10px;
	padding-top: 10px;
	color: #B86F27;
}
.seminars p {
	padding: 0px 0px 10px 0px;
}