@charset "UTF-8";

html {
}
body {
	font-family: Veranda, sans-serif;
	padding: 0;
	margin: 0;


/*
"... the miniscule-text problem can be overcome easily by setting the initial font size to a percentage. There is no apparent reason for this to work, but it does. When this solution is implemented, the leaps between the IE text-size settings do not appear to be as drastic, and designers can set a sensible initial text size that will resize to a readable size ...."  (http://www.alistapart.com/articles/elastic/, Patrick Griffiths, January 09, 2004)
*/
	font-size: 100%;
}
/* Page Container */
div#wrapLeft {
	
	background:url(/_images/rapLeft.png) top left repeat-y;
	margin: 0 auto;
	padding: 0;
	width:90%;
	min-width:800px;
	background-color: white;
	height:auto;
}
div#wrapRight{
	background:url(/_images/rapRight.png) top right repeat-y;
	margin: 0 auto;
	padding: 0;
	height:auto;
	
}
div#Container{
	padding-left:9px;
	padding-right:9px;
	height:auto;
}
/* Top Bar */
	div#TopBar {
		margin:0px;
		padding:0px;
		width: 100%;
		text-align: right;
		background-color:#9fb1c6;
		border-left:1px solid #CCCCCC;
		border-top:1px solid #CCCCCC;

		/*background-image: url(/_images/topbar.png);
		background-repeat: repeat-x;
		background-position: top; */
	}
		div#TopBar a {
			background-position-y: center;
			background-repeat: no-repeat;
			color: white;
			display: inline-block;
			font-size: .75em;
			line-height: 2.1em;
			margin-left: .5em;
			margin-right: .5em;
			padding-left: 22px;
			padding-top: 1px;
			padding-bottom: 1px;
			text-decoration: none;
			text-transform: lowercase;
			outline:none;
		}
			div#TopBar a:hover {
				color: #1563ac;
			}
			div#TopBar a#NewsFeed {
				background-image: url(/_images/rss.png);
			/*	background-position: -1280px center; */
				background-position:left center;
				color: #FFFFFF;
				float: left;
				text-transform: none;
			}
			div#TopBar a#NewsFeed:hover {
				color: #1563ac;
			}
			a#Home {
				background-image: url(/_images/house.png);
				background-position: left center;
			}
			a#SiteMap {
				background-image: url(/_images/map.png);
				/*background-position: -256px center;*/
				background-position: left center;
			}
			a#LogOut {
				background-image: url(/_images/logout.png);
			/*	background-position: -512px center; */
				background-position: left center;
			}
			a#LogIn {
				background-image: url(/_images/login.png);
				background-position: left center; 
			}
			a#Contact {
				background-image: url(/_images/mail.png);
				/* background-position: -1024px center; */
				background-position: left center;
			}
/* Logo Bar */
		div#LogoBar {
			width: 100%;
			background-image: url(/_images/headbg.png);
			background-repeat: repeat-x;
			background-position: top;
			height: 100px;
			position: relative;		
		}
			a#Logo {
				background-image: url(/images/issa-logo.png);
				background-repeat: no-repeat;
				background-position: left top;
				display: block;
				width: 190px;
				height: 70px;
				position: absolute;
				top:15px;
				left:15px;
				behavior: url(/css/iepngfix.htc);
			}
			img#HotTopics {
				position: absolute;
				right: 0px;
				top: 0;
				width: 422px;
				height: 100px;
				border: none;
			}
/* Top Navigation
		ul#TopNav, table#TopNavTable {
			margin: 0;
			padding: 0;
			display: table;
			height: 2em;
			background-image: url(/images/top-nav.jpg);
			background-position: center center;
			width: 100%;
		}
			ul#TopNav li, table#TopNavTable td {
				margin: 0;
				padding: 0;
				display: table-cell;
				list-style: none;
				text-align: center;
				vertical-align: middle;
				width: 14.28%;
				padding-left: 1px;
				border: none;
			}
			ul#TopNav li.first, table#TopNavTable td.first {
				border: none;
				padding: 0;
			}
			ul#TopNav li a, table#TopNavTable td a {
				line-height:2.5em;
				display:block;
				text-decoration: none;
				color: white;
				font-size: .8em;
				width: 100%;
				background-image: url(/images/top-nav.jpg);
				background-position: center top;
			}
			ul#TopNav li a:hover, table#TopNavTable td a:hover {
				background-position: center 10%;
			}
			*/
