/*<group=General Styles>*/

body {
	text-align: center;
	font: 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #2b2b2b;
	margin: 0 20px;
	padding: 0;
	background: #f8dfa5 url(../img/site/bgrnd.jpg) repeat-x;
}

p {
}

b, strong {

}

a,
a:link, 
a:visited,
a:active {
	color: #066fd4;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}
	
/*</group>*/

/*<group=Layout>*/

#container {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	background-color: #fff;
}

.clearer {
	clear: both;
}

#pageHeader {
	background: transparent url(../img/site/header.jpg) no-repeat;
	height: 175px;
	position: relative;
	border-top: solid 1px #fab639;
}

#pageHeader img {
	position: absolute;
	top: 5px;
	right: 5px;
}

#pageHeader h1 {
	text-indent: -9999px;
}

#pageHeader h2 {
	color: #ffffff;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 35px;
	text-shadow: 0px 1px 2px #001f2f;
}

#contentContainer {
	line-height: 1.5em;
	position: relative;
	z-index: 2;
	width: 585px;
	border-right: solid 1px #ddd;
}

#contentContainer #content {
	padding: 10px 35px 20px;
}

#contentContainer #content #banner {
	width: 490px;
	padding: 10px;
	margin: 20px 0 10px 0;
	font-weight: bold;
	background: #efefef;
	border: solid 1px #066fd4;
}

#sidebarContainer {
	width: 190px;
	float: right;
	position: relative;
	z-index: 3;
}

#sidebarContainer #sidebar {
	padding: 5px 10px 0 10px;
	margin: 20px 0 0 0;
	border-top: solid 1px #ddd;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	font-size: 1.5em;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #066fd4;
}

#footer {
	background-color: #e02124;
	height: 31px;
	color: #ffffff;
	text-align: center;
	font-size: 0.9em;
}

#footer p {
	padding-top: 8px;
	text-shadow: 0px 1px 1px #001f2f;
	font-weight: bold;
	margin: 0;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	margin-bottom: 20px;
	height: 25px;
	width: 100%;
	border-bottom: solid 1px #ddd;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	float: left;
	display: inline;
}

#breadcrumbcontainer a {
	color: #066fd4;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {
	color: #000;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	padding: 10px 0 0 0;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
}

#navcontainer #current {
	color: #066fd4;
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color: #666666;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
}

#navcontainer a {
	display: block;
	/* color: #b3b3b3; */
	color: #666666;
	text-shadow: 0px 1px 0px #ffffff;	
	text-decoration: none;
	padding-left: 10px;
	height: 22px;
}

#navcontainer a.twolines {
	display: block;
	/* color: #b3b3b3; */
	color: #666666;
	text-shadow: 0px 1px 0px #ffffff;	
	text-decoration: none;
	padding-left: 5px;
	line-height: 1.5em;
	height: 34px;
	margin-top: 3px;
}

#navcontainer a:hover {
	color: #007afa;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	margin: 0px 0px 0px 22px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-left: 5px;
	font-size: 12px;
	height: 20px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
	color: #888888;
}

#navcontainer ul ul .currentAncestor {
	color: #888888;
	font-weight: bold;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	margin: 0px 0px 0px 15px;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul #current{
	color: #066fd4;
}

#navcontainer ul ul .currentAncestor {
	color: #888888;
	font-weight: bold;
}

/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {
}

h1 {
}

h2 {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

#contentContainer #content a {
	color: #066fd4;
	text-decoration: none;
}
#contentContainer #content a:hover {
	color: #000;
}


/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

#topImage {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1F1F1F;
	border-bottom-width: 1px;
	border-bottom-color: #1F1F1F;
	padding-bottom: 10px;
	padding-top: 10px;
}
#rulerMenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F1F1F;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#rulerSidebar {
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
	margin-top: 20px;
}
#container #contentContainer li {
	margin-bottom: 3px;
}
#container #contentContainer #content img {
	border: 1px solid #373737;
}
#container #contentContainer #content .noBorder {
	border-style: none;
}

#container2 {
	width: 905px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
}
#container2 #contentContainer2 {
	line-height: 1.5em;
	position: relative;
}
.menuBigRow {
	height: 45px;
}
#navcontainer a .menuBigRow {
	height: 45px;
}

/* !Shadowbox Inline Text-Container */

#inline-text {
	background-color: #efefef;
}

.inline-inner {
	overflow: hidden;
	padding: 10px 20px 20px 20px;
	width: 460px;
	height: 270px;
	line-height: 1.5em;
	color: #333;
	background-color: #efefef;
}

.inline-inner h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	border-bottom: solid 1px #999;
}

.inline-inner .indent {
	margin-left: 30px;
}

#contentContainer #content ul.no-indent {
	margin: 0 0 0 17px;
	padding: 0;
}

