body,html {
	margin:0 auto;
	padding: 0;
	background: url(/images/bodyBG.png) repeat-x #a4d0eb;
}

a, a:visited {
	color: blue;
	text-decoration: none;
}

p {
	margin: 12px 0px 12px 0px;
}

a:hover {
	text-decoration: underline;
}

a#blue {
	padding: 0;
	margin: 0;
	color: blue;
}

a:hover#blue {
	padding: 0;
	margin: 0;
	color: blue;
	text-decoration: underline;
}

h1 {
	color: #003D79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 130%;
	padding: 0;
	margin: 0;
	margin-left: -2px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h1#home {
	margin-top: 2px;
	font-weight: normal;
}

h2 {
	font-size: 12pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color: #454545;
	margin-bottom: 15px;
	margin-top: 20px;
	padding-left: 0px;
	margin-left: 0px;
}

h2 a {
			padding-left: 0px;
	margin-left: 0px;
}

h3 {
	font-size: 13pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
	padding: 15px;
	color: #003D79;
	background-color: #cfdced;
}

div.all {
	width: 970px;
	text-align: left;
	margin:0 auto;
	margin-top: 0px;
	padding: 0;
	height:100%;
	background: url(/images/rightShadow.png) repeat-y right;
}

div.leftShadow {
	float: left; 
	width: 15px; 
	height: 500px;
	background:  url(/images/leftShadow.png) repeat-y;
}

div.rightShadow {
	float: right; 
	width: 15px; 
	height: 100%; 
	background: url(/images/rightShadow.png) repeat-y;
}

div.header {
	height: 60px;
	width: 955px;
	background: url(/images/headerBG.png);
	border-bottom: solid 1px #EEEEEE;
}
div.cortexLogo {
	float: left;
	background: url(/images/cortexLogo.png) no-repeat;
	height: 30px;
	width: 111px;
	margin-left: 15px;
	margin-top: 13px;
}
div.slogan {
	background: url(/images/slogan.png) no-repeat;
	width: 310px;
	height: 12px;
	margin-left: 10px;
	margin-top: 23px;
	float: left;	
}

/* Top Navigation Menu */
div.mainNavigation {
	background: url(/images/navigationBG.png) repeat-x #039;
	width: 955px;
	height: 35px;

}
	div.mainNavigation ul {
		color: #F0F0F0;
		list-style: none;
		display: inline;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;	
	}	
		div.mainNavigation ul li {
			text-align: left;
			float: left;
			padding-top: 9px;
			padding-bottom:9px;
			border-right: 1px dotted #59617d;
		}
			div.mainNavigation ul li a, a:visited {
				color: white;
				text-decoration: none;
				padding-top: 9px;
				padding-left: 20px;
				padding-bottom:9px;
				padding-right: 20px;
			}
			div.mainNavigation ul li a:hover {
				background: #800000 url(/images/navigationHoverBG.png) repeat-x;
				text-decoration: none;
				cursor: pointer;
				padding-top: 9px;
				padding-left: 20px;
				padding-bottom:9px;
				padding-right: 20px;
			}

/* Testimonials */

div.Testimonial {

	width: 98%;
	border: solid 1px #ccc;
	margin-right: 0;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align:left;
	margin-left: 5px;

}

.testimonialText {

	font-size: 9pt;
	text-align: justify;
	line-height: 170%;
	padding: 0px 15px 0px 15px;
	font-family: Verdana, Geneva, sans-serif;
}

.testimonialTextRight {

	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	margin-bottom: 0px;
	border-bottom: solid 1px #ccc;
	background: url(/images/rightNavHighlightBG.png) repeat-y right #d6e5f2;
	padding: 7px;
}

/* Navigation Trail */

div.navigationTrail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #636466;
	margin-left: 12px;
	margin-top: 15px;
	margin-bottom: 17px;
	text-align: left;
}
	div.navigationTrail a {
		color: blue;
		padding: 0;
	}
	div.navigationTrail a:hover {
		text-decoration: underline;
	}	

