/* -----------------------------------
Theme: "CCDI Blue" by CCDI -->
Theme URI: www.ccdi1.com
Copyright:  Cincinnati Control Dynamics, Inc. 
     -----------------------------------
*/

/* turn off all link outlines that appear in blue */
a  {
	outline:none;
	}

/* Turn off borders on image links */
img  {
	border:0;
	}

/* Get rid of extraneous margin */
* {
	margin: 0;
	padding: 0;
	}

/* -------------------------------------
      rules for entire body of page 
     -------------------------------------*/
body {
	background: #CCCCCC;
	font: normal 11px Verdana, Arial, Sans-serif;
	text-align:center;
	}

/*  -------------------------------------
      Container Rules 
      -------------------------------------*/
#container {
	background: #CCCCCC url(Graphics/cont_bkg_1.gif) repeat-y;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 780px;
	text-align: center;
	overflow: hidden;
		}

/* -------------------------------------
     Masthead Rules
     ------------------------------------- */
#masthead {
	text-align: left;
	width: 780px;
	height: 110px;
	}

#masthead h1 img {
	float: left;
	margin-left: 15px;
	margin-top: 6px;
	border: 0px;
	}

#contact {
	float:right;
	margin-right:30px;
	margin-top:6px;
	padding-top:2px;
	background: #CCCCCC url(Graphics/contact_bkg_2.jpg) no-repeat;
	text-align:center;
	}

#contact h2 {
	width:180px;
	}

#contact h3 {
	font: normal 13px Verdana, Arial, Sans-serif;
	padding-top:3px;
	line-height:140%;
	margin-bottom:9px;
	}
	
/* -------------------------------------
     Menu Rules
     ------------------------------------- */

#menu {
	margin: 0px auto;
	height: 40px;
	text-align: center;
	clear: left;
	padding: 1px;
	}

#menu ul {
	margin-left: 95px;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 15px;
	padding: 5px 15px 5px 15px;
	background: #99CCFF;
	border: 2px #CCCCCC solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}

#menu a:hover {
	text-decoration: none;
	background: #5E8FAD;
	color: #FFFFFF;
}

#menu .current a {
	background: #5E8FAD;
	color: #FFFFFF;
	}

/* -------------------------------------
     Footer Rules
     ------------------------------------- */
#footer {
	clear: both;
	padding-top: 4px;
	padding-left:20px;
	margin: 10px 15px 10px 15px;
	background: #CCCCCC url(Graphics/footer_bkg.jpg) repeat-x;
	}

#footer h2 {
	float:left;
	margin-top: 4px;
	padding: 1px;
	font-size: 12px;
	}

#footer h2 a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}

#footer h2 a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
	}
	
#footer h4 {
	clear: left;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 150%;
	padding: 6px 0px 10px 0px;
	}

#footer h4 a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}

#footer h4 a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
	}

/* -------------------------------------
     Style ftr_address
     ------------------------------------- */
#ftr_address {
	float: right;
	text-align: left;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	border-left-width: 2px;
	padding-left: 56px;
	padding-bottom: 10px;
	padding-top: 6px;
	}

#ftr_address h3 {
	font: normal 12px Verdana, Arial, Sans-serif;
	color: #666666;
	margin-top: 6px;
	margin-right: 30px;
	}
	


