body, html {
	height: 100%;
}
	
html {
	background: #E2B323 url("../bazaar/images/Header_gradient.jpg") top repeat-x;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

#wrapper {
	min-height:100%;
}

* html #wrapper {
	height:100%;
}

.header {
	width: 100%;
}

.header_800 {
	width: 800px;
/*	height: 223px; */
	height: 180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/7Centers_logo.png');
}

* > .header_800 {
	background: url("../images/7Centers_logo.png") top center no-repeat;
}

#page_title 
{
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 15px 0px -5px 0px;
}

#content {
	width: 100%;
	height: 1100px;
	margin: 0 auto;
	background:#eff3f4;
/*	background: #FFFF99; */
	border-top: solid 5px  #990000;
	border-bottom: solid 5px  #990000;
	border-left: solid 1px #d68b00;
	border-right: solid 1px #d68b00;
	padding: 0px;
}

#content_800 {
	width: 1150px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/* GLOBAL COLUMN BOX */
.columns {
	margin: 20px;
	padding: 0;
	border: none;
}
.title_images {
	background-color:#FFFFFF;
/*	margin-top: 5px; */
	margin-bottom: 0px;
	padding: 0;
}
/* RIGHT COLUMN MAIN*/
#right_column {
	float: right;
	height: 850px;
	width: 225px;
	font-family:Arial, Helvetica, sans-serif;
}
.right_column_boxes {
	background: url(../images/cols_back.jpg) repeat-y;
	width: 213px;
	margin: 0 auto;
	margin-bottom:10px;
	border: #cef6ce 3px solid;
}
.right_col_box_head {
	border: none;
	padding-left: 10px;
	font-size:0.75em;
}
/* SOCIAL NETWORKING MEDIA BOX */
#social_box {
	padding-bottom: 10px;
	text-align:center;
	font-size:0.70em;
	font-weight:bold;
	color:#003300;

}
#social_box a {
	text-decoration:none;
	color:#003300;
}
#social_box a:hover {
	color:#003300;
	font-weight:bolder;
}

/* UPCOMING EVENTS */
#events_box {
	height: 225px;
}
/* NEWSLETTER SUBSCRIPTION */
#subscribe_box {
	height: 200px;
	text-align:center;
}
#newsletter_info {
	width: 213px;
	font-size: .70em;
	text-align: center;
	margin: 5px 0px 10px 0px;
}
label {
	width: 99%;
	display: block;
	padding-left: 10px;
	font-size: .70em;
	text-align:left;
	color:#003300;
}
.text-fields {
	width: 150px;
}
form {
	margin: 0;
}
form p {
	margin: 0;
	padding: 3px 0px 0px 0px;
	text-align: center;
}
/* LEFT COLUMN */
#left_column {
/*	height: 1000px; */
	height: 90%;
	width: 800px;
	float: left;
	border: #cef6ce 3px solid;
	overflow:auto;	
}

#footer {
	width: 100%;
	height: 57px;
	margin: -57px auto 0 auto;
	position: relative;
	background: #E2B323 url("../images/New_Footer.jpg") bottom repeat-x;
}

#footer_800 {
	width: 800px;
	height: 57px;
	position: relative;
	margin: 0 auto;
}

/* MENU */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*
#menu {
	margin: 189px 0px 0px 20px;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 95%;
	overflow: hidden;
	border: black solid 1px;
}

.solidblockmenu
{
	margin: 0px 0px 0px 10px;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	overflow: hidden;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url("../images/blockdefault.gif") center center repeat-x;
}
/*	width: 98%; */
/*	margin-bottom: 1em; */
/*
.solidblockmenu li
{
	display: inline;
}

.solidblockmenu li a
{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited
{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current
{
	color: white;
	background: transparent url("../images/blockactive.gif") center center repeat-x;
}

// SECOND NAV BAR TRY

#navbar {
	width: 96%;
	height:36px;
	margin: 189px 0px 0px 20px;
	background: transparent url("../images/blockdefault.jpg") center center repeat-x;
}
#navbar .inbar{
	display:block;
	height:36px;
	background: transparent url("../images/menu_cap_right.jpg") right top no-repeat;
}
#navbar ul, #navbar ul li {
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	height:36px;
	line-height:36px;
}
#navbar ul{
	background: transparent url("../images/menu_cap_left.jpg") left top no-repeat;
}
#navbar ul li{
	float:left;
	display: inline-block;
	line-height:36px;
}
#navbar ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:lighter;
	color:#FFFFFF;
	text-decoration:none;
	display: inline-block;
}
#navbar ul li a span {
	padding:0 5px 0 0;
	height:36px;
	line-height:36px;
	display: inline-block;
	margin-left:10px;
}
#navbar .solidblockmenu span {
	padding-left:5px;
}
#navbar .solidblockmenu span a:hover, #navbar .solidblockmenu span .current
{
	background: transparent url("../images/blockactive.gif") center center repeat-x;
}
#navbar .solidblockmenu a, #navbar .solidblockmenu a:hover {
	background: transparent url("../images/menu_cap_lactive.jpg") left top no-repeat;
	height:36px;
	line-height:36px; 
}
#navbar ul li a:hover {
	background: transparent url("../images/blockactive.gif") center center repeat-x;
	height:36px;
	line-height:36px;
}
#navbar .solidblockmenu a:hover span {
	background: transparent url("../images/blockactive.gif") center center repeat-x;
	height:36px;
	line-height:36px;
}
*/

