/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom"&gt;. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body.custom {
	background:#9EBEE2/*5F94CF;3169A5url('images/ash_bg_shadow.png') repeat-y scroll 50% 0*/
}
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { 
	display: block; 
	height: 170px; 
	outline: none; }
#header {
	height: 135px; 
	width:100%; 
	/*margin-left:-40px;*/
	background: url('images/new_header_bg2.png') repeat-x;
	}
#custom_logo_and_tagline_container {
	float:left;
	margin-top:10px;
	margin-left:8px;
        width:425px;
}
#custom_logo_container {
	width:408px;
	height:117px;
	background:url('images/new_header_logo2.png') no-repeat;
	}
#custom_tagline {
	margin-top:4px;
        margin-bottom:20px;
        text-align:right;
        font-weight:bold;
        font-size:13px;
}
#custom_header_widget_container {
	float:right;
	margin-top:18px;
	margin-right:30px;
	width:475px;
	height:100px;
	text-align:left;
}
#custom_header_widget_container .widget {
	margin-left:200px;
        margin-bottom:5px;
        margin-top:-10px;

}
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

.menu {
	width:100%;
	background-color:#004793;
}

/*.menu a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#004793 none repeat scroll 0 0;
	color:#FFFFFF;
	}*/
#feature_box { /*removes the feature box padding automatically generated by the theme */
	padding:0;
}
#custom_upper_feature_box_container{
     width:100%;
     height:165px;
	 margin-bottom:8px;
	 background-color:#83A8DA;
     }
#custom_upper_feature_box_left{
    float:left;
    width:32%;
    height:156px;
	border-right:#CCCCCC 1px solid;
	padding:.5em;
	}
#custom_upper_feature_box_middle_right{
    float:right;
	width:66%;
    }
#custom_upper_feature_box_middle{
    float:left;
	width:48%;
    height:156px;
	padding:.5em;     
	}
#custom_upper_feature_box_right{
    float:right;
	width:48%;
    height:156px;
	border-left:#CCCCCC 1px solid;
	padding:.5em;   
	}
#custom_lower_feature_box_container{
	clear:both;
	width:100%;
	height:180px;
	/* tjc 2009-12-15: change the background color of the lower feature box
  old:
	background:#83A8DA;
  */
	background:#FFFFFF;
	border: 2px solid #004793;
	margin-bottom:0px;
	}
#custom_lower_feature_box_left{
    float:left;
    width:45%;
    height:160px;
	padding:1em; 
	}
#custom_lower_feature_box_right{
    float:right;
	width:45%;
    height:160px;
	padding:1em;     
	}
#custom_partner_logo_box_container {
	clear:both;
	width:100%;
	margin-bottom:0px;
	}
#footer {
	width:100%;
	/*margin-left:-40px;*/
	background:#FFFFFF url('images/ash_footer_bg.png') bottom repeat-x ;
	}
#header, #footer {
	padding-left:0em;
	padding-right:0em;
}
#footer_nav {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
	text-align:center;
}
#footer_nav ul li {
	display:inline;
	text-decoration:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#footer_nav li {
	padding-left:5px;
	padding-right:5px;
	border-right: 1px solid;
	}
#footer_nav .last {
	border-right: none;
	}
#footer_upper_left {
	clear:both;
	float:left;
	width:59%;
	text-align:left;
	}
#footer_upper_right {
	float:right;
	width:38%;
	text-align:right;
	}
#footer_lower {
	clear:both;
	width:100%;
	text-align:left;
	}
#footer_lower .address_info {
	color:#004793;
	text-align:center;
}
#footer_lower .trademark_notice {
	font-size:100%;
}

.sitepage .headline_area h1, #post-13 h2 {
	display:none;
	line-height:0;
        
}

#custom_upper_feature_box_container .widget h3, #custom_lower_feature_box_container .widget h3 {
	color:#000066;
	font-size:180%;
	font-weight:bold;
	}
#custom_header_widget_container .widget div{
	margin-bottom:20px;
}
.format_text h1 {
	font-size:180%;
	font-weight:bold;
	margin-bottom:10px;
	}
.format_text a {
	text-decoration:none;
	color:#004793;
	font-weight:bold;
}
.format_text a:hover {
	color:#E89D00;
	}
.format_text ul li {
	margin-bottom:3px;
	}
#custom_partner_logo_box_container ul li {
	text-decoration:none;
	list-style-type:none;
}
.linkcat h2 { /*this removes the title of the link category pages*/
	display:none;
}
 .linkcat ul li  {
	margin-bottom:8px;
}
li.section-widget-tabbed h3 {
	margin-bottom:0px;
}
.sidebar {
	padding-top:10px;
}
.sidebar h3 { 
        line-height: 1.25em;
}
li.widget {
	margin-top:-15px;
}
.call_to_action {
	font-size:11px;
        font-weight:bold;
}
#custom_header_widget_container h3 {
	font-size:16px;
        font-weight:bold;
        color:#003366;
}
.phone_numbers {
	font-size:13px;
        font-weight:bold;
}
.sitepage {
	padding-top:0px;
        margin-top:-18px;
}



