/*  ITS Institute main CSS style sheet 																*/
/*	lines with '* html' leading a rule are IE-6 specific adjustments  */



* {margin: 0px; padding: 0px}

body {margin: 5px 10px 20px; padding: 0px}

#fullContainer {
	border: 1px solid #000000;
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}

#printContent {text-align: left}

#headerTop {height: 25px; background: #366575;	border-bottom: 1px solid black}

#headerAIA {float: left}

#headerCTS {float: right}

#header {clear: both} 

.globalSearch {
	font-size: 10px;
	margin: 25px 0px 15px;
	width: 200px;
	height: 49px;
	float: right;
/* 	position: absolute; */
/* 	right: 10px; */
/* 	top: 62px; */
}

/* * html .globalSearch {top: 55px; padding-top: 73px} */

.globalSearch a:link, .globalSearch a:visited, .globalSearch a:active {
	color: #333333;
	margin-left: 15px;
	font-weight: bold;
}

* html .globalSearch a:link, .globalSearch a:visited, .globalSearch a:active {margin-left: 25px}

.globalSearch a:focus, .globalSearch a:hover, .globalSearch a:active {
	color: #000000;
}
.globalSearch #searchBox {
	color: #666666;
	margin-bottom: 0px;
}

.globalSearch #submitButton {
	background: url(/images/searchGoButton.gif) no-repeat center center;
	border-style: none;
	height: 18px;
	width: 18px;
	cursor: hand;
	cursor: pointer;
}
* html .globalSearch form {
	margin-left: 10px;
	margin-bottom: 1px;
}

/* .globalSearch {																													*/
/* 	font-size: 10px;																												*/
/* 	text-align: left;																												*/
/* 	padding-left: 10px;																											*/
/* 	width: 200px;																														*/
/* 	float: right;																														*/
/* 	height: 49px;																														*/
/* 	padding-top: 29px;																											*/
/* }																																				*/
/* * html .globalSearch {padding-top: 32px}																	*/
/* 																																					*/
/* .globalSearch a:link, .globalSearch a:visited, .globalSearch a:active {	*/
/* 	color: #939598;																													*/
/* 	margin-left: 15px;																											*/
/* }																																				*/
/* .globalSearch a:focus, .globalSearch a:hover, .globalSearch a:active {		*/
/* 	color: #FFFFFF;																													*/
/* }																																				*/
/* .globalSearch #searchBox {																								*/
/* 	color: #666666;																													*/
/* 	margin-bottom: 0px;																											*/
/* }																																				*/
/* .globalSearch #submitButton {																						*/
/* 	background: url(/images/searchGoButton.gif) no-repeat center center;		*/
/* 	border-style: none;																											*/
/* 	height: 18px;																														*/
/* 	width: 18px;																														*/
/* 	cursor: hand;																														*/
/* 	cursor: pointer;																												*/
/* }																																				*/

form#globalSearchForm {
	padding-left: 10px;
}


/* START Main Navigation */

/* div#mainNavContainer { */
/* 	background: url(/images/bkgnd-MainNav.jpg) repeat-y left center; */
/* 	width: 100%; */
/* 	text-align: right; */
/* 	border-top: 1px solid black; */
/* 	border-bottom: 2px solid black; */
/* 	height: 16px; */
/* 	padding-bottom: 3px; */
/* } */

ul#mainNav {
	list-style: none;
	background: #bacad0;
	text-align: right;
/* 	margin-top: -2px; */
/* 	margin-bottom: 1px; */
/* 	margin-left: 170px; */
/* 	border: 1px solid fuchsia; */
}

#mainNav li {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 10px 3px 0px;
	line-height: 1.5;
	display: inline;
/* 	float: left; */
/* 	margin-left: 0.1em; */
/* 	margin-right: 0.2em; */
/* 	border: 1px solid red; */
}

#mainNav a:link, #mainNav a:visited, #mainNav a:active {
	color: #000000;
	text-decoration: none;
	padding: 5px 18px 5px 23px;
