/* @override http://deerfieldfirst.com/styles/styles.css */

* {
	margin: 0;
	padding: 0;
}


body {
	font:12px/20px "Lucida Grande", Lucida, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #f3ead8 url(../images/layout/bg.jpg) repeat-x;
	text-align: center;
	color: #6b5435;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 937px;
	background: url(../images/layout/bg-wrapper.gif) no-repeat 0 202px;
}

#header {
	background: #CCCCCC url(../images/layout/bg-top.jpg);
	height: 141px;
}

#header h1 {
	margin-left: -10000px;
}

#submenuHome {
     width:250px;
     margin-right:85px;
     display:inline;
     top:0px;
     float:right;
}

#graphics {
	margin-right: auto;
	margin-left: auto;
	width: 826px;
	padding-left: 1px;
}

#submenu {
     width:250px;
     background: #baded1 url(../images/layout/sidebar-btm.gif) no-repeat left bottom;
     display:inline;
     float:right;
	margin: 0 85px 0 0;
	padding: 10px 0 35px;
}

#home #contentMain {
	width: 780px;
}

#home #submenu {
	background-color: #fff;
	background-image: none;
	padding: 0;
	margin: 0 70px 0 0;
	display: none;
}

#submenu h2 {
     margin:0px;
	font: normal normal 24px/28px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 30px;
	background: url(../images/layout/sidebar-top.gif) no-repeat;
	padding-bottom: 10px;
}

#submenu li {
     padding:0px 0px 10px;
     margin:0px;
	list-style-type: none;
}

#submenu a {
     color:#6b5435	;
     text-decoration:none;
	background: url(/images/layout/sidebar-bullets.gif) no-repeat 0 0;
	font: normal bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 0 10px;
	padding: 0 0 0 28px;
}

#submenu a:visited {
     background: url(/images/layout/sidebar-bullets.gif) no-repeat 0 -60px;
}

#submenu a:hover {
     text-decoration: underline;
     background: url(/images/layout/sidebar-bullets.gif) no-repeat 0 -30px;
}

#content {
	background: url(../images/layout/bg-content.gif) repeat-y 54px 0;
	min-height: 600px;
	overflow:hidden;
	height:expression(
    	this.scrollHeight < 600? "600px" : "auto" );
}

#home #content {
	min-height: 350px;
	overflow:hidden;
	height:expression(
    	this.scrollHeight < 350? "350px" : "auto" );
}

#content p {
	margin: 0 0 15px;
}

#content hr {
     display:block;
     visibility:hidden;
     clear:both;
}

#contentMain {
     width: 495px;
     padding-bottom: 20px;
     margin-left: 80px;
     display:inline;
     float:left;
	 padding-top: 20px;
}

#contentMain img {
	border-style: none;
}

#contentMain h1 {
     margin:0px;
	font: normal normal 24px/28px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-decoration: none;
}

#contentMain a:link {
	color: #5a9ca7;
	font-weight: bold;
	text-decoration: none;
}

#contentMain a:hover {
	text-decoration: underline;
}

#contentMain a:visited {
	color: #93c1c4;
	font-weight: bold;
	text-decoration: none;
}

li {
     margin-bottom:10px;
	margin-left: 30px;
}

#contentMain .date {
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: bold;
}



.formerror, .error {
     color:#F00;
     font-family:Arial, Helvetica, sans-serif;
     font-size:10px;
     line-height:normal;
}

.forminput {
     font-weight:bold;
     font-size:12px;
     font-family:Arial, Helvetica, sans-serif;
}

form {
	line-height: normal;
	font-size: 11px;
}

input, select, textarea {
     border: 1px solid #947557;
	padding: 3px;
}

#footer {
	position:relative;
	clear:both;
	font-size: 11px;
	color: #6b5435;
	line-height: 12px;
	background: url(../images/layout/bg-footer.gif) no-repeat 54px 0;
	padding: 30px 100px 20px;
}

#footer a {
	color: #6b5435;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	background-color: #c0d1fd;
}

#footer #qlinks {
	float: right;
}

#footer span.org {
	font-weight: normal;
	font-style: normal;
}

#footer .credit, #footer .credit a {
	color: #947557;
}

.designBy a:link, .designBy a:hover, .designBy a:visited, .designBy a:active {
     text-decoration:none;
     cursor:text;
}

address {
     display:inline;
     font-style:normal;
}

.noBorderBg {
     background:url(../assets/none);
     border-style:none;
}
#graphics img {
	border-style: none;
}

a[href$=".pdf"], a[href$=".PDF"] {
	padding-right: 17px;
	background: url(../images/misc/icon-pdf.gif) no-repeat right center;
}

a[href$=".ppt"], a[href$=".PPT"] {
	padding-right: 17px;
	background: url(../images/site/icon-ppt.gif) no-repeat right center;
}

a[href$=".doc"], a[href$=".DOC"] {
	padding-right: 17px;
	background: url(../images/site/icon-doc.gif) no-repeat right center;
}

a[href$=".xls"], a[href$=".XLS"] {
	padding-right: 17px;
	background: url(../images/site/icon-xls.gif) no-repeat right center;
}.staffPhoto {
	margin: 0px 15px 15px 0px;
}
.byline {
	font-size: 10px;
}
