﻿/* 	IES 2009 Formatting               Copyright(c) 2008, IES, Inc. all rights reserved. 
	TeK Nov. 2008 

    COLOR SCHEME:
    #BDD4F9 Backgound Blue, was #869AFF
	#80AFF9 Medium Blue, was #C3CDFF
	#2161C6 Dark Blue, was #6574BF
	#E7EBFF Light Blue
	
	#FFC180 Sandy
	#FFE0BF Light Peach
	#BF9060 Brown
	#FFF3E6 AlmostWhite
	
	#FFE380 Yellowish
	#FFF1BF Yellow
	#BFAA60 Olive

*/
* {
	margin: 0; /* reset! */
}
/* FONT SETTINGS HERE:

	Font Options for Windows XP & Vista 
	--------------------------------------
	font-family: Georgia, "Times New Roman", serif;
	font-family: Arial, "Arial Black", "Andale Mono", "Century Gothic", sans-serif;
	font-family: Impact, "Trebuchet MS", Verdana, sans-serif;
	font-family: "Courier New", monospace;
	font-family: "Comic Sans MS", cursive;
*/
body {
	font-family: "Comic Sans MS", "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #2161C6;
}
.nav-menu, .menu, .vertmenu, ul#horizontalTabs {
	font-family: "Century Gothic", Arial, sans-serif;
}
.quote {
	font-style: italic;
	font-size: 80%;
	color: black;
	font-family: Georgia, "Times New Roman", serif;
	background: transparent;
}
.quoteauthor {
	text-align: right;
	color: #2161C6;
	font-size: 70%;
	background: transparent;
}
h1, h2, h3, h4, h5 {
	font-family: "Century Gothic", Arial, sans-serif;
}
table, td, th, ul, ol, td p, th p, ul p, ol p {
	font-family: "Century Gothic", Arial, sans-serif;
}
input, select, option {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 90%;
	color: navy;
}
/* END FONT FACE SETTINGS, Don't set font faces below this line (please) */
h1 {
	font-size: 155%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2 {
	font-size: 105%;
	font-weight: bold;
	margin-top: 10px;
	/*background: #FFF3E6;*/
	/*margin-right: 33%;
	background: #FFF1BF;*/
}
h3 {
	font-size: 105%; /*font-weight: bold;*/ /*color: #BFAA60;*/
	margin-top: 10px;
	margin-right: 40%;
	border-bottom: 2px #FFC180 solid;
	/*border-top: 1px #FFC180 solid;*/
}
h4 {
	font-size: 100%;
	margin-left: 10px;
	margin-right: 40%;
	margin-top: 5px;
	color: #BF9060;
	background: #FFF3E6;
}
p {
	color: navy;
	font-size: 80%;
	margin-bottom: 3px;
	margin-top: 1px;
	margin-left: 10px;
	background: #FFF3E6;
}
form p, #pagefooter p, table p {
	background: transparent;
}
ul, ol {
	color: black;
	margin-left: 30px;
	font-size: 85%;
	background: #FFF3E6;
}

table {
	background: #E7EBFF;
	border-collapse: collapse;
	border-width: 0px;
	border-color: #FFC180;
/*#E7EBFF;*/	border-style: solid;
	border-spacing: 0px;
	margin-left: 10px;
}
th {
	color: navy; /*#000000 #FFC180;*/
	font-size: 90%; /*105*/
	font-style: normal;
	text-align: center;
	border: 1px #BF9060 solid;
	background: #FFF1BF; /* #FFE0BF; #2161C6;*/
}
th select {
	font-size: 80%;
}
td {
	color: black; /*white;*/
	font-size: 85%;
	text-align: center;
	border: 1px #BF9060 solid;
	border-style: dotted;
}
td a, td a:visited {
	color: black; /*white;*/
	/*text-decoration:none;*/
}
td a:hover {
	color: #BF9060; /*yellow;*/
	text-decoration: underline;
}
.indent {
	margin-left: 60px;
}
/* Hyperlinks in headers are not underlined */
h2 a {
	text-decoration: none;
	color: #000000;
}
h2 a:hover, h2 a:hover:visited {
	color: blue;
	border-bottom: 2px #2161C6 solid;
}
h2 a:visited {
	color: #000000;
}
.red {
	color: #FF0000;
}
.yellow {
	color: yellow;
}