div#nav{
	background:url(/_images/navtest.png) top left repeat-x; 
	background-color:#5a769b;
	height:27px;
	overflow:visible;
}
#searchFormContainer{
	behavior: url(/css/iepngfix.htc);
	margin-top:0px;
	padding:1px;
	float:right;
	height:23px;
	background:url(/_images/searchbox.png) bottom left no-repeat;
}
#searchForm{

}
#searchForm input[type=text]{

}
#searchForm a{
	background:url(/_images/searchIcon.png) left center no-repeat;
	padding:5px 5px 5px 20px;
	font-size:.75em;
	color:white;
	text-decoration:none;	
	outline:none;
}          
#searchForm a:hover{
	color: #1563ac;	
}     
#searchLink{
	margin-top:1px;
	
    display:block;
    cursor:pointer;
	color:white;
	font-size:.75em;
	padding:5px 5px 5px 25px;
}
/* Content Block */
	div#Content {
		padding:20px;
		font-family: Georgia, serif;
		font-size: .8em;
		background:url(/images/content-bg.jpg) left top repeat-x;
		/*width:auto;
		text-align: left;
		padding: 20px;
		background-color: white;

		
		background-position: center top;
		background-repeat: repeat-x;
		position: relative; */
		}
/* Hyperlinks */
		a {
			color: #4B6C92;
		}
		a[href $='.pdf'] {
			padding-right: 20px;
			background-image: url(/images/doc_types/icon_pdf.gif);
			background-position: right 65%;
			background-repeat: no-repeat;
		}
		a[href $='.xls'] {
			padding-right: 20px;
			background-image: url(/images/doc_types/icon_xls.gif);
			background-position: right 65%;
			background-repeat: no-repeat;
		}
		a[href $='.ppt'] {
			padding-right: 20px;
			background-image: url(/images/doc_types/icon_ppt.gif);
			background-position: right 65%;
			background-repeat: no-repeat;
		}
		a[href $='.doc'] {
			padding-right: 20px;
			background-image: url(/images/doc_types/icon_doc.gif);
			background-position: right 65%;
			background-repeat: no-repeat;
		}
		a[href $='.zip'] {
			padding-right: 20px;
			background-image: url(/images/doc_types/icon_zip.gif);
			background-position: right 65%;
			background-repeat: no-repeat;
		}
		a[href $='.rtf'] {
			padding-right: 20px;
			background-image: url(/images/doc_types/icon_rtf.gif);
			background-position: right 65%;
			background-repeat: no-repeat;
		}
		a.Download {
			padding-right: 20px;
			background-image: url(/images/doc_types/icon_generic.gif);
			background-position: right 65%;
			background-repeat: no-repeat;
		}
		a.Image {
			background: none;
			padding: 0;
		}
/* Headings */
		h1 {
			font-family: Veranda, sans-serif;
			color: #003366;
			font-size: 1.8em;
			font-weight: normal;
			margin: 0;
			padding: 0;
			margin-bottom: .5em;
		}
		h2 {
			font-family: Veranda, sans-serif;
			color: #4B6C92;
			font-size: 1.4em;
			font-weight: normal;
			border-bottom: 1px solid #DAE1E9;
			margin: 0;
			margin-top: 1.25em;
			padding: 0;
			padding-bottom: .25em;
		}
		h2 a {
			color: #4B6C92;
			text-decoration: none;
			padding-right: 15px;
			background-image: url(/images/jump.png);
			background-position: right 65%;
			background-repeat: no-repeat;
		}
		h3 {
			font-family: Veranda, sans-serif;
			color: #4B6C92;
			font-weight: normal;
			font-size: 1.2em;
			margin: 0;
			margin-bottom: .75em;
			margin-top: 1.25em;
			padding: 0;
		}
		h3 a {
			color: #4B6C92;
			text-decoration: none;
			padding-right: 15px;
			background-image: url(/images/jump.png);
			background-position: right 65%;
			background-repeat: no-repeat;
		}
		h4 {
			color: #189cd7;
			font-family: Veranda, sans-serif;
			font-weight: normal;
			font-size: 1em;
			margin-top: .75em;
			margin-bottom: -.5em;
			padding: 0;
		}
/* Paragraphs */
		p {
			padding: 0;
			margin: 0;
			margin-bottom: .75em;
			margin-top: .75em;
			line-height: 1.4em;
		}
/* Block Quotes */
		blockquote {
			margin: 0;
			margin-left: 2em;
			margin-right: 3em;
			margin-bottom: 1.5em;
			padding: 0;
			padding-left: 1em;
			border-left: 5px solid #FF9900;
		}
			blockquote p {
				margin-bottom: .75em;
			}
			blockquote cite {
				display: block;
				width: 100%;
				text-align: right;
			}
/* Tables */
		table {
			clear: both;
			width: 100%;
			font-size: 1em;
			margin: 0;
			padding: 0;
			margin-top: .75em;
		}
		table th {
			font-family: Veranda, sans-serif;
			text-align: left;
			background-image: url(/images/content-bg.jpg);
			background-repeat: repeat-x;
			color: #FF9900;
			font-weight: normal;
			margin: 0;
			padding: .3em;
			vertical-align: top;
		}
		table td {
			text-align: left;
			margin: 0;
			padding: .3em;
			vertical-align: top;
			border: 1px solid #EBF2FA;
		}
		table td.Dead {
			visibility: hidden;
		}
		table tr.alt td {
			background: #EBF2FA;
		}
		table.alternating {
			/* For use by alternating row javascript. */
		}
