/* CSS Document */

img, div, #features, .benefits { behavior: url(../iepngfix.htc) }

body {
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#535353;
	font-weight: normal;
	text-decoration: none;
	line-height: 150%;
	font-size:12px;
	background-color: #121212;
	background-image: url(../images/backgrounds/background.jpg);
	background-repeat: repeat-x;
	background-color:#171717;
	}
body.subpage {
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#535353;
	font-weight: normal;
	text-decoration: none;
	line-height: 150%;
	font-size:12px;
	background-color: #121212;
	background-image: url(../images/backgrounds/background-subpage.jpg);
	background-repeat: repeat-x;
	background-color:#171717;
	}
	
	
* {
margin:0;
padding:0;
}
	
	h1, h2, h3, h4, h5, h6, {
	margin:0;
	padding:0;
	font-weight:normal;
	}
	
	
#wrapper {
width: 962px;
position: relative;
left: 50%;
margin-left: -481px;
}

#branding {
height: 168px;
background: url(../images/backgrounds/header-bg.jpg);
background-repeat: no-repeat;
}

.branding_left {
width: 342px;
float: left;
height: 168px;
}
.branding_right {
width: 620px;
float: left;
height: 168px;
}

#banner {
height: 389px;
background-color: white;
background: url(../images/sitewide/banner1.jpg);
position: relative;
}

#banner-subpage {
height: 257px;
background-color: white;
background: url(../images/sitewide/banner2.jpg);
position: relative;
}

.accordian {
margin-bottom: 40px;
}

#container {
clear: both;
/*background-color: blue;*/
height: 100%;
float: left;
width: 100%;
}

#content {
width: 599px;
float: left;
background: url(../images/backgrounds/content-bg-radial.jpg);
background-repeat: no-repeat;
background-position: top right;
margin: 0px 0px 0px 15px;
padding-bottom: 40px;
padding-right: 30px;
}

#sidebar {
width: 289px;
float: right;
background: url(../images/backgrounds/content-bg.jpg);
background-repeat: repeat-y;
background-position: right;
padding-left: 29px;
padding-bottom: 40px;
color: #444444;
}

.sidebar-divide {
margin-left: -28px;
padding: 25px 0px 25px 0px;
}

#padded {
margin-right:20px;
}

#news {
width: 272px;
float: left;
margin-right: 15px;
padding-right: 10px;
margin-bottom: 25px;
}

#news-nopad {
width: 272px;
float: left;
padding-right: 10px;
margin-bottom: 25px;
}

.date {
float: left;
width: 30px;
height: 37px;
background: url(../images/backgrounds/date-bg.jpg);
text-align: center;
margin-right: 12px;
}
.text {
float: left;
/*background-color: fuchsia;*/
width: 230px;
font-size: 13px;
line-height: 21px;
}

.day {
font-size: 17px;
font-weight: bold;
color: #fff;
line-height: 24px;
}
.month {
font-size: 9px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
line-height: 15px;
}

#footer {
clear: both;
background: url(../images/backgrounds/footer-bg.jpg);
background-repeat: repeat-x;
height: 485px;
}

#footer-container {
width: 962px;
position: relative;
left: 50%;
margin-left: -481px;
}


.left {
float: left;
/*background-color: blue;*/
width: 279px;
font-size: 14px;
line-height: 22px;
margin-right: 50px;
}
.middle {
float: left;
/*background-color: red;*/
width: 265px;
margin-right: 50px;
}
.right {
float: left;
/*background-color: green;*/
width: 310px;
}

.tweetsbg {
background: url(../images/backgrounds/latest-tweets.jpg);
height: 298px;
width: 271px;
}


.social-bg {
background-image: url(../images/backgrounds/social-bg.jpg);
background-repeat: no-repeat;
width; 572px;
height: 136px;
margin-top: 40px;
}

.social-1 {
float: left;
width: 145px;
font-size: 11px;
color: #fff;
padding-left: 22px;
padding-top: 38px;
padding-right: 25px;
line-height: 16px;
}
.social-2 {
float: left;
width: 143px;
font-size: 11px;
color: #fff;
padding-left: 24px;
padding-top: 38px;
padding-right: 25px;
line-height: 16px;
}
.social-3 {
float: left;
width: 141px;
font-size: 11px;
color: #fff;
padding-left: 24px;
padding-top: 38px;
padding-right: 25px;
line-height: 16px;
}

.photo_column {
width:110px;
float:left;
margin-right:20px;
margin-bottom:40px;
overflow:hidden;
}
.photo_column a img {
border: 5px solid #000;
margin-bottom: 10px;
margin-right: 10px;
}
.photo_column a:hover img {
border: 5px solid #f6e929;
margin-bottom: 10px;
margin-right: 10px;
}
