@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------
 *   Styles for Column 1
 * ------------------------------------------------------
 */
 
/* --------------------------
 *  Atlas text box is grey bordered box that contains an <h3> title
 *  and some paragraph text.
 *  This style is not currently in use (axed)
 * --------------------------
 */
div.atlasTextBlockContainer {
	border: 2px solid #E9E9E9;
	width: 100%;
	background-color: #FFFFFF;
}
div.atlasTextBlock {
	margin: 10px;
}
div.atlasTextBlock h3 {
	padding: 0;
	margin: 0;
	font-size: .85em;
	font-weight: normal;
	color: #4A6B84;
}
div.atlasTextBlock p {
	margin-top: .8em;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
}

/* --------------------------
 *  Disabled buttons for previous, next
 * --------------------------
 */
div.noPreviousButton {
	float: left;
	padding: 2px;
	border: 2px solid #CCCCCC;
	font-size: .7em;
	font-weight: bold;
	color: #CCCCCC;
}
div.noNextButton {
	float: left;
	margin-left: 10px;
	padding: 2px;
	border: 2px solid #CCCCCC;
	font-size: .7em;
	font-weight: bold;
	color: #CCCCCC;
}

/* --------------------------
 *  Previous page button
 * --------------------------
 */
div.previousButton {
	float: left;
	padding: 2px;
	border: 2px solid #CCCCCC;
	font-size: .7em;
	font-weight: bold;
	color: #31506C;
}
div.previousButton a {
	text-decoration: none;
}
div.previousButton a:link {
	color: #31506C;
}
div.previousButton a:visited {
	color: #31506C;
}
div.previousButton a:hover {
	color: #FFFFFF;
	background-color: #013668;
}

/* --------------------------
 *  Next page button
 * --------------------------
 */
div.nextButton {
	float: left;
	margin-left: 10px;
	padding: 2px;
	border: 2px solid #CCCCCC;
	font-size: .7em;
	font-weight: bold;
	color: #31506C;
}
div.nextButton a {
	text-decoration: none;
}
div.nextButton a:link {
	color: #31506C;
}
div.nextButton a:visited {
	color: #31506C;
}
div.nextButton a:hover {
	color: #FFFFFF;
	background-color: #013668;
}

/* --------------------------
 *  Return to origin page button
 * --------------------------
 */
div.returnOriginButton {
	float: right;
	padding: 2px;
	border: 2px solid #CCCCCC;
	font-size: .7em;
	font-weight: bold;
	color: #31506C;
}
div.returnOriginButton a {
	text-decoration: none;
}
div.returnOriginButton a:link {
	color: #31506C;
}
div.returnOriginButton a:visited {
	color: #31506C;
}
div.returnOriginButton a:hover {
	color: #FFFFFF;
	background-color: #013668;
}

/* -----------------------------------------------------
 *   Styles for Column 2
 * ------------------------------------------------------
 */
 
 /* --------------------------
 *   Image slideshow
 * --------------------------
 */
 div.col2_SlideShow {
 	float: right;
	width: 100%;
	background-color: #DEF7FF;
 }
 
 /* --------------------------
 *  Additional Links
 * --------------------------
 */
div.additionalLinks {
	float: right;
	width: 100%;
	background-color: #DEF7FF;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
div.additionalLinksContents {
	margin: 10px;
}
div.additionalLinksContents h2 {
	font-size: 16px;
	font-weight: bold;
	color: #4A6B84;
}
div.additionalLinksContents a {
	font-weight: normal;
	text-decoration: none;
}
div.additionalLinksContents a:link {
	color: #31506C;
}
div.additionalLinksContents a:visited {
	color: #31506C;
}
div.additionalLinksContents a:hover {
	color: #999999;
	text-decoration: underline;
}

 /* --------------------------
 *  Block quotations
 * --------------------------
 */
blockquote {
	margin-left: 10%;
	margin-right: 10%;
	font-size: 12px;
	font-weight: normal;
 	font-style: italic;
	color: #EC8923;
	border-top-style: dotted;
	border-top-color: #EC8923;
	border-top-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #EC8923;
	border-bottom-width: thin;
}
blockquote div.author {
	font-style:normal;
	font-weight:bold;
	font-size:10px;
	line-height:11px;"
}
