
/* CSS Document */
body {

	margin: 0px;

	padding: 0px;

	color: #FFF;
	background: #000/* url(images/bg.jpg) repeat-y center*/;
	font: normal 13px/18px "Trebuchet Ms", "Lucida Grande", sans-serif;
}

input.inputButton {
margin-left:10px;
}

select{
font-size:11px;
}

#wrap {

	width: 800px;

	overflow: hidden;

	position:relative;

	margin: 0px auto;

    background: #000;
		background:#242323;


}

#content {

	width: 760px;

	float: left;

	display:inline;

	padding: 10px;

	margin: 8px;
	background:#242323;

}

#content p{
padding-right:20px;
}

#logo {
	margin-left:75px;
	background: url('images/maidLogo.gif') no-repeat;

	height: 177px;

	width: 800px;
	

}




#footer {

	clear: both;

	text-align: center;

	height: 100px;

	border-top-width: 1px;

	border-top-style: dotted;

	border-top-color: #FF00FC;

	width: 774px;

	padding: 0px;

	margin-right: auto;

	margin-left: auto;
	background:#000000;
	background:#242323;

}

#footer p{
	padding:10px;
	margin:0px;
}

#footer_menu {
	width: 100%;
	font-weight: bold;
	font-size: 90%;
	padding-top:5px;
	
}
#footer_menu:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer_menu ul {
	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #FF00FC;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	text-align: center; /*set value to "right" for example to align menu to the left of page*/
}
#footer_menu ul li {
	display: inline;
}
#footer_menu ul li a {
	color: #999999;
	padding: 5px;
	margin: 0;
	text-decoration: none;
}
#footer_menu ul li a:hover {
	color: #FF00FC;
}



h4, h3, h2, {

	margin: 0;

	padding: 0px;
	
	font-style: normal;

	font-weight: bold;

}
h1{

	margin-bottom: 10px;

	font-size: 24px;

}

h2{

	margin-bottom: 10px;

	font-size: 16px;

}

a, a:visited{

	color: #F67AFC;

	text-decoration:underline;
}

a:hover{

	text-decoration:none;
	color: #FFFF00;

}

table{

}

td, th{

	font-weight:normal;
}

.oneLiners{
padding-left:20px;
}



.additionalInfo{
color: #FF00FF;
}


ul.services , ul.questions, .TabbedPanelsContent ul {
list-style:none;
margin-left:0;
padding:0;
}
.services li, .questions li{
padding:5px;
}
.questions li select{
margin-left:20px;
}
.backButton{
width:50px;
float:right;
margin-top:-20px;
}
.backButton a{
color:#FFFF00;
}
.backButton a:hover{
color: #FFF;
}
.profileButtons{
background-color:#00FF00; border:0; color: #FFFF00; background-image:url(images/greenButton.gif); width:152px; height:38px;
font-size:13px; font-weight:bold; cursor:pointer;
}
.profileButtons:hover{
color:#FFFFFF;
}
tr.servicesTable:hover{
background: #333333;
}
.greenText{
color:#00FF00;
font-weight:bold;
}
.redText{
color: #FF0000;
font-weight:bold;
}
/********************************************************/
/*		Menus											*/
/********************************************************/
#chromemenu_maid {
	width: 99%;
	font-weight: bold;
	font-size: 90%;
	padding-top:5px;
	margin:0 auto;
	border-top:#FF00FC 1px dashed;
	border-bottom: #FF00FC 1px dashed;
	margin-top:10px;
}
#chromemenu_maid:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#chromemenu_maid ul {
width: 99%;
padding: 5px 0;
	margin: 0;
	text-align: center; /*set value to "right" for example to align menu to the left of page*/
}
#chromemenu_maid ul li {
	display: inline;
}
#chromemenu_maid ul li a {
	color: #999999;
	padding: 0 0 0 10px;
	margin: 0;
	text-decoration: none;
}
#chromemenu_maid ul li a:hover {
color: #FF00FC;
}




