/* Style sheet for servantcare.com */

body { 
	background-color: #9E0508; 
	margin: 0em; 
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
	font-size: medium; 
	color: linen; 
	text-align: left;
}

#content {
	background-color: #FFF;
	background-image: url('graphics/worldmap.gif');
	background-attachment: fixed;
	background-repeat: repeat-y;
	color: black;
	margin: 0.5em 11em; 
	padding: 0em 1em; 
	border: 1px solid #000;
	min-width: 600px;
}
			
h1, h2, h3, h4, h5, h6 { 
	text-align: center;  
	font-weight: bold; 
	font-family: "Times New Roman", Palatino, serif;
}
h1 { 
	font-size: 150%;
}
h2 { 
	font-size: 130%;
	background-color: #D3D3D3;
}
h3 { 
	font-size: 125%;
}
h4 { 
	font-size: 120%; 
	font-weight: normal; 
	text-decoration: underline;
}
h5 { 
	text-align: left; 
	font-size:110%; 
	text-decoration: underline;
}
h6 { 
	font-size: 110%; 
	margin-left:50px;
}

p {
	font-size: 100%;
}
ul { 
	list-style-type: disc; 
	text-align: left;
}
li { 
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*Style for the content div links*/
#content a:link, #content a:visited, #content a:focus, #content a:hover, #content a:active { 
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#content a:link { 
	color: #00F; 
	text-decoration: underline;
}
#content a:visited { 
	color: #09C;
}
#content a:focus { 
	text-decoration: none;
}
#content a:hover { 
	color: #000;
	text-decoration: none;
}
#content a:active { 
	color: #A0522D;
}

#header {
	text-align: center;
	border-bottom: 2px solid #C68686;
}
#footer {
	font-size: 80%;
	text-align: center;
}

/*Style for the footer div links*/
#footer a:link, #footer a:visited, #footer a:focus, #footer a:hover, #footer a:active {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#footer a:link { 
	color: goldenrod;
	text-decoration: underline;
}
#footer a:visited { 
	color: #400000;
}
#footer a:focus { 
	text-decoration: none;
}
#footer a:hover { 
	color: #000;
	text-decoration: none;
}
#footer a:active { 
	color: #A0522D;
}

/*Style for scMenu text
div#scMenuDiv { 
	color: white !important;
}*/

/*Style for cascade menu located in newMen.js and initMenu.js*/
.itemBorder { 
	border: 1px solid black;
}
.itemText { 
	text-decoration: none; 
	color: black; 
	font: 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
}

div#menuDiv0 { 
	position: absolute !important; 
	left: .5em !important; 
	top: 8em !important;        
}
div#menuDiv1 { 
	position: absolute !important;
	left: 10em !important;
	top: 7em !important;
}
div#menuDiv2 { 
	position: absolute !important; 
	left: 10em !important; 
	top: 11.7em !important;
}
div#menuDiv3 { 
	position: absolute !important;
	left: 10em !important;
	top: 10em !important;
}
div#menuDiv4 { 
	position: absolute !important;
	left: 10em !important;
	top: 16em !important;
}
div#menuDiv5 { 
	position: absolute !important;
	left: 19.8em !important;
	top: 30em !important;
}
div#menuDiv6 { 
	position: absolute !important;
	left: 27em !important;
	top: 26em !important;
}
div#menuDiv7 {
	position: absolute !important;
	left: 10em !important;
	top: 13.5em !important;
}
div#menuDiv8 {
	position: absolute !important;
	left: 10em !important;
	top: 13.5em !important;
}
div#menuDiv9 {
	position: absolute !important;
	left: 10em !important;
	top: 13.5em !important;
}

/*Red background for the 'Policies for Guests' tab*/
div#menuDiv2 div#menu2item1 {
    background-color: red !important;    
}

/*White font face for the 'Policies for Guests' tab*/
div#menuDiv2 div#menu2item1 table td a {    
    color: white;
}

/*Style for small print links after cascade menu in the servantcare.com menu*/
div#scSmallDiv a:link, div#scSmallDiv a:visited, div#scSmallDiv a:focus, div#scSmallDiv a:hover, div#scSmallDiv a:active { 
	text-decoration: underline;
	font-size: 60%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
div#scSmallDiv a:link { 
	color: #00F;
}
div#scSmallDiv a:visited { 
	color: #09C;
}
div#scSmallDiv a:focus { 
	text-decoration: none;
}
div#scSmallDiv a:hover { 
	color: #000;
	text-decoration: none;
}
div#scSmallDiv a:active { 
	color: #A0522D;
}

/*Style for founder's writings*/
.clsName { 
	color: #6495ED;
}
.clsContact { 
	border-top:1px solid #369;
	border-bottom:1px solid #F69; 
	padding:5px;
	text-align: center;
}

/*Style for Hospitality Homes*/
table#hhList td {
    min-width: 232px;
    }
table#hhList td.discription {
    width: 65%;
    }

/*Board Page
div#boardMemHeadings A:link { 
	text-align: center;
}*/

/*CSS for enlarging images on hover*/
div#content a.thumbnail {
    position: relative;
    z-index: 0;
}
div#content a.thumbnail:hover {
   background-color: transparent;
   z-index: 50;
}
div#content a.thumbnail span {
    position: absolute;
    left: -1000px;
    visibility: hidden;
}
div#content a.thumbnail:hover span {
    visibility: visible;
    top: -60px;
    left: -30%;
}
div#content a.thumbnail:hover img.thumb {
    visibility: hidden;
    border: none;
}
