
/* UNIVERSAL STYLES
================================================================================*/

html, body{
	padding:0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	background:#b20838 url(../../images/bg.jpg) repeat-x 0 0;
	}
	
/*fixing firefox outline*/

a:active{
	outline:none;
	}
	
:focus{
	outline:none;
	}
	
img, form{
	padding:0;
	margin:0;
	border:none;
	}
	

	
/*TEXT STYLES
================================================================================*/

h2{
	padding:0 0 24px 0;
	margin:0;
	font:normal 24px Impact;
	color:#b30838;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:100%;
	}

h3{
	color:#b30838;
	}
h4{
	}

p
{
    line-height:140%
}
.pink_text
{
	color:#b30838;
}

hr
{
color:#b30838;
background-color:#b30838;
border:0;
height:2px;
}

.simple_list
{
    padding-left:18px;
    line-height:140%;
    
}

a:link, a:visited{
	/*text-decoration:none;*/
	color:#b30838;
	}
	
a:hover{
	text-decoration:underline;
	}
	

/* NAVIGATION STYLES
================================================================================*/
	
#nav{
	background:url(../../images/nav_bg.jpg) repeat-x 0 0;
	width:920px;
	height:44px;
	padding:0 0 0 40px;
	}
	

/* LAYOUT STYLES
================================================================================*/
	
#container{
	padding:0;
	margin:0 auto 0 auto;
	width:960px;
	border:1px solid #fff;
	}
	
#header{
	width:960px;
	}
	
#bodyarea{
	width:960px;
	}
	
#content_first{
	background:url(../../images/top_content_bg.jpg) no-repeat left bottom;
	width:643px;
	padding:0 277px 71px 40px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
#content_first p{
	line-height:140%;
	padding:20px 0 0 0;
	margin:0;
	}
	
#content_second{
	background-color:#fff;
	width:960px;
	padding:20px 0 30px 0;
	}
	
#content_second_row{
	background:url(../../images/content_bg.jpg) repeat-y 0 0;
	width:880px;
	padding:10px 40px 0 40px;
	}
	
.cleardiv{
	clear:both;
	font-size:0;
	height:0;
	}
	
#content_left{
	float:left;
	width:260px;
	padding:0 34px 0 0;
	}
	
#content_middle{
	float:left;
	width:228px;
	padding:0 27px 0 38px;
	}

#content_right{
	float:left;
	width:255px;
	padding:0 0 0 38px;
	}
	
.news_text{
	padding:0 0 17px 0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:140%;
	}
	
.news_text a:link, .news_text a:visited{
	text-decoration:none;
	color:#b30838;
	}
	
.news_text a:hover{
	text-decoration:underline;
	}
	
.pink_text_b{
	font:bold 17px Arial, Helvetica, sans-serif;
	color:#b30838;
	}
	
.patient_menu{
	line-height:100%;
	padding:0;
	margin:0;
	list-style:none;
	}
	
.patient_menu li{
	padding:0 0 10px 0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#b30838;
	}
	
.patient_menu li a:link, .patient_menu li a:visited{
	text-decoration:none;
	color:#b30838;
	}
	
.patient_menu li a:hover{
	text-decoration:underline;
	}
	
#footer{
	width:936px;
	background-color:#b20838;
	padding:10px 12px 9px 12px;
	}
	
#footer_left{
	float:left;
	width:400px;
	}
	
#footer_left ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#footer_left ul li{
	padding:0;
	margin:0;
	display:inline;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
#footer_left ul li em{
	font-style:normal;
	padding:0 6px 0 10px;
	}
	
#footer_left ul li a:link, #footer_left ul li a:visited{
	text-decoration:none;
	color:#fff;
	}
	
#footer_left ul li a:hover{
	text-decoration:underline;
	}
	
#footer_right{
	float:right;
	width:400px;
	text-align:right;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#fff;
	}

#bottomdiv{
	margin:0 auto 0 auto;
	width:962px;
	height:30px;
	}


/*for inner pages*/

#content_second_inner{
	background-color:#fff;
	width:890px;
	padding:30px 35px 30px 35px;
	}
	
#content_inner_left{
	float:left;
	width:580px;
	}
	
.text{
	line-height:140%;
	padding:0 0 20px 0;
	margin:0;
	}
	
#content_inner_right{
	float:right;
	width:253px;
	}
	
