/* all.css: */

/* Global reset */
img{
	border-style:none;
	display: block;
}
a{
	color:#b15926;
	text-decoration:underline;
}
a:hover{text-decoration:none}
:focus{
	outline:none;
}
form,
input,
select{
	margin:0;
	padding:0;
	/*border-style: none;*/
	/*border:0;*/
}
select{
	vertical-align:middle;
}
/* General */
/* for resizable fonts */
* { font-size: 100.01%; }
html {
	font-size: 62.5%;
	height:100%;
}
body{
	background:#f7f4e7 url(/app_themes/gleaners/images/bg-body.gif) repeat 70px 0;
	margin:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
/* wrapper */
#wrapper{
	margin:0 auto;
	width:975px;
	position: relative;
	/* min-height: 100%;
	overflow: hidden;*/
z-index: 0;
}
/* * html #wrapper{height: 100%;} */
/* header */
#header{
	width: 100%;
	overflow: hidden;
}
#header h1{
	margin: 0;
	float: left;
}
/* logo */
#header h1 a{
	display: inline; 
	float: left;
	margin: 22px 0 2px 46px;
	background:url(/app_themes/gleaners/images/logo-inner.gif) no-repeat;
	width: 201px;
	height:94px;
	text-indent: -9999px;
	overflow: hidden;
}
#inner #header h1 a{
	margin-left: 44px;
}
#header .search-form{
	float: right;
	width: 500px;
	display: inline;
	margin: 19px 35px 0 0;
}
#header .search-form:after {
	content:"";
	display:block;
	clear:both;
}
.search-form input{
	float: right;
}
.search-form input{
	font-size: 1.1em;
	color: #999898;
        border: 0;
}
.search-form label{
	font-size: 1.3em;
	color: #807e77;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 6px;
	display: inline;
	float: left;
	width: 111px;
	text-align: right;
}
.search-form div{
	float: right;
	height:23px;
	margin-bottom: 4px;
	overflow: hidden;
	width: 100%;
}
.search-form div div{
	height:auto;
	width: auto;
}
.search-form p{
	display: inline;
	position: relative;
	margin:0 3px 0 0;
	background: url(/app_themes/gleaners/images/bg-input.gif) no-repeat;
	float: left;
	width: 161px;
	height: 18px;
	padding-top: 5px;
	padding-left: 4px;
}
.search-form p input{
	display: inline;
	float: left;
	width: 157px;
	height: 16px;
	padding: 2px 0 0 3px;
}
.search-form a{
	display: inline;
	float: right;
	margin: 8px 1px 0 0;
	float: right;
}
.search-form img{
	display: block;
}
#nav{
	border: 1px solid #000;
	padding-top: 3px;
	padding-bottom: 3px;
	top:135px;
	width: 927px;
	position: absolute;
	left: 22px;
	background:#877973;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 300;
}
#inner #nav{
	left:21px;
}
#nav:after {
	content:"";
	display:block;
	clear:both;
}
#nav ul{
	margin: 0 -15px 0 18px;
	padding: 0;
	list-style: none;
}
#nav ul:after {
	content:"";
	display:block;
	clear:both;
}
.bg-none{
	background: none !important;
}
#nav li{
	background: url(/app_themes/gleaners/images/separator.gif) no-repeat 0 11px;
	display: inline;
	float: left;
	margin-left: -1px;
}
#nav a{
	color: #fff;
	text-decoration: none;
	padding: 8px 0 7px 14px;
	margin-right: 13px;
	display: block;
	white-space: nowrap;
}
#nav a:hover{
	text-decoration: underline;
}
.dropmenu{
/*width: 196px;*/
width:225px;
	position: absolute;
	left: -2px;
	top: 28px;
	display: none;
}
.dropmenu:after{
	content:"";
	display:block;
	clear:both;
}
#nav .dropmenu-t{
	background:url(/app_themes/gleaners/images/bg-dropmenu-t.png) no-repeat;
	width: 100%;
	overflow: hidden;
	height:2px;
}
#nav .dropmenu-b{
	background:url(/app_themes/gleaners/images/bg-dropmenu-b.png) no-repeat;
	width: 100%;
	overflow: hidden;
	height:10px;
}
#nav .dropmenu ul{
	margin: 0;
	padding: 2px 17px 0 12px;
	list-style: none;
	background: url(/app_themes/gleaners/images/bg-dropmenu.png) repeat-y;
	width: 195px;
	text-transform: none;
	font-weight: bold;
	font-size:1.083em;
}
#nav .dropmenu li{
	width: 100%;
	background: url(/app_themes/gleaners/images/divider.gif) repeat-x 0 100%;
}
#nav .dropmenu a{
	padding: 7px 20px 6px 11px;
	margin: 0;
	float: left;
	display: inline;
}
#nav .dropmenu li.active a,
#nav .dropmenu li.hover a,
#nav .dropmenu li:hover a{
	text-decoration: none;
	background: url(/app_themes/gleaners/images/img-arrow.gif) no-repeat 100% 9px;
}
.dropmenu ul:after {
	content:"";
	display:block;
	clear:both;
}
#nav li.hover,
#nav li:hover{
	position: relative;
}
* html #nav li.hover li{
	margin: 0 !important;
}
#nav li.hover .dropmenu,
#nav li:hover .dropmenu{
	display: block;
}
#nav .dropmenu li.hover .submenu,
#nav .dropmenu li:hover .submenu{
	display: block;
}
#nav .dropmenu .submenu{
	display: none;
	position: absolute;
	left: 142px;
	top: 0;
	width: 225px;
	z-index: 100;
}
#nav .submenu-t{
	background:url(/app_themes/gleaners/images/bg-submenu-t.png) no-repeat;
	width: 100%;
	overflow: hidden;
	height:2px;
}
#nav .submenu-b{
	background:url(/app_themes/gleaners/images/bg-submenu-b.png) no-repeat;
	width: 100%;
	overflow: hidden;
	height:10px;
}
#nav .dropmenu .submenu ul{
	background: url(/app_themes/gleaners/images/bg-submenu.png) repeat-y;
	font-size: 1em;
}
#nav .dropmenu .submenu ul a{
	background: none;
}
#nav .dropmenu .submenu ul a:hover{
	background: none;
	text-decoration: underline;
}
#content{
	background:#fff;
	border: 1px solid #8b7d77;
	border-top: 0;
	width: 927px;
	margin-top: 55px;
    /*    margin-bottom: 119px; */
	margin-left: 22px;
	position: relative;
	z-index: 200;
}
#content:after {
	content:"";
	display:block;
	clear:both;
}
.main{
	width: 716px;
	float: left;
	display: inline;
	margin-left: -23px;
	position: relative;
	z-index: 150;
}
.main:after {
	content:"";
	display:block;
	clear:both;
}
.visual{
	/* test: margin: 0 0 0 23px; */
	width: 100%;
	overflow: hidden;
}
.main .visual h2{
	text-indent: -9999px;
	background: url(/app_themes/gleaners/images/visual.jpg) no-repeat;
	width: 697px;
	height: 343px;
	float: right;
	margin: 0 -3px 0 0;
	display: inline;
}
.main .visual .visual-flash {
    /*text-indent: -9999px;*/
    width: 697px;
    height: 343px;
    float: right;
    margin: 0 -4px 0 0;
    display: inline;
}
#content img{
	display: block;
}
.sidebar{
	float: right;
	width: 246px;
	display: inline;
	margin-right: -24px;
	position: relative;
}
.sidebar:after {
	content:"";
	display:block;
	clear:both;
}
.sidebar .special-events{
	background: url(/app_themes/gleaners/images/corner-right-orange.gif)  no-repeat 100% 100%;
	width: 100%;
	overflow: hidden;
	margin-top: 29px;
	padding-bottom: 18px;
}
.sidebar h2,h3 {
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #877973;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-size: 1.3em;
	font-weight: bold;
}
.sidebar .newsBox {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
}
.sidebar ul:after {
	content:"";
	display:block;
	clear:both;
}
.sidebar .newsBox:after {
	content:"";
	display:block;
	clear:both;
}
.sidebar ul em{
	float: left;
	width:43px;
	text-align: center;
	font:bold 20px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	display: block;
	margin-top: 2px;
}
.sidebar li{
	width: 100%;
	float: left;
}
.sidebar .scrollerContent{
	width: 100%;
	float: left;
}
.sidebar li:after {
	content:"";
	display:block;
	clear:both;
}
.sidebar .scrollerContent:after {
	content:"";
	display:block;
	clear:both;
}
.sidebar ul a{
	float: right;
	width: 199px;
	color: #fff;
	text-decoration: none;
}
.sidebar .newsBox a{
	float: right;
	width: 199px;
	color: #fff;
	text-decoration: none;
}
.sidebar ul a:hover{
	text-decoration: underline;
}
.sidebar .newsBox a:hover{
	text-decoration: underline;
}
.sidebar .special-events ul a{
	background:url(/app_themes/gleaners/images/divider-wide-white.gif) repeat-x;
	padding: 15px 0 0 8px;
	width: 182px;
	margin: 0 7px 0 5px;
font-size: 1.1em;
}
.sidebar .special-events li{
	margin-top: -4px;
	padding-bottom: 7px;
}
.sidebar .special-events ul{
	margin: 6px 0 0;
	background: url(/app_themes/gleaners/images/bg-special-events.gif) repeat-y;
	overflow: hidden;
}
.sidebar .special-events em{
	padding-top: 4px;
}
.sidebar .news-updates{
	background: url(/app_themes/gleaners/images/corner-right-violet.gif) no-repeat 100% 100%;
	width: 100%;
	overflow: hidden;
	margin-top: 0;
	padding: 8px 0 20px;
}
.sidebar .news-updates ul{
	background:url(/app_themes/gleaners/images/bg-news.gif) repeat-y;
	margin:4px 0 0;
	padding-bottom: 17px;
}
.sidebar .news-updates .newsBox{
	background:url(/app_themes/gleaners/images/bg-news.gif) repeat-y;
	margin:4px 0 0;
	padding-bottom: 17px;
}
.sidebar .news-updates strong{
	display: block;
	letter-spacing: 1px;
	margin-left: 3px;
	margin-bottom: 9px;
	text-transform: uppercase;
}
.sidebar .news-updates em{
	margin-top: 10px;
}
.sidebar .news-updates a{
	width: 184px;
	margin: 16px 6px 0 12px; /* was 16px 160px 0 12px; */
	
}
.green-box{
	width: 100%;
	background:url(/app_themes/gleaners/images/corner-left-green.gif) no-repeat 0 100%;
	padding-bottom: 19px;
}
.green-box:after {
	content:"";
	display:block;
	clear:both;
}
.green-box h3{
	margin: 0;
	background: #719b8d;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	padding: 7px 0;
	letter-spacing: 1px;
}
.green-box ul{
	margin: 0;
	padding: 0 0 13px;
	list-style: none;
	width: 100%;
	background: #92b2a7;
	font-size:17px;
}
.green-box ul:after {
	content:"";
	display:block;
	clear:both;
}
.green-box li{
	float: left;
	display: inline;
}
.green-box li a{
	color: #fff;
	text-decoration: none;
}
.green-box li a:hover{
	text-decoration: underline;
}
.green-box ul:after {
	content:"";
	display:block;
	clear:both;
}
.green-box li{
	float: left;
	display: inline;
}
.green-box li a{
	color: #fff;
	text-decoration: none;
}
.green-box li a:hover{
	text-decoration: underline;
}
.green-box li.give{
	width: 184px;
	margin: 7px 0 0 72px;
}
.green-box li div{
	display: none;
}
.green-box li:hover,
.green-box li.hover{
	position: relative;
}
.green-box li:hover div,
.green-box li.hover div{
	display: block;
}
.green-box li .options-giving{
	width: 390px;
	overflow: hidden;
	position: absolute;
	left: -5px;
	top: 41px;
}
.green-box li .options-giving-m{
	background: url(/app_themes/gleaners/images/bg-options-giving.png) repeat-y;
	_background: url(/app_themes/gleaners/images/bg-options-giving.gif) repeat-y;
	width: 375px;
	overflow: hidden;
	padding-left: 15px;
}
.green-box li .options-giving-t{
	background:url(/app_themes/gleaners/images/bg-options-giving-t.png) no-repeat;
	_background:url(/app_themes/gleaners/images/bg-options-giving-t.gif) no-repeat;
	width:100%;
	overflow: hidden;
	height: 2px;
	margin-left: 1px;
}
.green-box li .options-giving-b{
	background:url(/app_themes/gleaners/images/bg-options-giving-b.png) no-repeat;
	_background:url(/app_themes/gleaners/images/bg-options-giving-b.gif) no-repeat;
	width:100%;
	overflow: hidden;
	height: 10px;
}
.green-box li ul{
	float: left;
	width: 175px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.764em;
	background: none;
}
.green-box li ul.right-list li{
	padding-left: 47px;
	width: 125px;
}
.green-box li .options-giving strong{
	text-transform: uppercase;
	display: block;
	background: #725c68;
	color: #fff;
	width: 364px;
	font-size: 0.764em;
	padding: 6px 0 5px 14px;
	margin-left: -12px;
}
.green-box li li{
	background:url(/app_themes/gleaners/images/divider-wide-grey.gif) repeat-x 0 100%;
	width: 168px;
	margin: 0;
	padding: 0 0 8px 11px;
}
.green-box li li a{
	color: #fff;
	font-weight: bold;
	background: none !important;
	margin: 0 !important;
	padding: 5px 0 0 !important;
	letter-spacing: 0!important;
}
.green-box li.give a{
	background: url(/app_themes/gleaners/images/ico-heart.gif) no-repeat;
	padding: 14px 0 8px 50px;
	float: left;
	display: inline;
	letter-spacing: 3px;
	white-space: nowrap;
}
.green-box li.volunteer{
	margin: 7px 0 0;
	width: 240px;
}
.green-box li.volunteer a{
	background: url(/app_themes/gleaners/images/ico-volonter.gif) no-repeat;
	padding: 14px 0 8px 50px;
	float: left;
	display: inline;
	letter-spacing: 4px;
}
.green-box li.learn{
	margin: 7px 0 0;
	width: 200px;
}
.green-box li.learn a{
	background: url(/app_themes/gleaners/images/ico-learn.gif) no-repeat;
	padding: 14px 0 8px 62px;
	float: left;
	display: inline;
	letter-spacing: 3px;
}
.content-footer{
	width: 100%;
	overflow: hidden;
	color: #725c68;
	font-size: 1em;
	float: left;
	margin: -14px 0 0;
	position: relative;
	padding-bottom: 9px;
}
.content-footer p{
	margin: 0 0 0 26px;
}
.content-footer .copy{
	margin-left: 16px;
	position: relative;
}
.content-footer p a{
	color: #725c68;
	text-decoration: none;
}
.content-footer p a:hover{
	text-decoration: underline;
}
.content-footer ul{
	float: right;
	margin: 9px 12px 0 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	overflow: hidden;
	display: inline;
}
.content-footer li{
	float: left;
	background: url(/app_themes/gleaners/images/separator-grey.gif) no-repeat 0 2px;
	margin-left: -1px;
	padding: 0 9px 0 10px;
}
.content-footer li a{
	color: #877973;
	text-decoration: none;
}
.content-footer li a:hover{
	text-decoration: underline;
}
#footer{
	width: 100%;
        position: relative;
	overflow: hidden;
	padding-bottom: 0;
	left: 0;
	bottom:0;
}
#footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .contacts{
	display: inline; 
	float: left;
	height: 1%;
	color: #0b070d;
	font-size: 1.1em;
	overflow: hidden;
	margin: 8px 0 0 42px;
}
.contacts li{
	float: left;
	background: url(/app_themes/gleaners/images/bullet.gif) no-repeat 0 5px;
	margin: 0 0 0 -3px;
	padding: 0 6px 0 8px;
}
.contacts a{
	text-decoration: underline;
	color: #0b070d;
}
.contacts a:hover{
	text-decoration: none;
}
#footer img{
	display: block;
}
#footer div{
	margin: 17px 25px 0 0;
	display: inline;
	float: right;
	width: 300px;
}
#footer div .feeding-america{
	margin: -11px 12px 0 0;
	position: relative;
}
#footer div span{
	float: left;
	font-size: 1em;
	color: #a19f97;
	margin: 5px 6px 0 0;
}
#footer div a{
	float: left;
	display: inline;
}
#footer div p{
	clear: both;
	margin: 0;
	color: #877973;
	width: 100%;
	overflow: hidden;
	padding-top: 13px;
}
#footer div p span{
	font-size:1.1em;
	text-transform: capitalize;
	color: #877973;
	margin: 0 5px 0 0;
	float: right;
}
#footer div p a{
	float: right;
	font-weight: bold;
	color: #877973;
	text-decoration: none;
}
#footer div p a:hover{
	text-decoration: underline;
}
#small-font{
	font-size: 1.2em;
	margin-top: -1px;
	margin-right: 15px;
	position: relative;
}
#big-font{
	font-size: 1.8em;
	margin-top: -6px;
	position: relative;
}

