/* standard elements */
.body {
	background-color: #FFF;
	margin-top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.body2 {
	background-color: #FFF;
	margin-top: 0px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
}
.navigation {
	font-family: 'Lusitana', "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:700;
	color:#333;
}
a.nav {
	font-size: 16px;
	font-weight:700;
	text-decoration: none;
	color:#333;
}
a.nav:hover {
	font-size:16px;
	font-weight:700;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color:#9c1d26;
}
.text1 {
	font-family:  'Lusitana', "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:400;
	color: #333;
}
.text2 {
	font-family:  'Lusitana', "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight:400;
	color: #9c1d26;
}
.text3 {
	font-family:  'Lusitana', "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:400;
	color: #9c1d26;
}
#picOne, #picTwo, #picThree, #picFour, #picFive  {
	display:none;

}


.zocdoc {
    padding: 5px 0 0 23px;
    position: relative;
    height: 72px;
    width: 500px;
    left: 330px;
}

.zocdoc a.zd_banner {
    background-image: url('/images/reskin_headerfooter_sprite.png');
    background-repeat: no-repeat;
    width: 240px;
    position: absolute;
    height: 75px;
    text-indent: -999px;
    top: 8px;
    left: -30px
}

.zocdoc a.zd_button {
    display: block;
    position: relative;
    float: right;
    top: 25px;
    right: 50px;
}

.zocdoc_caption {
    padding: 0px 0 0 0px;
    position: relative;
    height: 72px;
    width: 575px;
    left: 302px;
    color: #00AED0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 2.0em;
    text-decoration: none;
}

.zocdoc_caption a{
    color: #00AED0;
    text-decoration: none;
}