/* 	border: 1px solid aqua; */
/* 	display: block; */
/* 	text-align: right; */
}

* html #mainNav a:link, * html #mainNav a:visited {padding-bottom: 2px;}

#mainNav a:focus, #mainNav a:hover {color: #1e4450;background: url(/images/Bullet-MainNav_Hover.gif) no-repeat left center}

/* END Main Navigation */

#container {
	clear: both;
	overflow: auto;
	background: url(/images/bkgnd-LeftContainer.gif) repeat-y left top;		
}

.dividerLine {
	text-align: center;
	margin: 25px 12px 15px 7px;
	border-bottom: 1px solid #666;
} 


#leftColumn {
	width: 205px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0px 0px 25px;
	font-size: 12px;
	float: left;
	border-right: 1px solid #366575;
}

*html #leftColumn {margin-bottom: -10px}

#leftColumn p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

/* Left Column Nav styles !Not part of the Sub-Category Nav!  */


#leftColumn a:link, #leftColumn a:visited {
	color: #414042;
	text-decoration: none;
}
#leftColumn a:focus, #leftColumn a:hover, #leftColumn a:active {
	color: #001F5A;
}

/* END Left Column Nav styles */


#leftNavContainer h1 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 8px;
	padding: 0px 3px 1px;
}
ul#leftNavItems {
	margin: 0px 5px 15px 2px;
}
ul#leftNavItems li {
	list-style: none;
	margin-bottom: 3px;
}

/*#leftNavItems h1 {								 		*/
/*	font-size: 12px;								 		*/
/*	color: #000000;									 		*/
/*	margin-bottom: 8px;							 		*/
/*	border-bottom: 1px solid #000000;		*/
/*	width: 98%;											 		*/
/*}																	 		*/

/*Sub-category nav styles*/

#leftNavItems a:link, #leftNavItems a:visited {
	color: #1E4450;
	line-height: 1.4;
	padding-left: 14px;
}
#leftNavItems a:focus, #leftNavItems a:hover, #leftNavItems a:active {
	color: #424140;
	background: transparent url(/images/Bullet-LeftNav_Hover.gif) no-repeat 0px 4px !important;
}

/* END Sub-category nav styles*/


/* Sub-Sub-category nav styles*/

/*	#leftNavItems div#leftNavSubCategory {margin: 3px 5px 15px}					 	*/
/*																																			 	*/
/*	*html #leftNavItems div#leftNavSubCategory {margin: 3px 0px 15px}		 	*/
/*																																			 	*/
/*	#leftNavItems div#leftNavSubCategory h2 {														 	*/
/*		border-bottom: 1px solid #333333;																	 	*/
/*		font-size: 12px;																									 	*/
/*		letter-spacing: .1em;																							 	*/
/*		color: 333333;																										 	*/
/*		font-weight: normal;																							 	*/
/*		padding-top: 8px;																									 	*/
/*		margin-bottom: 4px;																								 	*/
/*	}																																		 	*/
/*																																			 	*/
/*	* html #leftNavItems div#leftNavSubCategory h2 {margin-top: 3px}		 	*/
/*																																			 	*/
/*	#leftNavItems div#leftNavSubCategory a {														 	*/
/*		display: block;																										 	*/
/*		background: url(/images/Bullet_TriangleBLK.gif) no-repeat left 4px;	*/
/*		padding-left: 10px;																								 	*/
/*		text-decoration: underline;																				 	*/
/*		border-style: none;																								 	*/
/*		margin: 4px 0px;																									 	*/
/*	}																																		 	*/

/* END Sub-Sub-category nav styles*/

#additionalInfo {colora: #414042; margin: 5px}

#additionalInfo p {font-size: 10px; margin: 0px 0px 15px}

#additionalInfo h1 {font-size: 11px}


#additionalInfo a:link, #additionalInfo a:visited {
	color: #1E4450;
	text-decoration: underline;
}

#additionalInfo a:focus, #additionalInfo a:hover, #additionalInfo a:active {color: #222}