/* Inner page */
.sidebarMenu{
	width: 100%;
	overflow: hidden;
	background: url(/app_themes/gleaners/images/corner-right-orange.gif)  no-repeat 100% 100%;
	padding-bottom: 18px;
}

.sidebarMenu h3{
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0;
	background: #ef7c19; /* dark orange */
	padding: 7px 0 7px 13px;
}
.sidebarMenu ul{
	margin: 0;
	padding: 16px 0 15px 30px;
	list-style: none;
	width: 183px; 
	overflow: hidden;
	font-size: 1.4em;
	font-weight: bold;
	background:#f5a765; /* orange */
}
.sidebarMenu li{
	padding-bottom: 9px;
}
.sidebarMenu li a{
	float: left;
	width: 100%;
}
#inner #wrapper{
	width: 972px;
}
#inner #header .search-form{
	margin: 20px 34px 0 0;
}
#inner #content{
	margin-left: 21px;
	margin-top: 55px;
}
#inner #nav{

}
#inner .sidebar{
	width: 213px;
	margin-top: 47px;
	margin-right: -23px;
	overflow: hidden;
	position: relative;
	z-index: 300;
}
#inner .green-box{
	background:url(/app_themes/gleaners/images/corner-right-green.gif) no-repeat 100% 100%;
	margin-top: 23px;
	padding-bottom: 18px;
}
#inner .green-box li{
	width: 100%;
	margin: 0;
}
#inner .green-box h3{
	margin: 0;
	background: #719b8d;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	padding: 6px 0 5px;
	letter-spacing: 1px;
}
#inner .green-box ul{
	margin: 0;
	padding: 0 0 17px;
	list-style: none;
	width: 100%;
	background: #92b2a7;
	font-size: 2em;
	font-weight: normal;
}
#inner .green-box li.give{
	margin-left: 0;
}
#inner .green-box li a{
	width: 152px;
}
#inner .green-box li.volunteer a{
	background: url(/app_themes/gleaners/images/ico-small-volonter.gif) no-repeat;
	padding: 5px 0 1px 42px;
	margin: 18px 0 0 19px;
	letter-spacing: 3px;
}
#inner .green-box li.give a{
	background: url(/app_themes/gleaners/images/ico-small-give.gif) no-repeat;
	padding: 0 0 3px 42px;
	margin: 19px 0 0 19px;
}
#inner .green-box li.learn a{
	background: url(/app_themes/gleaners/images/ico-small-learn.gif) no-repeat;
	padding: 0 0 4px 45px;
	margin: 19px 0 0 16px;
}



