/* Style sheet for servantcare.com */

body { 
	background-color: #C68686; 
	margin: 0em; 
	font-family: "Comic Sans MS", Tahoma, Garamond, Verdana, Arial, 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: navy;
	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: "Comic Sans MS", Tahoma, Garamond, Verdana, Arial, 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: "Comic Sans MS", Tahoma, Garamond, Verdana, Arial, 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: "Comic Sans MS", Tahoma, Garamond, Verdana, Arial, sans-serif;
}
#footer a:link { 
	color: #8B4513;
	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;
}

div#menuDiv0 { 
	position: absolute !important; 
	left: 1em !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;
}

/*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: "Comic Sans MS", Tahoma, Garamond, Verdana, Arial, 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 cascade menu located in newMen.js and initMenu.jss*/
.itemBorder { 
	border: 1px solid black;
}
.itemText { 
	text-decoration: none; 
	color: black; 
	font: 12px "Comic Sans MS", Tahoma, Garamond, Verdana, Arial, sans-serif;
}

/*Style for Hospitality Homes*/
table#hhList td.discription {
    width: 65%;
    }

/*Board Page
div#boardMemHeadings A:link { 
	text-align: center;
}*/