.instruction {
	color: #111111;
	font-size: 80%;
	font-family: "Century Gothic", sans-serif;
}
.unbold {
	font-weight: normal;
}

#awmAnchor-menu {
	height: 25px;
	margin: 10px 0px 0px 230px;
	/*margin: 10px 10px 0px 230px;
	background: #BF9060;
	max-width: 800px;*/
}

#mainmenu ul {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #BF9060;
	color: #000000;
}

#mainmenu ul li {
	display: block;
	position: relative;
	float: left;
}

#mainmenu li ul {
	display: none;
}

/* Top-Level Formatting */
#mainmenu ul li a {
	display: block;
	text-decoration: none;
	border-top: 1px solid #2161C6;
	padding: 5px 15px 5px 15px;
	white-space: nowrap;
	background: #BF9060;
	color: #000000;
}
/* Top-Level Highlight */
#mainmenu ul li a:hover {
	background: #BF9060;
	color: #FFE380;
}

#mainmenu img {
	border: 0;
	padding: 0;
	padding-right: 3px;
	vertical-align: middle;
}

#mainmenu li:hover ul, #mainmenu li.sfhover ul {
	display: block;
	position: absolute;
	z-index: 1000;
}

#mainmenu li:hover li, #mainmenu li.sfhover li {
	float: none;
	font-weight: normal;
}

/* Sub Menu Highlight */
#mainmenu li:hover li a:hover, #mainmenu li.sfhover li a:hover {
	background: #FFE380;
	color: #000000;
	/*font-weight: bold;*/
}



/*  was 'rightcolumn' in legacy pages! */
#leftcolumn {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px; /* Adjust this? Also adjust left margins of other things! */
	/*Change 10/10/2009
	border: solid #BF9060;
	border-width: 2px 2px 2px 2px;*/
	border-width: 0;
	background: #80AFF9;
	margin: 0px;
	padding: 0px;
	height: 800px;
	text-align: center;
}

#maincolumn {
	margin: 10px 10px 10px 230px;
	/*Change 10/10/2009
	border: solid #BF9060;
	border-width: 2px 2px 2px 2px;*/
	border-width: 0;
	background: #FFF3E6;
	background-image: url('graphpaper.gif');
	background-repeat: repeat;
	padding: 15px;
	position : relative;
	min-width: 600px;
	max-width: 800px; /* too wide a column is difficult to read! */
	text-align: left;
	z-index: 0;
	min-height: 700px; /* added 10/10/2009 */
	clear:left; /*added by Keith 6/8/2011 - without this, when the browser window is narrow, the menu falls behind the main column on any pages without the breadcrumbs links*/
}

#popup {
	margin: 10px 10px 10px 10px;
	border: solid #BF9060;
	border-width: 2px 2px 2px 2px;
	background: #FFF3E6;
	background-image: url('graphpaper.gif');
	background-repeat: repeat;
	padding: 5px;
	position : relative;
	text-align: left;
}
#breadcrumbs {
	margin: 5px 10px 5px 235px;
	position : relative;
	max-width: 800px; /* too wide a column is difficult to read! */
	text-align: left;
	color: #BF9060;
	font-size: small;
}
#pagefooter {
	clear: both;
	margin: 10px 10px 10px 230px;
	background: #2161C6;
	border-top: thin #BF9060 solid;
	text-align: center;
	max-width: 830px;
	font-size: small;
	color: #BF9060;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #FFE0BF;
}
#pagefooter a:link, #pagefooter a:visited {
	color: #FFE0BF;
}
#breadcrumbs a:hover, #pagefooter a:hover {
	color: #FFFFFF;
}

