/* Print CSS Stylesheet for Lancaster Office Cleaning Website */
/* Body tag definitions */
BODY {
	background-color:	#FFFFFF;
	color:				#000000;
	FONT-FAMILY:		Verdana, Arial, Helvetica, Sans Serif;
	FONT-SIZE:			10pt;
	FONT-WEIGHT:		normal;
	LETTER-SPACING:		normal;
	TEXT-TRANSFORM:		none;
	WORD-SPACING:		normal;
	line-height:		1.5em;
	margin-left:		0px;
	margin-top:			0px;
	margin-right:		0px;
	margin-bottom:		0px;
}

img {
	border-width: 0px;
}

h1 {
	FONT-SIZE:			1.3em;
}

h2 {
	FONT-SIZE:			1em;
	FONT-WEIGHT:		normal;
}

/* Jump to content for visually impaired users*/
#jumpToContent
{
	display:			none;
}

#changeToFull
{
	display:			none;
}

/* The main content area */
#content {
	width: 850px;
}

/* The top content area*/
#topcontent {
}

/* The top left content area*/
#topleft {	
	display:			none;
}

/* The top right content area*/
#topright {	
	height: 120px;
}

#toprightleft {	
	margin-top: 45px;
	width: 300px; 
	float: left; 
	position:relative;
}

#headerTitle {	
	font-size: 1.5em;
}

#headerSubtitle {	
	margin-top: 2px;
	font-size: 0.9em;
	color:#999999;
}

#toprightright {	
	margin-top: 16px;
	width: 244px; 
	float: right; 
	position:relative;
}

#headerSubtitle a:link  	 { color:#999999; text-decoration:none; }
#headerSubtitle a:visited    { color:#999999; text-decoration:none; }
#headerSubtitle a:active     { color:#999999; text-decoration:none; }
#headerSubtitle a:hover      { color:#999999; text-decoration:underline; }

#toprightright {	
	margin-top: 16px;
	width: 244px; 
	float: right; 
	position:relative;
}

/* The middle content area*/
#middlecontent {
	clear:both;
	height:400px;
}

/* The middle left content area*/
#middleleft {	
	display:			none;	
}

/* The middle right content area*/
#middleright {	
}

/* The middle right content image*/
#middlerightimage {	
	width: 680px; 
	float: right; 
	position:relative;
}

/* The middle right content area*/
#middlerighttext {	
	background-color:	#000;
	filter:				alpha(opacity=75);
    -moz-opacity:		0.75;
    opacity: 			0.75;
	height: 			35px;
	width: 				660px;
	margin-top:			-50px;
	padding-top: 		15px;
	position:			absolute;
}

/* The middle right content area*/
#middlerighttextinner {	
	color: 				#FFF;
	filter:				alpha(opacity=100);
    -moz-opacity:		1;
    opacity: 			1;
	font-style:			italic;
	font-weight: 		bold;
}

/* The bottom content area*/
#bottomcontent {
 clear:both;
}

/* The bottom left content area*/
#bottomleft {	
	display:			none;
}

/* The bottom right content area*/
#bottomright {	
}

/* The footer content area*/
#footercontent {
	clear:both;
	height:20px;
	color:#999;
	font-size:0.8em;
}

#footercontent a:link  		{ color:#999; text-decoration:none; }
#footercontent a:visited    { color:#999; text-decoration:none; }
#footercontent a:active     { color:#999; text-decoration:none; }
#footercontent a:hover      { color:#999; text-decoration:underline; }

/* The footer left content area*/
#footerleft {	
	display:			none;
}

/* The footer right content area*/
#footerright {	
}

#searchBox {
	height: 17px;
	width: 90px;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	background-color: #000;
	color: #FFF;
	padding: 3px 3px 3px 3px;
	margin-top: 2px;
}

/* Utility classes */
.leftcontent {
}

.rightcontent {
}

/* Menu Classes */
.menu {
	margin-top:0px
}

.menu1 {
	list-style: none;
}

.menu1 li {
	display:table;
}

.menu1selected li {
	display:table;
}

.menu1 a { 
	display:block; 
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -40px;
	padding-left: 26px;
	font-size: 1.15em;
	font-weight: bold;
	list-style: none;
	border-bottom: #000000 1px solid;
}
.menu1 a:link  	 	{ color:#999999; text-decoration:none; }
.menu1 a:visited    { color:#999999; text-decoration:none; }
.menu1 a:active     { color:#999999; text-decoration:none; }
.menu1 a:hover      { color:#999999; text-decoration:none; background-color:#000000; }

.menu1selected {
	list-style:none;
}

.menu1selected li {
	display:table;
}

.menu1selected a { 
	display:block; 
	color: #EC1B23;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -40px;
	padding-left: 26px;
	font-size: 1.15em;
	font-weight: bold;
	list-style: none;
	border-bottom: #000000 1px solid;
}
.menu1selected a:link  	 	{ color:#EC1B23; text-decoration:none; }
.menu1selected a:visited    { color:#EC1B23; text-decoration:none; }
.menu1selected a:active     { color:#EC1B23; text-decoration:none; }
.menu1selected a:hover      { color:#EC1B23; text-decoration:none; background-color:#000000; }
