@charset "utf-8";
/* CSS Document */

* {margin: 0px; padding: 0px;}

html, body {
	background:#000000;
	margin:0 auto;
	padding:0;
	font-family:verdana,arial,helvetica,san-serif;
	color:#ffffff;
	font-size:12px;
	height: 100%;
    width:100%;
	text-align:center;
}



.main_wrapper {
	margin:0 auto;
	height: auto !important;
	height: 100%;
}


/*////////////////
HEADER STYLES
////////////////*/

.header_wrapper {
	margin: 0px auto;
	padding: 0px;
	width:960px;
	
}

.header_top {
	background:url(/images/bloomfieldsquare_logo.jpg) scroll 0 0;
	margin:0px auto;
	width:960px;
	height:123px;
}

.header_nav {
	background:url(/images/NAV_bg.jpg) repeat-x;
	margin:0px auto;
	width:960px;
	height:25px;

}

.header_graphic {
	background:#496111;
	margin:0px;
	width:960px;
	height:213px;
}

.header_graphicLEFT {
	float:left;
	background:url(/images/HighlightsBG.jpg) no-repeat;
	margin:0px;
	width:358px;
	height:211px;
	font-size:18px;
	line-height:23px;
	text-align:left;
	padding-left:20px;
}

.header_graphicRIGHT {
	background:url(/images/Highlights_PHOTO.jpg) no-repeat;
	margin:0px;
	width:582px;
	height:211px;
	float:left;
}

.header_graphicLINE {
	background:url(/images/Highlights_line.jpg) no-repeat;
	width:960px;
	height:2px;
	clear:both;
}

.CTAbutton {
	margin-top:-108px;
	margin-left:710px;
	width:145px;
	height:80px;
	position:absolute;
}

.header_graphicCTA {
	margin-top:-200px;
	margin-left:310px;
	width:145px;
	height:145px;
	position:absolute;
}

.header_bottom {
	background:url(/images/headershadow.jpg) scroll;
	margin:0px;
	width:960px;
	height:27px;
}

/*////////////////
NAV STYLES
////////////////*/

#navcontainer ul
{
background:url(/images/NAV_bg.jpg) repeat-x;
height:26px;
font-family:Verdana,arial,helvetica,san-serif;
font-size:13px;
font-weight:bold;
text-align: center;
text-transform:uppercase;
padding: 5px 0px 0px 0px;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
margin-bottom:-5px;
width: 100%;
font-family:Verdana, Arial,Helvetica,sans-serif;
/* fixes Firefox 0.9.3 */
}
 
#navcontainer ul li
{
display: inline;
padding: 0px;
/* matches link padding except for left and right */

}
 
#navcontainer ul li a
{
padding:5px 20px 6px;
color: #585858;
text-decoration: none;
}
 
#navcontainer ul li.last {
border:none;
}

#navcontainer ul li a:hover {
background: url(/images/nav_bghover.jpg) repeat-x scroll;
color: #000000;
text-decoration: none;
height:25px;
margin-top: 0;
}


/*////////////////
CONTENT STYLES
////////////////*/

.content_wrapper {
	background:#431216;
	margin: 0px auto;
	padding: 0px;
	width:960px;
	display:block;
	text-align:left;
	height:100%;
}

.clearer {
	clear:both;
	width:100%;
	height:0;
	visibility:hidden;
}

.contact {
	width:320px;
	float:left;
	padding:0px 30px;
	margin-bottom:40px;
	font-family:verdana,arial,helvetica,san-serif;
	font-size:12px;
	color:#ffffff;
}

.paypal {
	background: #fccd55;
	font-family:verdana,arial,helvetica,san-serif;
	font-size:12px;
	color:#000000;
	padding:10px;
}



.vert_line {
	width:15px;
	float:left;
}

.content_dividerBG {
	background: url(/images/content_dividerBG.jpg) repeat-y 0 0;
}

.content_pane {
	background-color:#431216;
	width:500px;
	float:left;
	padding:0px 30px;
	height:auto;
}



/*////////////////
FOOTER STYLES
////////////////*/

.footer_wrapper {
	background:url(/images/phone.jpg) no-repeat right top;
	clear:both;
	margin:0px auto;
	width:960px;
	background-color:#000000;
	height:70px;
	text-align:left;
}


.footer_content {
	background-color:#000000;
	width:740px;
	float:left;
	padding:10px 0px;
	font-family:verdana,arial,helvetica,san-serif;
	font-size:10px;
	line-height:14px;
	color:#c7c7c7;
}

.push {
	height:-70px;
}


/*////////////////
TEXT STYLES
////////////////*/

img a {
	border:none;
}

img a:hover {
	border:none;
}



a:link, a:visited {
color:#ffffff;
text-decoration:none;
}

a:hover {
color:#fccd55;
}

.required {
	color:#fccd55;
}


h1 {
	font-family:verdana,arial,helvetica,san-serif;
	padding:0px 0px 5px 0px;
	font-size:22px;
	color:#ffffff;
	font-weight:normal;
}

h2 {
	font-family:verdana,arial,helvetica,san-serif;
	padding:0px 0px 5px 0px;
	font-size:18px;
	color:#ffffff;
	font-weight:normal;
}

.content_paneTEXT {
	font-family:verdana,arial,helvetica,san-serif;
	font-size:12px;
	color:#c7c7c7;
}

.left_paneTEXT {
	font-family:verdana,arial,helvetica,san-serif;
	font-size:12px;
	color:#c7c7c7;
	padding:20px;
}

.contact_paneTEXT {
	font-family:verdana,arial,helvetica,san-serif;
	font-size:12px;
	color:#c7c7c7;
	padding:10px;
}