/*BREADCRUMB STYLES*/
.breadcrumb {
	margin: 25px 0 0 75px;
	color: #725c68;
}



/*FORM STYLES*/
.homepage-content{
	width: 650px;
	margin-left: 75px;
margin-top: 10px;
}



/*------------------------BODY COPY STYLES------------------------*/
#inner .main .box{
	width: 635px;
	margin-left: 75px;
	margin-top: -10px;
}

#inner .main .box:after {
	content:"";
	display:block;
	clear:both;
}
#inner .main .box h2{
	text-transform: uppercase;
	margin: 40px 113px 20px 0;
	color: #3f1e06;
	font-size: 2.3em;
	background:url(/app_themes/gleaners/images/divider.gif) repeat-x 0 100%;
	font-weight: bold;
	padding: 0 0 4px 0;
}
#inner .main .box h3{
	color: #725c68;
	font-size:1.7em;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding-top: 8px;
text-transform: none;
}
#inner .main .box p{
	font-size: 1.3em;
	line-height:1.6em;
	margin: 0 0 20px 0;
}

#inner .main .box h4{
	font-size: 1.3em;
	line-height:1.6em;
	margin: 0 0 20px 0;
font-weight: bold;
color: #725c68;
}

img.right{
	border: 3px solid #877973;
	float: right;
	margin: 5px 0 20px 20px;
}