#centerColumn {
	margin: 0px 230px 0px 205px;
	padding: 10px 0px 40px;
	color: #333333;
	font-size: 0.9em;
	border-left: 1px solid #366575;
}

#centerColumn p {
	margin: 0px 10px 15px 15px;
	line-height: 1.4;
}

#centerColumn p.storySource {font-style: italic}


#centerColumn h1 {
	font-size: 20px;
	color: #000000;
	margin: 15px 0px 20px 7px;
	padding: 0px 0px 2px 3px;
	background: transparent url(/images/bkgnd-Heading1.gif) no-repeat left bottom;
}
#centerColumn h2 {
	font-size: 15px;
	color: #414042;
	margin: 25px 15px 10px;
}

#centerColumn h2.storyHeading {margin-bottom: 0px}

/*
#centerColumn h2.invert {
	color: #FFFFFF;
	margin: 15px 0px 20px;
	background: #0057A1 url(/images/bkgnd-Heading1.jpg) repeat-x;
	padding: 0px 0px 2px 10px;
}
*/
#centerColumn h3 {
	font-size: 1.0em;
	color: #414042;
	margin: 20px 15px 4px;
}
/*
#centerColumn h4 {
	font-size: 13px;
	color: #333333;
	margin: 0px 15px;
}
*/
/*
#centerColumn h5 {
	font-size: 13px;
	display: inline;
	margin: 0px 18px 0px 13px;
	line-height: 22px;
}
*/
/*
#centerColumn img.categoryHeading {margin: 15px}
*/

#centerColumn #breadcrumbs {
	font-size: 10px;
	margin: 0px 0px 10px 10px;
}
#centerColumn a:link, #centerColumn a:visited {
	color: #001F5A;
	text-decoration: underline;
}
#centerColumn a:focus, #centerColumn a:hover, #centerColumn a:active {
	color: #222222;
	text-decoration: underline;
}
#centerColumn h2 a:link, #centerColumn h2 a:visited {
	color: #001F5A;
	text-decoration: none;
}
#centerColumn h2 a:focus, #centerColumn h2 a:hover, #centerColumn h2 a:active {
	color: #222222;
	text-decoration: underline;
}
a.more {
	font-size: 11px;
/* 	font-weight: bold; */
	font-style: italic;
	color: #366575 !important;
	background: url(/images/Bullet-Chevron.gif) no-repeat left 3px;
	margin: 0px;
	padding-left: 10px;
}
a.more:hover {
	margin-left: 3px;
	padding-left: 7px;
	text-decoration: underline !important;
}

#centerColumn a#more img {
	border-style: none;
	vertical-align: text-bottom;
}
#centerColumn img.border-5pxMargin {
	margin: 5px;
	border: #000000 solid 1px;
}
.centerColumLinkList {
	list-style: none;
	margin-left: 10px;
}
#centerColumn ol {
	margin-left: 45px;
	margin-bottom: 10px;
}
#centerColumn ol li {
	background:none;
	padding-left: 0px;
	
}
#centerColumn ul {
	margin-left: 30px;
	margin-bottom: 10px;
	line-height: 1.4;
	list-style: none;
}
#centerColumn ul li {
	margin: 5px;
	padding-left: 12px;
	background: url(/images/Bullet_TriangleBLK.gif) no-repeat 0px 5px !important;
	background-position: 0px 7px;
}
#centerColumn ul.anchoredLink {
	margin-left: 30px;
	margin-bottom: 10px;
	line-height: 1.4;
	list-style: none;
}
#centerColumn ul.anchoredLink li {
	background: url(/images/Bullet_TriangleDWN-BLK.gif) no-repeat;
	background-position: 0px 7px;
}

#centerColumn ul.centerColumnNavList {margin-left: 0px}

#centerColumn ul.centerColumnNavList li {
	list-style: none;
	line-height: 1.4;
	display: inline;
	border-left: 1px solid #414042;
	background: none;
	padding: 0px 0px 0px 8px;
}