/* Content */	
div.content {
	width: 955px; 
	float: left; 
	background: white; 
	position: relative;
		border-right: solid 1px #ccc;
	margin: 0 auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div.leftColumn {
	float: left;
	text-align: left;
	margin-left: 15px;
	width: 735px;
	padding: 0px 0px 5px 0px;
	line-height: 120%;
}


/* SubMenu */
div.rightColumn {
	float: right;
	padding-right: 3px;
}
	div.rightNavigation {
		background:url(/images/rightNavBG.png) repeat-x;
		font-family:Arial, Helvetica, sans-serif;
		width: 173px;
		font-size: 10pt;
		text-align:left;	
		margin-right:10px;	
		margin-bottom: 15px;
		border: 1px solid #D2D2D2;
	}

		ul#submenu {
	 		margin:0;
			padding: 0;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 10pt;
			list-style:none;
		}
			ul#submenu li {
				border-bottom: dotted 1px #CCCCCC;
				font-weight: normal;
				font-size: 10pt;
			}

		
			
			ul#submenu li a {		
				color: #00489E;
				width:auto;
				display:block;
				padding:7px;
				font-size: 11pt;
			}
			ul#submenu li.subli {
				border-bottom:none;
				font-weight: normal;
				font-size: 10pt;
			}
			ul#submenu li.subli a, ul#submenu li.subli span {		
				color: #00489E;
				width:auto;			
				display:block;
				font-size: 10pt;
				padding: 5px 5px 5px 14px;
			}
			ul#submenu li.topHighlighted {		
				color: #00489E;
				width:auto;			
				display:block;
				background: #D6E5F2 url(/images/rightNavHighlightBG.png);
				padding:7px;
				font-size: 11pt;
				font-weight: bold;
			}
			ul#submenu li a:hover { 
				text-decoration: none;
				background: #D6E5F2 url(/images/rightNavHighlightBG.png);
			}
			
			ul#submenu li span#highlighted { 
				text-decoration: none;
				font-weight: bold;
				background: #D6E5F2 url(/images/rightNavHighlightBG.png);
			}
			
			ul#submenu li span#smaller { 
				font-size: 8pt;
				background: #D6E5F2 url(/images/rightNavHighlightBG.png);
				font-weight: bold;
				padding-left: 22px;
			}	

			ul#submenu li a#smaller { 
				font-size: 8pt;
				padding-left: 22px;
			}			
					

	

/* Page Content */				
div.pageTitle {
	background: url(/images/pageTitleBG.png) repeat-y;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: white;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	vertical-align: middle;
	margin-bottom: 0px;
	height: 25px;
	width: 730px;
}

div.pagePicture {
	width: 730px;
	margin:0;
}

div.pageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 4px;
	padding-right: 6px;
	padding-top: 1px;
	text-align: justify;
}

	ul.ticks {
	list-style-type: none;
    list-style-image: url(/images/greenTick.gif);
	padding-left: 10px;
	margin-left: 20px;
	margin-top: 15px;
	text-align: justify;
	margin-bottom: 15px;
	}
		ul.ticks li	{
			margin-top: 0.8em;
			line-height:140%;
			padding-left: 10px;
			padding-right: 10px;
		}
	
	

/* Products */	

table.products {
	width: 740px;
	margin-top: 10px;
}

table.products a {
	color: blue;
	padding-left: 0px;
}

table.products a:hover {
	text-decoration: underline;
}

table.products tr td {
	padding-bottom: 20px;
	vertical-align: top;
}

table.products img.border {
	border: solid 1px #ccc;
	margin-left: 20px;
	margin-top: 8px;
}

table.products h1 {
	margin-top: 0px;
}
		

/* News Items List */

