/*
 * The site logo should be 950 px wide.
 * Smaller logos can work if the background color is white.
 *
 */

#site_logo {
	height: auto;
}
html {
	color: #000000;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	background-image: url(../images/vets%20background.jpg);
	background-repeat: no-repeat;
}
body {
	background-attachment: fixed;
	background-position: left top;
	background-image: url(../images/wrc%20background.jpg);
}
#search #searchbox {
	background-color: #CBCBDD;
	border: 1px solid #cccccc;
	color:#00573D;
	height: 1.1em;
	margin:0;
	padding:0;
	width:105px;
	width: auto;
	position: relative;
}
#navbar {
	font-size: 0.8em;
	border-top:6px solid white;
	color: #363636;
	background-color: #8C8EB5;
}

#navbar_wrap {
	background-color: #8C8EB5;
}

.nav_section {
	background-color: #8C8EB5;
}
#single_column{
	margin: -5px;
	padding: 10px;
	border: 1px dotted #CCC;
	width: 745px;
	display: inline;
	float: left;
}#sidebar{
	float: right;
	display: inline;
	width: 240px;/* below code was used to fix IE 6 before the PA template update */
/*	float: right;
	position: relative; 
	padding-right: 10px;
	right: -10px;
	margin-left: -10px;*/
}
/* Callout boxes are right-aligned boxes of important links, news updates, or other helpful info not directly related to the main content of the page. They should always be titled with <h2>s or <h3>s. If a callout box is part of a template (appears on many pages), it should go in a special section before the "content" <a> tag. Otherwise, it should go where it fits best with the heading structure */

.calloutbox{
	width: 240px;
	border-left: 1px solid #CCC;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	float: right;
	clear: right;
	background: #F4EFDF;
	display: inline;
	font-size: .87em;
	background-image: url(../images/callout_bg.png);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#main_content .calloutbox p{
	margin: 8px;
	margin-top: 0;
	border: 0;
	padding: 0;
}


#main_content .calloutbox h2, #main_content .calloutbox h3{
	padding: 5px;
	margin: 0px -2px 0px -1px;
	border: 0;
	padding-left: 10px;
	background-color: #00573D;
	color: #FFFFFF;
	text-align: left;
	font-size: 1.3em;
	margin-bottom: 5px;
	font-weight: normal;
}

#main_content .calloutbox h4{
	margin: 0;
	margin-left: 15px;
	margin-bottom: 5px;
	border: 0;
	padding: 0;
	font-size: 1.2em;
	letter-spacing: normal;
	font-style: italic;
}

#main_content .calloutbox ul, #main_content .calloutbox ol{
	margin-left: 0px;
}

#main_content .calloutbox li{
	list-style-type: square;
	list-style-position: outside;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
}