#centerColumn ul.centerColumnNavList li#first {border: none}

#centerColumn table {
	font-size: 12px;
	margin: 5px;
	min-width: 335px;
	width: auto !important;
	width: 335;
	border-collapse: collapse;
	
}
#centerColumn td {
	padding: 3px;
	vertical-align: top;
}
#centerColumn .sublink {
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
}
#centerColumn .invert .sublink a {
	color: #FFFFFF;
}
#centerColumn hr {
	margin-top: 15px;
	margin-bottom: 10px;
}

/* START photo styles for center column items */

/* '.textPhotoFloated' is a div to be in place of a clear. */
/* '.textPhotoFloated'  div wraps around entire section of text that rests next to a photo. */
#centerColumn .textPhotoFloated {overflow: auto}

/* The photo needs to be placed into a '.photoLf' or '.photoRt' div depending on float orientation */
#centerColumn .photoLf {float: left; margin: 0px 15px;	width: 170px}
#centerColumn .photoLf img {
	border: 1px solid #000000;
	margin-bottom: 2px;
}
#centerColumn .photoLf p {
	font-size: 11px;
	color: #000000;
	line-height: 1.0;
	padding-bottom: 10px;
	margin: 0px;
}

#centerColumn .photoCtr {margin: 0px auto; padding: 0px 15px; width: 300px}
#centerColumn .photoCtr img {
	border: 1px solid #000000;
	margin-bottom: 2px;
}
#centerColumn .photoCtr p {
	font-size: 11px;
	color: #000000;
	line-height: 1.0;
	padding-bottom: 10px;
	margin: 0px;
}

#centerColumn .photoRt {float: right; margin: 0px 15px; width: 170px}
#centerColumn .photoRt img {
	border: 1px solid #000000;
	margin-bottom: 2px;
}
#centerColumn .photoRt p {
	font-size: 11px;
	color: #000000;
	line-height: 1.0;
	padding-bottom: 10px;
	margin: 0px;
}

/* END photo styles for center column items */


/* START subscription form styles  */

#centerColumn #subscriberInfo {
	background: #E6E7E8;
	width: 225px;
	position: absolute;
	right: 10px;
	top: 221px;
	font-size: 12px;
	border: 1px solid #666666;
	padding-bottom: 15px;
}

* html #centerColumn #subscriberInfo {top: 226px}

#centerColumn #subscriberInfo h2 {
	margin: 0px 0px 10px;
	border-bottom: 1px solid #666666;
	text-align: center;
	background: #001F5A;
	color: #FFFFFF;
	padding: 5px;
}

#centerColumn #subscriberInfo p {margin: 8px}

#centerColumn .requiredField {color: #990000; font-weight: bold}

#centerColumn #subscriberInfo #subscriberInfoNotice {
	background: #FFFFFF;
	margin: 15px 8px 0px;
	border: 1px solid #333333;
}
#centerColumn .subscriberPublication {
	border-bottom: 2px groove #333333;
	margin: 8px 5px 8px 0px;
	padding: 0px 10px 10px;
}

/** html #centerColumn .subscriberPublication {margin: 12px 0px}*/

#subscriberOptions .subscriberPublication .publicationCheckbox {
	margin: 0px;
	padding-top: 3px;
	float: left;
}
#subscriberOptions .subscriberPublication p.publicationDescription {
	margin: 0px 0px 0px 30px;
	padding: 5px 0px;
}

#subscriberOptions .subscriberPublication input {margin-right: 8px;	margin-bottom: 0px}

#centerColumn  #subscriberOptions {margin-right: 220px;	padding-right: 10px}

/* END scription form styles  */

#centerColumn div.labDetails {
	border: 1px solid navy;
	margin:5px 5px 10px 10px;
	padding:5px;
	width: 235px;
	max-width:300px;
	float:right;
	position:relative;
	font-size:11px;
}



