@charset "UTF-8";


/* START template CSS */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#copy {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
	color: #f58023;
	}

.contentOnLeft #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.contentOnLeft #header {
	position: relative;
	background: #FFFFFF;
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 62px 0;
}

.contentOnLeft #header #mainNav {
	height: 34px;
	width: 960px;
	margin: 0 auto; 
	padding: 0;
	border-bottom: 2px solid #f58023;  
}
.contentOnLeft #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.contentOnLeft #header img#logo {
	position: relative;
	float: right;
	margin: 0 0 10px 0;
}

a img#logo {
	outline: none;
}

.contentOnLeft #contentWrapper {
	background: #fff url(../images/bg_ruleGray_centeredVertical.gif) 446px 0 repeat-y;
} /*this draws the rule down the page */

.contentOnLeft #contentWrapper_hide {
	background: #fff url(../images/bg_ruleGray_centeredVertical.gif) 340px 0 repeat-y;
} /*this draws the rule down the page */

.contentOnLeft #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 454px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	margin: 5px 20px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contentOnLeft #sidebar_hide {
	float: right; /* since this element is floated, a width must be given */
	width: 550px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	margin: 5px 20px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contentOnLeft #mainContent { 
	margin: 0 552px 20px 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.contentOnLeft #mainContent_hide { 
	margin: 0 552px 20px 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.contentOnLeft #footer {
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 40px 0 0;
} 
.contentOnLeft #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #999999;
	letter-spacing: 1px;
}
.imagerunaround {
	border: 1px solid #999999;
	margin-bottom: 30px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* END template CSS */

/* ---- START default fonts and colors for text ----  */

ul#pressItems {
	margin: 0;
	padding: 0;
}

ul#pressItems li {
	list-style: none;

	margin: 0 !important;
	padding: 0 !important;
}

ul#pressItems li a:link, ul#pressItems li a:visited {
	color: #666;
}

ul#pressItems li a:hover {
	color: #f58023;
}

ul#pressItems li a:active {
	color: #000;
}

ul#awards li {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #666;
	margin: 0 0 auto 0;
	padding: 0;
}

ul#awards li a:link, ul#pressItems li a:visited {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #f58023;
	margin: 0 0 auto 0;
	padding: 0;
}

ul#awards li a:hover {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #f58023;
	margin: 0 0 auto 0;
	padding: 0;
}

ul#awards li a:active {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #f58023;
	margin: 0 0 auto 0;
	padding: 0;
}

.fix a:link {
	color: #666;
	}

.fix a:visited {
	color: #666;
	}

.fix a:hover { 
	color: #f58023;
	}

.fix a:active {
	color: #000;
	}

a {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
	color: #f58023;
	}

a:link {
	color: #f58023;
	}
a:active {
	color: #f60;
	}
a:hover {
	color: #f90;
	}
a:visited {
	color: #c30;
	}



p {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #666;
	margin: 0 0 auto 0;
	padding: 0;
}

.links a:link{
	text-decoration: none;
	color: #f58023;
	font-weight: bold;
	font-family: verdana;
	font-size: 9pt;
	}
	
.links	a:visited{
	text-decoration: none;
	color: #f58023;
	font-weight: bold;
	font-family: verdana;
	font-size: 9pt;
	}
	
.links	a:active{
	text-decoration: none;
	color: #f58023;
	font-weight: bold;
	font-family: verdana;
	font-size: 9pt;
	}

.sellink a:link{
	text-decoration: none;
	color: #303030;
	font-weight: bold;
	font-family: verdana;
	font-size: 9pt;
}

.sellink a:visited{
	text-decoration: none;
	color: #303030;
	font-weight: bold;
	font-family: verdana;
	font-size: 9pt;
}

.sellinkgry a:link{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-family: verdana;
	font-size: 9pt;
}

.sellinkgry a:visited{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-family: verdana;
	font-size: 9pt;
}

#homepage p {
	font: normal 20px "Trebuchet MS", Arial, Verdana;
	color: #999;
	line-height: 30px;
	margin: 0 0 auto auto;
	padding: 0;
}

#homepage p span.title {
	color: #f58023;
	font-weight: bold;
}

h1#ourFounder {
	background: url(../images/headlines.gif) 0 0 no-repeat;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-indent: -1000em;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

h1#ourMission {
	background: url(../images/headlines.gif) no-repeat 0 -18px;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-indent: -1000em;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

h1#ourHistory {
	background: url(../images/headlines.gif) 0 -36px no-repeat;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-indent: -1000em;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