img.left{
	border: 3px solid #877973;
	float: left;
	margin: 5px 20px 5px 0;
}

#inner #wrapper .box ul {
	margin: 15px 0 15px 40px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.6em;
}

#inner #wrapper .box ul li {
	background: url(/app_themes/gleaners/images/bullet-orange-square.gif) no-repeat 0 6px;
	padding: 0 0 2px 15px;
	height: 1%;
}

#inner #wrapper .box table {
	font-size: 1.3em;
	/*font-size: 13px;*/
	margin: 0 0 10px;
}	


.LogonPageBackground{
font-size: 1.3em;
}


#inner #wrapper .box table th{
background-color: #cccccc;
font-weight: bold;
text-transform: uppercase;
}	

#inner #wrapper .box table td h3 {
font-size: 16px;
}


.didYouKnow {
	border: 0px solid;
	float: left;
	margin: 5px 20px 5px 0;
}

.newsletter-form-area {
        margin: -15px 0 0 0;

}

.email-form-area {

}

.ResultTitle{
	font-size: 1.3em;
	line-height: 1.6em;
font-weight: bold;
padding-top: 5px;
}

.ResultPath {
	font-size: 1.3em;
	line-height: 1.6em;
padding-bottom: 5px;
border-bottom: 1px solid #cccccc;
}