#navbar {
	width: 100%;
	height:36px;
	margin: 0 auto;
	background: transparent url("../images/blockdefault.jpg") center center repeat-x;
}
#navbar .inbar{
	display:block;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#navbar ul, #navbar ul li {
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	height:36px;
	line-height:36px;
}
#navbar ul li{
	float:left;
	display: inline-block;
	line-height:36px;
}
#navbar ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:lighter;
	color:#FFFFFF;
	text-decoration:none;
	display: inline-block;
}
#navbar ul li a span {
	padding:0 5px 0 0;
	height:36px;
	line-height:36px;
	display: inline-block;
	margin-left:10px;
}
#navbar .solidblockmenu span {
	padding-left:5px;
}
#navbar .solidblockmenu span a:hover, #navbar .solidblockmenu span .current
{
	background: transparent url("../images/blockactive.gif") center center repeat-x;
}
#navbar .solidblockmenu a, #navbar .solidblockmenu a:hover {
/*	background: transparent url("../images/menu_cap_lactive.jpg") left top no-repeat;
	height:36px;
	line-height:36px; */
}
#navbar ul li a:hover {
	background: transparent url("../images/blockactive.gif") center center repeat-x;
/*	height:36px;
	line-height:36px;*/
}
#navbar .solidblockmenu a:hover span {
	background: transparent url("../images/blockactive.gif") center center repeat-x;
/*	height:36px;
	line-height:36px; */
}

/* DROP DOWN MENU LINKS CSS */
/* ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 1px;
	/* line-height: 18px; */
	z-index: 50; /* zIndex should be greater than that of shadow's below */
	width: 120px; /* default width for menu */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em; /* 16x0.75=12 */
	line-height: 22px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

.anylinkcss ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcss A:visited {color: #FFFFFF; }
.anylinkcss A:link {color: #FFFFFF; }
.anylinkcss img {border: 0px }

.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight:lighter;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #4848A5;
color: white;
}

/* ######### UPDATED CLASS WITH WIDER MENU FLYOUT ######### */

.anylink2css{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 1px;
	/* line-height: 18px; */
	z-index: 50; /* zIndex should be greater than that of shadow's below */
	width: 160px; /* default width for menu */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em; /* 16x0.75=12 */
	line-height: 22px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

.anylink2css ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylink2css A:visited {color: #FFFFFF; }
.anylink2css A:link {color: #FFFFFF; }
.anylink2css img {border: 0px }

.anylink2css ul li a{
	width: 100%;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight:lighter;
	text-indent: 5px;
}

.anylink2css a:hover{ /*hover background color*/
	background: #4848A5;
	color: white;
}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em; /* 16x0.75=12 */
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #DEFFCA;
}

.anylinkcsscols .column{
	width: 130px;
	float: left;
}

.anylinkcsscols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcsscols li{
	padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 49; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}

/* SLIDESHOW CSS */
.pics {
	top: 5px;
	left: 7px;
    border: none;
    height: 250px;  
	width: 750px;
	margin: 0 auto;	
} 
 
.pics img {
	background-color:#000000;
    padding: 3px;
}

#img_line_top {
	border: none;
	margin-bottom: -8px;
}
#img_line_bot {
	border: none;
	margin-top: -18px;
}

/* TWITTER FORMATTING */
#twitter_container {
	height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow:auto;
}
#twitter_container ul {
	list-style: none;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}

#twitter_container ul li{
	padding-top: 10px;
}

#twitter_container a:link {
	text-decoration: none;
	color:#006633;
}

#twitter_container a:visited {
	text-decoration: none;
	color: #006633;
}

#twitter_container a:hover {
	font-weight:bold;
	color: #595959;
}

#twitter_container a:active {
	color: #dbdbdb;
}

#twit_date {
	font-style:italic;
	color: #b8b8b8;
}

/* TESTIMONIALS */
#testimonial_text
{
	padding: 10px 10px 10px 10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom: solid #900 1px;	
}
#testimonial_author
{
	padding: 10px 0px 0px 10px;
	font-size:10px;
	font-style:italic;
}

