body {
	background:#F0F8FF url(../../images/bkg-body.jpg) no-repeat top center;
	padding:0px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#statCounter {
	display:none;
}

.bodyTextBkg {
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(../../images/istanbul-bkg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#wrapper {
	background-color: #ffffff;
	width:960px;
	padding-top:0px;
	top:0px;
	margin:0px auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:4px solid #fff;
}

#header {
	float:left;
	left:0px;
	top:0px;
	bottom:0px;
	width:960px;
	height:98px;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:-8px;
	border:0;
	display:block;
}

#bizTitle {
	margin-left:-1000px; /* 8.75em; */
	margin-top:1.5em;
}

#bizTitle h1 {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.7em;
	line-height:1.5em;
}

#navTop {
	left:0px;
	top:0px;
	width:960px;
	height:38px;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(../images/nav_top_bkg.jpg);
	overflow:visible;
	font-family:verdana;
	font-size:12px;
	display:block; /* just added */
	float:left;  /* just added */
}

#mainContentContainer {
	left:-2px;
	width:742px;
	float:right;
	padding-bottom:0px;
	padding-left:20px;
/*	background:#fff url(../images/body_bkg.jpg) no-repeat top left;  */
	min-height:352px;
	margin-top:10px;
	margin-bottom:0px;
	margin-right:4px;
}

#mainContent {
	top:7px;
	margin-top:17px;
	margin-left:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	width:725px;
	font-size:120%;
}

#mainContent p {
	line-height:18px;
}

#mainContent ul {
	border:none;
	line-height:17px;
}

/* Added (along with height and min-height above) to fix minimum height in issue in IE6 and below */
html>body #mainContent {height:auto}

h1 {
	font-size:1.5em;
	color: #005353;
}

h2 {
	font-size:1.25em;
	color: #5B5B5B;
}


hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #066;  
	border-style: none none dotted;
}

/* Front page featured information in rectangle to the right */
#frontPageFeature {
	float:right;
	width:200px;
	margin:0 0 1.2em 1.2em;
	background:url(../images/round-rect_middle.jpg) repeat-y;
}

#frontPageFeature h1 {
	font: 1.2em/1.3em  Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	color: #C60;
	padding:0.8em 0.5em 0em 0.5em;
	margin-top:0;
	background:url(../images/round-rect_top.jpg) no-repeat top left;
}

#frontPageFeature h2 {
	text-align:center;
	font-size:1.2em;
	height:65px;
}

#rotator {
	height:auto;
}

#rotImg {
	position:relative;
	width:148px;
	height:auto;
	visibility:visible;
	top:1px;
	margin-left:auto;
	margin-right:auto;
}

#frontPageFeature p.bottom {
	background:url(../images/round-rect_bottom.jpg) no-repeat bottom left;
	padding:.1em 0.8em 2em;
	margin:0;
	text-align:center;
	font-size:.8em;
	overflow:hidden;
}

#frontPageAnnc {
	float:right;
	width:200px;
	margin:0 0 1.2em 1.2em;
	background:url(../images/round-rect2_middle.jpg) repeat-y;
	clear:both;
}

#frontPageAnnc h1 {
	font: 1em/1.3em  Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	color: #933;
	padding:1em 0.5em 0em 0.5em;
	margin-top:0;
	background:url(../images/round-rect2_top.jpg) no-repeat top left;
}

#frontPageAnnc h2 {
	text-align:center;
	font-size:.8em;
/*	margin:1em .25em; */
}

#frontPageAnnc p.bottom {
	background:url(../images/round-rect2_bottom.jpg) no-repeat bottom left;
	padding:.1em 0.8em 2em;
	margin:0 0 0 0;
	text-align:center;
	font-size:.8em;
}

.bigPixBlock img {
	border:2px solid #CCC;
}

.bigPixBlock {
	float:right;
	width:200px;
	margin:0 0 3em 1.2em;
	background:url(../images/round-rect_middle.jpg) repeat-y;
}

.bigPixBlock h1 {
	margin-top:0;
	top:-10px;
	padding-top:-20px;
	background:url(../images/round-rect_top.jpg) no-repeat top left;
}

.bigPixBlock h2 {
	text-align:center;
	font-size:0em;
	margin-top:-20px;
	margin-bottom:9px;
}

.bigPixBlock p.bottom {
	background:url(../images/round-rect_bottom.jpg) no-repeat bottom left;
	padding:.1em 0.8em 1em;
	margin:0;
	text-align:center;
	font-size:.8em;
}

.ltBluBlock {
	display: block;
	width: 100%;
	background-color: #086ACF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
	color: White;
	letter-spacing: .3em;
}

.dkBluBlock {
	display: block;
	width: 100%;
	background-color: #003399;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
	color: White;
	letter-spacing: .3em;
}

a:link, #mainContent li a:link {
	color:#039;
	text-decoration:none;
}

a:visited, #mainContent li a:visited {
	color: #800080;
	text-decoration:none;
}

a:hover, #mainContent li a:hover {
	text-decoration:underline;
}

a:active, #mainContent li a:active {
	color:#800080;
	text-decoration: inherit;
}

#mainContent li {
	margin-bottom:9px;
}

img {
	border:0px;
}

.border {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
}


.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearFloat {
	clear:both;
	height:0px;
}

.Txt_FAQs {
	position: absolute;
	left:411px;
	top:671px;
	width:170px;
	margin-bottom:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 800;
	text-align: center;
	color: #ffffff;
	line-height: 100%;
	padding-top:1px;
	padding-bottom:2px;
}

