@charset "utf-8";
/* CSS Document */

/*RESET STYLE SHEET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-image:url(../images/build/top-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#4d4c4c;
}

h2 {
	font-size:17px;
	letter-spacing: -0.05em;	
}

small {
	font-size:11px;
	color:#78a461;
}

p {
	font-size:12px;
	margin-top:1.1em;
	padding-bottom:1.1em;

	
}

a {
    color:#50a5a6;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

.seperator {
	border-bottom:1px dotted #c0c1b4;
	margin-bottom:1.1em;
}

#main-nav {
	margin-right:auto;
	margin-left:auto;
        margin-top:0px;
	padding:10px 20px 40px 20px;
	
	height:50px;
	width:940px;
        overflow:hidden;
}

#main-nav #nav-holder {
	float:right;
}

#main-wrapper {
	margin-left:auto;
	margin-right:auto;
	
	padding:8px;
	
	width:940px;
	
	background-color:#FFFFFF;
}

#flash-wrapper {
	z-index:-1;
	overflow: auto !important;
	
}

#temp {

	background-color:#000000;
	background-image:url(../images/build/flash-bg.jpg);
	background-position:top left;
}

#temp img {
	margin-left:0px;
	margin-top:0px;
}

#learn-column {
	width:306px;
	height:320px;
	float:left;
	margin-right:8px;
}

#lead-column {
	width:306px;
	height:320px;
	float:left;
	margin-right:8px;
}

#listen-column {
	width:306px;
	height:320px;
	float:left;

}

.l-columns {

}

.l-columns .title-img {
	margin-top:-35px;
	z-index:25;
	position:absolute;
}

.l-columns .l-columns-content {
	margin-left:15px;
	margin-right:15px;
	margin-top:30px;
	line-height:1.1em;
}

.l-columns .image-container a {
	float:left;
	border:1px #e1e1e1 solid;
	background-image:url(../images/build/flickr-bg.gif);
        background-position:top left;
	padding:3px;
	margin:0 7px 7px 0;
}

.facebook {
    width:280px;
    height:78px;
    display:block;
    background-image:url(../images/build/botbox-lead-facebook.png);
    background-position:top left;
}

.twitter {
    width:280px;
    height:88px;
    display:block;
    background-image:url(../images/build/botbox-lead-twitter.png);
    background-position:0px -98px;
}


#bottom-wrapper {
	margin-top:8px;
	background-image:url(../images/build/botbox-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border: solid 1px #e1e1e1;
	
	height:320px;
}

#main-footer {
	margin-left:auto;
	margin-right:auto;
	width:940px;
	height: 76px;

        padding-top:40px;

	background-image:url(../images/build/footer-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

/*HACKS */
 
.clearfloat {  /*doule float fix*/
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

