@charset "utf-8";

/* Robert R. Rayfield & Associates, Inc. */

body {
	margin: 0px;
	background-color: #c8c8c8;
	background-image: url(images/page_background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}

a {
	color: white;
}

a img {
	border-style: none;
}

h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px white solid;
}

hr {
	border-style: none;
	border-width: 0px;
	height: 1px;
	color: white;
	background-color: white;
}

dt {
	margin-bottom: 1em;
	font-weight: bold;
}

dd {
	margin-bottom: 2em;
}

input[type=text], textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
}

#wrapper {
	width: 920px;
	margin: 0px auto;
}

#header {
	position: relative;
	width: 920px;
	height: 323px;
	background-image: url(images/header_background.jpg);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 68px;
	left: 54px;
	z-index: 1;
}

#nav {
	position: absolute;
	top: 235px;
	left: 46px;
	z-index: 3;
}

#info {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #006cb1;
	position: absolute;
	top: 24px;
	right: 32px;
	z-index: 2;
}

#body_wrapper {
	background-image: url(images/body_background.jpg);
	background-repeat: repeat-y;
}

#body {
	background-image: url(images/body_background_top.jpg);
	background-repeat: no-repeat;
	padding: 24px 48px 24px 48px;
}


#footer {
	background-image: url(images/footer_background.jpg);
	background-repeat: no-repeat;
	font-size: 8pt;
	color: #999999;
	padding-top: 24px;
	padding-bottom: 32px;
}

#footer a {
	color: #999999;
}

#footer_left {
	float: left;
	padding-left: 12px;
	width: 520px;
}

#footer_right {
	float: right;
	padding-right: 12px;
	text-align: right;
}

img.pic {
	border: 4px white solid;
}
