/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary */
/* These styles should define how the content section looks */

body {
	font-family: verdana, arial, helvetica;
	font-size: 80%;
}

body.site {
	color: black;
	background: #dc0100 url(/cms/outertemplates/images/body-bg.gif) 0 0 repeat;
	margin: 0;
}

label {
	cursor: pointer;
}

img {
	border: 0;
}

h1 {
	background: #4f4b48;
	color: #eee5b5;
	margin: 0;
	padding: 3px;
	font-size: 150%;
	font-weight: normal;
}

h2 {
	background: #4f4b48;
	color: #eee5b5;
	margin: 0;
	padding: 3px;
	font-size: 125%;
	font-weight: normal;
}

h3 {
	background: #4f4b48;
	color: #eee5b5;
	margin: 0;
	padding: 3px;
	font-size: 100%;
	font-weight: normal;
}

hr {
	background: #f00;
	color: #f00;
}

p {
	margin: 1em 0 1em 0;
	padding: 0;
	line-height: 150%;
}

table {
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 0 5px;
}

th {
	background: #f00;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #f00; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #f00;
	text-decoration: underline;
}

a:visited {
	color: #f00;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #f00;
	text-decoration: none;
}

a:active {
	color: white;
	background: #f00;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #f00;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: 5px;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #c5b881;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #c5b881;
	padding: 2px;
	font-family: verdana, arial, helvetica;
}

/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks {
	position: absolute;
	left: -999em;
}

#printTitle {
	display: none;
}

#container {
	background: url(/cms/outertemplates/images/container-bg.jpg) 0 0 no-repeat;
}

#wrapper {
	width: 770px;
	margin-left: 81px;
	border-left: 6px solid #000;
	border-right: 6px solid #000;
	background: #ebe5c8 url(/cms/outertemplates/images/footer-bg.jpg) 0 100% no-repeat;
	padding-bottom: 40px;
}

#header {
	height: 451px;
	font-size: 80%;
	background: #ebe5c8 url(/cms/outertemplates/images/header-bg.jpg) 0 30px no-repeat;
}

#header-2 {
	height: 451px;
	font-size: 80%;
	background: #ebe5c8 url(/cms/outertemplates/images/header-bg-2.jpg) 0 30px no-repeat;
}

#fixedLinks {
	padding: 2px 5px 2px 0;
	margin: 0px 0px 3px 0;
	text-align: right;
	color: #4f4b48;
}

#fixedLinks ul {
	position: relative;
	top: 5px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: 5px;
}

#fixedLinks li {
	padding: 0 4px 0 4px;
	display: inline;
}

#fixedLinks a {color: #4f4b48; text-decoration: none; background: #ebe5c8;}
#fixedLinks a:hover {color: #4f4b48; text-decoration: underline; background: #ebe5c8;}
#fixedLinks a:active {color: #4f4b48; text-decoration: underline; background: #ebe5c8;}
#fixedLinks a:focus {color: #4f4b48; text-decoration: underline; background: #ebe5c8;}


#search {
	float: right;
}

#search form, #search p {
	padding: 0;
	margin: 0;
}

#search input.textbox {
	border: 1px solid #c5b881;
	font-size: 99%;
}

#search input.button {
	color: #000;
	background: #E2E2E2;
	border: 1px solid #c5b881;
	padding: 0;
	font-size: 100%;
}

#menu {
	clear: both;
	float: right;
	margin-top: 20px;
	background: #eee5b5;
	border-top: 6px solid #000;
	border-bottom: 6px solid #000;
	border-left: 6px solid #000;
	width: 255px;
	font-size: 150%;
	font-weight: bold;
	text-align: right;
}

#menu ul {
	padding: 10px;
	margin: 0;
	list-style-type: none;
}

#menu li {
	line-height: 150%;
}

#menu a {color: #75634f; text-decoration: none;}
#menu a:hover {color: #75634f; text-decoration: underline; background: #eee5b5;}
#menu a:active {color: #75634f; text-decoration: underline; background: #eee5b5;}
#menu a:focus {color: #75634f; text-decoration: underline; background: #eee5b5;}

#leftCol {
	float: left;
	width: 270px;
	background: #4f4b48 url(/cms/outertemplates/images/shadow-right.gif) 100% 0 repeat-y;
	color: #ebe5c8;
	font-size: 90%;
}

#botShadow {
	padding-bottom: 15px;
	background: transparent url(/cms/outertemplates/images/shadow-bottom.gif) 100% 100% no-repeat;
}

#leftCol p {
	padding: 0 5px;
	margin: 0;
}

#leftCol a {color: #ebe5c8; text-decoration: none;}
#leftCol a:hover {color: #ebe5c8; text-decoration: none; background: #4f4b48;}
#leftCol a:active {color: #ebe5c8; text-decoration: none; background: #4f4b48;}
#leftCol a:focus {color: #ebe5c8; text-decoration: none; background: #4f4b48;}

img.padding {
	padding-right: 20px;
}

#rightCol {
	float: left;
	width: 500px;
}

#fullCol {
	float: left;
	width: 766px;
}

#content {
	margin: 5px;
	padding-bottom: 96px;
	background: #fff url(/cms/outertemplates/images/content-bg.jpg) 100% 100% no-repeat;
}

#content-2 {
	margin: 5px;
	padding-bottom: 96px;
	background: #fff url(/cms/outertemplates/images/content-bg-2.jpg) 100% 100% no-repeat;
}

#contentWrapper {
	padding: 5px;
	position: relative;
}

#breadcrumb {
	padding: 2px;
}

#breadcrumb p {
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
}

#breadcrumb ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
	padding-left: 15px;
	background: url(/cms/outertemplates/images/breadcrumb.gif) 3px no-repeat;
}

#footer {
	clear: both;
	font-size: 80%;
	color: #bdb486;
	text-align: right;
}
#footer a {color: #bdb486; text-decoration: none;}
#footer a:hover {color: #bdb486; text-decoration: none; background: #ebe5c8;}
#footer a:active {color: #bdb486; text-decoration: none; background: #ebe5c8;}
#footer a:focus {color: #bdb486; text-decoration: none; background: #ebe5c8;}

/* END PAGE SPECIFIC STYLES */










/* START IMAGE POPUP STYLES */
/* You shouldn't need to edit these */

#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption { float: left; }

#keyboardMsg { float: right; }

#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;} 

#overlay img { border: none; }

#overlay { background-image: url(/cms/outertemplates/images/overlay.png); }

/* END IMAGE POPUP STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: #ffefe4; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */