/* @group layout */
html,body {
	margin: 0;
	padding: 0;
	background: #ACB4B9;
	}
body {
	font-size: 62.5%;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
img {
	border: none;
	}
form style {
	margin-top: 0;
	margin-bottom: 0;
	}
/* @end */

/* @group content */
div#hug {
	width: 800px;
	margin: 0 auto;
	background: url("../images/bg.jpg") repeat-y;
	}
div#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
	background: #ffffff;
	color: #555555;
	}
div#content {
	float: right;
	width: 559px;
	}
#content p a {
	color: #52A4E0;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
#content p a:hover {
	color: #9D0840;
	}
#content p a:visited {
	color: #4D8055;
	border-color: #cccccc;
	}
p {
	line-height: 1.4;
	margin: 5px 10px 10px 0;
	}
h1 {
	margin: 0 10px 10px 0;
	border-bottom: 2px solid #FFECE6;
	font-weight: normal;
	font-size: 150%;
	letter-spacing: 1px;
	color: #A52800;
	}
h2 {
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #C8CDD0;
	color: #94574F;
	}
h3 {
	margin: 0 10px 0 0;
	font-weight: bold;
	color: #A52800;
	}
ul {
	margin-right: 10px;
	}
li {
	margin-bottom: 10px;
	}
dl {
	margin-right: 50px;
	}
dl dt {
	margin-top: 10px;
	font-weight: bold;
	}
.underline {
	color: #aaaaaa;
	font-size: 90%;
	}
.quote {
	color: #5D7786;
	text-align: center;
	font-style: italic;
	font-size: 190%;
	font-weight: bold;
	font-family: "Times New Roman", "Times", serif;
	}
.footnote {
	color: #cccccc;
	}
.footnote a {
	padding: 0 0 2px 0;
	border-bottom: 1px dotted #cccccc;
	text-decoration: none;
	color: #999999;
	}
.footnote a:hover {
	border-color: #dddddd;
	text-decoration: none;
	color: #333333;
	}
/* @end */

/* @group header */
div#header {
	float: left;
	margin: 0;
	padding: 0;
	background: #ffffff;
	}
/*.logo {
	float: left;
	margin: 0;
	}
#banner {
	float: right;
	width: 560px;
	height: 190px;
	background: #ffffff url("../images/header.jpg") no-repeat;
	}*/
/* @end */

/* @group leftcol */
#leftcol {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	padding-bottom: 100px !important;
	padding-bottom: 115px;
	background: #ffffff url("../images/davis_foundation.jpg") bottom center no-repeat;
	}
/* @end */

/* @group nav */
div#nav {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	background: #ffffff;
	}
#buttons {
	margin: 5px 10px 15px 10px;
	padding: 0;
	border: 0;
	border-bottom: 0;
	list-style-type: none;
	}
#buttons .sub a {
	margin-left: 5px;
	color: #4D8055;
	}
#buttons .sub a:hover {
	color: #ffffff;
	background: #ACB9AE;
	}
#buttons .sub_active a {
	margin-left: 5px;
	color: #ffffff;
	background: #ACB9AE;
	}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#nav a {
	display: block;
	margin: 0;
	padding: 5px;
	border-bottom: 3px solid #ffffff;
	color: #9D0840;
	background: #F1F3F3;
	text-decoration: none;
	font-size: 90%;
	}
#nav a:hover {
	color: #ffffff;
	background: #865D72;
	}
#buttons .active a {
	color: #ffffff;
	background: #865D72;
	}
div#callout {
	float: left;
	clear: left;
	width: 180px;
	margin: 0 0 0 10px !important;
	margin: 0 0 0 5px;
	padding: 0;
	background: url("../images/callout_stickie_btm.jpg") bottom no-repeat;
	}
#callout p {
	margin: 0;
	padding: 20px;
	padding-top: 25px;
	 color: #5D7786;
	 font-size: 100%;
	 font-family: "Comic Sans MS", "Arial", cursive;
	 background: url("../images/callout_stickie.jpg") top no-repeat;
	}
/* @end */

/* @group footer */
div#footer {
	clear: both;
	width: 100%;
	background: #ffffff;
	}
div#bottom p {
	margin: 0 40px;
	padding: 0;
	text-align: left;
	font-size: 110%;
	color: #cccccc;
	}
div#bottom {
	width: 800px;
	margin: 0 auto;
	padding: 5px 0 20px 0;
	background: url("../images/bottom.jpg") bottom no-repeat;
	}
/* @end */

/* @group colours */

.#9D0840 {
  color: #9D0840;
}

