/*--------------------------------------------------GLOBAL RESETS AND SETUP--*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% verdana,arial,helvetica;;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 0 0 20px;
	padding: 0;
}


blockquote {
	padding: 5px 0 5px 30px;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	font-family: Arial !important;
	border: #bbb solid 1px;
	color: #454545;
}

input:focus, select:focus, textarea:focus {
	border: maroon solid 1px;
}

input.submit {
	color: #fff;
	background: maroon !important;
	cursor: pointer;
}

img, a {
	border: 0;
}

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

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------CUSTOM TAG SETTINGS--*/
body {
	background: #6b6954;
	text-align: center;
}

a {
	color: #003111;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h4.bp_heading, h4.large_bp_heading {
	margin: 0 0 20px;
	color: #033114;
}

h4.bp_heading {
	font-size: 1.6em;
}

h4.large_bp_heading {
	font-size: 2.0em;
}
/*--------------------------------------------------TEXT FORMATTING--*/
.bold {font-weight: bold;}
.large {font-size: 1.3em !important;}
.small {font-size: 0.8em;}
.tiny {font-size: 0.7em;}

.maroon {color: #600 !important;}

/*--------------------------------------------------SPECIALTY STYLES--*/
.no_margin_right {margin-right: 0 !important;}
.no_margin_bottom {margin-bottom: 0 !important;}
.no_padding_bottom {padding-bottom: 0 !important;}

.no_bottom_border {border-bottom: 0 !important;}
.no_top_border {border-top: 0 !important;}

.add_headroom {margin-top: 30px !important;}

.no_background {background: transparent !important; background-image: none !important;}

.clear {
	clear: both;
	height: 0;
}

img.align_left {
	float: left;
	margin: 0 20px 0 0;
}

/*--------------------------------------------------CONTAINERS--*/
#container {
	margin: 0 auto;
	width: 750px;
	background: #E6E5D7;
	overflow: hidden;
	font-size: 0.8em;
}

#header {
	width: 750px;
	height: 250px;
}

#logo_bin {
	float: left;
	height: 250px;
}

#menu {
	float: left;
	margin: 0;
	width: 527px;
	height: 40px;
	background: url("../images/menu_bg.jpg") top left repeat-x;
}

#menu li {
	float: left;
	padding: 0 14px;
	line-height: 40px;
	font-size: 1.0em;
	text-align: center;
}

#menu li a {
	color: #ccc;
	text-decoration: none;
}

#menu li a:hover {
	color: #fff;
}

#banner {
	float: left;
	background: #fff;
	overflow: hidden;
}

#banner img {
	float: left;
}

#left, #right, #center {
	float: left;
	margin-bottom: 15px;
	padding: 30px 30px 0;
	width: 315px;
	height: 380px;
	font-size: 0.9em;
	text-align: left;
	border-bottom: #6b6954 solid 1px;
}

#center {
	float: none;
	margin-bottom: 0;
	padding-bottom: 30px;
	width: 690px;
	overflow: hidden;
	height: auto;
}

.social p {
	margin-bottom: 40px;
	overflow: hidden;
}

.social p img {
	margin-bottom: 20px !important;
}

#footer {
	margin: 0 auto;
	width: 750px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 0.7em;
	background: url("../images/menu_bg.jpg") top left repeat-x;
}

#section_wrapper {
	margin: 0 30px;
	width: 690px;
	overflow: hidden;
}

.section {
	float: left;
	margin: 0 45px 30px 0;
	width: 200px;
	font-size: 0.85em;
	text-align: left;
}

.section h4 {
	margin-bottom: 10px !important;
}

/*--------------------------------------------------PAYPAL FORMS--*/
form.paypal {
	padding: 15px;
	background: #fff;
	border: #6b6954 solid 1px;
	overflow: hidden;
}

form.paypal label {
	float: left;
	width: 135px;
}

form.paypal img {
	 float: left;
}

.paypal_submit {
	border: 0;
}

/*--------------------------------------------------MENU SWAP OUTS--*/
#menu_bin, #menu_links {
	margin: 0 auto;
	overflow: hidden;
}

#menu_bin {
	margin-bottom: 30px;
	width: 690px;
	text-align: center;
}

#menu_links {
	height: 40px;
	width: 660px;
}

#menu_links li {
	float: left;
	margin: 0 3px 10px 0;
	padding: 0 13px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	font-size: 0.9em;
	background: url("../images/menu_bg.jpg") top left repeat-x;
}
 
#menu_links li a {
	color: #fff !important;
}

.tip {
	padding: 5px;
	width: 240px;
	font-size: 0.7em;
	text-align: left;
	color: #fff;
	background: #033114;
	border: #fff solid 1px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}