@import url("/style/structure.css");

/*
-----------HTML Elements---------
*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 1.6em;
}
a {
	color: #013a6f;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #013a6f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-weight: normal;
}
h3 {
	color: #013a6f;
}
hr {
	margin: 1em 0;
	*margin: .5em 0;
	height: 1px;
	border: none 0;
	border-top: 1px solid #c4cace;
}


/*
-----------Site-wide Tags-----------
*/
.doBorder {
	display: inline-block;
	*display: inline;
	border: 1px solid #c7c7c7;
	zoom: 1;
}
.floatLt {
	float: left;
}
.floatRt {
	float: right;
}
.required 
{
    color: #f00;
}

/*
-----------MoJo Btns-----------
*/
.mojoBtn, .mojoBtn span {
	color: #fff;
	display: inline-block;
	*display: inline;
	background: url("/themes/sunhomehealth/images/mojobtn-bg-ylw.gif") top left no-repeat;
	font-family: "Trebuchet MS",Verdana,Arial,Times,serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	zoom: 1;
}
.mojoBtn {
	color: #000;
	padding-left: 2px;
}
.mojoBtn:hover {
	color: #111;
	opacity: 0.70;
  filter: alpha(opacity=70);
}
.mojoBtn span {
	padding-right: 2px;
	background-position: right bottom;
}
.mojoBtn span span {
	min-width: 80px;
	width: auto;
	padding: 0 5px;
	background-position: center center;
	background-repeat: repeat;
}

/*
-----------Page Layout-----------
*/

/*
-----------Header-----------
*/
#header {
	height: 136px;
	margin-bottom: 10px;
	z-index: 1;
}
#header .logo {
	left: 76px;
	top: 20px;
}
#header .tagline {
	position: absolute;
	left: 271px;
	bottom: 60px;
	color: #013a6f;
	font-size: 26px;
	letter-spacing: -1px;
}
#header .tagline a {
	color: #416b93;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
}
#frmSearch {
	position: absolute;
	right: 20px;
	bottom: 60px;
}
#frmSearch input {
	position: relative;
	top: 1px;
	*top: 4px;
	border: 1px solid #999;
	padding: 0 2px;
	height: 22px;
}
#frmSearch .mojoBtn, #frmSearch .mojoBtn span {
	min-width: 0;
	background-image: url("/themes/sunhomehealth/images/mojobtn-bg.gif");
}

/*
----------Sub Header-----------
*/
.incSidebarLeft #subHeader {
	width: 715px;
	padding: 0 0 0 15px;
	float: left;
}
.incSidebarBoth #subHeader {
	width: 100%;
	margin-bottom: 25px;
	padding: 0;
}
#subHeader #flashcontent {
	float: left;
}
#subHeader .featuredEvents {
	position: relative;
	width: 193px;
	height: 237px;
	padding: 12px 15px 15px;
	color: #013a6f;
	background: #e1f1f6 url('/themes/sunhomehealth/images/featured-event-bg.gif') top left repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.25em;
	float: left;
}
#subHeader .featuredEvents big {
	display: block;
	padding: 7px 0 15px 70px;
	background: url('/themes/sunhomehealth/images/featured-event-icon.gif') 2px 0 no-repeat;
	font-size: 24px;
	line-height: 1em;
}
#subHeader .featuredEvents .date {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}
#subHeader .featuredEvents .viewAll {
	position: absolute;
	bottom: 15px;
}
#subHeader .doBorder:hover {
	opacity: 0.70;
  filter: alpha(opacity=70);
}


/*
----------Nav Design-----------
*/
#navWrap {
	position: absolute;
	bottom: 0;
	right: 0;
	border-top: 5px solid #f19e14;
}
#navWrap ul {
	*display: inline;
	*margin-top: -2px;
	zoom: 1;
}
#navWrap li a {
	border-right: 1px solid #f8ce89;
	padding: 9px 16px 10px;
	color: #044387;
	text-decoration: none;
}
#navWrap li a:hover {
	background: #fef8ed;
}
#navWrap li ul {
	margin-left: -1px;
	border: solid #f8ce89;
	border-width: 1px 1px 0 1px;
	background: #fff;
	-moz-box-shadow: #999 3px 3px 3px;
	-webkit-box-shadow: #999 3px 3px 3px;
}
#navWrap li li a {
	border: none 0;
	border-bottom: 1px solid #f8ce89;
	padding: 5px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}
#navWrap li li ul {
	margin-left: 100%;
	margin-top: -26px;
}

/*
-----------Sidebars-----------
*/
.incSidebarLeft #content {
	width: 670px;
	padding: 20px 30px 0;
	float: right;
}
.incSidebarBoth #content {
	width: 457px;
	padding: 0 25px;
	float: left;
}
.sidebarLeft {
	width: 190px;
	padding: 20px;
	background: #f6f5e9;
	float: left;
}
.incSidebarLeft .sidebarLeft {
	width: 200px;
	_width: 185px;
	padding: 20px 15px;
}
.sidebarRight {
	width: 223px;
	float: left;
}

.sidebarLeft .homePage big {
	display: block;
	color: #013a6f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.sidebarLeft .homePage li a, .sidebarLeft .homePage li span {
	display: block;
	padding: 10px 0 0 0;
	line-height: 1.25em;
}
.sidebarLeft .innerPage big a {
	display: block;
	color: #013a6f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.sidebarLeft .innerPage ul {
	width: 100%;
	padding-top: 5px;
}
.sidebarLeft .innerPage ul li {
	padding: 0 0 0 15px;
}
.sidebarLeft .innerPage ul li a {
	padding: 3px 0;
	line-height: 1.25em;
}
.sidebarLeft .innerPage ul ul {
	display: none;
}

