@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
	}

body {
	margin: 0; /*it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: #e7e7e7;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

table {
	font-size: 1.2em;
	color: #666;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	vertical-align: top;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 10px;
}
td {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

a:link, a:visited {
	color: #a7050b;
}
a:hover, a:active {
	color: #000;
}

#holder {
	/*height: 100%;*/
	width: 832px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/holder-shadow-left.gif);
	background-position:left;
	background-repeat: repeat-y;
}
#holderShadowRight {
	/*height: 100%;*/
	background-image: url(images/holder-shadow-right.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding: 0px 16px 0px 16px;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background: #FFFFFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	
}
#level1 {
	width: 100%;
	background-image: url(images/lev1-bg.jpg);
	background-repeat:no-repeat;
}
#titleBar {
	width: 100%;
}
#logo {
	padding: 20px 0px 20px 30px;
	float: left;
}
#titleNav {
		padding-top: 10px;
		font-size: 1.0em;
		text-transform: uppercase;
		font-weight: bold;
		text-align: right;
}
#titleNav a:link, #titleNav a:visited {
	border-left: 1px solid #aba9a9;
	color: #aba9a9;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#titleNav a:hover, #titleNav a:active {
	
	border-left: 1px solid #aba9a9;
	color: #a7050b;
	text-decoration: none;
}
#intro {
	clear: both;
	padding-top: 0px;
	padding-right: 350px;
	padding-bottom: 20px;
	padding-left: 35px;
}

h1 {
	font-size: 1.8em;
	color: #a7050b;
	font-family: Georgia,Times New Roman, serif;
	font-weight: normal;
	}
p {
	font-size: 1.2em;
	color: #666;
	margin-top: 10px;
	}
#level2 {
	clear:both;
	background-image: url(images/lev2_bg.gif);
	background-repeat:repeat-x;
	height: 100%;
}
#level2 h2 {
	color: #fff;
	margin: 0px;
	padding: 3px 3px 3px 7px;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(images/lev2-corner-white.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#level2 .blackCorner {
	background-image: url(images/lev2-corner-grey.jpg);
}
#level2 .sectionAB {
	width: 265px;
	float:left;
	border-right: 1px solid #fff;
}
#level2 .sectionC {
	width: 266px;
	float:right;
}
#level2 .content {
	margin: 5px 5px 5px 0px;
}
#level2 .content img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#level2 .anim {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#level2 p {
	font-size: 1.1em;
	color: #666;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 5px;
	}
#level2 .details {
	clear: left;
	text-align: right;
	padding: 0px 10px 10px 10px;
}

#level3 {
	clear:both;
	background-image: url(images/lev2-shadow.gif);
	background-repeat:repeat-x;
	border-top: 1px solid #fff;
}
#level3 .sectionA {
	width: 265px;
	float:left;
	padding-top: 35px;
	
}
#level3 .sectionB, #level3 .sectionC {
	height: 300px;
	width: 265px;
	float:left;
	border-left: 1px dotted #666;
	padding-top: 25px;
	}
#level3 .sectionB p, #level3 .sectionC p {
	margin: 0px 25px 25px 25px;
	font-size: 1.1em;
	}
#level3 .sectionA p {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#level3 h3 {
	text-transform:capitalize;
	font-weight: normal;
	font-size: 1.3em;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#level3 h3 a:link, #level3 h3 a:visited {
	text-decoration: none;
}
#level3 .sectionC ul {
	list-style-image:url(images/lev3-arrow.gif);
	font-size: 1.1em;
}
#level3 .sectionC li {
	margin-bottom: 7px;
	}

.quotedText {
	font-size: 1.3em;
	margin-top: 10px;
	}
.quoteAuthor {
	font-size: 1.2em;
	font-style: italic;
	text-align: right;
	}
#footer {
	width: 100%;
	background-color: #dedcd8;
	border-bottom: 1px solid #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p {
	font-size: 1.0em;
	padding: 5px;
	margin: 0px;
}
.clearAll {
	clear: both;
}
/* Interior Page Styles */
#subPageIntro {
	clear: both;
	padding-top: 0px;
	padding-right: 350px;
	padding-bottom: 5px;
	padding-left: 35px;
}
#interiorPageContent {
	float: left;
	margin-left: 0px;
	margin-top: 30px;
	padding-left: 35px;
	width: 69%;
	}

#interiorPageContent h2 {
	margin: 0px;
	font-weight: normal;
	font-size: 1.6em;
	color: #000;
}

#interiorPageContent h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #666;
}

#interiorPageContent h5 {
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted #666;
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
}
	
/* SIDE NAVIGATION */
#sideNavShadow {
	background-image: url(images/lev2-shadow.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	width: 175px;
	float:right;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: 10px;
}
#sideNav {
	text-align: left;
	background-image: url(images/lev2_bg.gif);
	background-repeat:repeat-x;
	padding: 0px 0px 10px 0px;
}

#sideNav h2 {
	color: #fff;
	margin: 0px;
	padding: 3px 3px 3px 7px;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(images/lev2-corner-white.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#sideNav ul {
	margin: 0px;
	padding: 0px;
	list-style-image:url(images/arrow.gif);
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
}

#sideNav li {
	margin: 10px 10px 10px 25px;
}

#sideNav .current {
	font-weight: bold;
}

#sideNav a:link, #sideNav a:visited {
	text-decoration: none;
	color: #a7050b;
}

#sideNav a:hover, #sideNav a:active {
	color: #000;
}

.testText {
	font-style: italic;
	margin-bottom: 5px;
	font-size: 1.4em;
}

.testAuthor {
	font-weight: bold;
	text-align: right;
	margin-top: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

.indentedList {
	font-size: 12px;
}

li {
	margin: 10px 10px 10px 25px;
}
.blockRight {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.blockLeft {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.logoTable table {}
.logoTable td {
	text-align: center;
	width: 33%;
	vertical-align: middle;
	padding: 5px;
}
.logoTable th {
	text-align: left;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.logoTable img {
	border-style:none;
}

h6 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #666;
}
#holder #holderShadowRight #mainContent #level2 #lev2Diff .content img {
	margin-bottom: 20px;
}
#holder #holderShadowRight #mainContent #level2 #lev2Action .content img {
	margin-bottom: 20px;
}
#holder #holderShadowRight #mainContent #level2 #lev2Team .content img {
	margin-bottom: 20px;
}

.boxLink {
	background-color: #EFEFEF;
	display: block;
	padding: 3px;
	margin-left: 110px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #999999;
}

.boxLink a {
	text-decoration: none;
}
