/* CSS Document */

/*--- Structure Start --- */
img {
	border: none;
}

body{
background-image:url(/static/images/injury-clinics/bg.jpg);
background-repeat:repeat-x;
margin:0;
}

#wrapper{
	width:800px;
	margin: 0 auto;
	padding:0 30px 0 30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
}

#header{

}

#header a{
color:#105AA7;	
}
#logo{
background-image:url('/static/images/injury-clinics/logo-2012.jpg');
height:97px;
width:136px;
margin:5px auto 40px auto;
}

.divider{
	height:2px;
	background-image:url('/static/images/injury-clinics/divider-bg.gif');
	margin-bottom:10px;
}



#clinic-logo{
width:150px;
float:right;
margin-left:10px;
height:150px;
}


.clinic-row{
clear:both;	
}

.clinic-row a {
	color:#105aa7;
	text-decoration: none;
}

.clinic-row a:hover {
	color:#105aa7;
	text-decoration: underline;
}


#content{
}

 p.subheading{
	font-weight:bold;
	padding-right:20px;
}


/*--- Structure End --- */

/*--- Links Start --- */

#clinic-links{
	width:700px;
	margin:10px 0 40px 40px;
	color:#105aa7;
}

#clinic-links a{
	color:#105aa7;
}

#clinic-links a:hover{
	text-decoration:none;}
/*--- Links End --- */

/*--- Fonts Start --- */
#logo h1{
	margin:0;
	display:none;
}


#content h1{
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ee1b2d;
}

.fact{
color:#ee1b2d;
font-size:20px;
}

.find{
color:#ee1b2d;
font-weight:bold;
}

.clinic-name{
	color:#105aa7;
	font-weight:bold;
}

.town{
font-weight:bold;	
}


/*--- Fonts End --- */

/*--- Highlighting Classes Start --- */


/*--- Highlighting Classes End --- */

/* Contact form */
fieldset {
	position: relative;
}

legend {
	padding: 0;
	margin-left: 250px;
	color: black;
	font-weight: bold;
}

.contact-form {
	width: 560px;
	margin: 0 auto;
}


label {
	position: absolute;
	text-align: right;
	width: 130px;
}

input, textarea {
	width: 327px;
}

input:hover {
	background-color: #e2e2e2;
}

input, textarea {
	display: block;
	margin-left: 140px;
}

.button {
	border: 1px solid #ccc;
	width: 100px;
	font-weight: bold;
	
}

/*--More info page styles ---*/




/*--- Highlighting Classes End --- */

#more-info-content{
background-color:#ffffff;
padding-bottom:20px;
border:1px solid #cccccc;
text-align:center;
width:600px;
margin:0 auto;
}

#more-info-content h1{
font-size:18px;
font-weight: bold;
color: black;
}

a.back {
margin-left:320px;
color:#184981;
font-weight:bold;
}

a.back:hover {
text-decoration:none;
}


.more-info-divider{
background-image:url('/static/images/injury-clinics/more-info-divider.gif');
height:20px;
background-repeat:no-repeat;
background-position:center;
}

#links{
width:400px;
margin-left:140px;
}

.contact-link{
float:left;
width:200px;
font-size:16px;
text-align:left;
color:#cccccc;
font-family:Arial, Helvetica, sans-serif;
line-height:26px;
}


.contact-link a{
text-decoration:none;
font-size:30px;
color:#184981;
}

.contact-link a:hover{
text-decoration:underline;
}

.icon{
float:left;
border:0;
margin-right:10px;
}

/*--- Highlighting Classes End --- */

