@charset "UTF-8";
/* CSS for AnimalHospital.ie
   Written by Tyler Willingham
   Designed by Patrick Comerford
*/

* {
	margin: 0;
	padding: 0;
}

a {
	font-weight: normal;
	text-decoration: none;
}

body {
	background: #ffffff;
	margin-top: 5px;
	font-family: Verdana;
	font-size: 13px;
	background: url(images/tile.jpg);
}

.container {
	width: 920px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-left: 4px;
	padding-right: 4px;
    padding-top:4px;
    padding-bottom:4px;
	}

/* Pre navigation section */

.prenav {
	height: 73px;
	width: 815px;
	background: url(images/01_prenav_bg.jpg) no-repeat;
	padding: 0 0 0 105px;
	background-color: #ffffff;
}

.prenav h1 {
	font-weight: normal;
	font-size: 24px;
	color: #d30063;
	line-height: 24px;
	padding-top: 30px;
}

/* Navigation section */

.navigation {
	width: 920px;
	background: #25bafc url(images/02_nav_bg.jpg) no-repeat;
	color: #FFFFFF;
	height: 30px;
	font-size: 13px;
	margin: 0 0 5px 0;
}

.navigation ul {
	list-style: none;
	padding-top: 8px;
	padding-left: 150px;
}

.navigation ul li {
	float: left;
	width: 100px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
}

.navigation ul li a {
	color: #FFFFFF;	
}

.navigation ul li.last {
	border: 0;	
}

.navigation ul li a:hover {
	color: #d30063;	
}

/* Left pink section */

.left {
	width: 155px;
	height: 530px;
	background: #d30063;
	color: #FFFFFF;
	padding: 5px;
	overflow: hidden;
	float: left;
	text-align: center;
}

.left.title {
	text-align: center;
}

.left ul {
	margin: 10px 0 10px 5px;
	text-align: left;
}

.left ul li {
	padding: 18px 0 18px 18px;
	background: url(images/bullet.jpg) left no-repeat;
	color: #FFFFFF;
}

/* Center content area */

.center {
	width: 580px;
	height: 535px;
	float: left;
	padding: 0 5px 5px 5px;
	background: #ffffff;
	overflow: auto;
}

.center a {
	color: #d30063;	
}

/* Right content area */

.right {
	width: 155px;
	height: 530px;
	float: left;
	padding: 5px;
	margin: 0 0 5px;
	background: #FFFFFF;
}

/* footer area */

.footer {
	background: #25bafc;
	width: 910px;
	padding: 5px;
	text-align: right;
	clear: both;
	color: #FFFFFF;
	font-size: 12px;
}

/* other */

.blue {
	color: #25bafc;	
}

.pink {
	color: #d30063;	
}

p {
	padding: 0 0 15px 0;	
}

.memberfield {
	height: 90px;
	overflow: hidden;
}

.memberfield img {
	border: 2px solid #000000;
	float: left;
	margin: 0 5px 0 0;
}

.contest {
	padding: 11px 0 0 15px;	
}

.team_text{
	font-family: Verdana;
	font-size: 8px;
	font-weight: bold;
}

.team_text_title{
	font-family: Verdana;
	font-size: 8px;
	font-weight: bold;
	color: #25bafc;
}