@charset "UTF-8";
/* 
	Based on Walden "Master Style Sheet" developed by Aaron Gough 
	Walden: http://www.waldendesign.com
*/

/************************************************

			Generic Basic Styling
			
*************************************************/

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #f5f5f5 url(images/template_images/background_header.jpg) top left repeat-x;;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
}

img{
border: 0;
}

h1{

}

h2{
color: #545454;
}

h3{

}

h4{

}

h5{

}

p{

}

ul{

}

a{
color: #ec1c24;
}
/************************************************

		Custom Styling for Specifi IDs
			
*************************************************/

#container{
width: 983px;
margin: 0 auto;
background: transparent url(images/template_images/column_repeat.gif) top left repeat-y;
}

#container_header{
width: 983px;
background: transparent url(images/template_images/header.jpg) top left no-repeat;
padding-top: 115px;
position: relative;
}

#container_footer{
width: 983px;
background: transparent url(images/template_images/footer.gif) bottom left no-repeat;
padding-bottom: 124px;
position: relative;
}

#header_menu{
height: 57px;
width: 983px;
position: relative;
}

.menu_item{
display: block;
position: absolute;
top: 0px;
width: 93px;
height: 27px;
padding-top: 2px;
color: #c9c8c8;
text-decoration: none;
font-size: 10px;
font-weight: bold;
background: transparent url(images/template_images/black_button.gif) top left no-repeat;
}

.menu_item:hover{
background: transparent url(images/template_images/red_button.gif) top left no-repeat;
}

#home{
left: 275px;
}

#endoscopy{
left: 387px;
} 

#vet_locums{
left: 499px;
} 

#case_month{
left: 612px;
} 

#about_us{
left: 724px;
} 

#contact_us{
left: 836px;
}


#main_column{
width: 493px;
padding-left: 353px;
padding-right: 130px;
text-align:left;
}

#contact_email{
position: absolute;
right: 67px;
bottom: -82px;
color: white;
font-size: 10px;
}

#contact_details{
position: absolute;
bottom: -105px;
right: 57px;
color: white;
font-size: 10px;
}

#walden_badge{
display: block;
width: 933px;
margin: 0 auto;
padding-left: 50px;
padding-top: 5px;
color: #a7a6a6;
text-align: left;
font-size: 10px;
}

/************************************************

				Global Classes
			
*************************************************/

/* for any block-level elements */
.clear{ 
clear:both; 
}

.float_left{
float:left;
padding-right:15px;
padding-bottom:10px;
margin-top:4px;
}

.float_right{
float:right;
padding-left:10px;
padding-bottom:10px;
margin-top:-23px;
}

/* for text */
.text-left{
text-align:left;
}

.text-right{
text-align:right;
}

.text-center{
text-align:center;
}

.text-justify{
text-align:justify;
}

.bold{
font-weight:bold;
}

.italic{
font-style:italic;
}

.underline{
text-decoration: underline;
}

.highlight{
background:#ffc;
}

/* for images */
.img-left{
float: left;
margin: 4px 10px 4px 0;
}

.img-right{
float: right;
margin: 4px 0 4px 10px;
}

/* for lists */
.nopadding{
padding:0;
}

.noindent
{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
}

