/*** Shadows ***/

#top_shadow_wrapper,
#shadow_wrapper {
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 822px;
}

#top_shadow_wrapper {
	background-image: url(../images/layout/shadow_top_lt_rt.jpg);
	height: 228px;
}

#shadow_wrapper {
	background-image: url(../images/layout/shadow_lt_rt.jpg);
}

/*** Top Area & Search ***/

#top_area {
	background-image: url(../images/layout/top_area.jpg);
	height: 91px;
	width: 800px;
}

#top_area form {
	float: right;
	margin: 52px 12px 0 0;
}

#search_input {
	margin: 2px 5px 0 0;
	width: 167px;
}

/*** Flash Area & Box Content ***/

.box_a.layout {
	height: 137px;
	width: 198px;
}

.box_a .layout_content {
	color: #4E4B4E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	padding: 17px 12px;
}

.box_a.right {
	float: right;
}

/*** Site ***/

.site_wrapper,
#flash_wrapper {
	margin: 0 auto;
	width: 800px;
}

#content_nav_wrapper,
#nav {
	background-color: #DEDEC8;
}

#content_nav_wrapper {
	height: 100%;
	overflow: auto;
}

#content_area {
	background-color: #FFF;
	float: left;
	height: 100%;
	margin: 0 0 0 0px;
	padding: 7px 18px 18px 18px;
	width: 602px;
	width: 566px;
}

#home_content  {
	width: 350px;
}

/*** Side Navigation ***/

#nav {
	color: #4E4B4E;
	font-weight: bold;
	float: left;
	height: 100%;
	width: 198px;
}

#nav ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	color: #46463E;
	display: block;
	padding: 0 12px;
	text-decoration: none;
}

#nav li a:hover {
	color: #274561;
	text-decoration: none;
}

#nav li.current_link,
#nav li a:hover {
	background-color: #CEDDE6;
}

#nav li {
	border-bottom: 1px solid #ABA796;
	line-height: 24px;
}

/*** Sub Navigation ***/

#nav ul li ul {
	border-bottom: none;
}

#nav ul ul {
	background-color: #EEEEE1;
	border-top: 1px solid #ABA796;
	font-size: 11px;
	font-weight: normal;
	list-style-image: url(../images/layout/bullet_nav.gif);
	list-style-position: inside;
}

#nav ul ul li {
	border-bottom: none;
	line-height: 20px;
	text-indent: 12px;
}

#nav ul ul a {
	padding: 0px;
	padding-left: 1em;
	text-indent: 0px;
}

/**
 * Note: this is a fix for a bug in Firefox 2.x, along
 * with an adjustment for a disparity in how Firefox (2 and 3)
 * handles `text-indent` along with padding.
 *
 * The selectors being used only works if
 * 'browser-detect.js' is loaded in the layout
 */
html.firefox #nav ul ul a {
	padding-left: 2em;
}
html.firefox2 #nav ul ul a {
	margin-top: -20px;
}


/*** Print Area ***/

#print {
	font-size: 11px;
	padding-top: 5px;
	text-align: right;
}

/*** Footer ***/

address {
	font-style: normal;
}

.copyright,
#footer address {
	font-size: 11px;
	line-height: 14px;
	padding: 10px 0 0 0;
	text-align: center;
}

#footer {
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 52px;
	width: 822px;
}

#footer .bullet {
	padding: 0 3px 2px 3px;
}