h1#ourStaff {
	background: url(../images/headlines.gif) 0 -54px no-repeat;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-indent: -1000em;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

h1#ourSpace {
	background: url(../images/headlines.gif) 0 -72px no-repeat;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-indent: -1000em;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

h1#grants {
	background: url(../images/headlines.gif) 0 -90px no-repeat;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-indent: -1000em;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

h1#pressEvents {
	background: url(../images/headlines.gif) no-repeat 0 -108px;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-indent: -1000em;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

h1#contact {
	background: url(../images/headlines.gif) 0 -126px no-repeat;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-indent: -1000em;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

h1#exhibitions {
	background: url(../images/headlines.gif) 0 -144px no-repeat;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-indent: -1000em;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

/* END default fonts and colors for text */

/* START mainNav styling */
	/* NOTE: the menu uses 'CSS image replacement' technique to allow for images in nav, while maintaining accessibility (gracefuly degrades to text for screen readers)*/

#navList {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 33px;
	padding: 0;
}

#navList li {
	list-style: none;
	height: 34px;
	width: 126px;
	margin: 0 66px 0 0;
	padding: 0;
	float: left;
	text-indent: -1000em;
}

/* In the HTML give the last main navigation item an id=last so it doesn't drop down to the next line by inherited margins from the #navList li cascade */
#navList li#contact {
	margin-right: 0;
	border: 0;
}

#navList li a {
	display: block;
	height: 34px;
	width: 126px;
	margin: 0;
	padding: 0;
	background: #CCD;
	outline: none;
}


/* in the HTML, the current page should have an li class="active" to allow for the orange background in the mainNav */
#navList li#whoWeAre a:link, #navList li#whoWeAre a:visited { background: url(../images/nav_main.gif) 0 0 no-repeat;  }
#navList li#whoWeAre a:hover { background: url(../images/nav_main.gif) 0 -35px no-repeat;  }
#navList li#whoWeAre a:active { background: url(../images/nav_main.gif) 0 -35px no-repeat;  }
#navList li#whoWeAre.currentPage { background: url(../images/nav_main.gif) 0 -70px no-repeat; text-indent: -1000em;  }

#navList li#grants a:link, #navList li#grants a:visited { background: url(../images/nav_main.gif) -126px 0 no-repeat;  }
#navList li#grants a:hover { background: url(../images/nav_main.gif) -126px -35px no-repeat;  }
#navList li#grants a:active { background: url(../images/nav_main.gif) -126px -35px no-repeat;  }
#navList li#grants.currentPage { background: url(../images/nav_main.gif) -126px -70px no-repeat; text-indent: -1000em;  }

#navList li#Events a:link, #navList li#Events a:visited { background: url(../images/nav_main.gif) -252px 0 no-repeat;  }
#navList li#Events a:hover { background: url(../images/nav_main.gif) -252px -35px no-repeat;  }
#navList li#Events a:active { background: url(../images/nav_main.gif) -252px -35px no-repeat;  }
#navList li#Events.currentPage { background: url(../images/nav_main.gif) -252px -70px no-repeat; text-indent: -1000em;  }

#navList li#press a:link, #navList li#press a:visited { background: url(../images/nav_main.gif) -378px 0 no-repeat;  }
#navList li#press a:hover { background: url(../images/nav_main.gif) -378px -35px no-repeat;  }
#navList li#press a:active { background: url(../images/nav_main.gif) -378px -35px no-repeat;  }
#navList li#press.currentPage { background: url(../images/nav_main.gif) -378px -70px no-repeat; text-indent: -1000em; }

#navList li#contact a:link, #navList li#contact a:visited { background: url(../images/nav_main.gif) -504px 0 no-repeat;  }
#navList li#contact a:hover { background: url(../images/nav_main.gif) -504px -35px no-repeat;  }
#navList li#contact a:active { background: url(../images/nav_main.gif) -504px -35px no-repeat;  }
#navList li#contact.currentPage { background: url(../images/nav_main.gif) -504px -70px no-repeat; text-indent: -1000em; }

/* END mainNav styling */

/* START subNav styling */

/* NOTE: the menu uses 'CSS image replacement' technique to allow for images in nav, while maintaining accessibility (gracefuly degrades to text for screen readers)*/

#subNav_whoWeAre {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	left: 20px;
	top: 14px;
	width:500px;
}

#subNav_whoWeAre li {
	list-style: none;
	height: 34px;
	width: 65px;
	margin: 0 18px 0 0;
	padding: 0;
	float: left;
	text-indent: -1000em;
}

