﻿/* STYLE SHEET FOR PAGES OTHER THAN THE HOME PAGE

/* Resets defaults to override various browser variances until reset by a different value later in this document.
This keeps the top margin of the page from varying between browser types 
 
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* Now that everything is reset, here is what we really want stuff to look like. */

body {
	background: #000000;
}

img {
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
}
hr {
	border: 0;
	color: #CC0000;
	font-weight: bold;
	margin: 8px;
}
#outercontainer {
	background-position: 50% top;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	background-color: #000000;
	position: relative;
	background-repeat: repeat-y;
	background-image: url('images/subpages/bg_BrownFade02.png');
}
#container {
	margin: 0px auto 0px auto;
	padding-top: 0px;
	text-align: left;
	width: 670px;
	position: relative;
}
#branding {
	background-position: center;
	background: url('images/subpages/Montage2Q85.jpg');
	clear: both;
	height: 226px;
}
.centering {
	text-align: center;
}
p a:link {
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}
	
p a:visited {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
	
p a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
	

/* ---------------------- Navbar ---------------------- */
.navbar{
	position: relative;
	display: block;
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	background: url('1menu_off.jpg');
	font-family: Arial,Verdana,Helvitica,sans-serif;
}
.navbar ul{
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: auto;
}
.navbar ul li{
	display: block;
	float: left;
	margin: 0 1px 0 0;
}
.navbar ul li a{
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 22px 0 22px;	
	height: 23px;
}
.navbar ul li a:hover{
	color: #987254;
	background: url('1menu_over.jpg') repeat-x left top;
}
/* ---------------------- END Navbar ---------------------- */

/*--------------------- Sidebar ----------------------------*/

#sidebar {
	width: 190px;
	float: left;
	position: relative;
}

#sidebar h1 {
	color: #505050;
	font-weight: bold;
	margin: 0 0 12px 0;
	font-size: 14px;
}

#sidebar h2 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
}

#sidebar p {
	font-size: .8em;
	margin: 0 3px 3px 5px;
}
/*----------------------- Vertical Navigation for Video Pages etc ---------------*/
#verticalMenu {
width: 625px; /* set width of menu */
background: #eee;
margin-top: 10px;
} 

#verticalMenu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

#verticalMenu a {
	color: #FFFFFF;
	background: #efefef;
	text-decoration: none;
	background-color: #000080;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
	font-family: "Arial Narrow", "Microsoft Sans Serif", sans-serif;
	font-weight: bold;
}


#verticalMenu a:hover {
	color: #a00;
	background: #fff;
	background-color: #FFFFCC;
}

#verticalMenu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#verticalMenu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}
/* Hover styles */
div#verticalMenu ul ul li:hover ul ul
{display: none;}

div#verticalMenu ul ul ul
{display: none;}

div#verticalMenu ul ul ul li:hover ul
{display: block;}

div#verticalMenu ul ul li:hover ul
{display: block;}
/*--------------- END Vertical Navbar --------------------*/


#contentWrapper /*Wraps content plus footer for common background image*/{
	width: 670px;
	min-height: 400px;
	background-image: url('images/subpages/bg_logoLightWithShadows2_Q60.jpg');
	background-repeat: repeat-y;
}
#mainContent {
	background-position: 50% top;
	width: 670px;
}
.imageFullWidth {
	padding: 2px;
	border: medium #987254 inset;
	margin: 10px 5px 10px 15px;
}
.imageRight {
    padding: 2px;
    border: medium #987254 inset;
    margin: 10px 0 10px 10px;
    /*float: left; - for some reason this breaks the EW design view but does not break any known browser*/
}
.imageLeft {
	padding: 2px;
	border: medium #987254 inset;
	float: right;
	margin: 10px 10px 10px 0; 
}
.imageInlineFloatRight {
	padding: 2px;
	border: medium #987254 inset;
	float: right;
	margin: 10px 5px 10px 10px; 
}
.imageInlineFloatLeft {
	padding: 2px;
	border: medium #987254 inset;
	float: left;
	margin: 10px 10px 10px 5px;
}
.imageCaption {
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 0 5px;
	padding-bottom: 10px;
}
.overview {
	padding: 20px;
	clear: both;
	position: relative;
}
.colSmall {
	float: left;
	width: 230px;
	position: relative;
}
.colLarge {
	float: right;
	width: 425px;
	position: relative;
}
.overview h1 {
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.overview h2 {
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.overview h3 {
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}
.colSmall h1 {
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
}
.colSmall h2 {
	padding: 0 10px 8px 10px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.colLarge h1 {
	padding: 0 10px 8px 10px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.colLarge h2 {
	padding: 0 10px 8px 10px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.clear {
	clear: both;
	position: relative;
}
.clear img {
	border: medium #F1E6C0 inset;
	padding: 3px;
	text-align: center;
}
.clear p {
	text-align: center;
	font-weight: bold;
	font-size: larger;
}
#footer {
	width: 670px;
	padding-top: 20px;
	clear: both;
	border-bottom-color: #000080;
	border-bottom-style: inset;
	border-bottom-width: medium;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}
#footer h1{
	padding: 10px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 36px;
	color: #000080;
	font-weight: bold;
	text-align: center;
}
#footer h2{
	padding: 0, 10px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
}
#footer a {
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #987254;
}
#divider{
	padding-left: 12px;
}
