/* High Resolution CSS Stylesheet for Lancaster Office Cleaning Website */
BODY {
	background-color:	#000;
	background-image:   none;
	color:				#FFF;
	FONT-SIZE:			14pt;
	margin-left:		5px;
	margin-top:			5px;
	margin-right:		5px;
	margin-bottom:		5px;
}

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;
	width:				100%;
}

#changeToFull
{
	display:			block;
	width:				100%;
	background-color:	#000;
}

/* The main content area */
#content {
	width: 				900px;
	background-color:	#000;
}

/* The top content area*/
#topcontent {
}

/* The top left content area*/
#topleft {	
	display:			none;
}

/* The top right content area*/
#topright {	
	height:				120px;
	width: 				850px;
	float: 				left;
	background-color:	#000;
}

#toprightleft {	
	display:			none;
}

#headerTitle {	
	font-size:			1.5em;
}

#headerSubtitle {	
	margin-top:			2px;
	font-size:			0.9em;
}

#toprightright {	
	margin-top:			16px;
	width:				244px; 
	float:				right; 
	position:			relative;
}


#toprightright {	
	margin-top:			16px;
	width:				244px; 
	float:				right; 
	position:			relative;
}

/* The middle content area*/
#middlecontent {
	clear:				both;
	min-height:			400px;
}

/* The middle left content area*/
#middleleft {	
	width: 				200px;
	margin-right:		20px; 
	height: 			100%;
	float: 				left; 
	position: 			relative;
	background-color:	#000;	
	clear:				right;
}

/* The middle right content area*/
#middleright 
{
	width: 				680px; 
	height:				100%;
	float: 				left; 
	position:			relative;
	background-color:	#000;
}

/* The middle right content image*/
#middlerightimage {	
	width:				680px; 
	float:				right; 
	position:			relative;
}

/* The middle right content area*/
#middlerighttext {	
	filter:				alpha(opacity=75);
    -moz-opacity:		0.75;
    opacity: 			0.75;
	height: 			35px;
	width: 				680px;
	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;
	margin-left:		20px;
}

/* The middle right content area - left on the innovations template*/
#middlerightleft {	
	width:				300px; 
	float:				left; 
	position:			relative;
	margin-left:		30px;
	margin-top:			20px;
}

/* The middle right content area - right on the innovations template*/
#middlerightright {	
	width:				300px; 
	float:				right; 
	position:			relative;
	margin-top:			20px;
	margin-right:		30px;
}

/* The middle right content area - left on the innovations template*/
#middlerightbottom {	
	margin-left:		20px;
}

#middlerightbottom h1
{
	color:				#FFF;
	text-align:			left;
}

#middlerightbottom p
{
	margin-left:		0px;
	margin-right:		0px;
}

/* The bottom content area*/
#bottomcontent {
 clear:					both;
}

/* The bottom left content area*/
#bottomleft {	
	display:			none;
}

/* The bottom right content area*/
#bottomright {	
	padding-top:		15px;
	height:				100%;
	width:				680px; 
	float:				right; 
	position:			relative;
	background-color:	#000;
}

/* The footer content area*/
#footercontent {
	clear:				both;
	height:				20px;
}

/* The footer left content area*/
#footerleft {	
	margin-top:			10px;
	width:				170px; 
	float:				left; 
	position:			relative;
	background-color:	#000;
	padding-bottom:		5px;
}

/* The footer right content area*/
#footerright {	
	background-color:	#000;
}

/* Utility classes */
.leftcontent {
	padding-left:		26px;
}

.rightcontent {
	padding-left:		0px;
}

.button 
{
	font-weight:		bold;
	background-color:	#FFFFFF;
	border:				1px solid #999999;
}

.input 
{
	color:				#999;
	margin-bottom:		3px;
	border:				1px solid #000;
}

/* Menu Classes */
ul.menu {
	margin-top:			0px;
	margin-bottom:		25px;
	margin-left:		-40px;
	background-color:	#000;
	min-height:			400px;
}

ul.menu li /* need to make this ie only */
{			
	*margin-left:		40px;
}

.menu0 {
	list-style:			none;
	border-bottom:		#FFF 1px solid;
}

.menu0 li {
	display:			table;
}

.menu0selected li {
	display:			table;
}

