/* ..........................................
	
	isna (version 1)
	date: july 17, 07
	design & build by oxidev interactive
	
.......................................... */


/* .... css reset .... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* .... end of css reset .... */

img
{
	border: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	/*opacity: .6;
	filter: alpha(opacity=60);*/
}

p
{
	font-size: 1.1em;
	color: #333;
	padding-bottom: .8em;
	line-height: 1.4em;
}

.clearBoth
{
	clear: both;
}

.noBorder
{
	border: none !important;
}

.alignCenter
{
	display: block;
	margin: 0px auto;
}






/* ........... style begins ................. */

body
{
	font-size: 62.5%;
	font-family: tahoma, helvetica, arial, "lucida grande", sans-serif;
	background-color: #ebe4d1;
}

#container
{
	width: 778px;
	margin: 0px auto;
}

#navigations
{
	position: relative;
	width: 100%;
	height: 98px;
	background: url(../images/leadership_header_bg2.gif) no-repeat top;
}

#logo
{
	position: absolute;
	top: 9px;
	left: 24px;	
}

ul#topNav
{
	float: right;
}

ul#topNav li
{
	float: left;
	font-size: 1em;
	height: 26px;
	background: url(../images/leadership_07.gif) repeat-x bottom;
}

ul#topNav li.firstItem
{
	background: url(../images/leadership_05.gif) no-repeat left;
	padding-left: 12px;
}

ul#topNav li.lastItem
{
	background: url(../images/leadership_09.gif) no-repeat right;
	padding-right: 12px;
}

ul#topNav li a
{
	padding: 0px 12px;
	color: #e5d54d;
	height: 26px;
	float: left;
	line-height: 23px;
}

ul#topNav li a:hover
{
	color: #ffea82;
}

ul#mainNav
{
	clear: right;
	float: right;
	margin-top: 34px;
	margin-right: 3px;
	width: 460px;
}

ul#mainNav img
{
    display: block;
}

ul#mainNav li
{
	display: block;
	float: left;
	height: 37px;
	margin-left: 4px;
}

#contentLeft
{
	float: left;
	width: 192px;
	background-color: #fff;
	margin-left: 7px;
	display: inline;
}

.isnaClock
{
	padding-top: 9px;
	width: 192px;
	height: 41px;
	font-family: georgia, serif;
	font-size: 1em;
	background: url(../images/clock_bg_blue.jpg) no-repeat bottom;
}

.isnaClock p
{
	margin-left: 55px;
	color: #1f9414;
	padding-bottom: 0px;
}

#contentLeft h1
{
	margin: 7px 0px 5px 0px;
	height: 31px;
}

#isnaSearch
{
	width: 181px;
	height: 66px;
	padding: 15px 0px 0px 0px;
	padding-left: 11px;
	background: url(../images/search_blue_bg.gif) no-repeat bottom;
}

#isnaSearch input.inputField
{
	border: 1px solid #d8cec7;
	margin-right: 6px;
	width: 136px;
	font-size: 1.1em;
	color: #666;
	padding: 2px 2px;
}

#isnaSearch h2
{
	margin-bottom: 10px;
}

#newsletter
{
	/*width: 181px;*/
	width: 157px;
	padding: 15px 0px;
	padding-left: 11px;
	background: url(../images/search_blue_bg.gif) no-repeat bottom;
	margin-bottom: 5px;
}

#newsletter input.inputField
{
	border: 1px solid #d8cec7;
	margin-right: 6px;
	width: 110px;
	font-size: 1.1em;
	color: #666;
	padding: 2px 2px;
}

#newsletter h2
{
	margin-bottom: 10px;
}

#contentHolder
{
	width: 778px;
	background: #fff;
	padding-top: 7px;
	padding-bottom: 25px;
	margin-top: 0px !important;
	margin-top: -2px;
}

/* ........ subNav ........... */
#subNavHolder
{
	height: 30px;
	width: 100%;
	/*border-bottom: 1px solid #d3e6d1;*/
	background: #fff url(../images/sidenav_blue_bg.gif) repeat-x top;
	margin-top: 0px !important;
	margin-top: -2px;
}

ul.subNav
{
	
}

ul.subNav li
{
	font-size: 1.1em;
	font-family: verdana, sans-serif;
	float: left;
}

ul.subNav li a
{
	background: url(../images/green_arrow.gif) no-repeat 10px 13px;
	padding-left: 22px;
	display: block;
	color: #0a7400;
	padding: 8px 0px 8px 22px;
}

ul.subNav li a:hover
{
	color: #0fb300;
}

ul.subNav li ul
{
	background-color: #fefdfa;
}

ul.subNav li ul li
{
	background-image: none;
	border: none;
}

