/* ------ MEDIA TAG ----- */

@media screen {

body {
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: -moz-scrollbars-vertical;  /*add scrollbar to mozilla when to short to scroll normally*/
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

a {
	color: #3a7788;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 230%;
	font-weight: bold;
	color: #4ea2b9;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	color: #6C6C6C;
}

th {
	background-color: #4ea2b9;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #ffffff;
}

td {
	background-color: #c6e5ee;
	border-bottom: 1px solid #FFFFFF;
}

ul {
	list-style-image:url(/cleaning_ladies/images/template/dot1.gif);
}

ul li ul {
	list-style-image:url(/images/template/dot2.gif);
}

/* ----- END HTML TAGS ----- */

/* ----- CONTAINTERS ----- */

.container {
	/*width: 760px;*/
	width: 860px;
	margin: 10px auto;
	border: 1px solid #6C6C6C;
	background-color:#FFFFFF;
}

	
.headerContainer {
	clear: both;
	width: 100%;
}

.headerMenuContainer {
	background-color: #c6e5ee;
	border-bottom: 2px solid #FFFFFF;
	position: relative;
	float: left;
	width: 100%;
}

.headerLogo {
	position: relative;
	float: left;
	padding: 8px;
}

.headerBreadcrumb {
	position: relative;
	float: left;
	padding: 8px 0px 0px 0px;
	color: #6C6C6C;
	font-size: 10px;
}

.headerBreadcrumb a {
	color: #6C6C6C;
	text-decoration: none;
}

.headerBreadcrumb a:hover {
	text-decoration: underline;
}

.headerRightText {
	position: relative;
	float: right;
	padding: 65px 10px 0px 0px;
	text-align: left;
}

.headerH1 {
	font-size: 200%;
	font-weight: bold;
	color: #2986a0;
}

.headerH2 {
	font-size: 140%;
	font-weight: bold;
	color: #6C6C6C;
}

.menuContainer {
	clear: both;
	width: 100%;
}

.menuInternalContainer {
	background-color: #4ea2b9;
	position: relative;
	float: left;
	width: 100%;
}

.menuCenterInternalContainer {
	margin: 0px 10px 0px 10px;
}

.menuItemContainer {
	float: left;
	margin: 0px 10px 0px 10px;
}

.menuItemImage {
}

.menuItemText {
	text-align: center;
	line-height: 9px;
	background-image: url(/cleaning_ladies/images/template/Button.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 11px 0px;
	font-size: 12px;
	color: #A83A63;
	font-weight: bold;
}

.bodyContainer {
	padding: 10px;
	clear: both;
}

.footerContainer {
	clear: both;
	width: 100%;
}

.footerMenuContainer {
	background-color: #c6e5ee;
	position: relative;
	float: left;
	border-top: 2px solid #4ea2b9;
	width: 100%;
	font-size: 10px;
	color: #6C6C6C;
}

.footerMenuLeft {
	position: relative;
	float: left;
	padding: 7px 5px 6px 5px;
}

.footerMenuRight {
	position: relative;
	float: right;
	padding: 7px 5px 6px 5px;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.tableNone td {
	border: 0px;
}

.textRed {
	color:#FF0000;
}

.imageFloatRight {
	float:right;
	margin: 3px 0px 3px 3px;
	border: 2px solid #4ea2b9;
}

.floatRight {
	float:right;
}

.imageBorder {
	margin: 3px 0px 3px 3px;
	border: 2px solid #4ea2b9;
}

.coverageMapFloatRight {
	float:right;
	padding: 0px 0px 20px 0px;
}

.textI {
    font-style:italic;

}

}

/* ------ END MEDIA TAG ----- */