@import 'reset.css';


/*
*	Palette
*****************************
*	#047426		green bg (dark)
*	#d3e7d2		green (light)
*	#f5fee3		cream bg
*	#cde4cd		nav bg
*	#abcaab		nav item bg
*	#004990		blue type (dark)
*	#092c68		blue heading (dark)
*	#272727		black
*/


/*
*	Global
*****************************/
html {
	font-family: "Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 62.5%;
}
body {
	margin: 0;
	background: #f5fee3;
	font-size: 1.2em;
	color: #333;
}
img {
	border: none;
}

p, ul, ol {line-height: 1.4em;}

a {color: #047426;}
a:hover {color: #004990;}

/*
*	Structure
*****************************/
#page {
	width: 702px;
	margin: 0 auto 0 auto;
}

	#mastHead {
		width: 702px;
		height: 137px;
		/*background: url("../images/mast_head.jpg") no-repeat left top;*/
		background: #000;
	}
		#topNav {
			position: absolute;
			width: 690px;
			text-align: right;
			margin-top: 5px;
		}
			#topNav a {
				color: #fff;
				text-transform: uppercase;
				letter-spacing: 1px;
			}
	
	#pageHead {
		width: 702px;
		height: 96px;
		background: url("../images/bg_header_bar.jpg") no-repeat left top;
	}
		#pageHead #heading {
			float: left;
			width: 370px;
			margin: 0;
		}
			#pageHead #heading p {
				margin: 20px 90px 5px 30px;
			}
			#pageHead #heading h1 {
				margin: 30px 50px 5px 30px;
				color: #fff;
				font-weight: normal;
				font-size: 2.4em;
				letter-spacing: 1px;
			}
		
		#hostedLogin {
			float: left;
			width: 330px;
			margin: 0;
		}
			#hostedLogin p#blurb {
				float: left;
				width: 147px;
				/*font-size: .85em;*/
				margin: 20px 10px 5px 0px;
			}
			#hostedLogin p#button {
				float: left;
				margin-top: 35px;
			}
			#hostedLogin a {
				color: #fff;
			}
			#hostedLogin a:hover {
				color: #004990;
			}
				
		#pageHead #subHeading {
			float: left;
			width: 270px;
		}
			#pageHead #subHeading p {
				margin: 20px 0 0 30px;
			}

		
	* html #main {height:550px;} /* For IE 6 */
	#main {
		width: 702px;
		background: url("../images/bg_content_tile.jpg") repeat-x left top;
		height: auto;
		min-height: 550px;
		float: left;
	}
		#contentWrap {
			float: left;
			width: 455px;
			margin: 0 0 0 12px;
			display: inline;
		}
		
		#nav {
			float: left;
			width: 445px;
			background: #cde4cd url("../images/bg_nav_tile.gif") repeat-x left top;
			padding: 5px 5px 3px 5px;
		}
		/** html #nav { margin-top: -16px; }  counter act IE margin above div  */

			#content{
				float: left;
				width: 455px;
				/*background: #84c096 url('../images/bg_copy_tile.jpg') repeat-x left bottom;*/
				background: #88c787 url('../images/bg_copy_tile2.jpg') repeat-x left bottom;
			}
			#contentWrapBottom{
				float: left;
				height: 10px;
				width: 455px;
				background: url("../images/bg_content_bottom2.gif") no-repeat left top;
			}
	
		#sideBar {
			float: right;
			width: 222px;
		}
			#sideBarContent {
				float: right;
				width: 222px;
				background: #abcaab;
			}
			#sideBarTop {
				height: 13px;
			}
			#sideBarBottom {
				height: 10px;
				float: left;
				width: 222px;
				background: url("../images/bg_sidebar_bottom.gif") no-repeat left top;
				
			}
			
		.jumpBox {
			float: left;
			width: 225px;
			height: 275px;
			/*cursor: pointer;*/
		}
			.jumpBox p {
				margin: 155px 20px 0 25px;
				color: #fff;
				font-size: .95em;
			}
				.jumpBox p a {
					color: #fff;
				}
				.jumpBox p a:hover {
					text-decoration: none;
				}
			
		* html #jumpSolutions {margin: 0 4px 0 6px;}
		#jumpSolutions {
			margin: 0 4px 0 12px;
			background: url("../images/jumpbox_solutions.jpg") no-repeat left top;
		}
		#jumpAbout {
			background: url("../images/jumpbox_about.jpg") no-repeat left top;
		}
	
	#footer {
		clear: both;
		float: left;
		width: 702px;
	}
		#footer p {
			text-align: right;
			margin-right: 10px;
			font-size: .9em;
			color: #838383;
			padding-top: 1em;
		}
/*
*	Typography
*****************************/

h2{}
	#content h2 {
		font-size: 1.7em;
		font-weight: normal;
		margin: 20px 20px 0 20px;
		color: #092c68;
	}
	#sideBar h2 {
		margin: 0 0 0 20px;
		padding: 0;
		color: #004990;
		font-size: 1.6em;
	}

