/***********************************
*	
*  Ohio CAT
*
*  ohiocat_chs.css
*
*  Last Updated By: Ryan Perry
*
*  Last Updated: 7/30/08
*
***********************************/



/***********************************
*  BEGIN MAIN LAYOUT
***********************************/

body {
	font: 11px verdana, arial, helvetica, sans-serif; 
	text-transform: none;
	margin:0;
	padding:0;
	background:#a3a0a7;
}	

/***********************************
*  END MAIN LAYOUT
***********************************/	



/***********************************
*  BEGIN ELEMENT STYLES
***********************************/

a:link {
	color:#000000;
	outline:none;
}
	
a:visited {
	color:#000000;
	outline:none;
}
	
a:hover {
	color:#000000;
	outline:none;
}
	
a:active {
	color:#000000;
	outline:none;
}

img {
	border:none;
	outline:none;
}
	
h3 {
	font-weight: bold; 
	font-size: 13px; 
	font-style: normal; 
	font-family: verdana, arial, helvetica, sans-serif;
}
	
h5 {
	font-weight: bold; 
	font-size: 11px; 
	font-style: normal; 
	font-family: verdana, arial, helvetica, sans-serif;
}

iframe {
	background-color: #000000;
}

.style1 {
	color: #000000;
	font-weight: bold;
}

#space{
	height:30px;
}

/***********************************
*  END ELEMENT STYLES
***********************************/



/***********************************
*  BEGIN HEADER LAYOUT
***********************************/

#logoHolder {
	height:108px;
	padding:0 0 0 20px;
	margin-top:-1px;
}

#logoHolder img {
	behavior:url('http://ohiocat.com/css/iepngfix.htc');
	width:196px;
	height:87px;
}
	
#logoHolder img a {
	outline:none;
}

/***********************************
*  END HEADER LAYOUT
***********************************/



/***********************************
*  BEGIN NAVIGATION LAYOUT
***********************************/

#navHolder {
	padding:4px 10px 0 0;
}

#navHolder ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
}

#navHolder ul li {
	display:inline;
	margin:0 0 0 50px;
}

#navHolder ul li a {
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#navHolder ul li a:hover {
	text-decoration:underline;
}
	
/***********************************
*  END NAVIGATION LAYOUT
***********************************/



/***********************************
*  BEGIN CONTENT LAYOUT
***********************************/

table.mainTable {
	background:url('/images/hydraulic/chsHeaderTop.gif') no-repeat #ffffff;
	border-collapse:collapse;
	padding:0;
	margin:0;
	border:none;
	outline:none;
}

table {
	font-size: 11px; 
	font-style: normal; 
	font-family: verdana, arial, helvetica, sans-serif; 
}

table#content {
	margin: 30px 0 0 0; 
}
	
.calendar {
	font: bold 10px verdana, arial, helvetica, sans-serif; 
	text-transform: none; 
	color: #ffc820; 
	text-decoration: underline;
}

.link {
	font: bold 11px verdana, arial, helvetica, sans-serif; 
	text-transform: none; 
	color: #000000; 
	text-decoration: underline;
}

blockquote {
	font-size: 10px; 
	text-transform: none; 
	color: #000000; 
	line-height: normal; 
	font-style: normal; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-variant: normal; 
	text-decoration: none;
}
	
.leftframe {
	vertical-align: top; 
	width: 50%; 
	text-align: center;
}
	
.rightframe {
	vertical-align: top; 
	width: 50%; 
	text-align: justify;
}
	
/***********************************
*  END CONTENT LAYOUT
***********************************/



/***********************************
*  BEGIN FOOTER LAYOUT
***********************************/

#footer {
	background:#000000;
	padding:7px 0 7px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.footercopy {
	color:#ffffff;
	text-align:center;
}

#footer a {
	text-decoration:none;
}

#footer a:link {
	color:#ffffff;
}
	
#footer a:visited {
	color:#ffffff;
}
	
#footer a:hover {
	color:#ffffff;
}
	
#footer a:active {
	color:#ffffff;
}

.copyright {
	font-size: 9px; 
	text-transform: none; 
	color: #000000; 
	line-height: normal; 
	font-style: normal; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-variant: normal; 
	text-decoration: none;
}
	
/***********************************
*  END FOOTER LAYOUT
***********************************/






	
	