/***********************************************/
/* RHB Technology Solutions, Inc.	           */
/* www.rhbts.com			                   */
/***********************************************/
/*                                             */
/* Filename: kicInternet.css		       	   */
/* Used with Kenosha Immunization Coalition	   */
/* Internet Site. 							   */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 15px 0px 0px;
	background-image: url(../images/sitelayout/bg_grad.jpg);
	background-repeat: repeat;
}

/************** header tag styles **************/
h1{
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: normal;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 108%;
	font-weight: normal;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 96%;
	font-weight: normal;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 84%;
	font-weight: normal;
}

h5{
	font-family: Arial, sans-serif;
	font-size: 72%;
	font-weight: normal;
}

h6{
	font-family: Arial, sans-serif;
	font-size: 60%;
	font-weight: normal;
}

/************** paragraph tag styles **************/
p{
	font-size: 80%;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.RHBlink:link, a.RHBlink:visited {
     color: #cccccc;
     text-decoration: none;
}

a.RHBlink:hover {
	text-decoration: underline;
}
	
/*************** list tag styles ***************/
ol{
	font-size: 80%;
}

ol ol{
	list-style-type: lower-alpha;
	font-size: 100%;
}

ol ol ol{
	list-style-type: lower-roman;
	font-size: 100%;
}

ul{
	list-style-type: disc;
	font-size: 80%;
}

ul ul{
	list-style-type: circle;
	font-size: 100%;
}

ul ul ul{
	list-style-type: none;
	font-size: 100%;
}

li{
	padding-bottom: 5px;
}

/*************** table tag styles ***************/
th{
	background-color: #999999;
	text-align: center;
	color: #000000;
}

td{
}

#canvas{
	background-color: #FFFFFF;
	width: 780px;
	z-index: 10;
	visibility: visible;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;	
}
#topborder{
	visibility: visible;
}

#topborder_print{
	display: none;
}

#horzmenu{
	background-color: #bf264c; 
	visibility: visible;
	z-index: 3;
	color: #330000;
	text-align: left;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd2d2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccd2d2;
}

#content {
	background-repeat: no-repeat;
	padding: 0px 25px 10px;
	margin:0px 20px 0px 175px;
	border-left: 1px solid #ccd2d2;
}

#bottomborder{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 90%;
	color: #cccccc;
	padding: 10px;
	margin-top: 0px;
	margin-left: 175px;
	text-align: center;
}

#pageNav{
	width:175px;
	background-color: #330000;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: x-small Verdana, sans-serif;
	position: absolute;
	left: 0px;
}
#pageNavQuickLink {
	padding: 0px;
	background-color: #FFFFFF; 
	font: x-small Verdana, sans-serif;
	width: 175px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e0e1f1;
}

#pageNavMenu a:link, #pageNavMenu a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	padding: 2px 1px 2px 3px;
	color: #21536A;
	font-size: 10px;
}

#pageNavMenu a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
.pagNavQuickLink {
	padding: 0px;
	color: #999999;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.pagNavQuickLink h3{
	color: #999999;
	font-size: 115%;
	font-style: oblique;
	margin-bottom: -5px;
}
