/* Maroon */

	body {background: #eef4f2 url(../style_images_v2/body_bg_ltblue.gif) repeat-y center top;}

	#vert_nav {background: #fff url(../style_images_v2/vert_nav_bg_orange.gif) repeat-x center top;}
	.vert_nav li {border-left: 1px solid #8d5e53;}
	.vert_nav a:hover{color:#eef4f2; text-decoration: none; border: none;}
	
	#main_nav {background: #fff url(../style_images_v2/nav_bg_over_tan.gif) repeat-x center top;}	
	.main_nav a {background: url(../style_images_v2/nav_bg_over_tan.gif) repeat-x center top;}
	.main_nav a:hover {background: url(../style_images_v2/nav_bg_up_tan.gif) repeat-x center top;}

a {color:#cb5a3c;}
.accent {color:#cb5a3c;}

/* Main Navigation */
	.main_nav li.current {background: #338399 url('../style_images_v2/nav_bg_cur_maroon.gif') repeat-x left top; }
	.main_nav li.current a, .main_nav li.current a:hover {color: #eef4f2; background: #338399 url('../style_images_v2/nav_bg_cur_maroon.gif') repeat-x right top;}
	
/* Sub-navigation */
	#sub_nav {background: #fff url(../style_images_v2/sub_nav_bg_maroon.gif) repeat-x center top; }
	.sub_nav {background-color: #338399; color:#eef4f2}
	.sub_nav li {border-left: 1px solid #692325;}
	.sub_nav li.current a{color:#fff;}
	.sub_nav a:hover{color:#fff}
	
/*Module Tabs =================== */
	ul.tabbernav{border-bottom:1px solid #692325;}
	ul.tabbernav li.tabberactive {background: #338399 url(../style_images_v2/module_head_bg_maroon.gif) repeat-x left top;}
	ul.tabbernav li.tabberactive a, ul.tabbernav li.tabberactive a:hover{background: #338399 url(../style_images_v2/module_head_bg_maroon.gif) repeat-x right top; color:#fff;}
	ul.tabbernav{background: #fff url(../style_images_v2/nav_bg_over_tan.gif) repeat-x center top;}
	ul.tabbernav li a:hover{background: url(../style_images_v2/nav_bg_up_tan.gif) repeat-x center top;}

	
/*Module Navigation =================== */
	.module_nav li.last a {color: #15718e;}
	.module_nav {background: #fff url(../style_images_v2/nav_bg_over_tan.gif) repeat-x center top;}
	.module_nav a {text-decoration: none; background: url(../style_images_v2/nav_bg_over_tan.gif) repeat-x center top;}
	.module_nav a:hover {background: url(../style_images_v2/nav_bg_up_tan.gif) repeat-x center top;}
	
	.module_nav li.current {background: #338399 url(../style_images_v2/module_head_bg_maroon.gif) repeat-x left top;}
	.module_nav li.current a, .module_nav li.current a:hover {background: #338399 url(../style_images_v2/module_head_bg_maroon.gif) repeat-x right top;}
	.module_nav li.current span {display:block; background: #338399 url(../style_images_v2/module_head_bg_maroon.gif) repeat-x right top;}
	
/*Background elements*/
	.module_content {background: #fff url(../style_images_v2/module_bg_tan.gif) repeat-x center top;}	
	
/* Module Navigation */
	.module_border {border-top-color:#cb5a3c;}	
	.module_offset {background-color: #eef4f2;}
	
/* Footer */
	#footer {background: #4f3630 url(../style_images_v2/footer_bg_tan.gif) repeat-x center bottom;}
	.footer {color:#eef4f2; line-height: 1.7em; border-bottom:1px solid #4f3630}
	.footer a {color:#eef4f2; text-decoration:none; border-bottom:1px dotted #999}
	.footer a:hover {color:#fff; text-decoration:none; border-bottom:1px dotted #fff;}


/* jquery Tabs */
	.ui-tabs-nav a,.ui-tabs-nav a span{background-image:url('../style_images_v2/tabs_bg_maroon.png');}
	.ui-tabs-panel{border-top:1px solid #cb5a3c;}

