/*
	Spectrum Home Care
	Style Sheet
	Copyright 2009
	By: Kyle Weishaupt
*/

body {
	background: #91219E url('images/layout/span_bg.jpg');
	font-family: Tahoma, Lucida Grande, Helvetica, Verdana, Arial;
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}
#container {
	position: relative;
	background-color: transparent;
	margin: 0 auto;
	padding: 0px;
	width: 980px;
	max-width: 980px;
	z-index: 1;
}

#logo {
	background: #91219E url('images/layout/bg_header.jpg') top center no-repeat;
	border: 1px solid #6B238E;
	border-bottom: 0px;
	border-top: 0px;
	height: 100px;
	margin: 0px;
	padding: 4px 8px;
}
#logo img#imgSHCLogo {
	background: url('images/layout/logo_Spectrum_white.png') no-repeat;
	background-position: center center;
	width: 230px;
	height: 93px;
	border: 0px;
}
#tblLogo {
	width: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#tblLogo td.logoIMG img {
	width: 230px;
	height: 93px;
	padding-left: 16px;
}
#tblLogo td.mid {
	background-color: transparent;
}
#tblLogo td.phonefax {
	text-align: right;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	padding: 0px 5px 1px 0px;
}
#tblLogo .address strong {
	font-size: 18px;
}

#navigation {
	width: 978px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 10px;
	background: #6B238E url('images/layout/span_nav.jpg') bottom repeat-x;
	color: white;
	border: 1px solid #6B238E;
	border-top: 0px;
}
#navigation ul {
	margin: 0px;
	padding: 0px 0px;
	line-height: 32px;
	height: 32px;
}
#navigation ul li {
	display: block;
	float: left;
	padding: 0px 0px;
	margin-right: 0px;
	height: 32px;
	line-height: 32px;
}
#navigation ul li a {
	display: block;
	padding: 0px 16px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul li a img {
	width: 16px;
	height: 16px;
	border: 0px;
	vertical-align: text-bottom;
}
#navigation ul li a:hover {
	border-bottom: 2px solid #C78CCE;
	background: url('images/layout/span_nav-hover.jpg') top repeat-x;
}
#navigation ul li a.current {
	font-weight: bold;
	background: url('images/layout/span_nav-current.jpg') top repeat-x;
}

#subcontainer {
	display: block;
	float: right;
}
.subnav {
	display: block;
	clear: both;
	width: 215px;
	background-color: #FFF;
	text-align: left;
	padding: 1px;
	margin-bottom: 6px;
	color: #000000;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
     CCborderRadius: 10px;
}
.subnav h2 {
	text-align: left;
	height: 26px;
	line-height: 28px;
	margin: 0px 0px;
	padding-left: 12px;
	font-size: 14px;
	background: transparent;
	color: #6B248E;
}
.subnav h2 img {
	vertical-align: text-bottom;
	padding-bottom: 0px;
	border: 0px;
}
.subnav p {
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 4px 8px;
	margin: 0px;
}
.subnav p.center {
	text-align: center;
}
#subcontainer .facebook {
	padding: 0px !important;
	overflow: hidden !important;
}
#subcontainer .facebook iframe {
	min-height: 75px;
	margin: 0px 0px 8px 0px;
	font-size: .8em;
	overflow: hidden !important;

}

.iconlink {
	text-decoration: none;
}
.iconlink img {
	border: 0px;
	vertical-align: text-bottom;
	padding-right: 2px;
	width: 16px;
	height: 16px;
}
.warning {
	text-indent: 0;
	border: 2px solid #EEEEEE;
	background-color: #FFFF66;
	margin: 4px;
	padding: 8px;
}
.warning strong {
	display: block;
	font-weight: bold;
	font-size: 14px;
}
#content {
	float: left;
	width: 755px;
	min-width: 752px;
	min-height: 468px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 0px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
}
// This has to be here for curvycorners on IE
.content {
    CCborderRadius: 10px;
}
#content .banner {
	display: block;
	height: 180px;
	text-align: center;
	background-color: #64318E;
	background-image: url('images/layout/span_homebanner.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 2px solid #C386CA;
	CCborderRadius: 10px;
	margin: 0px;
	padding: 0px;
}
#content .banner #banner-img {
	margin-left: 10px;
	background: url('images/layout/homebanner.jpg') left no-repeat;
	height: 180px;
}
#content #pagecontent {
	color: #000000;
	padding: 12px;
	padding-top: 10px;
	min-height: 376px;
	border: 0px;
	margin: 0px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    CCborderRadius: 10px;
}
#content #pagecontent p {
	padding-left: 6px;
	line-height: 1.6em;
	word-wrap: break-word;
}
#content #pagecontent ul li {
	line-height: 1.6em;
}
#content #pagecontent p {
	text-indent: 1em;
}
#content #pagecontent p.floatright {
	padding-left: 0px;
	margin: 4px;
	clear: right;
	float: right;
}
#content #pagecontent p.noindent {
	text-indent: 0;
}
#content #pagecontent p.doubleindent {
	text-indent: 2em;
}
#content h1 {
	color: #3D007A;
	margin: 8px 5px 12px 2px;
	padding: 3px 3px 12px 3px;
	border-bottom: 2px solid #997CCF;
}
#content h2, h3 {
	color: #46007E;
	margin: 4px;
	padding: 0px;
}
#pagecontent img.rounded {
    CCborderRadius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
div.rounded {
    CCborderRadius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

form fieldset {
	margin: 2px;
	padding: 8px;
	border: 0px;
}
form legend {
	font-size: 18px;
	color: #6B248E;
	font-weight: bold;
	margin: 8px 0px;
}
form ul {
	list-style-type: none;
}
form tr {
	height: 32px;
}
form td.label {
	width: 125px;
	vertical-align: middle;
	line-height: 32px;
	height: 32px;
}
form td.submit {
	float: left;
}
form label {
	margin-top: 2px;
	font-size: 14px;
	line-height: 24px;
	padding-right: 6px;
}
form input.text {
	display: inline;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
form input.submit {
	margin-top: 20px;
}

#copyright {
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
	width: 972px;
	background-color: transparent;
	border: 0px;
	line-height: 14px;
	font-size: 12px;
	margin: 0 auto;
	height: 32px;
	text-align: left;
	color: #FFFFFF;
	clear: both;
}
#copyright a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
