/* 
#78b2d8 light blue
#005f9e dark blue
 */
body {
	margin: 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	}
/* ------------------------------------------  navigation */
#nav {
	width: 100%;
	margin: -11px auto 0;
	background: url(images/undernav.gif) repeat-x top left;
	}
#nav ul {
	width: 500px;
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
	}
#nav li {
	float: left;
	}
#nav li a {
	text-transform: uppercase;
	text-decoration: none;
	background: url("images/tabs.gif") no-repeat;
	background-position: 0px 0px;
	font-size: 16px;
	color: #fff;
	float: left;
	margin: 0px;
	margin-right: 8px;
	height: 21px;
	width: 119px;
	padding: 8px 0 12px;
}
#nav li a#training {
	margin-right: 0;
}
#nav li a:hover {
	color: #78b2d8;
	background-position: 0px 0px;
}
body#homepage a#home, body#databasespage a#databases, body#softwarepage a#software, body#trainingpage a#training {
	color: #005f9e;
	background-position: 0px -82px;
}
/* ------------------------------------------  header w logo */	
#header {
	width: 500px;
	margin: 30px auto;
	}
#header h1 {
	padding-top: 81px;
	height: 0;
	overflow: hidden;
	background-image: url("images/Cimitry-logo.gif");
	background-repeat: no-repeat;
}
#header h3 {
	display: none;
	}
/* ------------------------------------------  stiches w shadow border */	
#topdivider, #bottomdivider {
	width: 100%;
	height: 27px;
	background: #FFFFFF url(images/stitches.gif) repeat-x;
	background-position: bottom left;
	clear: both;
	}
#bottomdivider {
	background-position: top left;
}	
/* ------------------------------------------  CONTENT BLOCK */	
#blue {
	width: 100%;
	background-color: #78b2d8;
	}
h2 {
	display: none;
	}
#content {
	width: 500px;
	margin: 10px auto 0;
	padding: 50px 0 20px;
	color: #fff;
	font-size: 18px;
	line-height: 29px;
	}
#homepage #content ul {	
	padding-left: 0px;
	}
#homepage #content li {
	list-style: none;
	background: url(images/diamond.gif) no-repeat 0% 25%;
	padding-left: 20px;
	margin-left: 0px;
	}
#content a {
	color: #fff;
	border-bottom: 1px solid #fff;
		}	
#content a:hover {
	color: #005f9e;
	}
#content p {
	padding-bottom: 10px;
	}
#addresses {
	border-top: 1px solid #fff;
	width: 500px;
	margin: 10px auto 0;
	padding-bottom: 20px;
	font-size: 12px;
	color: #fff;
	}
#trainingpage #content ul {	
	float: right;
	margin-top: 4px;
	padding-left: 10px;
	width: 170px;
	font-size: 16px;
	line-height: 24px;
	}
#trainingpage #content li {
	list-style: none;
	background: url(images/diamond.gif) no-repeat 0% 50%;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	}	
/* ------------------------------------------  3-col addresses on home */	
#addresses p {
	margin-top: 5px;
	}	
#addresses #center {
	margin-top: 10px;
	}	
#add1, #add2, #add3 {
	width: 140px;
	float: left;
	margin-top: 10px; 
	}
#add2 {
	width: 220px;
	}			
.clear {
	clear: both;
	}	
/* ------------------------------------------  footer */	
#footer {
	width: 500px;
	margin: 30px auto;
	}
#footer h3, #footer p {
	padding: 10px 0;
	text-align:center;
	color: #005f9e;
	}
#footer a {
	color: #005f9e;
	border-bottom: 1px solid #005f9e;
	}
#footer a:hover {
	color: #78b2d8;
	border-bottom: 1px solid #78b2d8;	
	}
#footer #credit {
	margin-top: 20px;
	}
#footer #credit a {
	color: #ccc;
	font-size:9px;
	border: none;
	}
#footer #credit a:hover {
	color: #999;
	border-bottom: 1px solid #999;
		}	