.#52A4E0 {
  color: #52A4E0;
}

.#6F9C09 {
  color: #6F9C09;
}

.#A52800 {
  color: #A52800;
}

.#4D8055 {
  color: #4D8055;
}

.#94574F {
  color: #94574F;
}

.#C2A570 {
  color: #C2A570;
}

.#E0AE52 {
  color: #E0AE52;
}

.#5D7786 {
  color: #5D7786;
}

.#ACB9AE {
  color: #ACB9AE;
}

.#865D72 {
  color: #865D72;
}

.#ACB4B9 {
  color: #ACB4B9;
}

.#C8CDD0 {
  color: #C8CDD0;
}

/* @end */

/* @group callouts */
#callout_1 p, #callout_2 p, #callout_3 p, #callout_4 p {
	margin: 10px 20px;
	color: #333333;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 130%;
	}
#callout_1 a, #callout_2 a, #callout_3 a, #callout_4 a {
	border: 0;
	font-weight: bold;
	text-decoration: none;
	color: #A52800;
	}
#callout_1 a:hover, #callout_2 a:hover, #callout_3 a:hover, #callout_4 a:hover {
	text-decoration: underline;
	color: #A52800;
	}
#callout_1 {
	margin: 20px;
	margin-left: 0;
	padding: 5px;
	background: #C2E673 url("../images/corner_g.jpg") right top no-repeat;
	}
#callout_2 {
	margin: 20px;
	margin-left: 0;
	padding: 5px;
	background: #FFD280 url("../images/corner_o.jpg") right top no-repeat;
	}
#callout_3 {
	margin: 20px;
	margin-left: 0;
	padding: 5px;
	background: #FF9E80 url("../images/corner_r.jpg") right top no-repeat;
	}
#callout_4 {
	margin: 20px;
	margin-left: 0;
	padding: 5px;
	background: #B9DAF2 url("../images/corner_b.jpg") right top no-repeat;
	}
/* @end */

/* @group dynamic content */
#clear {
	clear: left;
	}
#page_img img {
	float: left;
	margin: 0 10px 2px 0;
	padding: 1px;
	border: 1px solid #eeeeee;
	}
table {
	width: 550px;
	}
td {
	vertical-align: top;
	}
#gallery_thumbs a {
	border: none;
	margin: 0;
	padding: 0;
	}
.gallery_thumb_wrap {
	float: left;
	margin: 0 12px 10px 0;
	padding: 0;
	width: 100px;
	text-align: center;
	vertical-align: top;
	font-size: 90%;
	}
.gallery_thumb_wrap a img {
	text-decoration: none;
	}
	
hr {
	margin: 0 10px 10px 0;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #eee;
	border-right: none;
	}
/* @end */

/* @group optin */
#optin {	margin: 5px 0;	padding: 0;	border: 0;	}.std-txt {
	width: 150px;
	padding: 2px 4px;	color: #666666;	border: 1px solid #dddddd;
	}.button {	color: #333333;	font-size: 90%;	background-color: #eeeeee;	border: 1px solid #cccccc;
	cursor: pointer;	}form {	width: 175px;	margin: 0 0 20px 10px;	padding: 0;	border: 1px dotted #aaaaaa;	}form table {	width: 100%;	margin: 0;	padding: 0;	border: 0;	text-align: center;	}
/* @end */

.photo_credit {
	text-align: right;
	font-size: 80%;
	margin-bottom: 20px;
	}
	
/* @group read section */

/* @group read subnav */

#read_subnav ul {
	border-bottom: 2px solid #EcECEC;
	margin: 10px 10px 15px 0;
	padding: 0 0 5px 0;
	}
	
#read_subnav ul li {
	display: inline;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	}
	
#read_subnav ul li a {
	border-bottom: 1px dotted #FFF;
	color: #FFF;
	text-decoration: none;
	}
	
#read_subnav ul li.mission {
	background: #FD1912;
	}

#read_subnav ul li.partners {
	background: #59B224;
	}
	
#read_subnav ul li.programs {
	background: #884BA1;
	}
	
#read_subnav ul li.jim {
	background: #1F61A9;
	}
	
#read_subnav ul li.media {
	background: #d9b300;
	}
	
#read_subnav ul li.read {
	background: #B9C8E0;
	}
	
	/* @end */

/* @group read header */

#read_header {
	margin: 0;
	padding: 0;
	}
	
#read_header h1 {
	border: none;
	display: block;
	float: right;
	line-height: 3.0em;
	margin: 30px 0 0 0;
	padding: 0;
	width: 275px;
	}

	/* @end */
	
	/* @end */