.vertmenu {
	margin-left: 25px;
}
.vertmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #80AFF9;
}
.vertmenu li {
	margin: 2px 0 0 0;
}
/* spacing between items */
.vertmenu a, .vertmenu a:visited {
	display: block;
	color: blue;
	/*background-color: #2161C6;*/
	background-color: #80AFF9;
	width: 150px;
	text-decoration: none; /*padding: 0px 10px 0px 10px; *//* size of horizontal boxes */
	text-align: center;
}

.vertmenu .special {
	display: block;
	width: 150px;
	text-align:center;
	/*color: #FFF1BF;*/
	/*background-color: #BF9060;*/
}

.vertmenu a:hover {
	color: #2161C6;
	background-color: #E7EBFF;
}
/* begin css tabs */
ul#horizontalTabs {
	/* general settings */
	text-align: left; /* set to left, right or center */
	margin: 1em 0 1em 0;
	/*font-size: 70%;*/
	font-size: 90%;
	min-width: 600px;
	border-bottom: 2px solid #2161C6;
/* set border COLOR as desired */	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
	background: transparent;
}
ul#horizontalTabs li {
	/* do not change */
	display: inline;
}
#tab1 li.tab1, #tab2 li.tab2, #tab3 li.tab3, #tab4 li.tab4, #tab5 li.tab5, #tab6 li.tab6, #tab7 li.tab7, #tab8 li.tab8 {
	/* settings for selected tab */
	border-bottom: 2px solid #FFF3E6;	/* set border color to page background color */
}
#tab1 li.tab1 a, #tab2 li.tab2 a, #tab3 li.tab3 a, #tab4 li.tab4 a, #tab5 li.tab5 a, #tab6 li.tab6 a, #tab7 li.tab7 a, #tab8 li.tab8 a {
	/* settings for link in selected tab */
	background-color: #FFF3E6; /* set selected tab background color to page background */
	border-bottom: 2px solid #FFF3E6;
	color: #000000; /* set selected tab link color as desired */;
	font-weight: bold;
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}
ul#horizontalTabs li a {
	/* settings for all tab links */
	padding: 3px 4px;
/* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */	
	border: 1px solid #2161C6;
/* set border COLOR as desired; usually matches border color specified in #tabnav */	
	background-color: #BF9060; /* #80AFF9;  set unselected tab background color as desired */
	color: #FFF1BF;  /* #666; set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}
ul#horizontalTabs a:hover {
	/* settings for hover effect */
	background: #FFF1BF;
/* set desired hover color */	color: #000000;
}
/* end css tabs */
#testimonials {
	background: #FFF1BF;
	color: #BF9060;
	border-bottom: #2161C6 solid thin;
	border-top: #FFF3E6 solid thin;
	border-left: #FFF3E6 solid thin;
	border-right: #2161C6 solid thin;
	padding: 10px;
	margin: 10px;
}
.icon {
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px #2161C6 solid;
	border-right: 1px #2161C6 solid;
	height: 32px;
	width: 32px;
}
.artwork {
	float: right;
	margin: 5px;
	clear: both;
}

.small-icon {
	vertical-align: middle;
	margin-left: 2px;
	margin-right: 2px;
}

.imageRight {
	border-width: 0px;
	margin-left: 15px;
	margin-right: 15px;
	float: right;
}

/* For Images */
.autothumb {
/*	float: left;
	clear: both;*/
	margin: 10px 0px 10px 10px;
	padding: 0;
	border: 2px #BDD4F9 solid;
	border-right: 2px #2161C6 solid;
	border-bottom: 2px #2161C6 solid;
}
.autothumb a img {
	border: 0;
	border-right: 2px #000000 solid;
	border-bottom: 2px #000000 solid;
	/* ignore fact that these are 'not supported'! */	
	/*opacity: 0.6;*/
	/*filter: alpha(opacity=60);*/
}
.autothumb a:hover img {
	border: 0;
	border-right: 2px #000000 solid;
	border-bottom: 2px #000000 solid;
	cursor: move;
	 /* ignore fact that these are 'not supported'! */
	/*opacity: 1.0;
	filter: alpha(opacity=100);*/
}