ul.subNav li ul li a
{
	background: url(../images/brown_arrow.gif) no-repeat 20px 4px;
	font-size: 1em;
	padding-left: 32px;
}

#contentTop
{
	position:static;
	width: 100% -7px;
	height: 132px;
	margin-left: 7px;
	margin-bottom: 8px;
}

#clockAndSearch
{
	float:left;
	/*position: relative;*/
	width: 192px;
	margin-right:5px;
}

/* ........ sideNav old ........... */
/*
ul.sideNav
{
	margin-bottom: 5px;
}

ul.sideNav li
{
	font-size: 1.1em;
	font-family: verdana, sans-serif;
	background: #fff url(../images/sidenav_blue_bg.gif) repeat-x top;
	border-bottom: 1px solid #d3e6d1;
}

ul.sideNav li a
{
	background: url(../images/green_arrow.gif) no-repeat 10px 13px;
	padding-left: 22px;
	display: block;
	color: #0a7400;
	padding: 8px 0px 8px 22px;
}

ul.sideNav li a:hover
{
	color: #0fb300;
}

ul.sideNav li ul
{
	background-color: #fefdfa;
}

ul.sideNav li ul li
{
	background-image: none;
	border: none;
}

ul.sideNav li ul li a
{
	background: url(../images/brown_arrow.gif) no-repeat 20px 4px;
	font-size: 1em;
	padding-left: 32px;
}
*/

#contentRight
{
	float: left;
	/*width: 565px;*/
	width: 771px;
	background-color: #fff;
	margin-left: 7px;
	display: inline;
}

#bannerHolder
{
	/*position: absolute;*/
	width: 565px;	
	/*height: 132px;*/
	margin-bottom: 6px;	
	float:left;
	/*top: 0px;
	left: 197px;*/
}

#announcements
{
	width: 590px;
	float: left;
	background: url(../images/announcement_bg2.gif) no-repeat top;
}

#announcements h1
{
	height: 31px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	font-family: lucida, Sans-Serif;
	padding-left: 10px;
	background: url(../images/leadership_h1_bg.gif) repeat-x bottom;
}

#announcements h2
{
	padding-top: 28px;
	padding-bottom: 20px;
	font-size: 1.8em;
	color: #1467c0;
}

#announcements p
{
	line-height: 1.6em;
	padding-bottom: 1em;
}

#announcements p,
#announcements h2,
#announcements h3,
#announcements img#signature
{
	padding-left: 25px;
	padding-right: 25px;
}

#announcementTabs
{
	padding-left: 8px;
	width: 100%-8px;
	height: 31px;
	background-color: #35690b;
}

#announcementTabs img
{
	margin-top: 4px;
}

#announcementTabs a.viewAll
{
	color: #e4efdb;
	font-size: 1.1em;
	background: url(../images/light_green_arrow.gif) no-repeat 0px 4px;
	padding-left: 10px;
	float: right;
	margin-top: -24px;
	margin-right: 10px;
}

#announcementContent ul
{
	width: 93%;
	margin: 0px auto;
}

#announcementContent ul li
{
	/*border-bottom: 2px solid #f2f2f2;*/
	margin: 15px 0px;
	background: url(../images/main_28.gif) no-repeat bottom;
}

#announcementContent p
{
	background: url(../images/doc_icon.gif) no-repeat 10px 7px;
	padding-left: 30px;
	padding-right: 10px;
}

#announcementContent p b
{
	color: #c8971e;
	font-weight: bold;
}

#announcementContent p a
{
	color: #3f8c00;
}

#newEvents
{
	width: 166px;
	float: left;
	/*margin-left: 6px !important;
	margin-left: 4px;*/
	display: inline;
	margin-left: 4px;
}

/*#newEvents h1
{
	margin: 5px 0px;
	height: 32px;
}*/

#newEvents h1
{
	height: 31px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	font-family: lucida, Sans-Serif;
	padding-left: 10px;
	background: url(../images/leadership_h1_bg.gif) repeat-x bottom;

	margin: 5px 0px;
}

ul#upcomingEvents
{
	padding-left: 14px;
	padding-right: 10px;
}

ul#upcomingEvents li p
{
	padding: 6px 0px;
}

ul#upcomingEvents li p b
{
	color: #2b8ade;
	font-weight: bold;
}

ul#upcomingEvents li p a
{
	color: #2b8ade;
}






