/* Tag Declarations */
body {
	margin: 0px;
	padding: 0px;

	font-family: Tahoma, Sans-Serif;
	font-size: 8pt;
}
td {
	font-size: 8pt;
}
/* legacy reference */
.h_1
{
	color:#333;
	font-size:14pt; 
	padding-left:15px; padding-top:10px;padding-bottom:0px; margin:0px;
}
.h_2
{
color:#333; font-size:10pt; padding-left:15px; padding-top:5px;  padding-bottom:0px; margin:0px;
}

h1
{
	color:#333;
	font-size:14pt; 
	padding-left:15px; padding-top:10px;padding-bottom:0px; margin:0px;
}
h2
{
color:#333; font-size:10pt; padding-left:15px; padding-top:5px;  padding-bottom:0px; margin:0px;
}

/* Container and header */
#container {
	width: 1000px;

	color: black;
	background-color: white;
}
#header {
	height: 82px; 
	
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-color: yellow;
	color: black;

	font-weight: bold;

	text-align: right;

	padding-right: 10px;
	border-bottom: 3px solid black;
}
#header h2 {
	margin: 0px;
	padding-top: 15px;
	font-size: 180%;
}
#header h3 {
	margin: 0px;
	padding-top: 10px;
	font-size: 130%;
}
/* Navbar */
.nav {
	height: 55px;
	padding: 0; 
	text-transform: lowercase;
	border-bottom: 1px solid #333333;
	background-color: #666666;
}
.nav ul {
	position: relative;
	margin: 0 auto;
	padding: 0; 
	height: 55px;
	list-style-type: none;
	background-color: #666666;
	color: #CCCCCC;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #333333;
}
.nav ul li {
	display: block;
	position: relative;
	float: left;
}
.nav ul li a {
	
	padding:0px;
	font-family: Tahoma, Sans-Serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	text-align: right;

	background-color: #666666;
	color: #CCCCCC;

	border-right: 1px solid #333333;

	display: block;
	float: left;
	height: 49px;
	width: 105px;
	padding-top:5px;
	padding-right:5px;
	
}
.nav ul li.active {
	float: left;
}
.nav ul li.active a {

}
.nav ul li:hover {
}
.nav ul li:hover a {
	background-color: #cccccc;
	color: black;
}

.nav ul li.skip_content {
	width: 2px;
	display:none;
	text-indent: -9999px;
}



/* Main content */
#main-left {
	width: 673px;
}
#main-left h3 {
	color: #333;
	background-color: transparent;

	font-size: 200%;
	font-weight: bold;

	margin: 15px;
}
#main-left .text {
	margin: 15px;
}
#main-right {
	position: absolute;
	margin-left: 673px
}
#main-right img {
	display: block;
	border: 0px;
}
#banner {
	width: 673px;
	height: 125px;
}
#banner img {
	margin-right: 0px;
}

/* Those grey bits at the bottom */
#clickthrus {
	height: 130px;
}
.clickthru {
	width: 327px;
	height: 130px;
	background-color: #ECECEC;
	color: #000;
	margin:  5px 0px 0px 8px;
}

a {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.clickthru img {
	position: absolute;
}
.clickthru .text {
	padding: 0px 10px 10px 110px;
}
.clickthru h3 {
	margin: 0px;
	font-size: 160%;
	padding: 5px 10px 10px 110px;

	background-color: transparent;
	color: #222;
}

/* For longer pages moved the grey to the right */

#clickthrus_nofloat {
	height: 130px;
}
.clickthru_nofloat {
	width: 327px;
	height: 130px;
	background-color: #ECECEC;
	color: #000;
	margin:  5px 0px 0px 0px;

}
.clickthru_nofloat img {
	position: absolute;
}
.clickthru_nofloat .text {
	padding: 0px 10px 10px 110px;
}
.clickthru_nofloat h3 {
	margin: 0px;
	font-size: 160%;
	padding: 5px 10px 10px 110px;

	background-color: transparent;
	color: #333333;
}

.clickthru_nofloat a {
	color:#0000FF;
	text-decoration:none;
}
.clickthru_nofloat a:hover {
	text-decoration:underline;
}

/* Footer */
#footer {
	background-image: url(../img/border-bot.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: yellow;

	padding: 20px 167px 10px 167px;
	margin-top: 10px;

	font-weight: bold;
	text-align: center;
}







