@charset "utf-8";
/* CSS Document */

*{
padding:0px;
margin:0px;
}
.floatLeft{
float:left;
}
.floatRight{
float:right;
}
.clearBoth{
clear:both;
}
img{
border:0px;
}
a{
color:#006699;
text-decoration:none;
}
a:hover{
color:#006699;
text-decoration:underline;
}
body{
background-image:url(../images/bg_repeat.jpg);
background-repeat:repeat-x;
background-color:#e99324;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#container{
width:960px;
margin:0px auto;
}
#header{
background-image:url(../images/bg_header.jpg);
background-repeat:no-repeat;
height:422px;
}
.learnMore{
padding-top:280px;
padding-left:55px;
}
.uploadVideo{
padding-top:280px;
padding-right:55px;
}
#content{
background-image:url(../images/bg_content.jpg);
background-repeat:no-repeat;
min-height:420px;
height:auto !important;
height:420px;
}
.header{
padding:34px 30px 0 217px;
}

.tableCSS{
	
padding-left:29px;
padding-right:29px;
}
.title{
padding:2px 0px;
}
.agency{
padding-bottom:18px;
}
.date{
color:#974100;
}
.views{
color:#974100;
}
#videoHolder{
border:1px solid #974100;
padding:10px;
height:180px;
width:126px;
overflow:hidden;
}
#footer{
padding-top:10px;
padding-bottom:20px;
color:#974100;
}
.copyright{
padding-top:5px;
}
.social{
width:682px;
margin:0px auto;
padding-bottom:10px;
}
.inspiration {
padding-right:55px;
padding-top:5px;
text-align:right;	
}
