﻿
html
{
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

/* Outermost content area */
body
{
	background: #C6C6C6 url(../images/background_grad.png) repeat-x;
	font-family: Sans-Serif, Tahoma, Arial;
	margin-top: 0px;
}

/* */
img
{
	border: none;
}

/* Primary content panel, contains drop shadow around the secondary content panel */
.outer_shell
{
	margin-left: auto;
	margin-right: auto;
	width: 935px;

}

/* Secondary content panel, contains the menu and content pane */
.inner_shell
{
	background-color: White;
	width: 100%;
	height: 600px;
}

.header
{
	background: url(../images/header_background.png) repeat-x;
	height: 68px;
}

/* */
.menu_placeholder
{
	vertical-align: top;
	height: 36px;	
	background: url(../images/shadows/menu_shadow_bottom.png) no-repeat 3px 29px;
}

/* Dynamic content area */
.content
{
	height: 100%;
}

/* */
.key_words_large
{
	color: #A22C33; /* maroon */
	font-size: 1.5em;
	font-weight: bold;
}

/* */
.key_words_small
{
	color: #A22C33; /* maroon */
	font-size: 1.0em;
	font-weight: bold;
}

/* */
.copyright
{
	border-top: Black solid 1px;
	height: 16px;
	font-size: .6em;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	background-color: Red;
	color: White;
	vertical-align: top;
}

/* */
.shadow_left
{
	background: url(../images/shadows/background_shadow_left.png) repeat-y;
	width: 6px;
}

/* */
.shadow_right
{
	background: url(../images/shadows/background_shadow_right.png) repeat-y;
	width: 6px;
}

/* */
.shadow_bottom
{
	background: url(../images/shadows/background_shadow_bottom.png) repeat-x;
	height: 6px;
}

/* */
.shadow_sw
{
	background: url(../images/shadows/background_shadow_sw.png) repeat-x;
}

/* */
.shadow_se
{
	background: url(../images/shadows/background_shadow_se.png) repeat-x;
}

/* */
.search_container
{
	background: url(../images/search_background.png) no-repeat;
	text-align: right;
	width: 260px;
	height: 100%;
	float: right;
}

/* */
.search_text
{
	font: 1em Tahoma;
	vertical-align: middle;
	height: 14px;
	margin-top: -4px;
}

/* */
.search_button
{
	border: black 1px solid;
}
