/* YUI reset.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
body {
	background: #646a4b none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
ol,ul {
	list-style:none;
}
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;
}

/* site style */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #c8c1ad;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #45413a;
	font-family: "Palatino Linotype", Palatino, serif;
	font-size: 2em;
}
h2 {
	color: #dd4717;
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	color: #dd4717;
	font-size: 1em;
}
#managed h3 a {
	color: #000;
	font-size: 1.2em;
}
h4 {
	font-weight: bold;
	font-size: 1.2em;
}
h5 {
	font-weight: bold;
	font-size: 1em;
}
fieldset {
	display: inline;
}

#header {
	color: #c8c1ad;
	width: 100%;
	height: 132px;
	background: #646a4b url(../images/header.jpg) no-repeat;
}
#header p {
	padding-right: 10px;
	display: inline;
}
#header form {
	display: inline;
}
#sign-in {
	position: absolute;
	top: 7px;
	left: 415px;
	width: 470px;
	text-align: center;
}
#search {
	position:relative;
	overflow:hidden;
	color: #69655a;
	height: 35px;
	background: #000 url(../images/search_bg.gif) repeat-x;
}
#searchContents {
	position: relative;
	left: 520px;
}

#searchContents p {
	padding: 0 auto;
	display:inline;
}
#searchContents a {
	color: #69655a;
}

#searchContents input {

}




#wrap {
	display: inline;
	position: absolute;
	top:166px;
	width:100%;
	margin-left:-208px;
	left:208px;
	background: #c8c1ad url(../images/bg_sidebar.gif) repeat-y;
}
#main {
	margin-left:208px;
	background: #dbe4c6 url(../images/bg_main.gif) repeat-x;
}
#content {
	width: 693px;
	background: #FFF url(../images/br-top-shadow.gif) repeat-x top left;
	min-height: 600px; /* for modern browsers */
	height: auto !important; /* IE6 fails to do this */
	height: 600px; /* for IE6 */
}
#managed {
	padding: 10px;
}
#managed p {
	padding: 3px 0 7px 0;
}
#managed ul {
	padding: 10px 0;
	list-style-type:disc;
	list-style-position:inside;
}
#managed ol {
	padding: 10px 0;
	list-style-type:decimal;
	list-style-position:inside;
}
#managed a {
	color: #646a4b;
}
#managed .left {
	border-right: solid 1px #c7c7c7;
	padding-right: 10px;
	width: 325px;
	float: left;
}
#managed label.left
{
	border: none !important;
	padding-right: 10px;
	width: 325px;
	float: left;
}
#managed .left-noshade {
	padding-right: 10px;
	width: 325px;
	float: left;
}
#managed .right {
	width: 325px;
	float: right;
}
#managed label.right {
	width: auto;
	float: none;
}
#managed .bottom {
	border-top: solid 1px #c7c7c7;
	padding-top: 10px;
}

#footer {
	height: 50px;
	background: #646a4b none;
	width: 100%;
}
#footer .copyright {
	padding-top: 10px;
}
#footer img {
	padding: 5px 10px;
	float:left;
}
#footer ul {
	list-style:none;
}
#footer li {
	color: #c8c1ad;
	display:inline;
}
#footer li a {
	color: #2b2623;
}
#footer li a:hover {
	color: #c8c1ad;
}


#sidebar {
	position: absolute;
	top:166px;
	left:0;
	display: inline;
	float: left;
	width:208px;
	background: #c8c1ad url(../images/bg_sidebar.gif) repeat-y;
}
#sidebar img {
	padding:5px 5px 5px 25px;
}
#sidebar img.navSpacer{
	padding:0px;
	margin-bottom:-0.25em;
}
#nav {
}
#nav a {
	position:relative;
	display: block;
	background: url(../images/bg_nav-up.gif);
	height: 21px;
	color: #FFF;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 10px;
	
	
}
#nav a.current {
	background: url(../images/bg_nav-active.gif);
}
#nav a:hover {
	color: #000	;
	background: url(../images/bg_nav-over.gif);
}

ul#SearchResults {
	list-style-type:none;
}
ul#SearchResults li {
	padding-bottom: 10px;
}
ul#SearchResults p {
	padding: 3px 5px;
}
ul#SearchResults li a.searchResultHeader {
	font-weight: bold;
}

.clear {
	height: 0;
	clear: both;
}

.resource {
	width: 186px;
	height: 85px;
	overflow:hidden;
	float:left;
	padding: 5px 5px 5px 100px;
	margin: 10px;
}