div.newsItem {
	margin:0px;
	float:left;
	clear: both;
	margin-bottom: 5px;
	width: 100%;
}
	div.newsItem a#list {
		float: left;
		font-size: 10pt;
		color: black;
		display: block;
		width: 100%;
		padding: 2px 8px 8px 2px;
		font-weight: normal;
	}
	div.newsItem a:hover#list {
		text-decoration: none;
		background: white url(/images/boxLinkBG.png) repeat-x bottom left;
	}
	
	div.newsItem a#list div#more {
		color: blue;
		text-decoration: none;
	}	

	div.newsItem img {
		float:right;
		margin: 10px 0px 0px 10px;
	}	
		
/* News Item Full */

div.newsItem#full {
	border: none;
}

div.newsItem#full a {
	color: blue;
	padding-left: 0px;
}	
div.newsItem#full a:hover {
	text-decoration: underline;
}		
	
	div.newsItemDate {
		font-size: 9pt;
		color: #666666;
	}	
	
	div.newsItemHeading {
		font-weight: bold;
		color: #003D79;
		font-size:11pt;
		padding-bottom: 3px;
	}	

/* Dev Approach */

	div.companyBluePrint {
		background-color: rgb(217,232,255); 
		border: solid #afafcf 1px; 
		padding: 5px 5px 5px 25px; 
		margin: 15px 0px 0px 0px; 
		height: 105px; 
	}
	
	p.mantra {
		font-size: 200%; 
		padding-top: 13px;
  	  	margin: 0;
	  	line-height:140%;
	}	
		span.bi {
			font-weight: bold;
			font-style: italic;
		}

/* Plaque */

div.plaqueBG {
	background: url(/images/plaqueBG2.png) repeat-x top #144090; 
	margin-top: 15px; 
	margin-bottom: 20px; 
	padding: 20px; 
	border: solid 2px #999; 
	width: 690px;
	text-align: left;
}

div.plaqueFG {
	background: #f3f9ff url(/images/plaqueBG3.png) repeat-y top; 
	padding: 25px 25px 25px 25px; 
	border: solid #0073AA 10px;
	text-align: left;
}

div.plaqueFG h2 {
	padding-left: 15px;
	clear:both;
	font-size: 16pt;
	color: #003D79;
	
}

div.plaqueFG h3 {
	font-size: 11pt;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	margin-bottom: 15px;
	margin-top: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	background: #0073aa;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	
}

div.plaqueFG p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10pt;
	line-height: 150%;
	text-align: justify;
}

	ul.plaque {
		list-style-type: none;
    	list-style-image: url(/images/plaqueBullets.png);
		padding-left: 10px;
		font-size: 10pt;
		text-align: justify;
		margin-bottom: 15px;
		clear: both; 
		margin: 0px 15px 0px 30px;
	}
		ul.plaque li	{
			margin-top: 0.8em;
			line-height:140%;
			padding-left: 10px;
			padding-right: 10px;
			text-align: justify;
		}		
		
h1.plaque {
	margin: 0px 0px 25px 0px; 
	font-size: 18pt;
	float:left; 
	text-align: left; 
	font-size: 22pt; 
	font-weight: normal;
}

h1.plaque span {
	padding-left: 75px; 
	font-weight: bold; 
	font-size: 32pt; 
	line-height: 90%;
}

div.plaqueLogo {
	text-align: right;
	margin-right: 5px; 
	margin-top: 7px;
}
	
/* Footer */

div.footer {
	clear: both;
	background: url(/images/navigationBG.png) repeat-x #039;
	width: 955px;
	height: 35px;
}

	div.footer div.left {
		color: white;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 9pt;
		margin-top: 9px;
		margin-left: 12px;
		text-align: left;
		float: left;
	}

	div.footer div.right {
		color: white;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 9pt;
		margin-top: 9px;
		margin-right: 12px;
		text-align: left;
		float: right;
	}

		div.footer div.right a {
			text-decoration: underline;
			color: white;
		}

		div.footer div.right a:hover {
			text-decoration: none;
		}