
@import "/css/common.css";

@import "/css/sprymenubarhorizontal.css";

#secondary-nav {
	margin: 0 0 1px 8px;
	display: inline-block;
	z-index: 500;
}

#secondary-nav a {
	background-image: url("/images/common/secondary_bgs.gif");
	background-position: 0 0;
	background-repeat: repeat-x;
	border: 1px solid #E8E8E9;
	color: #3F3F3F;
	float: left;
	font-family: Arial, Helvetica, sans-serifArial;
	font-size: 16px;
	margin-right: 1px;
	padding: 9px 0;
	text-align: center;
	text-decoration: none;
	width: 131px;
	height: 28px;
}
#secondary-nav a:hover {
	background-position: 0 -44px;
}

#page-header {
	height: 120px;
	margin-left: 8px;
}

#page-header #page-image {
	width: 160px;
	height: 120px;
	margin-right: 1px;
	float: left;
}

#page-header #page-title {
	width: 623px;
	height: 38px;
	background-image: url("/images/common/page_title_bg.jpg");
	background-position: 0 0;
	background-repeat: repeat-y;
	float: left;
	color: #45514D;

	padding:82px 0 0 20px;
}
#page-header #page-title h1 {
	font-size: 24px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #45514D;
}
#page-header.no-image #page-title {
	width: 784px;
	background-image: none;
	background-color: #E8E8E9;
}

#page-content-container {
	margin: 19px 0 35px 10px;
}

#page-content-container #tertiary-nav {
	width: 158px;
	float: left;
}
#page-content-container #tertiary-nav ul {
	list-style: none;
	padding:0;
	margin: 0;
}
#page-content-container #tertiary-nav ul li {
	float: left;
	clear: left;
}
#page-content-container #tertiary-nav ul li a {
	width: 158px;
	padding: 6px 0;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#page-content-container #tertiary-nav ul li a:hover {
	text-decoration: underline;
}
#page-content-container #tertiary-nav ul li ul li {
	font-size: 11px;
	padding-left: 5px;
}

#page-content-container #page-content {
	margin: 8px 8px 0 20px;
	width: 615px;
	float: left;
}
#page-content-container #page-content a {
	text-decoration: none;
}
#page-content-container #page-content :first-child {
	margin-top: 0;
}
#page-content-container #page-content :last-child {
	margin-bottom: 0;
}

/*inline page designs*/
.right {float:right; margin-left:1em;}
.left {float:left; margin-right:1em;}
#page-content-container #page-content blockquote:first-child , blockquote {margin-top:1em; padding:1em 1em 2em 1em; border:2px dotted #629F3E; background-color:#f4faf0;}
.exampleSide {width:310px; float:right; margin:1em 2em;  padding:1em .5em; border:2px dotted #629F3E; background-color:#f4faf0;}
.exampleSide h2, strong.leadsub {color:#629F3E;}
.exampleSide h3 {color:#5FBEBB;}
.exampleSide a, strong.lead {color:#FF8400;} 
.exampleSide .caption{width:288px; padding:1em .5em; background-color:#629F3E; color:#fff;}
.exampleSide .caption a {color:#fff;}
.indent {width:70%; margin-left:2em; border-left:1px dotted #FF8400; padding:2em 0em 2em 1em;}
.itemSpace img {margin-right:10px;border:1px solid #5FBEBB; padding:4px;}


/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			cursor: pointer;
			color: #000;
			margin: 0px 0px 2px 0px;
			padding: 5px 110px 5px 20px;
			background-image: url(/images/arrow-right.gif);
			background-color: #bbdbf1;
			background-position:left;
			background-repeat:no-repeat;
		}
		
		.accordion_toggle_active {
			background: url(/images/arrow-right.gif) no-repeat left #bbdbf1;
			color: #000;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 125%;
				padding: 5px 10px 5px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

div.element p, div.element h4, div.element ul, div.element blockquote {
	/*margin:0px;*/
	padding-left:20px;
	padding-bottom:20px;/**/
}
blockquote {padding:10px 0 0 15px; margin-top:10px; font-weight:bold; border:1px dotted #bbdbf1;}	
	blockquote cite {
	  margin:10px;
      display: block;
      text-align: right; 
	  font-size: 1em; font-style:normal;color:#58585a;}


@import "/css/SpryMenuBarHorizontal.css";



