/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, h1, blockquote, th, td {
margin: 0;
padding: 0;
}

/* links */
a:link {color: #4D423A}
a:visited {color: #4D423A}
a:hover {color: #AA9775}
a:active {color: #AA9775}

#site_info a:link {color: #DBC0A7}
#site_info a:visited {color: #DBC0A7}
#site_info a:hover {color: #DBC0A7}
#site_info a:active {color: #DBC0A7}

body {
text-align: left;
font-family: Arial, sans-serif;
font-size: 14px;
color: #000000;
background: #4D423A url(graphics/topfade.jpg) repeat-x top left;
padding: 0;
margin: 0;
}


#branding {
position: relative;
width: 920px;
margin: 0 auto;
padding: 0;
height: 144px;
}
#branding blockquote{
text-indent: -9999px;
}

#companyinfo {
	position:absolute;
	top: 20px;
	right: 0px;
	text-align: right;
	color: #483C32;
	line-height: 20px;
	font-weight: bold;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 129px;
	width: 449px;
	text-indent: -9999px;
	z-index: 10;
	background: transparent url(graphics/logo.jpg) no-repeat 0 0;
}
h2 {
font-size: 18px;
font-weight: 600;
color: #4D423A;
}
h3 {
font-size: 18px;
font-weight: 600;
color: #4D423A;
margin: 0;
padding: 0;
}
h4 {
font-size: 15px;
font-weight: 600;
color: #59676E;
border-bottom: 1px solid #59676E;
}

p {

line-height: 20px;}

.emphasis {
font-size: 14px;
font-weight: 600;
}

.indent {
margin-left: 20px;
}

/* main nav */
#nav {
	position: relative;
	margin: 0;
	padding: 5px 0 4px 0;
	font-size: 14px;
	color: #483C32;
	text-align: center;
	background-color: #AA9775;
	border-bottom: 9px solid #4d423A;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
}
#nav li {
display:inline;
padding: 0 20px;
}
#nav li a:link, #nav li a:visited {
color: #000000;
text-decoration: none;
}
#nav li a:hover {
color: #FFFFFF;
}

#content {
margin: 0 auto;
padding: 0;
position: relative;
width: 100%;
background-color: #DBC9A7;
border-bottom: 17px solid #AA9775;
}

#content_wrapper {
position: relative;
width: 900px;
margin: 0 auto;
padding: 13px 10px;
}


/* footer */
#site_info {
text-align: center;
font-size: 13px;
color: #DBC0A7;
margin: 0;
padding: 8px 0;
background: transparent url(layoutgraphics/bottomgoldfade.jpg) repeat-x 0 0;
}

.notoppad {
padding-top: 0;
margin-top: 0;
}
