html, body {
	height:100%;
	}
body {
	background:#1d1f22 url(../images/bg_floral_black.gif);
	font-size:.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0 auto;
	text-align:center;
        color:#636363;
	}

h1 {
padding:0;
color:#1d1f22;
background: url(../images/line_horz.gif) no-repeat left bottom; color:#743b8c;
}
h1 {font-size:2.0em;}
h2 {font-size:1.33em;}
h3 {font-size:1.17em;}
h4 {font-size:1em;}

h1, h2, h3, h4 {margin:0 0 15px 0; font-weight:normal; font-style:italic;}

img {
	border:none;
	background:none;
	}
p {
line-height:1.5em;
}
hr {
background:#fff;
border:none;
border-bottom:1px solid #d6c9f2;
}
/*--Wrappers--------------------------------------------*/
#dab_master_wrapper {
	text-align:left;
	margin:0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
	background:url(../images/bg_body_2.gif) repeat-y center top;
	}
#dab_push,
#dab_footer_wrapper {
	height:25px;
	}
#dab_header_wrapper {
	background:#7d4b92 url(../images/bg_floral_purple.gif);
	border-bottom:2px solid #d6c9f2;
	}
#dab_content_wrapper {
        background:#fff;
	}
#dab_footer_wrapper {	
	clear:both;
	padding:5px 0;
	color:#202020;
	background:#8ea637;
	text-align:right;
	}
/*--Content Wrappers--*/
#dab_left_column {
	width:630px;
	float:left;
	margin:10px 0 10px 8px;
        
	}


#dab_right_column {
	width:200px;
	float:right;
	}

#dab_body {
	padding:1px 0;
	}

#dab_body_content a {
background: url(../images/line_horz.gif) no-repeat center bottom;
font-weight:normal;
color:#743b8c;
text-decoration:none;
padding-bottom:2px;
}
#dab_body_content a:hover {
color:#743b8c;
background: url(../images/line_horz.gif) no-repeat left bottom;
text-decoration:none;
}
.fixed_width {
	width:850px;
	margin:0 auto;
	}
/*--Header Stuff----------------------------------------*/
#dab_logo, #dab_logo a {
	float:left;
	background:none;
	}
#dab_phrase {
	float:right;
	margin:0;
	}
/*--Body Stuff-----------------------------------------*/
#dab_slideshow {
	height:450px;
	border:1px solid #483838;
	margin:10px 0 0 0;
	background:#FFFFFF;
	}
/*--Footer Stuff---------------------------------------*/
#dab_copyright {
	font-size:.83em;
	color:#6c7f26;
	}
#dab_copyright a{
	color:#6c7f26;
	text-decoration:none;
	font-weight:normal;
	}
#dab_copyright a:hover {
	text-decoration:underline;
	color:#6c7f26;
	}
/*--Menus----------------------------------------------*/
ul.dab_header_menu {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	font-size:1.17em;
	clear:both;
	}
ul.dab_header_menu li {
	display:inline;
	}
ul.dab_header_menu li a {
	margin:0 15px 0 0;
	color:#8ea637;
	text-decoration:none;
	padding:0 0 0 5px;
	float:left;
	font-weight:normal;
	background:none;
	}
ul.dab_header_menu li a span {
	display:block;
	padding:4px 8px 5px 3px;
	}
ul.dab_header_menu li a:hover {
	background:url(../images/bg_tab_left.gif) no-repeat left top;
	color:#8ea637;
	}
ul.dab_header_menu li a:hover span {
	background:url(../images/bg_tab_right.gif) no-repeat right top;
	}
/*--Footer News--*/
ul#dab_right_news {
	margin:0 2px 0 0;
	list-style:none;
	padding:0;
	overflow:hidden;
	font-style:italic;
	text-align:right;
	}
.aos_news_date,
.aos_news_date a,
.aos_news_date a:hover {
	font-size:10px;
	color:#743b8c;
	}
ul#dab_right_news li {
	padding:5px;
	font-size:14px;
	}
	
ul#dab_right_news a {
	color:#8ea637;
	text-decoration:none;
	display:block;
	}
ul#dab_right_news a:hover {
	color:#8ea637;
	text-decoration:none;
	}
ul#dab_right_news li:hover {
	background:#f3edff;
	
	}

/*--Clearfix to help enclose floats-----------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}	