/* 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;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #744614;
}

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

/* 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 */
ol,ul { list-style : none; }

/* 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 :''; }


/* layout.css */

html 	{ text-align : center;  }

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

div#content { 
position : relative;
margin : -47px 0 0 0;
padding : 4em 0; 
width : 100%; 
height: 100%;
overflow: hidden; }

div#branding, div#nav, div#site_info, div#referral {
width : 100%; }

div#branding {
position : relative;
height : 175px;
z-index : 1; }

div#nav_container {
position: relative;
height: 44px;
margin :-41px 0 0 0;
top: -31px;
z-index: 2; }

div#content_main {
position: relative;
float: right;  
width : 33%;
left: -5%;
padding : 1em 0px; }
  
div#content_sub {
position: relative;
float: left; 
width : 62%; 
padding: 1em 0px; }

div#site_info {
position: relative;
margin-top: 0; }

div#home_rt {
position: relative;
float: right;
width: 100%;
padding-top: 10px; }

#home_submenu {padding-top: 15px;}

div#home_rt2 {
	position: relative;
	float: right;
	top: -231px;
	left: -35px;
	overflow: hidden;
	background-image: url(../images/shadow_box_home.png);
}

div#clear {
position: absolute;
clear: right; }

div#cc {
position: relative;
float: right;
margin-right: 20px;}

div#cc table {margin-bottom: 0;}

div#cc img {
position: relative;
float: none;
left: 50%;
margin-left: -84px;
border: none;
-webkit-box-shadow: 0px 0px 0px rgba(135, 139, 144, 0.4);
-moz-box-shadow: 0px 0px 0px rgba(135, 139, 144, 0.4);
box-shadow: 0px 0px 0px rgba(135, 139, 144, 0.4)}