/*
-----------General Column Formatting-----------
*/
.twoCol .first .listing, .col .twoCol .first .listing {
	padding-right: 18px;
}
.twoCol .second .listing, .col .twoCol .second .listing {
	padding-left: 18px;
}
.threeCol .first .listing, .col .threeCol .first .listing {
	padding-right: 12px;
}
.threeCol .second .listing, .col .threeCol .second .listing {
	padding: 0 6px;
}
.threeCol .third .listing, .col .threeCol .third .listing {
	padding-left: 12px;
}
.web_page #content .twoCol .first {
	border-right: 1px solid #eaeaea;
	padding: 0 15px 0 0;
	width: 454px;
}
.web_page #content .twoCol .second {
	margin-left: -1px;
	border-left: 1px solid #eaeaea;
	width: 200px;
}
.web_page #content .twoCol .second small {
	font-size: 11px;
}

/*
----------Footer----------
*/
#footer {
	position: relative;
	margin-top: 35px;
	border-top: 1px solid #e9e9e9;
	padding: 20px;
	font-size: 11px;
	line-height: normal;
	zoom: 1;
}
#footer .org {
	color: #013a6f;
	font-weight: bold;
}
#footer .legalInfo {
	position: absolute;
	top: 15px;
	right: 0;
	width: 444px;
	border: 1px solid #e9e9e9;
	padding: 15px 20px;
	color: #808080;
	background: #f3f8fa;
	line-height: 1.2em;
}

/*
----------HomePage----------
*/
.homePage #content h1 {
	display: none;
}
.homePage #content .oneCol h1 {
	display: block;
}

/*
----------Events----------
*/
.incSidebarLeft .events_page #content {
	padding: 20px 0 0 30px;
	width: 700px;
}
.incSidebarLeft .events_page #upcomingEvents {
	padding: 0 15px 0 0;
	_padding: 0;
	width: 460px;
}
.incSidebarLeft .events_page #dateSelector {
	margin: 0;
	padding: 0 13px 0 14px;
	width: 198px;
}
.events_page #upcomingEvents img {
	border: 1px solid #000;
}
.events_page #upcomingEvents .date {
	color: #000;
	font-size: 17px;
	font-weight: normal;
}
.events_page #upcomingEvents .copyblock {
	padding: 10px 0 25px;
	border-top: 1px solid #eaeaea;
}
.incSidebarLeft .events_page #dateSelector #calendar-container {
	margin-bottom: 1em;
}

/*
----------Employment----------
*/
.empolymentPage .jobTitle {
	color: #01529a;
	font-weight: bold;
}
.empolymentPage .msgErr {
	padding: 10px 10px 10px 50px;
	margin-bottom: 1em;
	border: 1px solid #d18a8a;
	background: #feeded url('/themes/sunhomehealth/images/error.gif') 10px 50% no-repeat;
}
.empolymentPage .applyFor {
	color: #666;
}
.empolymentPage .applyFor span {
	color: #01529a;
}
.empolymentPage form table {
	border: solid #c7ebfa;
	border-width: 0 1px 1px 1px;
	background: #f4fbfe;
}
.empolymentPage form table td {
	padding: 6px 5px;
	border-top: 1px solid #c7ebfa;
}
.empolymentPage form tr.altItem td {
	background: #fbfeff;
}

/*
----------Donations Page Specific Styling----------
*/
#ifDonate
{
	width: 100%;
	height: 1300px;	
	border: none;
	overflow: hidden;	
}

#donateSection #personalInfo, #donateSection #giftInfo, #donateSection #giftPayment, #donateSection #thisGift, #donateSection #comments, #donateSection #notify {
	float: left;
	width: 320px;
	margin: 10px 20px 10px 0px;
}
#donateSection #comments 
{
	width: 650px;	
}

#donateSection #comments textarea 
{
    width: 635px;
}

#donateSection #personalInfo h2, #donateSection #thisGift h2
{
	margin-top: 0px;
}

#donateSection .forBackground {
	background: #DADFE5;
	border: #BEC5CD solid 1px;
	padding: 5px;
}

#donateSection .firstCol {
	float: left;
	width: 40%;
	margin-bottom: 3px;
}

#donateSection .secondCol {
	float: left;
	width: 60%;
	margin-bottom: 3px;
}

#donateSection  #submit
{
	width: 670px;
}

#donateSection  #notify p {
	line-height: 1.2em;
}

#donateSection #rblGiftUseArea input,
#donateSection #rblCreditCardType input
{
	margin: 0 5px 0 0;	
}


#donateSection #rblCreditCardType label
{
	margin: 0 30px 0 0;	
}

.validator {
    color: #8B0000 !important;
    margin: 3px 5px 3px 0;
    border: solid 1px #8B0000;
    display: block;
    padding: 3px 8px;
    width: 230px;
    background: #fff url(/images/form/bkgd-grad-red.gif) 0 0 repeat-x;
    text-align: center;
}

#cse-search-results {

}

.searchResults {
	position: relative;
}

.searchResults h1 {
	position: absolute;
	top: 0;
	top: 5px;
}