@charset "UTF-8";

/* Page styles */
body {
	background-color: #ffeacf;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#bds_content_wrapper{
	background-color:#FFFFFF;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	width:900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:100%;
	color:#0096C5;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	/* text-align: left; this overrides the text-align: center on the body element. */
}

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

a:hover {
	color: #009999;
	text-decoration:underline;
}

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

a:visited:hover {
	color: #999999;
	text-decoration:underline;
}

/* Header styles */
#bds_header{
	position:relative;
	height:252px;
	width:100%;
	background:url("../images/content_bg.png") repeat-y scroll 0 0 #223344;
}

#bds_logo{
	float:left;
	padding:0px;
	z-index:1;
}

#bds_nav_top{
	position:absolute;
	float:left;
	top:115px;
	left:259px;
	z-index:1;
	font-weight:lighter;
}

#bds_nav_top a:link {
	color:#0096C5;
	text-decoration:none;
}

#bds_nav_top a:hover {
	color:#EF3940;
	text-decoration:none;
}

#bds_nav_top a:active {
	color:#EF3940;
	text-decoration:none;
}

#bds_nav_top a:visited {
	color:#0096C5;
	text-decoration:none;
}

#bds_nav_top a:visited:hover {
	color:#EF3940;
	text-decoration:none;
}

#bds_top_divider{
	position:absolute;
	top:140px;
	left:180px;
	z-index:2;
}

#facebook{
	text-align:left;
	color:#2b95c2;
}

.bds_slogan {
	color:#EF3940;
	font-size:14px;
}

.news {
	position:absolute;
	float:left;
	top:75px;
	left:480px;
	z-index:1;
	font-weight:lighter;
	font-size: 18px;
	color: #EF3940;
}

.news a:link {
	color: #EF3940;
	text-decoration:none;
}

.news a:hover {
	color: #EF3940;
	text-decoration:underline;
}

.news a:visited {
	color: #EF3940;
	text-decoration:none;
}

.news a:visited:hover {
	color: #EF3940;
	text-decoration:underline;
}


/* Content styles */
#bds_content{
	position:relative;
	width:100%;
	padding: 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#bds_content img{
	border:2px #EF3940 ridge;
}

/* General layout use */

.bds_clr{
	clear:both;
}

.bds_page_title{
	font-size:24px;
	color:#EF3940;
}

.bds_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #2b95c2;
}

.bds_subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-stretch:semi-expanded;
	font-weight: lighter;
	color: #2b95c2;
}

.bds_subtitle a:link {
	color: #2b95c2;
	text-decoration:none;
}

.bds_subtitle a:hover {
	color: #009999;
	text-decoration:underline;
}

.bds_subtitle a:visited {
	color: #2b95c2;
	text-decoration:none;
}

.bds_subtitle a:visited:hover {
	color: #009999;
	text-decoration:underline;
}

.bds_description{
	padding:4px 20px 10px;
	color:#333333;
	font-size:12px;
	font-weight:lighter;
	text-align:left;
}

.bds_description a:link {
	color: #333333;
	text-decoration:none;
}

.bds_description a:hover {
	color: #009999;
	text-decoration:underline;
}

.bds_description a:visited {
	color: #999999;
	text-decoration:none;
}

.bds_description a:visited:hover {
	color: #999999;
	text-decoration:underline;
}

.alert {
	font-weight:lighter;
	font-size: 18px;
	color: #EF3940;
}

/* Footer styles */

#bds_footer{
	position:relative;
	font-size:11px;
	color:#333333;
	font-stretch:semi-expanded;
	font-weight:lighter;
	padding:20px 0;
	background:url("../images/content_bg.png") repeat-y scroll 0 0 #AABBCC;
}
