/*  CSS Styles for AAP  */

/* @group Basics */

* {
	padding: 0;
	margin: 0;
}

p {
	font-size: 0.90em;
	color: #555;
	line-height: 1.75em;
	margin: 10px 20px;
}

ul, ol {
	line-height: 1.55em;
	margin: 10px 2px 10px 38px;
	font-size: 0.90em;
	color: #555;

}

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

a:hover {
	color: #333;
}

h1 {
	color: #333;
	font-size: 1.50em;
	letter-spacing: 0.07em;
	font-weight: normal;
	margin: 15px 0 0 20px;
}

h2 {
	color: #333;
	font-size: 1.25em;
	letter-spacing: 0.095em;
	font-weight: normal;
	margin: 5px 0 10px 20px;
}

h3 {
	color: #999;
	font-size: 1.00em;
	letter-spacing: 0.085em;
	font-weight: normal;
	margin: 15px 20px;
}

.hidden {
	display: none;
}

/* @end */

/* @group Structure */

/* KEEP FOR FOOTERSTICK */

html {
	/* height: 100%; */
	background-color: #585858 !important;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	min-width: 922px;
	background-color: #585858 !important;
	background: url('/sites/default/assets/wrap_grad.gif') top center repeat-y;
	


	/* height: auto !important; */

        margin:0;
}

* html #wrapper {
	/* height: 100%; */
}

#wrapper {
	margin: 0 auto;
	width: 922px;
	position: relative;
	background-color: #FFF;
	/*min-height: 100%; */
}

.layout1 #wrapper {
	background: url('/sites/default/assets/column_border.gif') 702px 0px repeat-y;
}

#footer {
	/*position: relative;
	top: 10px;
	z-index: 3; */
	background-color: #fff;
	width: 922px;
	margin: 0 auto;

}

#footer div {
	color: #333;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 16px;
	padding: 10px;
}

#footer, #footer p {
	font-size: 0.8em;
}

.layout2 #wrapper {
	background: url('/sites/default/assets/column_border_two.gif') 206px 0px repeat-y;
}

#print_header {
	display: none;
}

#header {
	color: #333;
	height: 140px;
	border: 0px solid #ccc;
	background: #333;
	background: url('/sites/default/assets/tile.gif') 74px 74px repeat;
	position: relative;
	overflow: hidden;
}

#header .logo {
	margin: 15px 20px 20px 0px;
	padding: 0;
}

#header .title {
	top: 40px;
	right: 22px;
	position: absolute;
}

#header .random {
	top: 20px;
	right: 300px;
	position: absolute;
}

#header .more-random {
	top: 40px;
	right: 410px;
	position: absolute;
}

#mid_content {
	overflow: hidden;
	border: 0px solid red;
}

#leftCol {
	width: 130px;
}

#content {
	float: left;
	color: #333;
	margin-right: 1px;
	background: none;
	padding: 20px 10px 20px 10px;
	width: 680px;
	display: inline;
	position: relative;

  min-height:20em;
}

.layout2 #content {
	float: left;
	color: #333;
	background: none;
	margin: 0 0 0 7px;
	padding: 10px;
	width: 474px;
	display: inline;
	position: relative;

}

#outline_column {
	color: #333;
	border: 0px solid #ccc;
	background: none;
	margin: 0px 0px 64px 0px;
	padding: 10px;
	width: 180px;
	float: left;
}

#related_items {
	color: #333;
	border: 0px solid #ccc;
	background: none;
	margin: 2px 0px 0px 14px;
	padding: 10px;
	width: 170px;
	float: left;
        font-size: 0.88em;
}






/* @end */

/* @group Global Navigation */

#mainNavContainer {
	background: #333333;
	margin: 0;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#mainNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#mainNav li {
	display: block;
	padding: 0px 10px;
	line-height: 20px;
	margin: 0;
	margin-right: 1px;
	background: #038dab;
	/*background: #f69048;*/
	float: left;
	font-size: 0.95em !important;
}

#mainNav li a:link,  
#mainNav li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 0.95em !important;
}

#mainNav li a:hover {
	text-decoration: underline;
}

#mainNav li.mainNavActive {
	padding: 0px 10px;
	background: #fff;
}

#mainNav li.mainNavActive {
	padding: 0px 10px;
	background: #fff;
}

#mainNav li.mainNavActive a:link,  
#mainNav li.mainNavActive a:visited {
	color: #000;
	text-decoration: none;
}

#mainNav li.mainNavActive a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Other */

#print {
	background-image: url("/sites/default/assets/print.gif");
}

#share {
	width: 14px !important; height: 12px !important;
	background-image: url("/sites/default/assets/mail.gif");
}

.style_switcher #text_small {
	background-image: url("/sites/default/assets/icons/text_small.gif");
}

.style_switcher #text_medium {
	background-image: url("/sites/default/assets/icons/text_medium.gif");
}

.style_switcher #text_large {
	background-image: url("/sites/default/assets/icons/text_large.gif");
}

.style_switcher_active #text_small {
	background-image: url("/sites/default/assets/icons/text_small_active.gif") !important;
}

.style_switcher_active #text_medium {
	background-image: url("/sites/default/assets/icons/text_medium_active.gif") !important;
}

.style_switcher_active #text_large {
	background-image: url("/sites/default/assets/icons/text_large_active.gif") !important;
}