#secContent
{
	padding: 15px 20px;
	width: 100%-40px;
	background: url(../images/content_shadow.gif) no-repeat 0px 0px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#secContent h1
{
	font-size: 2em;
	color: #156400;
	line-height: 1.2em;
	padding-bottom: .3em;
	padding-top: .3em;
}

#secContent h1.csc-firstHeader
{
    
}

#secContent h2
{
	font-size: 1.6em;
	color: #1c8000;
	line-height: 1.1em;	
	padding-bottom: 1em;
	margin-bottom: .3em;
	background: url(../images/h2_bg.gif) repeat-x bottom;
}

#secContent h3
{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.1em;
	color: #156400;
	padding-bottom: .3em;
	padding-top: .3em;
}

#secContent h4
{
	font-size: 1.2em;
	color: #398000;
	line-height: 1.20em;	
	font-weight: bold;
	margin-bottom: .3em;
}

#secContent h5
{
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.35em;
	color: #478507;
	margin-bottom: .5em;
}

#footer
{
	text-align: center;
	padding-top: 6px;
	margin-top: 4px;
	background-color: #fff;
}

#footer ul
{
	padding: 12px 0px;
	width: 774px;
	background: #305dc4 url(../images/leadership_55.gif) no-repeat top;
	color: #bccba5;
	margin: 5px auto 0px auto;
}

#footer ul li
{
	display: inline;
	color: #b3cddd;
	font-size: 1.1em;
}

#footer ul li a
{
	color: #b3cddd;
}

#footer ul li a:hover
{
	color: #fff;
}

#footer ul p
{
	padding-top: 10px;
	font-size: 1em;
	color: #b3cddd;
}



#mainTabs
{
	height: 24px;
	margin-bottom: 1px;
}


/*
.mainTabSub
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #319024;
	padding: 0px 2px 4px 2px;
}

.mainTabSub ul li
{
	font-size: 11px;
	display: inline;
}

.mainTabSub ul li a
{
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 4px;
}

.mainTabSub ul li a:hover
{
	background-color: #44a737;
}
*/


/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.LeadershipMenu ul.AspNet-Menu li
{    
    float: left;
	font-size: 1.1em;
	text-align: center;
	height: 24px;
	line-height: 23px;
	margin-right: 2px;
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.LeadershipMenu ul.AspNet-Menu li a,
.LeadershipMenu ul.AspNet-Menu li span
{		    
    display: block;
	width: 113px;
	height: 24px;
	color: #fff;
	background: url(../images/green_tab_bg.gif) no-repeat top;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.LeadershipMenu ul.AspNet-Menu li:hover, 
.LeadershipMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background: url(../images/green_tab_bg_o.gif) no-repeat top;
    color: #fff;
}
.LeadershipMenu ul.AspNet-Menu li ul li:hover, 
.LeadershipMenu ul.AspNet-Menu li ul li.AspNet-Menu-Hover
{
    background-image:none;
    background-color: #44a737;
}

.LeadershipMenu ul.AspNet-Menu li ul li ul li:hover, 
.LeadershipMenu ul.AspNet-Menu li ul li ul li.AspNet-Menu-Hover
{    
    width:189px;
}

.LeadershipMenu ul.AspNet-Menu li:hover a, 
.LeadershipMenu ul.AspNet-Menu li:hover span, 
.LeadershipMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.LeadershipMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.LeadershipMenu ul.AspNet-Menu li:hover li:hover a, 
.LeadershipMenu ul.AspNet-Menu li:hover li:hover span, 
.LeadershipMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.LeadershipMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.LeadershipMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.LeadershipMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.LeadershipMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.LeadershipMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{   
   background-image:none;
}

.LeadershipMenu ul.AspNet-Menu li:hover ul a, 
.LeadershipMenu ul.AspNet-Menu li:hover ul span, 
.LeadershipMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.LeadershipMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.LeadershipMenu ul.AspNet-Menu li:hover li:hover ul a, 
.LeadershipMenu ul.AspNet-Menu li:hover li:hover ul span, 
.LeadershipMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.LeadershipMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{    
    background-image:none;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.LeadershipMenu ul.AspNet-Menu li a:hover,
.LeadershipMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{		
	background-image:none;
}

.LeadershipMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{	
	background-image:none;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.LeadershipMenu .AspNet-Menu-Horizontal
{
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accomodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.LeadershipMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{	
    width: 755px;    
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.LeadershipMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 148px;
    left: 0px;
    top: 24px;    
    background-color: #319024;
    border-top:solid 1px white;   
    padding: 2px 2px;
}
.LeadershipMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
	border:none;
    width: 198px;
    left: 2px;
    top: 20px;    
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.LeadershipMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    /*width:60px;*/
    text-align:center;        
}

/* This rule can be used to set styles for the menu items in the second tier (and lower) in the menu. */
.LeadershipMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
    text-align:left;        
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.LeadershipMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    width:140px;    
	display: block;	
	
	color: #fff;
	/*border-bottom: 1px solid #fff;*/	
	font-size: 11px;	
	
	height: 20px;
	line-height: 19px;
	margin-right: 0px;
	padding: 0px;
	padding-left:4px;
	padding-right: 4px;
}

.LeadershipMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li a:hover
{
    background-image:none;    
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.LeadershipMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -20px 0 0 147px;
}

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */
/*********************************************************************************



/* ............................. added aug 15, 07 for cms content .................. */
#secContent
{
    font-size: 1.1em;
    color: #666;
    line-height: 14px;
    padding-bottom: 12px;
}

#secContent p
{
    font-size: 1em;
    line-height: 14px;
    padding-bottom: 12px;
}

#secContent a
{
	color: #487cff;
}

#secContent a:hover
{
	color: #1451ff;
	text-decoration: underline;
}

#secContent h1
{
	font-size: 2em;
	color: #156400;
	padding-bottom: .6em;
	padding-top: .6em;
}

#secContent h1.csc-firstHeader
{
    
}

#secContent h2
{
	font-size: 1.6em;
	color: #1c8000;
	padding-bottom: 1em;
	margin-bottom: .3em;
	background: url(../images/h2_bg.gif) repeat-x bottom;
}

#secContent h3
{
	font-size: 1.3em;
	font-weight: bold;
	color: #156400;
	padding-bottom: 10px;
	padding-top: 15px;
}

#secContent h4
{
	font-size: 1.2em;
	color: #398000;
	font-weight: bold;
	margin-bottom: .3em;
}

#secContent h5
{
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #478507;
	margin-bottom: .5em;
}

#secContent table
{
	margin: 5px 0px 20px 0px;
}

#secContent table tr th
{
	
}

#secContent table tr td
{
	font-size: 1.1em;
	padding: 3px 15px;
}

#secContent ul
{
    margin: 10px 0px 10px 20px;
}

#secContent ul li
{
	font-size: 1em;
	/*color: #333;*/
	background: url(../images/orange_arrow.gif) no-repeat 0px 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}
.relatedDocuments
{
    width: 95%;
    background-color: #fff;
}
#secContent ol
{
    /*margin-left: 20px;*/
}

#secContent ol li
{
    color: #666;
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 10px;
}


/* ...................... end of added aug 15, 07 for cms content .................. */

/* ............ added aug 15, 07 for calendar................ */
#eventCalendar table tr td.DaySelected a
{
	/*text-decoration: underline!important;*/
	color:#349CD9!important;
}
#eventCalendar
{
    width: 166px;
}

#eventCalendar table
{
    width: 100%;
}

#eventCalendar table tr th
{
    color: #333 !important;
    font-weight: bold;
    border-bottom: 1px solid #dedddb;
    text-align: center;
    padding: 5px 0px;
}

#eventCalendar table tr td
{
    font-size: 11px;
    text-align: center;
    padding: 2px 0px;
}

#eventCalendar table tr td a
{
    color: #484848 !important;
}

#eventCalendar table tr td a:hover
{
    color: #ac7d09 !important;
    text-decoration: underline;
}

#eventCalendar table tr td table tr td
{
    color: #349cd9;
    font-weight: bold;
}

#eventCalendar table tr td table tr td a
{
    color: #349cd9 !important;
}

.TopMenu .AspNet-Menu li a:hover
{	
    background-color: #424a61; /* link hover color */
}

.TopMenu .AspNet-Menu li li a
{    
	color: #e5d54d;    
    background-color: #131d39; /* nav background color */
}

.TopMenu .AspNet-Menu li a
{    
	color: #e5d54d;        
}

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */
/*********************************************************************************/
.pageList
{
	clear: both;
	text-align: center;
}

.pageList ul li
{
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	list-style: none;
	display: inline;
	margin: 0px 2px;
	background-image:none!important;
}

.pageList ul li a
{
	font-weight: normal;
	color: #3a76b4;
	text-decoration: underline;
}

.pageList ul li a.selectedPage
{
  color: #333;
  text-decoration : none;
  cursor: default;
}
#announcementContent ul
{
	width: 93%;
	margin: 0px auto;
}

#announcementContent ul li
{
	margin: 15px 0px;
	background: url(../images/main_28.gif) repeat-x bottom;
}

#announcementContent p
{
	font-size: 11px;
	background: url(../images/doc_icon.gif) no-repeat 10px 7px;
	padding-left: 30px;
	padding-right: 10px;
}

#announcementContent p b
{
	color: #c8971e;
	font-weight: bold;
}

#announcementContent p a
{
	color: #3f8c00;
}
.thumbnail-image-float-left
{
	float:left;
	margin:0px 10px 8px 0px;
}

.thumbnail-caption 
{
	display:block;
}
.thumbnail-image-float-left img
{
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;	
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
div#adSpace1 a img,div#adSpace2 a img
{
	display:block;
	margin-bottom:5px;
}
