﻿/**** General Container Styles ****/
.container, .container blockquote {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	border:0;
}
/*.container a{
	font-weight:bolder;
}*/
.container h1, .container h2 {
	font-family:"Adobe Garamond Pro", Garamond, serif;
	font-weight:normal;
}
.container h3 {
	font-family:"Adobe Garamond Pro", Garamond, serif;
	font-weight:bold;
}
.container li {
	margin-left:30px;
}

blockquote {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.container ol ol {
	list-style-type:lower-alpha;
}

/**** Main Container Styles ****/
.mainContainer{
	background:url('images/contentBG.png') repeat-x #fff;
	border:1px #abbfd8 solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0 10px;
	box-shadow:2px 2px 2px #575757;
	-moz-box-shadow:2px 2px 2px #575757;
	-webkit-box-shadow:2px 2px 2px #575757;
	/** must add the following to default.aspx to work: <meta http-equiv="X-UA-Compatible" content="IE=edge" /> **/
}
.mainContainer h2{
	/* This places the horizontal line. */
	background:url('images/hrContent.png') 70% bottom no-repeat;
/*	padding-bottom:10px;*/
}

.containerInvisible {
	padding:10px;
}

.containerInvisibleQuickLinks {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	box-shadow:2px 2px 2px #6e6e6e;
	-moz-box-shadow:2px 2px 2px #6e6e6e;
	-webkit-box-shadow:2px 2px 2px #6e6e6e;	
}
.containerInvisibleQuickLinks h2 {
	background:url('images/hrQuickLinks.png') 70% bottom no-repeat;
	padding-bottom:10px;
}

.containerLowerPane {
	background:url('images/lowerPaneBG.png') repeat-x #fff;
	border:1px #9e9081 solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	box-shadow:2px 2px 2px #6e6e6e;
	-moz-box-shadow:2px 2px 2px #6e6e6e;
	-webkit-box-shadow:2px 2px 2px #6e6e6e;
}
.containerLowerPane h2{
	background:url('images/hrLowerPanes.png') 70% bottom no-repeat;
	padding-bottom:10px;
}