a.helpbubble img {
	border: none; 
	vertical-align: middle;
}


/* ------------------ MOO-TOOLS ACCORDIAN SECTIONS -----------------------------
   http://davidwalsh.name/simple-mootools-accordion
   ------------------------------------------------------------------*/
#accordion .toggler {
	cursor: pointer;
	font-weight: bold;
	margin: 0;
	margin-left: 5%;
	margin-right: 20%;
	padding: 5px;
	font-size: 16px;
	background: #FFF3E6;
}
#accordion .toggler:hover {
	background: #BF9060; /*#FFE380;*/
}
#accordion .element {
	padding: 0 5px;
	margin: 0;
	margin-left: 5%;
}
#accordion .image {
	margin: 10px 20px;
}
/* ------------------ ACCORDIAN SECTIONS ---------------------------- */
.iconbar {
	clear: none;
	float: right;
	width: 42px;
	margin: 0px 5px 5px 0px;
	border: 1px #BDD4F9 solid;
	background-color: #FFF1BF;
}
.iconbar img {
	margin: 5px;
}
br {
	clear: left;
}
#maincolumn p, #maincolumn ol, #maincolumn ul {
	margin-right: 25%;
}
#maincolumn table {
	margin-right: 10%;
}
.helppane {
	clear: both;
	width: 75%;
	margin: 25px 5px 5px 25px;
	padding: 5px;
	border: 1px #BDD4F9 solid;
	background-color: #FFF1BF;
}
.highlight {
	/*width: 75%;*/
	padding: 2px;
	border-bottom: #2161C6 solid thin;
	border-top: #FFF3E6 solid thin;
	border-left: #FFF3E6 solid thin;
	border-right: #2161C6 solid thin;
	background-color: #FFF1BF;
	margin-left: 10px;
	margin-right: 10px;
}

/*-----------------Training Page--------------------*/

.trainingTable th {
	border-bottom: #2161C6 solid thin;
	border-right:none;
	border-top: none;
	border-left:none;
	background-color: #FFF1BF;
	font-weight: bold;
	color: black;
	font-size: 105%;

}

.trainingTable td {
	background: #FFF3E6;
	border: none;
	color: black;
	font-size: 80%;
	vertical-align: top;
}


.hoverLink a, .hoverLink a:visited {
	color:blue;
	text-decoration:none;
	font-weight:bold;
}

.hoverLink a:hover {
	color:#15a5ba;
	font-weight:bold;
	text-decoration:none;
}

.sans-navy {
	font-family: "Comic Sans MS", "Trebuchet MS", Verdana, sans-serif;
	color:navy;
}

/*--------------------BUTTONS----------------------*/

.blueButton, .redButton {
	border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow:3px 3px 10px #888;
	-moz-box-shadow:3px 3px 10px #888;
	-webkit-box-shadow:3px 3px 10px #888;
	}

.blueButton a, .blueButton a:visited, .blueButton a:hover, .redButton a, .redButton a:visited, .redButton a:hover {
	font-family:Calibri, Arial, sans-serif;
	text-align:center;
	display:block;
	text-decoration:none;
	font-weight:bold;
	border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow:inset -2px -2px 15px #333;
	-moz-box-shadow:inset -2px -2px 15px #333;
	-webkit-box-shadow:inset -2px -2px 15px #333;
}

.blueButton a, .blueButton a:visited {
	background:#4562e4;
	color:#E7EBFF;
}

.blueButton a:hover {
	background:#E7EBFF;
	color:#4562e4;
}

.redButton a, .redButton a:visited {
	background:red;
	color:white;
}

.redButton a:hover {
	background:white;
	color:red;
}
