/* Styling for index, downloads, and about page */

body {
background: url(images/bg_image.png) repeat-x;
}

.imageleftcol {
float:left;
position:relative;
width: 470px;
height:518px;
left:0;
margin-left:-132px;
margin-top:-16px;
}

/* FEATURED */
#burst {
/*	background:url(images/burst.jpg) no-repeat; */
width: 960px;
margin: 0px auto;
}

.featuretextcontent {
height:280px;
}
#featuretext {
background: url(images/burst_right.jpg) no-repeat;
padding-top: 33px;
padding-left:19px;
color: #fff;
font-size: 14px;
margin-left:-18px;
margin-top:-16px;
height:337px;
}
#featuretext h2 {
color:#fff;
}
#featuretext a {
color: #fff;
font-weight: bold;
}
#featuretext a:hover {
color:#9cc9ed;
}
#featuretext p {
line-height:1.5;
margin: 20px 0px;
}

/* DOWNLOAD VIDEO */
#videoleft {
background: url(./images/videoleft.jpg) no-repeat;
width:124px;
height:518px;
float:left;
} 
#videomain {
float:left;
width:480px;
height:518px;
position:absolute;
left:124px;
} 

/* RSS ARTICLES */
.blogcol {
width: 634px;
margin-right: 20px;
float: left;
}
.blogtitle {
font-size: 16px;
font-weight: bold;
margin-top: 20px;
}
.blogtitle a {
text-decoration: none;
}
.blogcol p {
	margin: 5px 0 20px 0;
}
.articlewrapper {
margin-top:0px;
}
.articlecol {
width:306px;
float:left;
margin-right: 20px;
}
.articlecol h3 {
margin-top: 10px;
margin-bottom: 0px;
padding: 0px;
}
.articlecol ul {
padding: 0;
margin: 10px 0;
}
.articlecol ul li {
margin: 5px 0 5px 15px;
}

/* ABOUT */
#abouttext {
padding-top: 25px;
color: #fff;
font-size: 16px;
width:632px;
float:left;
}
#abouttext p {
margin: 20px 0px;
line-height:1.3;
}
#abouttext a {
color: #fff;
font-weight: bold;
}
#abouttext a:hover {
color:#9cc9ed;
}
#votebox {
float:left;
margin:5px 20px 0 0;
}
#aboutbuttons {
padding-top: 50px;
float:right;
width:226px;
}
#aboutbuttons img {
padding-bottom: 20px;
}

/* TESTIMONIALS */
#quotes {
background-image:url(images/quotes.gif);
background-repeat: no-repeat;
padding: 10px 120px;
text-align:center;
}
#quotes p {
font-size: 24px;
color:#094f89;
line-height: 1.3;
margin: 0;
}
#quoteauthor {
font-size: 14px;
font-weight: bold;
color:#094f89;
}
