/*
File:			custom.css
Description:	Custom styles for the Neoclassical Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's 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!
*/
#container {margin-top:0px; padding-top:0px;}
#local_xperts {background: transparent url('images/headerBar.jpg') top left no-repeat;margin-top:45px;height:45px;}
#slide_ad_container div {display:inline; float:left;}

ul.sidebar_list li.widget div.promo_content  {padding: 10px;height:134px; width:187px;background: transparent url(images/promo_background.jpg) top left no-repeat;}
#slide_ad_container {float:left;width:587px;height:191px;margin-right:12px;background:transparent url(images/slide_background.jpg) no-repeat top left;}
.slide_ad_button {width:41px;height:191px; text-align:center; vertical-align:middle; }
#slide_ad_container .left {background: transparent url(images/slide_arrowLeft.gif) no-repeat 10px 80px;}
#slide_ad_container .right {background: transparent url(images/slide_arrowRight.gif) no-repeat 10px 78px;}
#slide_ad_container .left:hover {background: transparent url(images/slide_arrowLeftOn.gif) no-repeat 10px 80px;}
#slide_ad_container .right:hover {background: transparent url(images/slide_arrowRightOn.gif) no-repeat 10px 78px;}

#slide_ad_content {width:250px; overflow:hidden; padding:15px 10px;}
#slide_ad_content div {display:block;}
#slide_ad_content #subhead {font-size:12px;color:#366; font-weight:bold;margin-bottom:5px;width:230px;}
#slide_ad_content #header {font-size:20px;color:#f63; font-weight:bold;margin-bottom:10px;}
#slide_ad_content #description {font-size:12px;color:#000;line-height:1.2em;}

#slide_ad_image_frame {width:215px; padding:17px 12px 20px 8px; background: transparent url(images/slide_adPhotoFrame.png) 0px 10px no-repeat;z-index:1;}
#slide_ad_image {margin:0;padding:0;z-index:2;}
#slide_ad_image img {border:0px;}

.promo_content .small {color:#000;font-size:1.2em;font-weight:bold;line-height:1.33333em;}
.promo_content .med {color:#000;font-size:1.2em;font-weight:bold;line-height:1.4em;}
.promo_content .large {color:#000;font-size:1.5em;font-weight:bold;line-height:1.5em;}
.promo_content .white {color:#fff;}
.promo_content .large-italic {font-size:1.3em; color:#000; font-style:italic;}
.promo_content #promo_button {position:relative; left:70px; top:-15px; width:100px; height:29px;background:transparent url(images/promo_btnClickHere.gif) no-repeat top left;}
.promo_content #promo_button:hover {background:transparent url(images/promo_btnClickHereOn.gif) no-repeat top left;}