h3{}
	#content h3 {
		margin: 0 0 0 20px;
		padding: 0;
		font-size: 1.3em;
		font-weight: normal;
		color: #004990;
	}
	
	#content h3 span {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 0.8em;
		font-weight: normal;
		color: #333;
	}
	
	#sideBar h3 {
		margin: 0;
		padding: 0;
		font-size: 1.1em;
		font-weight: normal;
		color: #004990;
	}
	#sideBar h3 a {
		color: #004990;
		text-decoration: none;
	}
	#sideBar p a {
		color: #004990;
	}
		#sideBar h3 a:hover, #sideBar p a:hover {
			color: #fff;
		}

h4{}
	#content h4 {
		margin: 0.5em 0 0 20px;
		padding: 0;
		font-size: 1.1em;
		font-weight: normal;
		color: #333;
	}
	
	
p{}
	#pageHead p {
		color: #fff;
		font-size: .95em;
	}
	#content p {
		margin: 5px 20px 10px 20px;
	}
	
	#sideBar ul li p {
		margin: 0 0 1em 0;
		color: #272727;
		font-size: .95em;
	}
	
a{}
	#footer a {
		color: #838383;
		text-decoration: none;
	}
		#footer a:hover {color: #004990}


code {
	font-family: Courier, monospace;
	font-size: 1.2em;
}

/*
*	Lists
*****************************/

ul {}
	* html #sideBar ul { padding: 0 10px 0 0; }
	#sideBar ul {
		padding: 0;
		margin: 10px 15px 0 34px;
	}
		#sideBar ul li {
			color: #004990;
		}
	#content ul, #content ol {
		margin-right: 20px;
	}
	#content ul p, #content ol p {
		margin-left: 0;	
	}
	
	li {
		margin-bottom: 0.5em;
	}
	
	#content ul li ul {
		margin: 0 20px 10px 20px;
		list-style: lower-roman;
	}

li {}
	
	#content li ul, #content li ol {
		list-style-type: disc;
		margin-left: 20px;
	}

/*
*	new drop down menu - list based
*************************/

#navList, #navList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	#navList{
		/*margin: 5px 5px 3px 5px;*/
		float: left;
		display: inline;
	}
	
	#navList li {
		float: left;
		margin-right: 3px;
		margin-bottom: 0;
	}
	
	#navList a {
		display: block;
		padding: 0 7px;
		background: #abcaab;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 1px;
		color: #092c68;
		font-size: .9em;
	}
	#navList a:hover {
		color: #fff;
	}
		
	#navList li ul {
		position: absolute;
		background: #abcaab;
		border: 1px solid #cde4cd;
		border-bottom: none;
		display: none;
		/*left: -99999px;*/
		margin-left: -1px;
	}	
	
		#navList li ul li {
			border-bottom: 1px solid #cde4cd;
			margin: 0;
			float: none;
		}
			#navList li ul li a {
				display: block;
				color: #004990;
				text-transform: none;
				font-size: .9em;
				padding: 0.2em 0.75em;
			}
			#navList li ul li a:hover {
				background: #fff;
				color: #047426;
			}
	
	#navList li:hover ul, #navList li.menuOver ul  {
		display: block;
		/*left: auto;*/
	}
	

		
/*
*	Forms
*****************************/
input.buttonSubmit {
	width: 74px;
	height: 18px;
	outline: none;
}
input.buttonHosted {
	width: 164px;
	height: 28px;
	outline: none;
}
form input {
	color: #333;
}

#sideBar p {
	font-size: 1.0em;
	padding: 3px;
	margin: 0 25px 0 20px;
}

#formReport ul, #formReport li ul { list-style-type: none; }


/*
*	Misc Classes
*****************************/

.hidden {
	display: none;
}

.contentImage {
	margin: 0 20px 10px 20px;
}

.faqQ {
	font-weight: bold;
	font-size:14px;
}

#faq_ans b, #faq_ans strong{ font-size:10.5px; font-style:italic;}

.faqQ:before {
	content: "Q: ";
	color: #004990;
}

p.loggedInAs {
	font-size: 1.1em;
	margin-top: 1em !important;
	padding: 0.1em 0.1em 0.1em 0.5em;
	border: 1px solid #047426;
	background: #d3e7d2;
}

.caption {
	font-style:italic;
	font-size:85%;
}

/*
*	Tables
*****************************/

#tblTrainingSessions
{
	margin-left: 20px;
	border: 1px solid #333;
}
	#tblTrainingSessions th
	{
		font-weight: bold;
		text-align: center;
		border: 1px solid #333;
	}
	
	#tblTrainingSessions td, #tblTrainingSessions th
	{
		padding: 5px;
		border: 1px dotted #333;
	}

/* contact form */
	
.tblContact tr td {	padding-bottom: 10px; }
.input_title { vertical-align: top; }
.td_validation { color: #900; font-weight: normal; font-size: 1.1em; }
.attention
{
	border: 1px solid #024C95;
	background: #ABD4D8;
	padding: 10px;
	font-size: 1.2em;
	color: #092c68;
}