@charset "utf-8";
/* CSS Document */

/* PAGE PROPERTIES */

body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888A8D;
}

body 
{
	background-color: #f6f6f6;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



a:link
{
	color: #b31f17;
	text-decoration: none;
}

a:visited 
{
	color: #b31f17;
	text-decoration: none;
}

a:hover 
{
	color: #b31f17;
	text-decoration: underline;
}


/* MAIN TABLE */

.vertical_left
{
	width:33px;
	background-image:url(images/blank_01.jpg);
	background-repeat:repeat-x;
	background-repeat:no-repeat
}

.vertical_right
{
	width:32px;
	background-image:url(images/blank_04.jpg);
	background-repeat: no-repeat;
}

.vertical_left_continued
{
	
	background-image:url(images/vertical-left_continued.gif);
	background-repeat:repeat-x;
}

.vertical_right_continued
{
	
	background-image:url(images/vertical-right_continued.gif);
	background-repeat:repeat-x;
}

.template_table
{
	width:799px;
	background-color: #FFFFFF;
}

.template_table_left
{
	width:152px;
}
.template_table_right
{
	width: 647px;
}



/* HEADER TOP */

.template_table_right_inner_top
{
	width: 647px;
	height:49px;
	
}

.header_top
{
	width: 496px;
	vertical-align:bottom;
}

.utilities
{
	font-size:13px;
	font-weight:bold;
	
	color: #888A8D;
	width:151px;
	text-align: center;
	background-image: url(images/main_06.jpg);
	background-repeat:no-repeat; 
	background-position:top;
	vertical-align:bottom;
	line-height: 100%;
}

.utilities a:link
{
	color: #888A8D;
	text-decoration: none;
}

.utilities a:visited
{
	color: #888A8D;
	text-decoration: none;
}

.utilities a:hover {
	color: #b31f17;
	text-decoration: none;
}


/* HEADER */

.header
{
	width: 617px;
	height: 205px;
}

.template_table_right_inner_header
{
	width:617px;
}

/* NAVIGATION */

.navigation
{
	width:136px;
	height: 434px;
	background-image: url(images/main_11.jpg);
}

.navigation_table
{
	width:152px;
	height: 434px;
}

.nav_item
{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
}

.nav_item a:link 
{
	color: #FFFFFF;
	text-decoration: none;
}

.nav_item a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}

.nav_item a:hover 
{
	color: #b31f17;
	text-decoration: none;
}

.physician
{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

/* CONTENT */

.page_content_section
{
	width: 647px;
	height: 750px;
	
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}

.content
{
	margin-top: 32px;
	margin-right: 32px;
	margin-left: 36px;
	margin-bottom:30px;
	line-height: 200%;
}

.title
{
	font-size: 14px;
	font-weight: bold;
	color: #b31f17;
	line-height: 90%;
}

.title_other
{
	font-weight: bold;
	line-height: 90%;
}

.bold_red
{
	font-weight: bold;
	color: #b31f17;
}

.just_red
{
	color: #b31f17;
}

.welcome_text
{
	font-size: 20px;
	line-height: 200%;
}

.staff
{
	margin-top: 15px;
	margin-bottom: 15px;
	width:100%;
	line-height: 150%;
}

li {
	color: #b31f17;
	list-style-type: disc;
}

.list_text
{
	color: #888A8D;
}

/* FOOTER */

.footer
{
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #888A8D;
	
	text-align: center;
	vertical-align:bottom;
}

#paylink
{
	background-image:url(images/highplains-pay.png);
	width:125px;
	height:44px;
	display: block;
	margin-top: 20px;
	margin-left: 2px;
	
	margin-bottom: 20px;

	
}

#paylink a:link, #paylink a:visited
{
	background-image:url(images/button-pay1.png);	
	width:125px;
	height:44px;
	display: block;
	text-decoration: none;
	
}
#paylink a:hover
{
	background-image:url(images/button-pay2.png);
	width:125px;
	height:44px;
	text-decoration: none;
}