#rightnav{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#rightnav li{
	margin:0 0 5px 0;
	font-size:12px ;
	font-weight:bold;
	font-style: normal;
	text-transform:uppercase;
	
	}
	
#rightnav li a:link, #rightnav li a:visited{
	background:url(../../images/rightnav_bg.jpg) no-repeat 0 0;
	width:240px;
	height:32px;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:10px 0 0 6px;
	}
	
#rightnav li a:hover{
	/*background:url(../../images/rightnav_bg_hover.jpg) no-repeat 0 0;*/
	width:240px;
	height:32px;
	/*color:#b30838;*/
	}
		
#rightnav li a.selected{
	background:url(../../images/rightnav_bg_hover.jpg) no-repeat 0 0 ;	
	color:#b30838;
	}
	
/* Allergy Shot Information*/

table#allergy td.c1
{
    width:90px;
}

table#allergy td.c2, table#allergy td.c3, table#allergy td.c4
{
    width:170px;
}

table#allergy tr.r1 td.c1, table#allergy tr.r1 td.c2, table#allergy tr.r1 td.c3, table#allergy tr.r1 td.c4
{
    border-bottom: solid 2px #b30838;
}
	
table#allergy tr.r2 td.c1, table#allergy tr.r2 td.c2, table#allergy tr.r2 td.c3, table#allergy tr.r2 td.c4
{
    border-bottom: solid 1px #b30838;
}


table#allergy tr.r3 td.c1, table#allergy tr.r3 td.c2, table#allergy tr.r3 td.c3, table#allergy tr.r3 td.c4
{
    border-bottom: solid 2px #b30838;
}

table#allergy tr.r4 td.c1, table#allergy tr.r4 td.c2, table#allergy tr.r4 td.c3, table#allergy tr.r4 td.c4
{
    border-bottom: solid 1px #b30838;
}
table#allergy tr.r5 td.c1, table#allergy tr.r5 td.c2, table#allergy tr.r5 td.c3, table#allergy tr.r5 td.c4
{
    border-bottom: solid 2px #b30838;
}

/* Allergy Treatment */
table#allergy_treatment td.c1
{
    width:90px;
}
table#allergy_treatment td.c2
{
    width:490px;
}

table#allergy_treatment tr.r1 td.c1, table#allergy_treatment tr.r1 td.c2
{
    border-top: solid 2px #b30838;
}

table#allergy_treatment tr.r2 td.c1, table#allergy_treatment tr.r2 td.c2
{
    border-top: solid 1px #b30838;
}

table#allergy_treatment tr.r3 td.c1, table#allergy_treatment tr.r3 td.c2
{
    border-top: solid 2px #b30838;
}


/* Allergy Symptoms */

table#allergy_symptom td.c1
{
    width:140px;
}
table#allergy_symptom td.c2
{
    width:440px;
}

table#allergy_symptom tr.r2 td.c1, table#allergy_symptom tr.r2 td.c2, table#allergy_symptom tr.r5 td.c1, table#allergy_symptom tr.r5 td.c2,
table#allergy_symptom tr.r8 td.c1, table#allergy_symptom tr.r8 td.c2, table#allergy_symptom tr.r11 td.c1, table#allergy_symptom tr.r11 td.c2
{
    border-bottom: solid 2px #b30838;
}

table#allergy_symptom tr.header td
{
    color:#fff;
    height:38px;
    line-height:38px;
    background:#b30838;
    font-weight:bold;
}

/*About Us */
#img_list .img_container
{
    margin-bottom:28px;
}
#img_list .title
{
    font-size:14px;
    color:#b30838;
    font-weight:bold;
}
#img_list img
{
    width:133px;
    height:161px;
    padding-right:18px;
    margin:0;
    border:0;
}

/* Contact */
#contact_content #contact_first, #contact_content #contact_second, #contact_content #contact_third
{
    float:left;
    width:190px;
}

/* Insurance */
#insurance_content #insurance_first, #insurance_content #insurance_second, #insurance_content #insurance_third, #insurance_content #insurance_fourth
{
    float:left;
    width:220px;
}

#insurance_content .simple_list
{
    list-style:none;
    padding-left:0;
}


#insurance_content .simple_list li
{
    padding:0 0 10px 0;
}
#insurance_content .simple_list a:link, #insurance_content .simple_list a:visited
{
    text-decoration:none;
}

#insurance_content .simple_list a:hover
{
	text-decoration:underline;
    
}