/*body {background:url('../images/gradient_background.gif') repeat-x top #fff;}*/
.sideContent {
	width:200px;
	color: #000;
	font-size: 1.1em;
}

#headercurve {
	width:960px;margin: 0px auto; 
	background: url(../images/header-curve.gif) no-repeat;
	height: 9px;
	padding: 0px;
}
#outer_wrapper {width:960px;margin: 0px auto; padding:0px; background-color:#fff;}
.wrapper   { margin: 0 10px; }
#wrapper {width:950px;margin: 0px auto; background-color:#fff;}

/* Top */
#new_header {width:950px;}
#header_logo {float: left; width:110px; height:70px;}
#header_slogan {display:none; float: left; margin-left:90px; width:300px; padding-top: 20px; font-style:italic;}
#header_berries {float:right; text-align:right; padding-top:0px; padding-right:2px; width:300px; }
#header_slogan a {text-decoration:none; color:#bbb;}

/* text */

.sideTitle{
	width: 200px;
	padding: 3px;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #007646;
	border-top: 1px solid #aaa; 
	border-bottom: 1px solid #aaa;
}
       
.sideTitleLong{
	width: 100%;
	padding: 3px;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #007646;
	border-top: 1px solid #aaa; 
	border-bottom: 1px solid #aaa;
}
.orangeTitle{
	font-size: 1.2em;
	font-weight: bold;
	color: #ed5500;
}

.subTitle{
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #800080;
}

.subSubTitle{
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #007646;
}

.textAlignRight {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.copyright {
	font-size: .8em;
	text-align: center;
}
.underline {
	text-decoration: underline;
}

/* Boxes */
.greyboxtop {
	background: url(../images/box-side-header.gif) no-repeat;
	height: 25px;
	padding: 6px 5px 0px 10px;
	color: #fff;
	font-weight: bold;
	font-size:1.3em;
	font-family: arial, verdana, helvetica;
}

.greyboxsided {
	background: url(../images/box-side-body.gif);
	background-repeat: repeat-y;
	width:235px;
	padding: 10px;
}
.greyboxbottom {
	background: url(../images/box-side-footer.gif) no-repeat left bottom;
	height: 12px;
	width:235px;
	margin-bottom: 3px;
}

.innerboxcenterheader700 {
	background: url(../images/box-inner-header.gif) no-repeat;
	height: 30px;
	color: #fff;
	width:715px;
	font-weight: bold;
	font-size:1.3em;
	font-family: arial, verdana, helvetica;
	padding: 7px 0 0 14px;
}

.innerboxcenterbody700 {
	background: url(../images/box-inner-body.gif);
	background-repeat: repeat-y;
	width:690px;
	padding: 0px 20px 0px 20px;
}

.innerboxcenterfooter700 {
	background: url(../images/box-inner-footer.gif) no-repeat left bottom;
	height: 18px;
	width:715px;
	margin-bottom: 3px;
}

.innerboxcentercontent700 {
	clear:both;
	padding-top:15px;
	padding-right:20px;
	overflow: auto;
	color: #000;
	font-size: 1.1em;
}
img.imageleftfloat {padding-right:20px}

img.side-feature-image {padding-right:10px;}

/* Layout */

.left25 {
	width:235px;
	padding: 0px;
	float:left;
	margin: 0px;
}

.right75 {
	width:715px;
	float:right;
	margin: 0px;
}

.clear {clear:both}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	height: 66px;
	padding: 2px 0;
	background-color:#fff;
}

#footerBar {
	width:100%;
	height:4px;
	background-color:#E6580C;
}

#footerBase {
	width:100%;
	height:1px;
	background-color:#E6580C;
	margin-bottom:3px;
	margin-top:-15px;
}

#footerGrey {
	width:99%;
	font-size: .9em;
	height:14px;
	padding: 3px;
	border: 1px solid #B8B8B7;
	background: #dedede;
	clear:both;
	margin:10px auto;
}


#footerGrey a {
	text-decoration: underline;
  	color: #000099;
	font-weight:normal;
}

#footerGrey a:hover {
	text-decoration: underline;
}

.home-feature-button {margin:2px}

.padding-bottom-20 {
	margin-bottom:8px;
	font-size: .9em;
}
