/*====== SBR TECHNOLOGIES CUSTOM.CSS ======*/
/*COLORS
#04336D	- dark blue
		- logo
#466082	- aqua
#579001	- dark green
		- title
#90BE42	- lighter green
		- tagline
#ECFF9F	- yellow 

*/
/*====================================*/
/* GENERAL UI MODS */
/*====================================*/
/* change cursor over dates, etc to default from a question mark */
.custom abbr, .custom acronym { cursor:default; }

/* NO HEADLINES ON MENU PAGES (SEE ALSO FUNCTION NO_HEADLINE_START) */
.custom #no_headline .headline_area { display: none; }

/*====================================*/
/* BORDERS AND BACKGROUND */
/*====================================*/
/* outside border, margin top and bottom */
.custom #container { 
	margin-top: 2em;
	margin-bottom: 2em;
}

/* background image */
body.custom { 
	background: #90BE42 url('images/background.jpg') 50% 0 no-repeat;
}

/* set the page background to white */
.custom #page { background: #FFFFFF; }

/*====================================*/
/* HEADER */
/*====================================*/

/* header image */
.custom #header #logo a { 
	display: block; 
	height: 150px;
	width: 1040px;
	background: url('images/sbr-header.jpg') left no-repeat;
	outline: none; 
	/*border: 1px solid #000;*/
}

/* push title and tagline to far left and make tagline tiny */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }

/* header padding */
.custom	#header { padding: 0em 0em 0em 0em; }

/* align header image */
.custom #header #logo { margin: 0px 0px 0px 0px; }

/* remove line at bottom of header */
.custom	#header { border-bottom: none; }

/*====================================*/
/* WIDGETS AND SIDEBARS */
/*====================================*/
/* Format widget headings - sidebar */
.custom .sidebar h3 {
	font-size: 0.92em;
	/*font-weight: bold; */
	font-family: Verdana,Arial,sans-serif;
	line-height: 1.455em; 
	text-align: center;
	color: #000000;
	margin-bottom: 1em; 
	padding: 0.636em 0.455em 0.545em 0.455em; 
	text-transform: uppercase; 
	background: url('images/widget-header.jpg') left no-repeat;
	/*border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; */
}

/*====================================*/
/* FOOTER */
/*====================================*/
/* change footer border, add footer background */
/*.custom #footer { 	
	border-top: none;
	display: block; 
	height: 40px;
	width: 1018px;
	background: url('images/footer-image.jpg') no-repeat;
	outline: none; 
	margin: 0px 0px 0px 0px;
}*/

/* footer link box */
#footer_links {
	width: 1040px;
	height: 50px;
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	float: left;
}
/* footer links text */
.footer_links_txt {
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

/* footer copyright text */
.footer_copyright {
	text-decoration: none;
	text-align: center;
}