.hidden {
	display: none;
}

.result_bar {
	margin-bottom: 20px;
}

.result_section {
	padding: 0px 0px 5px 0px;
	border-top: 1px solid #CCC;
}


.result_section h2 {
	background:#ededed;
	margin:0;
	margin-bottom:10px;
	padding:5px;
	font-size:0.9em;
	color:#666;
}

.result {
	margin-bottom: 20px;
	clear:both;
}

.result p, .result_section p {
	margin:2px;
}

.to-top {
	float: right;
	font-size: 0.88em;
	margin: 5px;
}

.thumb-main {
	float: left;
	margin: 0 5px 5px 5px;
}

.result a img {
	border:1px solid #ededed;
}

/* @end */

/* @group Rotating Header Images */

#headerImages {
	position: relative;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 200px;
	margin-top: -60px;
	margin-left: -10px;
}

#headerImages li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#headerImages img {
	display: block;
	margin-top: 0px;
	border: 1px solid #FFFFFF;
}

/* @end */

/* @group Search */

#search {
	position: absolute;
	bottom: 5px;
	right: 5px;

}

#search input {
        padding:2px 4px;
        font-size:0.83em;
        
}

#search p {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#keywords {
	width: 164px;
        margin-right:4px;
}

/* @end */

/* @group Manual Page, Articles */

.manual_header {
	overflow: hidden;
	margin-bottom: 10px;
}

.manual_header h2 {
	float: left;
}

.manual_title {
	margin-top: 0px;
	padding: 0px;
}

.manual_subtitle {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#manualImages {
	position: relative;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 200px;
	margin-top: -10px;
	margin-left: -10px;
}

#manualImages li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#manualImages img {
	display: block;
	margin-top: 0px;
	border: 1px solid #FFFFFF;
}

.article_image {
	margin-bottom: 10px;
}

#article_images {
	overflow: hidden;
	float: right;
	margin-left: 20px;
	width: 120px;
	text-align: center;
}

.article_image img {
	display: block;
	margin: auto;
	margin-bottom: 2px;
	border: 1px solid #ccc;
}

.article_image p {
	margin: 0;
	padding: 0 5px;
	line-height: 1.05em;
	font-size: 0.80em;
}

/* @end */

/* @group Action Links */

.actions {
	width: 140px;
	margin-bottom: 10px;
	border: 0px dotted #CCC;
	padding: 2px 0 6px 0;
	overflow: hidden;
}

.actions a {
	display: block;
	float: left;
/*	width: 40px;*/
	text-decoration: none;
}

.action {
	display: block;
	float: left;
	margin-right: 15px;
/*	width: 70px;*/
}
	.action p {
		width: auto;
		text-align: left !important;
	}

.enlarge {
	width: 45px !important;
}

.enlarge a {
	display: block;
	float: left;
	width: auto;
	text-decoration: none;
}

.actions p {
	text-align: center;
	font-size: .8em;
	margin: 0 !important;
	margin-bottom: 2px;
}

.actions span {
	display: block;
	width: 15px;
	height: 12px;
	background-position: top center;
	background-repeat: no-repeat;
/*	margin: auto;*/
}

/* @end */

/* @group Related Items, Share */



.related_group {
	margin-bottom: 15px;
}

#related_items h2, #outline_column h2 {
	margin-top: 0;
}

#related_items h3 {
	margin: 0 0 6px 0;
	padding: 0px;
}

#related_items p {
	margin: 0 0 3px 0px;
	padding: 0px;
}

#share_form {
	margin: 0;
	padding: 0;
}

#share_form label {
	display: block;
	margin-bottom: 3px;
	font-size: 0.95em;
}

/*

@end */

/* @group Tree Menu */

.tree_menu {
	width: 180px;
}

.tree_menu, .tree_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
        font-size:0.88em !important;
}

.tree_menu li {
	display: block;
	float: left;
	clear: left;
	padding-left: 20px;
	background: url("../../../sites/default/assets/tree_arrows.jpg") 0px 0px no-repeat;
	cursor: pointer;
}

.top_no_children {
	background-image: none !important;
}

.end_node {
	background-image: none !important;
	padding: 0px !important;
	margin-left: 5px;
}

.tree_menu a, .tree_menu span {
	display: block;
	background-color: #FFF;
	line-height: 20px;
	text-decoration: none;
}

.tree_menu a:hover, .tree_menu span:hover {
	text-decoration: underline;
}

.tree_menu li ul {
	display: none;
	position: relative;
}

.tree_menu current_article li ul {
	font-weight: bold;
	color: red;
}

/* @end */

/* @group Login */

#login {
	width: 450px;
	\width: 450px;
	w\idth: 450px;
	border: 2px solid #000;
	padding: 30px;
	margin: 20px;
	background: url('/sites/default/assets/tile.gif') 74px 74px repeat;
	text-align: left;
}

body.login {
	background: #00bce4;
}

#login h1 {
	font-size: 120%;
}

#login img {
	margin: 0 0 30px 0px;
	border: 0px solid #ededed;
}

#login p {
	margin: 5px;
	margin-left: 0;
	padding: 0;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#login p a:link, #login p a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #f47820;
}

#login p a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF;
}

#login input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}

div.login-link {
	margin: 10px;
}

div.login-link a:link, div.login-link a:visited {
	font-size: x-small;
	text-decoration: underline;
}

/* @end */