/*******************************************
*
* Clear CSS
*
*******************************************/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p { 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/*******************************************
*
* Dr. Denison CSS
*
*******************************************/

html {
	height:100%;
	overflow-y:scroll;
}
body {
	height:100%;
	background:#bbb39b;
	font-family:"Trebuchet MS",Helvetica,Arial,Tahoma;
	font-size:14px;
}
p,h1,h2,h3,h4,h5,h6 {
	padding:10px 0;
}
blockquote {
	margin:0px;
	padding:10px 0 10px 10px;
}
a,a:visited {
	color:#a55135;
	text-decoration:none;
}
a:hover {
	color:#a55135;
	text-decoration:none;
}
h1 {
	color:#3380aa;
	font-size:1.7em;
	font-weight:bold;
}
h2 {
	font-size:1.6em;
	font-weight:bold;
}
h3 {
	font-size:1.5em;
	font-weight:bold;
}
h4 {
	font-size:1.4em;
	font-weight:bold;
}
h5 {
	font-size:1.3em;
	font-weight:bold;
}
h6 {
	font-size:1.2em;
	font-weight:bold;
}
#wrapper {
	position:relative;
	min-height:100%;
}
.clear {
	clear:both;
}
* html #wrapper {
	height:100%;
}
.formfield {
	font-family:"Trebuchet MS",Helvetica,Arial,Tahoma;
	font-size:14px;
	border:1px solid #e9e9e9;
	padding:5px;
}

/*******************************************
*
* Header
*
*******************************************/

#header_wrap {
	background:#3380aa repeat;
	width:900px;
	height:8px;
	margin:0 auto;
}
#header_content {
	width:880px;
	min-width:880px;
}
.float-left {
	float:left;
	padding:0 0 0 40px;
}
.float-right {
	float:right;
}

/*******************************************
*
* Navigation and Large Photo
*
*******************************************/

#middle_wrap {
	width:900px;
	min-width:900px;
	margin:0 auto;
	background:#d1cab3;
}
#nav_wrap {
	float:left;
	width:197px;
	min-width:197px;
	padding:20px 0 0 0;
}
#nav_content {
	width:197px;
	min-width:197px;
	margin:0 auto;
	color:#fff;
}
.navigation {
	font-weight:bold;
	width:197px;
	background:#a55135;
}
/*.navigation ul {
	margin:0;
	padding:0;
}
.navigation ul li {
	display:block;
	margin:0;
	padding:0;
	padding:5px 0px;
	border-bottom:1px dotted #fff;
	list-style:none;
}
.navigation ul li a {
	color:#fff;
	padding:10px 0;
	margin:0 20px;
	text-decoration: none;
}
.navigation ul li a:hover, .navigation ul li a.selected {
	color:#c1684b;
}*/
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  border-bottom:1px dotted #fff;
}

ul.menu li a, ul.menu ul.menu li a {
  color: #fff;	
  padding: 0.5em;
}

ul.menu li a:hover, ul.menu ul.menu li a:hover {
}

ul.menu li ul li a, ul.menu ul.menu li ul li a {
  color: #ff9a76;
  padding-left: 20px;
}

ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
  padding-left: 15px;
}
ul.menu ul.menu li a:hover {
    border-left: 0;
    padding-left: 0.5em;
}
ul.menu ul.menu {
}
ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {
    text-decoration: underline;
}
ul.menu .acitem { 
	display: none;
}

/*******************************************
*
* Photo
*
*******************************************/

#photo_wrap {
	width:683px;
	height:265px;
	float:right;
	padding:0 0 0 10px;
}

/*******************************************
*
* Sidebar
*
*******************************************/

#sidebar {
	padding:0 0 0 20px;
}

/*******************************************
*
* Main
*
*******************************************/

#main_content {
	width:900px;
	min-width:900px;
	margin:0 auto;
	padding:10px 0 0 0;
	height:100%;
	background:#d1cab3;
}
#main_left {
	width:197px;
	float:left;
}
#main_right {
	width:673px;
	float:right;
	padding:40px 10px 0 20px;
}

/*******************************************
*
* Footer
*
*******************************************/

#streetaddress {
	margin:0 auto;
	clear:both;
	width:880px;
	background:#3380aa;
	color:#fff;
	padding:0 10px;
}
#footer_wrap {
	margin:0 auto;
	clear:both;
	width:900px;
	height:50px;
	color:#fff;
	font-size:11px;
}
#footer_wrap a:link, #footer_wrap a:visited {
	color:#fff;
	text-decoration:none;
	border:none;
}
#footer_wrap a:hover {
	text-decoration:none;
}
#footer_content {
	width:900px;
	margin:0 auto;
	padding-top:10px;
	font-size:10px;
}
#footer_left {
	float:left;
	width:420px;
	padding:10px;
}
#footer_right {
	float:left;
	width:420px;
	text-align:right;
	padding:10px;
}