#subNav_whoWeAre li a {
	display: block;
	height: 34px;
	width: 65px;
	margin: 0;
	padding: 0;
	background: #CCD;
	outline: none;
}

#subNav_whoWeAre li#mission a:link, #subNav_whoWeAre li#mission a:visited {
	background: url(../images/subNav_whoWeAre.gif) 0 0 no-repeat;
}
#subNav_whoWeAre li#mission a:hover, #subNav_whoWeAre li#mission a:active {
	background: url(../images/subNav_whoWeAre.gif) 0 -35px no-repeat;
}
#subNav_whoWeAre li#mission.thisPage {
background: url(../images/subNav_whoWeAre.gif) 0 -70px no-repeat;
}

#subNav_whoWeAre li#history a:link, #subNav_whoWeAre li#history a:visited {
	background: url(../images/subNav_whoWeAre.gif) no-repeat -84px 0;
}
#subNav_whoWeAre li#history a:hover, #subNav_whoWeAre li#history a:active {
	background: url(../images/subNav_whoWeAre.gif) -84px -35px no-repeat;
}
#subNav_whoWeAre li#history.thisPage {
background: url(../images/subNav_whoWeAre.gif) -84px -70px no-repeat;
}



#subNav_whoWeAre li#founder a:link, #subNav_whoWeAre li#founder a:visited {
	background: url(../images/subNav_whoWeAre.gif) -175px 0 no-repeat;
}
#subNav_whoWeAre li#founder a:hover, #subNav_whoWeAre li#founder a:active {
	background: url(../images/subNav_whoWeAre.gif) -175px -35px no-repeat;
}
#subNav_whoWeAre li#founder.thisPage {
background: url(../images/subNav_whoWeAre.gif) -175px -70px no-repeat;
}



#subNav_whoWeAre li#staff a:link, #subNav_whoWeAre li#staff a:visited {
	background: url(../images/subNav_whoWeAre.gif) -258px 0 no-repeat;
}
#subNav_whoWeAre li#staff a:hover, #subNav_whoWeAre li#staff a:active {
	background: url(../images/subNav_whoWeAre.gif) -258px -35px no-repeat;
}
#subNav_whoWeAre li#staff.thisPage {
background: url(../images/subNav_whoWeAre.gif) -258px -70px no-repeat;
}

#subNav_whoWeAre li#ourSpace a:link, #subNav_whoWeAre li#ourSpace a:visited {
	background: url(../images/subNav_whoWeAre.gif) -344px 0 no-repeat;
}
#subNav_whoWeAre li#ourSpace a:hover, #subNav_whoWeAre li#ourSpace a:active {
	background: url(../images/subNav_whoWeAre.gif) -344px -35px no-repeat;
}
#subNav_whoWeAre li#ourSpace.thisPage {
background: url(../images/subNav_whoWeAre.gif) -344px -70px no-repeat;
}

