/***********************************************/
/* RHB Technology Solutions, Inc.	           */
/* www.rhbts.com			                   */
/***********************************************/
/*                                             */
/* Filename: dhsInternetAging.css	      	   */
/* Used with Kenosha County DHS Internet Site. */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	font-size: 80%;
	line-height: 1.166;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #d4e1f1 url(../images/sitelayout/bg_grad.jpg) repeat-x scroll left top;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
a.copyrightlink:link, a.copyrightlink:visited {
	color: #333333;
	text-decoration: none;
}

a.copyrightlink:hover {
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font-family: Arial, sans-serif;
	font-size: 135%;
	font-weight: bold;
	color: #000000;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 135%;
	font-weight: normal;
	color: #000000;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #000000;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 115%;
	font-weight: normal;
	color: #333333;
}

h5{
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}

h6{
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

/************** paragraph tag styles **************/
p{
	color: #333333;
}
/*************** list tag styles ***************/

ul{
	list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

li{
	padding-bottom: 5px;
}

#pageArea{
	background-color: #FFFFFF;
	width: 95%;
	min-width: 780px;
	max-width: 1024px;
	z-index: 10;
	visibility: visible;
	padding-right: 0px;
	padding-left: 0px;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topborder{
	visibility: visible;
	z-index: 3;
	font-size: x-small;
	text-align: left;
	border-top: 1px none #ccd2d2;
	border-right: 1px solid #ccd2d2;
	border-bottom: 1px none #ccd2d2;
	border-left: 1px solid #ccd2d2;
	background-image:url(../images/sitelayout/TopBorder_bg_grad.jpg);
	background-repeat:repeat
}

#topborder_HorzMenu{
	background-color: #F5f7f7;
	visibility: visible;
	z-index: 3;
	color: #330000;
	font-size: x-small;
	text-align: right;
	padding-right: 10px;
}

#topborder_Breadcrumb{
	background-color: #f9fbff; 
	visibility: visible;
	z-index: 3;
	color: #330000;
	font-size: x-small;
	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;
}
#pageNav{
	text-align: center;
	float: left;
	width:150px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 10px Verdana, sans-serif;
}
#pageNavFeatures {
	padding: 0px;
	background-color: #f9fbff; 
	font: x-small Verdana, sans-serif;
	width: 150px;
	color: #21536A;
	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;
	background-image: url(../images/sitelayout/bg_nav.jpg);
	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;
}
.pagNavFeature {
	padding: 0px;
	color: #0000CC;
	margin-right: 5px;
	margin-left: 5px;
}
.pagNavFeature h3{
	color: #999999;
	font-size: 100%;
	font-style: oblique;
	text-decoration: underline;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 10px;
}
.pagNavFeature h5{
	color: #666666;
	font-weight: normal;
	text-align: right;
}

#content{
	padding: 0px 30px;
	margin:0px 0px 0px 150px;
	border-left: 1px solid #ccd2d2;
}


/************** feature styles *****************/

#bottomborder{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 85%;
	padding: 10px;
	margin-top: 0px;
	margin-left: 150px;
	text-align: center;
}

#cleardiv{
	clear: both;
	height: 1em;
}
