/* ---------------------------------------------
GLOBAL.CSS
-----------------------------------------------*/

body {
	font: 62.5% arial, verdana, sans-serif;
	color: #606060;
	background: #eaeaea url(/assets/belgo/images/template/page_back.jpg) top center;
	text-align:center;
}
		
a { 
	text-decoration:none;
	color:#b09863; 
	font-weight:bold;
} 

a:hover { 
	color:#705e37;
	text-decoration:none;
} 

p {
	line-height:1.8em;
}

p.intro {
	font-size:1.25em;
	line-height:1.5em;
	font-style:italic;
	font-weight:bold;
}

p.small {
	font-size:0.9em;
	line-height:1.5em;
}

p.error {
	font-weight:bold;
	color:red;
}

.hide {
	display:none;
}


input, textarea {
	color:#979797;
	font-style:italic;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
}

h1 a
{
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-178px;
	display:block;
	text-indent: -5000px;
	width:356px;
	height:107px;
	background:url(/assets/belgo/images/template/logo.png);
	z-index:20;
}

#sidebar h3 {
	width:275px;
	height:20px;
	text-indent:-5000px;
}

/* ---------------------------------------------
CONTENT AREAS
-----------------------------------------------*/

#pipe_left {
	position:absolute;
	top:0;
	left:0;
	width:217px;
	height:194px;
	background:url(/assets/belgo/images/template/pipe_left.png);
	z-index:50;
}

#pipe_right {
	position:absolute;
	top:0;
	right:0;
	width:160px;
	height:160px;
	background:url(/assets/belgo/images/template/pipe_right.png);
	z-index:40;
}

#header_wrap{
	width:100%;
	height:321px;
	background:url(/assets/belgo/images/template/header_back.jpg) center top;
	text-align:left;
}

#header {
	position:relative;
	width:100%;
	height:321px;
	z-index:10;
}

#wrapper{
	width:800px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	font-size:1.2em;
}

#flash_header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:292px;
	z-index:10;
	overflow:hidden;
}

#content {
	width:450px;
	float:left;
	padding-right:30px;
	margin-bottom:20px;
}

#sidebar {
	width:290px;
	float:left;
	padding-left:30px;
	margin-bottom:20px;
}

#footerwrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px;
}

.footer, .push {
	height: 42px;
}

.footer {
	background:url(/assets/belgo/images/template/footer_back.jpg) center top;
	color:#FFF;
	font-size:1.1em;
	padding-top:5px;
	height:36px;
}

.footer ul {
	position:relative;
	margin:0 auto;
	width:670px;
	padding-left:40px;
	overflow:auto;
}

.footer li {
	float:left;
	padding:0 10px;
	margin-top:6px;
	color:#f5f5f5;
	border-left:1px solid #CCC;
	border-right:1px solid #666;
}

.footer .facebook{
	border:none;
	background:none;
}
.footer .facebook a{
	display:block;
	width:87px;
	height:17px;
	background:url(/assets/belgo/images/template/footer_facebook.gif) top no-repeat;
	text-indent:-5000px;
}
.footer .facebook a:hover{
	background:url(/assets/belgo/images/template/footer_facebook.gif) bottom no-repeat;
}

.footer li.first {
	border-left:none;
}

.footer li.last {
	border-right:none;
	border-left:none;
	margin-top:0;
}

.footer li.top {
	border-right:none;
}

.footer li a {
	color:#f5f5f5;
	font-weight:normal;
}

.footer li a:hover {
	text-decoration:underline;
}

.footer a.engage {
	display:block;
	width:119px;
	height:32px;
	background:url(/assets/belgo/images/template/footer_logo.gif);
	text-indent:-5000px;
}




/* ---------------------------------------------
PAGE TITLES
-----------------------------------------------*/

h2 {
	width:410px;
	height:29px;
	margin:15px 0 17px 0;
	text-indent:-5000px;
}

/* -------- Signup ----------*/

#sidebar form.signup input {
	width:198px;
	padding:5px;
	height:16px;
	margin-bottom:5px;
	background:url(/assets/belgo/images/template/input_back.gif);
	border:none;
	color:#979797;
	font-style:italic;
	font-size:1.2em;
	float:left;
}

#sidebar form.signup input.send {
	float:right;
	width:28px;
	height:18px;
	background:url(/assets/belgo/images/template/button_go.gif);
	margin:-26px 35px 0 0;
	display:inline;
	cursor:pointer;
}

#sidebar form.signup label {
	display:none;
}

/* --------  Style the 'Go' button and selec dropdown box  ----------*/

#sidebar form {
	width:290px;
	overflow:hidden;
}

#sidebar select {
	float:left;
	padding:4px;
	font-size:1.2em;
	width:200px;
	color:#979797;
	font-style:italic;
	font-size:1.2em;
}

#sidebar input.send {
	float:right;
	width:28px;
	height:18px;
	background:url(/assets/belgo/images/template/button_go.gif);
	margin:5px 46px 0 0;
	display:inline;
	border:0;
	cursor:pointer;
}







	