/*
 ******************************************************************************
 * STYLESHEET: DEFAULT CSS FILE
 * Author: Tim Summers, tsummers@diversifiedcomputer.net
 * Copyright 2005 Horizon Home Healthcare All Rights Reserved.
 *
 * DESCRIPTION:
 * The default.css file is the primary style sheet used throughout the site
 * and provides the basic look and feel for a variety of components.
 *
 ******************************************************************************
 * REVISION HISTORY:
 *
 ******************************************************************************
*/

/* COPY RELATED SETTINGS
******************************************************************************/
body,td,th {                   /* specifies default settings for entire page */
	color: #4b4a47;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body {
	background-image: url(../../images/page_bkgrnd.gif);
}

a:link, a:visited {                              /* active and visited links */
	color: #0000ff;
	text-decoration: none;
}

a:hover {                                   /* display links when mouse over */
	color: #0000ff;
	text-decoration: underline;
}

a.hdr_menu_item:link, a.hdr_menu_item:visited {       /* menu item behaivors */
	color: #4d2c71;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

a.hdr_menu_item:hover {                               /* menu item behaivors */
	text-decoration: underline;
}

a.home:link, a.home:visited {                         /* menu item behaivors */
	color: #4d2c71;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

a.home:hover {                                        /* menu item behaivors */
	text-decoration: underline;
}

.lefthand_text {                                  /* text in lefthand column */
	color: #956f92;
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: normal;
}

.lefthand_credentials {                           /* text in lefthand column */
	color: #956f92;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size: 12px;
	padding-top: 30px;
	font-weight: normal;
}

.picture_offset_left {
    padding-left: 10px;
}

.picture_left_margin {
    border: solid 3px #ad92ab;
}

.tagline_text {                                 /* tagline text on home page */
	color: #956f92;
	font-family: Times New Roman;
	font-size: 24px;
	padding-bottom: 5px;
	padding-top: 30px;
}

.table_padding {                                /* tagline text on home page */
	padding-right: 30px;
	padding-top: 15px;
}

.table_border {
	border: solid 1px #4d2c71 ;
}

.form_buttons {
	color: #4d2c71;
	font-size: 12px;
}

.cert_statement {
	color: #4d2c71;
	font-size: 13px;
	font-weight: bold;
}

/* FOOTER RELATED ELEMENTS
******************************************************************************/
.ftr_text {                      /* additional formatting for copyright text */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
}


/* NEWS RELATED ELEMENTS
******************************************************************************/
.news_author {
	margin-bottom: 10px;
}