@charset "UTF-8";
/* Initialize tags */
body, td, th, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote, address {
	font-size: medium;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}
a, li {
	text-decoration: none;
	}
a img {	
	border: none;
	}

/* Tag styles */	
address {
	font-size:90%;
	}
address a {
	background: url(Images/yellowEnvelope.gif) no-repeat left center;
	padding-left: 30px;
	margin-top: 20px;
	padding-top: 5px;
	margin-bottom: 20px;
	}
	
body {
	background-color: #999999;
	}
	
h1 {
	font-size: 110%;
	/*color: #3366CC;*/
	color: #0A50A1;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	}

p {
	margin-top: 2px;
	margin-bottom: 15px;
	/*text-indent: 25px;*/
	}
	

/* Class styles */
.photoFrame {
	margin: 0 10px 10px;
	border: solid #CCCCCC;
	float: left;
}

.prIntro {
	font-style: italic;
}

.prTitle {
	color: #0A50A1;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

.backToTop {
	font-style: italic;
	text-indent: 0px;
}

.figure {
	text-align: center;
	margin-bottom: 20px;
}

.endorsers {
	font-style: italic;
	margin: 10px 0px 30px;
	padding: 0px;
	text-align: left;
	text-indent: 0px;
}


/* Global div styles */
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Images/containerGradient.jpg);
	background-repeat: repeat-y;
	position: relative;
	}
	
#nav {
	background-image: url(Images/navBar.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 10px;
	}
#nav li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	}
#nav a {
	color: #FFFFFF;
	font-size: 90%;
	}
#nav a:hover {
	font-size: 90%;
	color: #000000;
	}
/* Make nav link black when user on page */
#home a#homeLink,
#company a#companyLink,
#products a#productsLink,
#press a#pressLink,
#endorsements a#endorsementsLink,
#future a#futureLink,
#contact a#contactLink {
	color:#000000;
	font-size: 90%;
	font-weight: bold;
	}
		
#mainWrapper {
	position: relative;
	}
	
#main, #news, #about {
	background-color: #FFFFFF;
	padding: 20px 20px 30px 20px;
	margin-top: 20px;
	margin-left: 20px;
	border: solid #CCCCCC;
	}

#main a, #news a {
	color: #000000;
	text-decoration: underline;
	}
#main a:visited, #news a:visited {
	color: #666666;
	}
#main a:hover, #news a:hover {
	/*color: #CC3300;*/
	color: #CB320B;
	} 
	
#main ul {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 90%;
	margin-left: 25px;
	}
	
#footer {
	font-size: 80%;
	font-style: italic;
	color: #FFFFFF;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 30px;
	}


/* Return back to page style */	
#return {
	font-size: 80%;
	text-align: left;
	}
#return a {
	/*color: #3366CC;*/
	color: #0A50A1;
	font-weight: bold;
	text-decoration: underline;
	}
#return a:visited {
 	color: #0A50A1;
	}
#return a:hover {
	/*color: #CC3300;*/
	color: #CB320B;
	}


/* Page div styles */	
#home #main {
	width: 425px;	
	}
	
#home #news, #about {
	width: 675px;
	}
	
#news h1 {
	text-align: center;
	}
	
#home p,
#company p, 
#products p,
#subProducts p,
#future p,
#endorsements p,
#press p,
#subPress p {
	font-size: 90%;
	}
#company #main,
#products #main,
#subProducts #main,
#future #main,
#endorsements #main,
#press #main,
#subPress #main {
	width: 680px;
	padding-top: 20px;
	}

	
/* Home page styles */
#LRO {
	margin: 10px 10px 0 10px; 
	float: right;
	width: 150px;
	height: 166px;
}

#LRO p, #SDO p {
	font-size: 70%;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
}

#SDO {
	margin: 10px 10px 0 10px; 
	float: left;
	width: 200px;
	height: 145px;
	display: inline; /* for bug in IE6 */
}


#productList {
	position: absolute;
	width: 200px;
 	top: 0px;
	right: 40px;
	height: 348px;
	}
#productList ul {
	list-style-type: none;
	}
#productList li {
	background-image:url(Images/arrowBullet.gif);
	background-position:0 0.1em;
	background-repeat:no-repeat;
	margin-bottom: 10px;
	padding: 0 0 0 30px;
	}
#productList h1 {
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
	font-size: 120%;
	text-align: center;
	}
#productList a {
	color: #000000;
	}
#productList a:visited {
	color: #666666;
	}
#productList a:hover {
	/*color: #CC3300;*/
	color: #CB320B;
	} 	


/* Company page styles */
#skyline {
	margin: 0 0 10px 10px;
	float: right;
	width: 250px;
	height: 190px;
}
#skyline p {
	font-size: 85%;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
}


/* Products page styles */
#products #main ul {
	margin-bottom: 25px;
	}
	

/* Future Technology page styles */
#future #main li {
	margin-bottom: 10px;
	padding-left: 2px;
	}


/* Press Releases page styles */
#press #main ul {
	margin: 0;
	padding: 0;
	} 	
#press #main li {
	text-decoration: none;
	list-style-type: none;
	margin-bottom: 10px;
	}


/* Individual Press Releases page styles */	
#subPress #main li {
	margin-bottom: 10px;
	padding-left: 2px;
	}
	