.PagerControl {
text-align: center;
padding-top: 15px;
}

.CMSSearchResultsNoResultsLabel {
	font-size: 1em;
	line-height: 1.6em;
color: red;
padding-top: 10px;
}


.box h1 {
color: #725c68;
font-size:1.8em;
font-weight: bold;
margin: 20px 0 7px 0;
padding-top: 15px;
padding-bottom: 15px;
text-transform: none;
}

.BlogPTitle{
color: #725c68;
font-size:1.8em;
font-weight: bold;
margin: 25px 0 7px 0;
padding-top: 8px;
text-transform: none;
}

.BlogPBody{
	margin: 0 0 20px 0;
}

.comments, .CommentDetail {
	margin: 10px 20px 20px 20px;
border: 1px solid #b15926;
padding: 15px;
}

.BlogCommentsTitle {
font-weight: bold;
font-size: 16px;
color: #725c68;
}
.BlogPanel {
margin: 20px 0 0 0;
}

.BlogLeaveComment {
font-weight: bold;
font-size: 16px;
color: #725c68;
border-bottom: 1px solid #cccccc;
}

.BlogCommentName, .BlogCommentEmail, .BlogCommentUrl, .BlogCommentComments{
	font-size: .75em;
	line-height:1.6em;
}

.CommentUserName{
font-weight: bold;
}