#navSide {
	float:left;
	left:2px;
	width:167px;
	height:auto;
	top:0;
	padding-left:7px;
	padding-right:8px;
	background-image: url(../images/nav_side_bkg.jpg);
	color:#fff;
	font-size:110%;
	margin-top:10px;
	margin-left:4px;
	overflow:hidden; /* this prevents rollover text/block from pushing outside the right margins */
}

p.adjMarg {
	padding-top:6px;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}

#topMargAdj {
	margin-top:8px;
	top:0px;
	padding-top:0px;
	margin-bottom:0;
	padding-bottom:0;
}

#topMargAdjLastLink {
	margin-top:8px;
	top:0px;
	padding-top:0px;
	margin-bottom:10px;
}

p.lastLinkSpacing {
	margin-top:-3px;
	margin-bottom:0px;
}

#navSide ul li {
	list-style:none;
	margin-left:-25px;
	padding-bottom:10px;
}

#navSide a:link {
	display:block;
	color:#fff;
	text-decoration:none;
}

#navSide a:visited {
	display:block;
	color: #D0E8E8;
	text-decoration:none;
	width:100%;
	margin:0;
	padding:0;
}

#navSide a:hover {
	color:#2C5885;
	background-color:#CCE6E6;
	width:100%;
	margin:0;
	padding-left:.4em;
}

#navSide a:active {
	text-decoration:none;
}


.isapNews {
	text-align:left;
	font-size:1.5em;
	font-style:italic;
	font-weight:bold;
}

.isapNewsHilites {
	font-size:.8em;
	line-height:24px;
}

img.isapNewsPix {
	margin-top:-28px;
	top:0px;
	border:0px;
}

table.featuredLinks {
	margin-top:-40px;
	margin-left:10px;
	border:3px outset #699;
	padding-top:1px;
	background-color:#FFF4EA;
}

p.featuredLinksTitle {
	margin-top:0px;
	margin-bottom:0px;
	color:#005353;
	font-size:125%;
	font-weight:bold;
	text-decoration:underline;
}

#footer {
	position: relative;
	float:left;
	top:0px;
	width:960px;
	height:75px;
	background-image: url(../images/footer_bkg.jpg);
	padding-top:1px;
	top:20px;
	margin-left:-1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.85em;
	text-align:center;
	color:#fff;
	border-left:1px solid #69C;
	border-right:1px solid #69C;
}

#footer p {
	margin-top:.85em;
}

#footer a:link {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#footer a:visited {
	color: #800080;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a:active {
	color:#800080;
	text-decoration: inherit;
}

ul li ul li {
	color:#000;
	margin-top:10px;
}

.oct09 {
	text-align:left;
	font-size:.8em;
	margin:0px 0px;
}

.oct09 li {
	margin-left:-10px;
	left:0px;
}

.oct16 {
	text-align:center;
	font-size:.9em;	
}

.oct22 {
	text-align:center;
	font-size:.9em;	
}

.logoSARC {
	position:absolute;
	float:left;
	margin:10px 0 0 0;
	width:70px;
	height:83px;
}

.logoCATES {
	position:absolute;
	float:left;
	margin:0;
	width:124px;
	height:76px;
	border:1px solid #666;
}

.freeFind {
	position:absolute;
	float:right;
	margin-top:-43px;
	margin-left:335px;
	width:275px;
	height:70px;
	border: none;
}

p.upName { margin-top:-20px; }

p.servicesBox1 { 
	width:150px; 
	height:17px; 
	background-color:#699;
	background-image: url(../images/btnFade-eval.jpg);
	border:1px #690 solid;
	font-weight:bold;
}

p.servicesBox2 { 
	width:150px; 
	height:17px; 
	background-color:#699; 
	background-image:url(../images/btnFade-DMC.gif);
	color:#FFF; 
	font-weight:bold;
	text-indent:30px;
}

p.servicesBox3 { 
	width:150px; 
	height:17px; 
	background-color:#699;
	background-image: url(../images/btnFade-Training.gif);
	color:#039;
	border:1px #9CF solid;
	font-weight:bold;
	text-indent:26px;
}

.servicesBox1 a:link,
.servicesBox3 a:link {
	color:#039;
	text-decoration:none;
}

.servicesBox1 a:visited,
.servicesBox3 a:visited {
	color: #039;
	text-decoration:none;
}

.servicesBox1 a:hover,
.servicesBox3 a:hover {
	text-decoration:underline;
}

.servicesBox1 a:active,
.servicesBox3 a:active {
	color:#039;
	text-decoration: inherit;
}

.servicesBox2 a:link {
	color:#FFF;
	text-decoration:none;
}

.servicesBox2 a:visited {
	color:#FFF;	
	text-decoration:none;
}

.servicesBox2 a:hover {
	color:#FFF;
	text-decoration:underline;
}

.servicesBox2 a:active {
	color:#FFF;
	text-decoration: inherit;
}
.homepage-features-and-news {
	color:#930;
	font-size:1.25em;
	margin:0px;
	padding:0px;
}

.featured-video-box1 {
	position:absolute;
	top:557px;
	margin-left:510px;
	width:221px;
	background-color: #BEE0D6;
	padding:20px 5px 10px 5px;
}

.featured-video-box2 {
	position:absolute;
	top:728px;
	margin-left:510px;
	width:221px;
	background-color:#CC9;
	padding:20px 5px 20px 5px;
}

/* This is for the content paragraphs of the ISAP news feature on the home page */
#wrapper #mainContentContainer #mainContent div div div p {
	margin-bottom:-2px;
	line-height:15px;
}

