/* CSS Document */

/* BASIC */

body {
	background-color: #000033;
	padding: 0;
	margin: 0;
	font: 67.5% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	line-height: 140%;
	}
		
h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
	}
		
h1 {
	color: #1F1358;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	}
	
.bold {font-weight: bold;}	
		
h2 {
	color: #1F1358;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	}
	
h3 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #6633CC;
	margin-top: 25px;
	margin-bottom: 10px;
	}		
	
p {
	font-size: 1em;
	margin-bottom: 10px;
	}
	
p.picture {padding-top: 10px;}	

p.bottomlineNews {
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-top: 10px;
	border-bottom: 1px solid #9999CC;
	}
	
p.bottomLine {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #9999CC;
	}
	
.topLine {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #9999CC;
	}

.noBorder {
	border: none;
	}	
	
.floatRight {
	float: right;
	margin-bottom: 5px;
	border: none;
	}
	
.floatRightclear {
	float: right;
	clear: right;
	margin-bottom: 20px;
	border: none;
	}	
	
.spaceBelow {
margin-bottom:20px;
}	

.spaceAbove {
margin-top:20px;
}
	
.label {
text-align:right;
font-weight:bold;
color:#6633cd;
clear:left;
float:left;
margin-right:10px;
width:55px;
}
p.bottomLineSmall {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #9999CC;
	}		
	
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #6633CC;
	}
	
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #6633CC;
	}

a:hover {color: #9966FF;}	
	
a:active {color: #6633CC;}	
		
	
/* LAYOUT */

#padded {
margin-right:5px;
}
#wrapper {
	background-color: #ffffff;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
#content {
	position: relative;
	padding-top: 30px;
}		
	
#main {
	width: 450px;
	margin: 0px 0px 20px 30px;
	float:left;
	padding: 0px 30px 30px 20px;
	border-left: 1px solid #9999CC;
	}
	
#news {
	width: 170px;
	padding: 0px 10px 20px 25px;
	margin: 0px;
	float:left;
	left: 0px;
	top: 30px;
	}
	

	
#footer {
	background: url(../images/Footer.jpg) no-repeat left top;
	margin: 0;
	clear: both;
	margin-top: 30px;
	}	
	

/* NAVIGATION BAR */				
		
#nav ul {
	width: 760px;
	text-align: center;
	font-size: 1em;
	list-style-type: none;
	text-align: center;
	padding: 25px 0;
	}
		
#nav li {display: inline;}
		
#nav a {
	padding: 0 24px;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #9966FF;
	font-weight: bold;
	}
	
#nav a:visited {color: #9966FF;}

#nav a:hover {color: #6633CC;}
	
#nav a:active {color: #FFFFFF;}			


/* YOU ARE HERE LINKS */	
	
body#home a#homeLink, 
body#about a#aboutLink, 
body#portfolio a#portfolioLink,
body#portfolioHome a#portfolioLink,
body#knowledge a#knowledgeLink,
body#contact a#contactLink,
body#links a#linksLink {
	text-decoration: none;
	font-weight: bold;
	color: #1F1358;
	}		
		
		
/* MAIN */

.mainImage {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	}
	
#main ul {
	list-style: inside;
}	
	
.portfolioImage {
	margin-right: 20px;
	margin-top: 20px;
	border: 1px solid #6600cc;
	}	

#awardWinner {
	position: absolute;
	height: 100px;
	width: 100px;
	top: 400px;
	right: 20px;
	z-index: 100;
}

.capLinks {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	}
	
#portfolio #main .capLinks {
	margin-bottom: 30px;
	padding-bottom: 0px;
	margin-top: 0px;
	}	
	
.portfolioMain {
	margin-top: 30px;
}

#portfolio #main h1 {
	padding-bottom: 10px;
}


.noBottomMargin {
	margin-bottom:0px;
	
}
.capLinks10 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	}	

.capLinks a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	}
	
.capLinks10 a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	}
	
table {
	margin-top: 20px;
	}

.cellSpace {
	padding-left: 30px;
	}

.tableBorder {
	border-right: 1px solid #9999CC;
	}		


/* NEWS */

.newsItem {
	margin-top: 30px;
	position: relative;
	width: 190px;
	}
	
.newsItem img {
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
	}	

.newsItem p {
	margin: 0;
	clear: both;
}

.newsCaption {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #6633CC;
	color: #FFFFFF;
	padding: 3px 5px;
	width: 180px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 57px;
	}
	
.newsImage {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}	
	
.newsStory {
	margin-bottom: 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #9999CC;
	margin-top: 30px;
	}

.newsStory h3 {
	margin-top: 10px;
	}	
	
.archiveList {
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #9999CC;
	}	

.archiveList a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	}
		
	
/* FOOTER */

#footer p {
	text-align: left;
	margin-left: 250px;
	font-size: 0.9em;
	color: #FFFFFF;
	padding-top: 48px;
	padding-bottom: 39px;
	margin-bottom: 0px;
	}
	
#footer a {color: #9966FF;}
	
#footer a:visited {color: #9966FF;}
	
#footer a:hover {color: #6633CC;}
	
#footer a:active {color: #9966FF;}			

	
/* FLOAT DROP FIX */

br.clear {
	clear: both;
	}
	
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	}

.clear {min-height: 1px;}
	
* html .clear {height: 1px;}	


/* SIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
	}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 28px;
	}

.sIFR-hasFlash .bold {
	visibility: hidden;
	font-size: 28px;
	}
