/* <DTFL> LAYOUT CSS - Framework v1.0 */


/* -------------- RESET DEFAULT BROWSER CSS -------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 160%; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* -------------- PAGE STRUCTURE -------------- */

#homeContainer, #stdContainer {
	position:relative;
	width:955px;
	margin:0px auto;
	background-color:#1F1F1F;
}

#homeContainer {
	background-image:url(../images/homepageImage.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#stdContainer {
	background-image:url(../images/contentPageImage.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#header {
	position:relative;
	float:left;
	width:955px;
	height:141px;
}

#header a, #header a:hover {
	margin:0px;
	border:none;
}

#phone {
	position:absolute;
	width:149px;
	height:40px;
	float:right;
	clear:none;
	top:15px;
	right:20px
}

#content {
	position:relative;
	float:left;
	width:955px;
	height: auto;
	clear:both;
	margin: 143px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	background-image:url(../images/pageBodyGradient.png);
	background-position:top;
	background-repeat:repeat-x;
}

#title {
	position:relative;
	width:878px;
	height:auto;
	clear:both;
	margin: 65px 0px 0px 41px;
	overflow:visible;	
	padding:0px 0px 10px 0px;
}

#left {
	position:relative;
	width:510px;
	height: auto;
	clear:left;
	float:left;
	margin: 10px 0px 0px 41px;
}

#right {
	position:relative;
	width:300px;
	height: auto;
	clear:right;
	float:right;
	margin: 10px 36px 0px 0px;
	padding:0px 0px 0px 40px;
	border-left:1px solid #5B5B5B;
}

#footer {
	position:relative;
	width:955px;
	height: 50px;
	clear:both;
	margin: 0px;
	padding:0px;
	background-image:url(../images/footerBackground.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#mainNav {
	position:absolute;
	width:925px;
	height:40px;
	top:284px;
}


#shuffle {
	height:300px;
}