/* tried to do navbar with lists, total fuck up cause of page width
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #333333;
}
#navbar li {
	display: inline;
	border-right: 1px solid #333333;

	display: block;
	float: left;

}
#navbar a {
	font-family: Tahoma, Sans-Serif;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	text-align: right;

	background-color: #666666;
	color: #CCCCCC;

	padding: 5px;
	display: block;
	float: left;

	width: 110px;
	height: 49px;

}
*/

a.tooltip {
  z-index:24;
  color:#FF5E2F;
  position:relative;

  text-decoration:none;
}

a.tooltip:hover {
  z-index:25;
  color:#7a7a7a;
  border-bottom:1px solid #7a7a7a;
  text-decoration:none;
}

a.tooltip span {
  display:none;
}

a.tooltip:hover span {
  position:absolute;
  top:5em;
  left:0em;
  border:1px solid #000000;
  padding:3px;
  display:block;
  width:445px;
  color:#000000;
  background-color:#FFFFFF;
}

.carehomes li{
  padding:5px;
}
.subul{
	margin:0px;
	padding:10px 50px;
	width:450px;
	clear:both;
}
.subul li {
	font-weight:bold;
	float:left;
	text-align:center;
	width:125px;
}

.carehome_quote {
	padding:5px;
	background:#fcfcfc;
	border:0px;
}
.carehome_quote h2{
	color:#666; 
	margin:0px;
	font-size:13pt;
}
.carehome_quote label {
	float:left;
	diplay:block;
	width:150px;
	padding:5px;
	margin:5px 10px;
}

.carehome_quote input {
	width:300px;
	margin:5px 10px;
}

.carehome_quote textarea {
	width:300px;
	margin:5px 10px;
	height:100px;
}

.carehome_quote select {
	margin:5px 10px;
}

.carehome_quote .input_err {
	width:300px;
	margin:5px 10px;
	border:1px solid #f00;
	background:#FCD1D6;
}

.carehome_quote .textarea_err {
	width:300px;
	margin:5px 10px;
	height:100px;
	
	border:1px solid #f00;
	background:#FCD1D6;
} 

.carehome_quote .submit {
	width:250px;
	margin-left:175px;
	border:1px solid #000;
	background:#FFFF00;
	font-weight:bold;
}

.skip_content {
	display:none;
}

/* form stuff */

.standard_form{
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	background: url("/img/form_bg.png") no-repeat;
}
.standard_form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.standard_form label {
	clear: left;
	float: left;
	display: block;	
	width: 204px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.standard_form .input {
	float: left;
	width: 284px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	font-family: Arial, Sans-Serif;
	font-size: 100%;
}

.standard_form .buttons {
	text-align: right;
}
.standard_form .error {	
	background-color: #FFDDDD !important;
	border: 1px solid #B00000 !important;
}
.standard_form .small_notice {
	clear: left;
	font-weight: bold;
	margin-bottom: 1em;
}
/* Info/Error msgs for forms */
.msg_info {
	clear: both;
	margin-bottom: 1em;
	padding: 5px;
	color: #000;
	background-color: #DDFFF7;
	border: 1px solid #4C91CE;
	text-align: left;

}
.msg_info a {
	color: #4C91CE;
	text-decoration: none;
	border-bottom: 1px dotted #4C91CE;
}
.msg_fail {
	clear: both;
	margin-bottom: 1em;
	padding: 5px;
	color: #000;
	background-color: #FFDDDD;
	border: 1px solid #B00000;
	text-align: left;

}
.flash {
	float: left;
	margin-top: -1px;
}
.flash_text {
	margin-left: 2em;
}
.flash_text a {
	color: #dd0000;
}
.flash_text ul {
	margin: 0.5em;
	padding: 0 1em;
}
.hr {
	clear: both;
	margin: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid white;
}
.homepage_table {
	margin: 10px;
}
.homepage_table tr td {
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: 210px;
	padding: 10px;
}
.homepage_table tr td:hover {
	background: #efefef;
}
.carehome_box {
	width: 307px;	
	padding: 10px;
	margin: 10px 0;
	background: yellow;
	color: #000;
}
.carehome_box h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 140%;
}