/************************************************************************************/
/* MEDICAL BILL RESCUE STYLESHEET                                                   */
/* Content and Images Copyright Medical Bill Rescue - All rights reserved           */
/* Stylesheet Authored by Internet DesignWorks.com                                  */
/* Website design is our specialty :: Website Development our Passion               */
/************************************************************************************/

body{
	width:800px;
	text-align:center;
	vertical-align:middle;
	margin-left:10%;
} 

#copy{
	width:100%;
	background-image:url("../images/backgrounds/copyback.png");
	background-repeat:no-repeat;
	background-postion:50%; 50%;
	text-align:center;
	vertical-align:middle;
	height:100px;
	font-family:century gothic, arial, sans-serif;
	font-size:80%;
	color:#000066;
	font-weight:600;
	height:100px;
}

#copy a{
	color:#0000FF;
	text-decoration:underline;
	font-weight:600;
}

#copy a:hover{
	text-decoration:none;
	font-weight:600;
}

#copy h1{
	font-family:century gothic, arial, sans-serif;
	font-size:110%;
	text-align:center;
	color:#000000;
	font-weight:600;
	padding-top:2%;
}

#head{
	width:800px;
	height:150px;
}

#head img{
	float:left;
}

#address{
	background-image:url("images/backgrounds/addressback.png");
	background-repeat:repeat-x;
	height:22px;
	font-family: Century Gothic, Arial, Sans-Serif;
	font-weight:600;
	font-size:100%;
	color:#000000;
	border-top:#000000 1px solid;
	border-bottom:#000000 1px solid;
	text-align:right;
}	

.form{
	border:2px inset #990000;
}


#indexcontent{
	font-family:century gothic, arial, sans-serif;
	font-size:85%;
	font-weight:500;
	color:#333333;
	width:100%;
	text-align:left;
	margin-left:.5%;
	margin-top:-2%;
}

#indexcontent a{
	color:#0000ff;
	font-weight:500;
	text-decoration:underline;
}

#indexcontent a:hover{
	color:#0000ff;
	font-weight:500;
	text-decoration:none;
}


#indexcontent b{
	color:#ff0000;
	font-weight:600;
}

#indexcontent ul{
	list-style-image:url("../images/backgrounds/navback.png");
}

#nav{
	width:175px;
	text-align:center;
	vertical-align:top;
}

#nav ul{
	list-style-type:none;
	margin-left:-40px;
}

#nav li a{
	display:block;
	text-align:left;
	padding-left:18px;
	background-image:url("../images/backgrounds/navback.png");
	background-repeat:no-repeat;
	background-position:2%, 50%;
	border:#da1b01 2px outset;
	background-color:#ffffff;
	font-family: Century Gothic, Arial, Sans-Serif;
	font-weight: 600;
	color:#000000;
	font-size:80%;
	text-decoration:none;
}

#nav li a:hover{
	display:block;
	text-align:left;
	padding-left:18px;
	background-image:url("../images/backgrounds/navhover.png");
	background-repeat:no-repeat;
	background-position:2%, 50%;
	border:#000000 1px outset;
	background-color:#da1b01;
	font-family: Century Gothic, Arial, Sans-Serif;
	font-weight: 600;
	color:#ffffff;
	font-size:80%;
	text-decoration:none;
}


#slogan{
	background-image:url("images/backgrounds/slogan.png");
	background-repeat:repeat-x;
	height:22px;
	font-family: Century Gothic, Arial, Sans-Serif;
	font-weight:600;
	font-size:100%;
	color:#000000;
	border-top:#000000 1px solid;
	border-bottom:#000000 1px solid;
	text-align:left;
	padding-top:2px;
}	