.menu0 a { 
	display:			block; 
	color:				#FFF;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		26px;
	font-size:			1.15em;
	font-weight:		bold;
	list-style:			none;
}
.menu0 a:link  	 	{ color:#FFF; text-decoration:none; }
.menu0 a:visited    { color:#FFF; text-decoration:none; }
.menu0 a:active     { color:#FFF; text-decoration:none; }
.menu0 a:hover      { color:#FFF; text-decoration:none; background-color:#000000; }

.menu0selected {
	list-style:			none;
}

.menu0selected li {
	display:			table;
}

.menu0selected a { 
	display:			block; 
	color:				#EC1B23;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		26px;
	font-size:			1.15em;
	font-weight:		bold;
	list-style:			none;
	border-bottom:		#000000 1px solid;
}
.menu0selected a:link  	 	{ color:#EC1B23; text-decoration:none; }
.menu0selected a:visited    { color:#EC1B23; text-decoration:none; }
.menu0selected a:active     { color:#EC1B23; text-decoration:none; }
.menu0selected a:hover      { color:#EC1B23; text-decoration:none; background-color:#000000; }

.menu1 {
	list-style:			none;
	border-bottom:		#CCC 1px solid;
}

.menu1 li {
	display:			table;
}

.menu1selected li {
	display:			table;
}

.menu1 a { 
	display:			block; 
	color:				#FFF;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		26px;
	font-size:			1.15em;
	font-weight:		bold;
	list-style:			none;
}
.menu1 a:link  	 	{ color:#FFF; text-decoration:none; }
.menu1 a:visited    { color:#FFF; text-decoration:none; }
.menu1 a:active     { color:#FFF; text-decoration:none; }
.menu1 a:hover      { color:#FFF; text-decoration:none; background-color:#000000; }

.menu1selected {
	list-style:			none;
	border-bottom:		#CCC 1px solid;
}

.menu1selected li {
	display:			table;
}

.menu1selected a { 
	display:			block; 
	color:				#EC1B23;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		26px;
	font-size:			1.15em;
	font-weight:		bold;
	list-style:			none;
}
.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; }

/* menu level 2*/
.menu2 {
	list-style:			none;
	width:				125px;
	margin-left:		-40px;
}

.menu2 li {
	display:			table;
}


.menu2selected li {
	display:			table;
}

.menu2 a { 
	display:			block; 
	color:				#FFF;
	margin-left:		0px;
	width:				100%;
	padding-top:		0px;
	padding-bottom:		0px;
	padding-left:		45px;
	font-size:			0.9em;
	font-weight:		bold;
	list-style:			none;
	border-bottom:		none;
}
.menu2 a:link  	 	{ color:#FFF; text-decoration:none; }
.menu2 a:visited    { color:#FFF; text-decoration:none; }
.menu2 a:active     { color:#FFF; text-decoration:none; }
.menu2 a:hover      { color:#FFF; text-decoration:none; background-color:#000000; }

.menu2 a /* need to make this ie only */
{			
	*margin-left:		-80px;
	margin-bottom:		3px;
}

.menu2selected {
	list-style:			none;
	width:				170px;
}

.menu2selected li {
	display:			table;
}

.menu2selected a { 
	display:			block; 
	color:				#EC1B23;
	margin-left:		-40px;
	width:				100%;
	padding-top:		0px;
	padding-bottom:		0px;
	padding-left:		45px;
	font-size:			0.9em;
	font-weight:		bold;
	list-style:			none;
}
.menu2selected a:link  	 	{ color:#EC1B23; text-decoration:none; }
.menu2selected a:visited    { color:#EC1B23; text-decoration:none; }
.menu2selected a:active     { color:#EC1B23; text-decoration:none; }
.menu2selected a:hover      { color:#EC1B23; text-decoration:none; background-color:#000000; }

.menu2selected a /* need to make this ie only */
{			
	*margin-left:		-80px;
	margin-bottom:		3px;
}

.newstable a 	 	 			{ color:#FFF; text-decoration:underline; font-weight: bold; }
.newstable a:link  	 			{ color:#FFF; text-decoration:underline; }
.newstable a:visited    		{ color:#FFF; text-decoration:underline; }
.newstable a:active     		{ color:#FFF; text-decoration:underline; }
.newstable a:hover      		{ color:#FFF; text-decoration:underline; }

