/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes list-style from lists */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from  fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

html
{  }

body
{ 
position: relative;
width: 770px;
margin: 0 auto;
text-align: center;}

	
div#branding, div#branding2, div#branding3, div#branding4{
width: 770px;
background: #fff transparent url() no-repeat 0 0;
}

ul#nav {
position:relative;
top:30px;
left:170px;
width:550px;
}

#nav li {
display: inline;
}

li#home a, li#about a, li#portfolio a, li#contact a {
display:inline;
margin:0px;
padding:5px 14px;
width:105px;
text-align:center;
}

div#content {
position:relative;
width: 770px;
text-align: left;
top: 20px;
margin-bottom:30px;
}

div#content_main {

left: 0;
width:537px;
padding: 1em 0;
 text-align: left;
}

div#content_sub {
top:145px;
left: 537px;
width: 233px;
padding: 1em 0;
text-align: left;
}

div#featured {
position:relative;
left:0px;
width: 770px;
padding: 1em 0;
text-align: left;
}

div#featured_L {
position:relative;
float:left;
width: 375px;
padding: 1em 0;
text-align: left;
}

div#featured_R {
position:relative;
float:right;
width: 375px;
padding: 1em 0;
text-align: left;
}

div#site_info {
width: 770px;
margin: 0 auto;
clear:both;
}


div#site_info {
position:relative;
width:770px;
height:35px;
 }

div#site_info h5 {
position:absolute;
right:20px;
top:10px;
color:#fff;
}

div#site_info p {
position:absolute;
left:30px;
top:10px;
margin:0;
}

div#preload {
display:none;
}

/* Makes Footer Clear Columns */
.pc,.sc { position: absolute; top: 0; left: 0;} 
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