/* Column Blocks */
		div#Journal, div#ChapterMap, div#LearningCenter, div#TradePub, div#SponsorAdvertisement, div#MSSecurityGuidance, div#MemberDiscounts {
			text-transform: uppercase;
			font-family: Veranda, sans-serif;
			color: #1563ac;
			font-size: .8em;
			line-height: 1.5em;
		}
/* Layout Lists */
		ul.Layout {
			padding: 0;
			padding-top: 1em;
			margin: 0;
			display: block;
			list-style: none;
			clear: both;
			position: relative;
			width: 100%;
		}
			ul.Layout li {
				display: block;
				float: left;
				margin: 0;
				margin-right: 1%;
				margin-top: .25em;
				width: 30%;
				min-width: 14em;
				padding-top: 1em;
			}
			ul.Layout p {
				margin-bottom: 0;
			}
			ul.Layout h3, ul.Layout h2 {
				margin-bottom: 0;
				margin-top: .25em;
			}
/* Side Bar */
		ul.SideBar {
			list-style: none;
			position: relative;
	
			margin: 0;
			padding: 0;
			margin-bottom: 1em;
			padding-left: 3em;
			
		}
		ul.SideBar li  {
			padding-top: .25em;
			padding-bottom: .25em;
			background-image: url(/images/jump.png);
			background-repeat: no-repeat;
			background-position: left 65%;
			padding-left: 15px;
		}
		ul.SideBar h3 {
			margin-bottom: 0;
			margin-top: .75em;
		}
		ul.SideBar h3 a {
			background: none;
		}
/* Error Message */
		p.ErrorMessage {
/*			display: block;
			padding: .5em;
			border: 1px solid red;
			background-color: #FFFF99;
			padding-left: 30px;
			background-image: url(/images/doc_types/icon_file_warning.gif);
			background-position: 5px 5px;
			background-repeat: no-repeat;*/
			display: block;
			padding-left: 1.5em;
			background-image: url(/images/doc_types/icon_file_warning.gif);
			background-position: left .1em;
			background-repeat: no-repeat;
			color: red;
		}
/* Form */
		input, select {
			font-family: Veranda, sans-serif;
			font-size: .8em;
			outline:none;
		}
/* Banner Ads */
		div.BannerAdvertisement {
			height: 182px;
			width: 220px;
			display: block;
			position: relative;
		}
		div.BannerAdvertisement a, div.BannerAdvertisement embed, div.BannerAdvertisement object {
			position: absolute;
			visibility: hidden;
			top: 0;
			left: 0;
		}
		
div.SideBox {

	text-align: left;
	width: 300px;
	float: right;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DAE1E9;
	border-right-color: #DAE1E9;
	border-bottom-color: #DAE1E9;
	border-left-color: #DAE1E9;
	display: block;			
}

/* Site Map */		
div#SiteMap div, div#JournalYears div {
	display: block;
	float: left;
	margin-left: 1%;
	margin-bottom: 1%;
	padding: .5em;
	position: relative;
}
div#JournalYears div {

}
	div#SiteMap div a {
		text-decoration: none;
		font-family: Tahoma, sans-serif;
		font-size: 1.25em;
		border-bottom: 1px solid #DAE1E9;
		display: block;
	}
	div#SiteMap div ul a {
		display: inline;
		border: none;
		text-decoration: underline;
		color: #4B6C92;
		font-size: 1em;
	}

/* Category index template  */

.pageWrap{
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.pageTitle{
	margin-top:10px;
}
.pageDate{
	margin-top:10px;
	color:#9FB1C6;
	padding-left:10px;
}
.pageContent{
	margin-top:10px;
	padding-left:10px;
}
.pageEdit{
	margin-top:10px;
	text-align:right;
}
.pageNavigation{
	margin:auto;
}
#Footer{
	margin-left:10px;
	margin-top:20px;

}
/*.search_btn{
	font-size:11px;
	background:transparent url(/images/search_btn.png);
	border:0px;
	color:white;
	height:20px;
	width:60px;
}
.search_btn:hover{
	font-weight:bold;
} */
.btn{
		
		font: 12px Arial, Arial;
		background:url(/_images/navbar.png) top left repeat-x;
		padding: 2px 2px;
		text-decoration: none;
		border-left:1px solid #758dac;
		border-top:1px solid #758dac;
		border-bottom: 1px solid #565656;
		border-right: 1px solid #565656;
		font-weight:bold;
		color:#F1F1F1;
		white-space: nowrap}

.btn:hover
	{	
		background:url(/_images/navover.png) bottom left repeat-x;
		/*background:#dfe4ea;*/
		color:#1563ac;
		border-bottom:1px solid #758dac;
		border-right:1px solid #758dac;
		border-left: 1px solid #565656; 
		border-top: 1px solid #565656;  
	}
img {
	border:0px;
}




