/*-----------------------------------------------------
tillesfootcare.com
FileName:  screen.css
Author: Agnes J. DelRosario
Comments: Original Version
-----------------------------------------------------*/

/***zero out***/
#test {
	margin: 0 auto;
	text-align:center;
	width: 750px;
}

*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #48A1CB;
	padding: 10px 0 0 0;

}




a{
	color: #FF0000;
	text-decoration: underline;
}

#container {
	width: 750px;
	margin: 0 auto;
	position: relative;
	
}

/*Wraps Everything*/
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	float: left;
	clear: both;
	font-size: 95%;
	background: #FFFFFF;
	border: 1px solid #333333;

}

/*Footer*/

#footer{
	width: 750px;
	left: 6px;
	float: left;
	clear: both;
	border-top: 2px solid #666666;
	background: #BFDBE9;
}


#footer h1{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #333333;


}
#footer ul {
	padding: 20px;

}

#footer li {
	list-style-type: none;
	display: inline;
}

#footer a{
	color: #FF0000;
	text-decoration: underline;
}

#footer li a{
	color: #333333;
	text-decoration: none;

}
#footer li a:hover{
	color: #FF0000;

}


#content{
	width: 750px;
	padding: 0px;
	background: #FFFFFF;
	position: relative;
	clear: both;
	float: left;


}
#contentleft {
	text-align: left;
	float: left;
	position: relative;
	padding: 10px;
	background: url(../images/mid_bg.jpg) no-repeat;
	width: 250px;
}
#contentleft h1{
	color: #FF0000;
	padding-left: 30px;
	padding-top: 5px;
	font-size: 24px;
}

#contentleft p{
	margin-top: 10px;



}



#rightSide{
	float: right;
	width: 240px;
}

#headerContainer {
	clear: both;
	width: 750px;
	position: relative;
	float: left;
	background: #7FB9CD url(../images/top_bg.png) no-repeat;
	height: 230px;
	border-bottom: 2px solid #666666;

}


#address{
	float: right;
	position: relative;
	top: 128px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #F0F8FA;


}

#address2{
	float: right;
	position: relative;
	top: 128px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #F0F8FA;

}



#sidebarInt {
	float: left;
	width: 230px;
	background: #FFFFFF;
	padding: 0px 5px 5px;

}


#nav {
}
#nav ul{


}

#nav li{
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #FF0000;
	font-size: 14px;
	text-align: left;
	font-weight: bolder;
	padding-top: 30px;
	padding-left: 10px;

}

#nav li a{
	color: #FF0000;
	text-decoration: none;

}
#nav li a:hover{
	color: #000000;

}


#intCopy {
	text-align: left;
	float: left;
	position: relative;
	padding: 25px;
	background: url(../images/mid_bg.jpg) no-repeat;
	width: 460px;
}
#intCopy h1{
	color: #FF0000;
	padding-left: 5px;
	padding-top: 5px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 18px;
	border: thin dotted #48A1CB;
	width: 170px;
	margin-bottom: 20px;
	background: #BFDBE9;
	margin-left: 140px;
	text-align: center;


}

#intCopy h2{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

#intCopy h3{
	color: #48A1CB;
	text-align: center;


}


#intCopy p{
	color: #666666;
	margin-top: 10px;
}

#intCopy ul{
	padding-left: 30px;
	color: #9E171D;
	
}

#intCopy a{
	color: #9E171B;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;


}


.imgBorder{
	border: 2px solid #48A1CB;
	padding: 5px;

}