div.toparrow {
	clear: both;
	text-align: right;
	padding: 0px;
	background: url(/images/bkgnd-BkTop_Gray.gif) repeat-x;
	margin: 0px 0px 10px 0px;
}
div.toparrow img {
	background-color: #FFFFFF;
	padding: 0px 5px;
	margin: 0px 10px 0px 0px;
}
.focusImgFloated {
	min-height:150px;
	height:auto !important;
	height:150px;
}
.seminarupcomingpast {	
	font-style: italic;
	padding-top: 15px;
	border-bottom: 1px ridge #666666;
	margin-bottom: 40px;
}

.seminarDescription {margin: 10px 25px}

.dividerLine {
	text-align: center;
	margin: 25px 12px 15px 7px;
	border-bottom: 1px solid #666;
}

div#clear {clear: both}

#emailPrint {
	width: 200px;
	position: absolute;
	right: 20px;
	font-size: 12px;
	text-align: right;
	top: 155px;
}

* html #emailPrint {top: 160px}

#emailPrint a:link, #emailPrint a:visited {color: #001F5A; text-decoration: underline}

#emailPrint a:focus, #emailPrint a:hover, #emailPrint a:active {color: #222222;	text-decoration: underline}

/* START Right Column	*/

#rightColumn {
	font-size: 12px;
	color: #414042;
	float: right;
	margin: 3px 3px 0px 0px;
	width: 225px;
	border-left: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
/* 	position: absolute; */
/* 	right: 15px; */
/* 	top: 168px; */
/* 	background: transparent url(/images/bkgnd-RtColumn_LwrLfCorner.gif) no-repeat left bottom; */
}

*html #rightColumn {right: 9px}

#rightColumn img {margin: 0px 0px -1px -1px}

/*
#rightCoumnContent {
	border-left: 1px solid #5d5d5d;
	border-bottom: 1px solid #5d5d5d;
}
*/

#rightColumn h2 {
	color: #1E4450;
	font-size: 13px;
	padding: 0px 7px 3px;
	margin-top: 5px;
	line-height: 18px;
}
/*
#rightColumn h3 {
	color: #001F5A;
	margin-top: 0px;
}
*/

#rightColumn p {
	margin: 10px;
}
#rightColumn a:link, #rightColumn a:visited, #rightColumn a:active {
	color: #366575;
}
#rightColumn a:focus, #rightColumn a:hover {
	color: #222222;
}

ul#rightNav {
	margin: 8px 5px 8px 13px;
	line-height: 1.4;
	list-style: none;
}
ul#rightNav li {
	margin: 2px;
	padding-left: 12px;
	background: url(/images/Bullet_TriangleBLK.gif) no-repeat;
	background-position: 0px 6px;
}

#rightNav a {color: #001F5A}

#rightNav a:focus, #rightNav a:hover {text-decoration: underline}


ul#rightLinkBox {
	background: #E6E7E8;
	list-style: none;
	padding: 3px 0px 15px;
	border-bottom: 1px solid #414042;
}

ul#rightLinkBox li {
	margin: 8px 0px 3px 20px;
}

#rightLinkBox a {color: #001F5A}

#rightLinkBox a:focus, #rightLinkBox a:hover {text-decoration: underline}

/* ################################ */
/*      PHOTOS IN RIGHT COLUMN      */
/* ################################ */

	#rightColumn div.photo {
	margin: 15px auto 30px;
	padding: 0px;
	width: 170px;
	}
	
	#rightColumn div.photo img {
		border: 1px solid #000;
		padding: 0px;
		margin: 0px;
	}
	#rightColumn div.photo p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
		margin: 1px 0px 7px 0px;
	}
/* ###########   END   ########### */



/* END Right Column	*/


div#footer {
	clear: both;
	background:  #545454 url(/images/bkgnd-Footer.jpg) no-repeat right top;
}
#footer p {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
	padding: 10px;
}
.footerLeft {
	float: left;
}
.footerRight {
	text-align: right;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
}
#footer a:hover {
	color: #F2C365;
}