.divider {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


/* END subNav styling */
#subNav_grants {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50px;
	top: 14px;
	width: 750px;
}
#subNav_grants li#guidelines a:link, #subNav_grants li#guidelines a:visited {
	background: url(../images/subnav_grants.gif) no-repeat 0 0;
}
#subNav_grants li#guidelines a:hover, #subNav_grants li#guidelines a:active {
	background: url(../images/subnav_grants.gif) no-repeat 0 -35px;
}
#subNav_grants li#guidelines.thisPage {
	background: url(../images/subnav_grants.gif) no-repeat 0 -70px;
}
#subNav_grants li {
	list-style: none;
	height: 34px;
	width: 100px;
	margin: 0 24px 0 0;
	padding: 0;
	float: left;
	text-indent: -1000em;
}
#subNav_grants li a {
	display: block;
	height: 34px;
	width: 100px;
	margin: 0;
	padding: 0;
	background: #CCD;
	outline: none;
}
#subNav_grants li#illumination a:link, #subNav_grants li#illumination a:visited {
	background: url(../images/subnav_grants.gif) no-repeat -110px 0;
}
#subNav_grants li#illumination a:hover, #subNav_grants li#illumination a:active {
	background: url(../images/subnav_grants.gif) no-repeat -110px -35px;
}
#subNav_grants li#illumination.thisPage {
	background: url(../images/subnav_grants.gif) no-repeat -110px -70px;
}
#subNav_grants li#goodNeighbor a:link, #subNav_grants li#goodNeighbor a:visited {
	background: url(../images/subnav_grants.gif) no-repeat -223px 0;
}
#subNav_grants li#goodNeighbor a:hover, #subNav_grants li#goodNeighbor a:active {
	background: url(../images/subnav_grants.gif) no-repeat -223px -35px;
}
#subNav_grants li#goodNeighbor.thisPage {
	background: url(../images/subnav_grants.gif) no-repeat -223px -70px;
}
#subNav_grants li#sustaining a:link, #subNav_grants li#sustaining a:visited {
	background: url(../images/subnav_grants.gif) no-repeat -332px 0;
}
#subNav_grants li#sustaining a:hover, #subNav_grants li#sustaining a:active {
	background: url(../images/subnav_grants.gif) no-repeat -332px -35px;
}
#subNav_grants li#sustaining.thisPage {
	background: url(../images/subnav_grants.gif) no-repeat -332px -70px;
}
#subNav_grants li#jewishlife a:link, #subNav_grants li#jewishlife a:visited {
	background: url(../images/subnav_grants.gif) no-repeat -433px 0;
}
#subNav_grants li#jewishlife a:hover, #subNav_grants li#jewishlife a:active {
	background: url(../images/subnav_grants.gif) no-repeat -433px -35px;
}
#subNav_grants li#jewishlife.thisPage {
	background: url(../images/subnav_grants.gif) no-repeat -433px -70px;
}
#subNav_grants li#legacy a:link, #subNav_grants li#legacy a:visited {
	background: url(../images/subnav_grants.gif) no-repeat -547px 0;
}
#subNav_grants li#legacy a:hover, #subNav_grants li#legacy a:active {
	background: url(../images/subnav_grants.gif) no-repeat -547px -35px;
}
#subNav_grants li#legacy.thisPage {
	background: url(../images/subnav_grants.gif) no-repeat -547px -70px;
}
#subNav_grants li#financials a:link, #subNav_grants li#financials a:visited {
	background: url(../images/subnav_grants.gif) no-repeat -659px 0;
}
#subNav_grants li#financials a:hover, #subNav_grants li#financials a:active {
	background: url(../images/subnav_grants.gif) no-repeat -659px -35px;
}
#subNav_grants li#financials.thisPage {
	background: url(../images/subnav_grants.gif) no-repeat -659px -70px;
}
#subNav_Events {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	left: 320px;
	top: 14px;
	width: 400px;
}
#subNav_Events li {
	list-style: none;
	height: 34px;
	width: 128px;
	margin: 0 24px 0 0;
	padding: 0;
	float: left;
	text-indent: -1000em;
}
#subNav_Events li a {
	display: block;
	height: 34px;
	width: 128px;
	margin: 0;
	padding: 0;
	background: #CCD;
	outline: none;
}
#subNav_Events li#Events a:link, #subNav_Events li#Events a:visited {
	background: url(../images/subnav_Events.gif) no-repeat 50px 0;
}
#subNav_Events li#Events a:hover, #subNav_Events li#Events a:active {
	background: url(../images/subnav_Events.gif) no-repeat 50px -35px;
}
#subNav_Events li#Events.thisPage {
	background: url(../images/subnav_Events.gif) no-repeat 50px -70px;
}
#subNav_Events li#exhibitions a:link, #subNav_Events li#exhibitions a:visited {
	background: url(../images/subnav_Events.gif) no-repeat -112px 0;
}
#subNav_Events li#exhibitions a:hover, #subNav_Events li#exhibitions a:active {
	background: url(../images/subnav_Events.gif) no-repeat -112px -35px;
}
#subNav_Events li#exhibitions.thisPage {
	background: url(../images/subnav_Events.gif) no-repeat -112px -70px;
}
h1#placeholder {
	background: #FFFFFF;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-indent: -1000em;
	height: 15px;
	margin: 0 0 10px;
	padding: 0;
}
.contentOnLeft #mainContent2 {
	margin: 0 200px 20px 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.contentOnLeft #mainContent3 {
	float:left;
	margin: 0 0px 20px 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:730px;
}

.contentOnLeft #sidebar_events {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	margin: 0 0px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
}

.contentOnLeft #contentWrapper2 {
	background: #fff repeat-y 446px 0;
}
.contentOnLeft #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	margin: 5px 110px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 0px;
}
h1#Events {
	background: url(../images/head_Events.gif) no-repeat 0 0px;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-indent: -1000em;
	height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	}

.imagerunaroundLogo {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 2px solid #FFFFFF;
}

.small_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
	}