/***********************************************/
/* RHB Technology Solutions, Inc.	           */
/* www.rhbts.com			                   */
/***********************************************/
/*                                             */
/* Filename: TriCountyPHInternet.css	   	    */
/* Used with Tri-County Public Health Consortium*/
/* 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/bckgrnd.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: #CCCCCC;
	text-align: center;
	color: #000000;
	font-size: 80%;
}

td{
	font-size: 80%;
}

#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;
	border: 2px solid #000000;
	position: relative;
}
#topborder{
	visibility: visible;
}

#topborder_print{
	display: none;
}

#horzmenu{
	background-color: #000000;
	visibility: visible;
	z-index: 3;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd2d2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccd2d2;
	height: 20px;
	background-position: center;
	font-size: 85%;
}

#content {
	background-repeat: no-repeat;
	padding: 0px 10px 10px 20px;
	margin: 0px 20px 0px 120px;
}

#bottomborder{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 90%;
	color: #cccccc;
	padding: 10px;
	margin-top: 0px;
	margin-left: 120px;
	text-align: center;
	margin-right: 20px;
}

#bottomborderInfo{
	color: #330000;
	font-size: 90%;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
}

#columnLeft{
	width: 120px;
	font-family: Verdana, sans-serif;
	letter-spacing: 50px;
	text-align: center;
	position: absolute;
	left: 0px;
}
