/* document settings */
html {
	/* background: white url(../images/bg_gradient.gif) repeat-x scroll 0 100%; */
	background: #FDF0C4;
}

body {
	font-family: arial, helvetica, sans;
	font-size: 12px;
	line-height: 150%;
	
	margin: 0;
	padding: 0;
}


/* uber structure, for page drop shadow and centering */
#outer-wrap, #bottom-shadow {
	margin:0 auto;
	width: 1024px;
}

#outer-wrap {
	background: #FDF0C4 url(../images/bg.jpg) 50% 0 repeat-y;
}

#inner-wrap {
	width: 1000px;
	margin: 0 12px;
	background: #F8CC3C;
}


/* page structure - header, main, sidebar, footer */
#header {
	height: 140px;
	position: relative;
	background: white;
}

#main {
	float: right;
	width: 765px;
	/* background-color:#F8CC3C; */
}

#sidebar {
	width: 195px;
	float: left;
}

#footer {
	clear: both;
	width:1000px;
	/* height:59px; */
	background-color:#928570;	
	padding-top: 0.2em;
}

/* header */
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:235px;
	height:137px;
	background-color:#FFFFFF;
}

#flasharea {
	position:absolute;
	left:235px;
	top:0px;
	width:765px;
	height:97px;
	background-color:#FFFFFF;
}

#navouter {
	position:absolute;
	left:235px;
	top:97px;
	width:765px;
	height:16px;
	background-color:#FFFFFF;
}

#nav {
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	letter-spacing: .24em
}

#nav a {
	text-decoration: none;
	color: #333333
}

#nav a:hover {
	color: #928570;
}

#nav a.current {
	color: #E1361E;
}





/* main */

#content { /* center column */
	float: left;
	display: inline;
	margin-left: 5px;
	width: 420px;
	padding-bottom: 10px;
}

#content a {
	color: #413C31;
}

#content ul, #about-callout ul {
	list-style: none;
	margin: 0px;
	padding-left: 20px;
}

#content li, #about-callout li {
	background: url(../images/dot_red.gif) 0 5px no-repeat;
	padding-left: 1em;
	margin: 0;
	font-weight: bold;
	color: #413C31;
}

#content li a {
	color: #413C31;
}

#content.how_we_help li a {
	text-decoration: none;
}

#content.how_we_help li a:hover {
	text-decoration: underline;
}

#main_column_footer {
	margin: 1em 0 0.2em 240px;
	color: white;
	clear:both;
}

#main_column_footer strong {
	display: block;
}

#main_column_footer a {
	color: #413C31;
	text-decoration: none;
}

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


#right-column { 
	float: right;
	width:300px;
	display: inline;
	padding-top: 12px;
	margin-right: 20px;

}

#callout { /* inside right column */
	font-size: 16px;
	line-height: 200%;
	font-style: italic;
	color: #666;
	font-family: times;
}

#callout p.attribute {
	font-size: 11px;
	font-family: arial;
	font-style: normal;
	color: white;
	font-weight: bold;
	line-height: 120%;
}

#about-callout {
	border-left: 20px solid #928570;
	padding-left: 10px;
	margin-right: 40px;
}

#about-callout h2 {
	font-size: 100%;
	padding: 0;
	margin: 0;
	color: #E1361E;
}

#about-callout ul {
	padding: 0;
}


/* sidebar */
#sidebar img {
	display: block;
	margin: 0 0 0 auto;
}

.sidebar-item {
	height:22px;
	background-color:#928570;
	overflow: hidden;
	margin: 22px 0;
}

.sidebar-item p {
	padding: 5px 5px 0;
	margin-top: 0px;
	text-align: right; 
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	line-height: 100%;
	text-transform: uppercase;
	font-weight: bold;
}

.sidebar-item a {
	text-decoration: none;
	color: #ffffff;
}
	
.sidebar-item a:hover {
	color: #F8CC3C;
}

.sidebar-item a.current {
	color: #E1361E;
}


/* footer */

#footer p {
	margin-top: 0;
	margin-left: 240px;
	font-size: 11px;
	color: #ffffff;
	line-height: 150%;
}

#footer a {
	text-decoration: none;
	color: white;
}
	
#footer a:hover {
	color: #E1361E;
}

#site-credit {
	font-size: 11px;
	color: #b8a88d;
	padding: 5px 0;
	margin-left: 240px;
	font-weight: bold;
}

#site-credit a {
	font-weight: normal;
	color: #b8a88d;
	text-decoration: none;
}

#site-credit a:hover {
	color: #d4c1a3;
}


/* contact form */
#contact_form label.error {
	color: #E1361E;
	font-size: 12px;
	padding-left: 10px;
}