.CommentDate {
font-size: .5em;
}

.BlogPanel input {
font-size: .75em;
}

.blackBox h2 {
font-size: 1.3em;
font-weight: bold;
}

.blackBox .content {

}

.callouts {
width: 630px;
display: block;
}

.callouts img.left {
margin-left: 25px;
margin-bottom: 25px;
margin-top: 10px;
}



/*.paymentInfo, .paymentInfo label {
font-size: 1.3em;
line-height:1.818em;
}*/

.paymentInfo input{
margin-right: 15px;
}

.DialogPosition td{
font-size: .8em;
}

.EditingFormInfoLabel {
font-size: 1.3em;
line-height:1.818em;
}

.EditingFormErrorLabel {
font-size: 10px;
color: red;
padding:0;
margin-top: -15px;
}

.ErrorLabel{
font-size: 1.3em;
line-height:1.818em;
color: red;
}

.gallery {
float: left;
padding-right: 20px;
}

.photoGallery a{
float: left;
margin-right: 5px;
margin-bottom: 10px;
}

.success {
font-weight: bold;
font-size: 1.3em;
color: red;
}

.Required, .required {
font-weight: bold;
}

.feedback {
font-weight: bold;
font-size: 14px;
color: red;
}

ul.toplevel, ul.level2, ul.level3, ul.level4, ul.level5, ul.level6 {
padding: -15px, 0, 0, -15px;
}

ul.toplevel li, ul.level2 li, ul.level3 li, ul.level4 li, ul.level5 li, ul.level6 li {
font-size: 12px;
padding: 0;
margin: 0;
line-height: 12px;
}


/*------------------------FOOTER STYLES------------------------*/
#inner .content-footer{
	margin-top: 47px;
	padding-bottom: 16px;
}
#inner .content-footer ul{
	margin-right: 12px;
	margin: 13px 22px 0 0
}
#inner .content-footer p{
	margin-left: 34px;
}
#inner .content-footer .copy{
	margin-left: 24px;
}
