
body.index {
	background: url("/_ima/bg.jpg") repeat-x #fff;
	}
body {
	background: url("/_ima/bg-inside.jpg") repeat-x #fff 32px 0px;
	margin: 0px; 
	padding: 0px;
	font: 11pt/18pt Helvetica, Arial, sans-serif;
	color: #888;	
	}

/*____________________________________________________________________________________________ Links _*/

a:link {
	color: #758da9;
	text-decoration: underline;
	}
a:visited {
	color: #758da9;
	text-decoration: underline;
	}
a:hover {
	color: #EC7D10;
	text-decoration: underline;
	}
a:active {
	color: #EC7D10;
	text-decoration: underline;
	}
	
/*____________________________________________________________________________________________ Helpers _*/

.clearer { clear: both; line-height: 0px; font-size: 0px; width: 100%; height: 0px; margin: 0px; padding: 0px; }
.breaker { clear: both; line-height: 0px; font-size: 0px; width: 100%; height: 20px; margin: 0px; padding: 0px; }
.big-breaker { clear: both; line-height: 0px; font-size: 0px; width: 100%; height: 40px; margin: 0px; padding: 0px; }

.display-block { display: block; margin: 0px; padding: 0px; }

.wtf { border: 1px solid red; }

.text-center { text-align: center; }

.nomarpad { margin: 0px; padding: 0px }


/*____________________________________________________________________________________________ HTML Presets _*/

h2 {
	font: 20pt/20pt Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 40px 0px;
	color: #fff;
	}
	
strong { color: #2E4763; }

ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	}
ul li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
/*____________________________________________________________________________________________ Main Layout _*/

#container {
	border-bottom: 1px solid #d9e1ec;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	}
		
.middler {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	}
	
#dasher {
	width: 100%;
	height: 0px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	border-top: 1px dashed #395f8b;
	}
#dancer {
	width: 100%;
	height: 0px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	border-top: 1px dashed #1c334c;
	}
#navigation {
	background: url("/_ima/navigation-bg.jpg") repeat-x;
	width: 100%;
	height: 74px;
	border-bottom: 1px solid #283749;
	}
	.logo {
		float: left;
		border: 0px;
		margin: 0px;
		padding: 0px;
		}
	#nav-mover {
		float: right;
		padding: 20px 20px 0px 0px;
		}
	a.nav-aboutus {
		background: url("/_ima/nav-aboutus.gif") no-repeat;
		width: 90px;
		height: 34px;
		float: left;
		margin: 0px 3px 0px 0px;
		}
	a.nav-services {
		background: url("/_ima/nav-services.gif") no-repeat;
		width: 87px;
		height: 34px;
		float: left;
		margin: 0px 3px 0px 0px;
		}
	a.nav-mugshots {
		background: url("/_ima/nav-mugshots.gif") no-repeat;
		width: 104px;
		height: 34px;
		float: left;
		margin: 0px 3px 0px 0px;
		}
	a.nav-articles {
		background: url("/_ima/nav-articles.gif") no-repeat;
		width: 78px;
		height: 34px;
		float: left;
		margin: 0px 3px 0px 0px;
		}
	a.nav-links {
		background: url("/_ima/nav-links.gif") no-repeat;
		width: 63px;
		height: 34px;
		float: left;
		margin: 0px 3px 0px 0px;
		}
	a.nav-contact {
		background: url("/_ima/nav-contact.gif") no-repeat;
		width: 87px;
		height: 34px;
		float: left;
		}
	a.nav-petportal {
		background: url("/_ima/nav-petportal.gif") no-repeat;
		width: 100px;
		height: 34px;
		float: left;
		}
		a.nav-hover:hover {
			background-position: 0px -34px;
			}
		
/* #slideshow-bg {
	background: url("/_ima/slideshow-bg.jpg") no-repeat;
	width: 960px;
	height: 355px;
	margin: 0px;
	padding: 0px;
	} */
.introduction {
	position: absolute;
	color: #888888;
	width: 350px;
	padding: 45px 0px 0px 50px;
	}
.introduction strong {
	color: #515151;
	font-size: 30px;
	font-weight: normal;
	}
#slideshow {
	width: 960px;
	height: 355px;
	margin: 0px;
	padding: 0px;
	}
	
#index-left {
	width: 630px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#index-right {
	width: 277px;
	float: right;
	margin: 0px;
	padding: 0px;
	}
	.index-hospital {
		background-color: #E4E9EF;
		padding: 12px;
		margin: 15px 0px 0px 0px;
		border: 1px solid #D2D9E1;
		}
	.index-hospital:nth-of-type(1n) {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}
		
	
.subtitle {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	color: #758da9;
	font-size: 12px;
	line-height: 12px;
	border-bottom: 1px solid #bdc6cf;
	}
.title {
	width: 100%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #ed7c0e;
	font-size: 18px;
	border-top: 1px solid #fff;
	}
	.title a, .title a:visited {
		color: #ed7c0e;
		text-decoration: none;
		padding: 5px 5px 3px 0px;
		}
	.title a:hover, .title a:active {
		background-color: #ed7c0e;
		color: #fff;
		text-decoration: none;
		padding: 5px 5px 3px 5px;
		}
	
a.left-btn {
	background-color: #E4E9EF;
	border-top: 1px solid #D2D9E1;
	border-right: 1px solid #A8BACF;
	border-bottom: 1px solid #D2D9E1;
	border-left: 1px solid #D2D9E1;
	text-decoration: none;
	color: #839ab7;
	padding: 8px 15px 8px 15px;
	font-size: 13px;
	line-height: 13px;
	float: left;
	}
a.right-btn {
	background-color: #E4E9EF;
	border-top: 1px solid #D2D9E1;
	border-right: 1px solid #D2D9E1;
	border-bottom: 1px solid #D2D9E1;
	border-left: 1px solid #fff;
	text-decoration: none;
	color: #839ab7;
	padding: 8px 15px 8px 15px;
	font-size: 13px;
	line-height: 13px;
	float: left;
	}
a.full-btn {
	background-color: #E4E9EF;
	border: 1px solid #D2D9E1;
	text-decoration: none;
	color: #839ab7;
	padding: 8px 15px 8px 15px;
	font-size: 13px;
	line-height: 13px;
	float: left;
	}
	a.right-btn:hover, a.right-btn:active,
	a.left-btn:hover, a.left-btn:active,
	a.full-btn:hover, a.full-btn:active {
		color: #23384E;
		text-decoration: none;
		}
		
	a.left-btn:nth-of-type(1n) {
		-moz-border-radius-bottomleft: 3px;
		-webkit-border-bottom-left-radius: 3px;
		border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
		}
	a.right-btn:nth-of-type(1n) {
		-moz-border-radius-bottomright: 3px;
		-webkit-border-bottom-right-radius: 3px;
		border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-webkit-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
		}
	a.full-btn:nth-of-type(1n) {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}
		
	
#extras {
	background-color: #f0f4f8;
	margin: 0px;
	padding: 30px 0px 30px 0px;
	border-top: 1px solid #fff;
	}
	a.colorbox {
		background-color: #fff;
		margin: 0px 15px 0px 0px;
		padding: 7px;
		border-top: 1px solid #e5e9ed;
		border-right: 1px solid #e5e9ed;
		border-bottom: 1px solid #aeb0b1;
		border-left: 1px solid #e5e9ed;
		float: left;
		}
	a.colorbox:hover {
		border: 1px solid #FB9532;
		}
	a.colorbox img {
		border: 0px;
		margin: 0px;
		padding: 0px;
		display: block;
		}

	a.btn-mugshot {
		background: url("/_ima/btn-mugshot.jpg") no-repeat;
		width: 277px;
		height: 105px;
		float: right;
		}	
	
#footer {
	background-color: #24394e;
	margin: 0px;
	padding: 30px 0px 80px 0px;
	display: block;
	border-top: 1px solid #000;
	}
	a.facebook {
		background: url("/_ima/facebook.png") no-repeat;
		width: 42px;
		height: 43px;
		float: left;
		}
	.footer-links {
		width: 500px;
		margin: 0px;
		padding: 3px 0px 0px 20px;
		float: left;
		font-size: 12px;
		line-height: 19px;
		}
	.footer-links span {
		color: #fff;
		}
	.footer-links a, .footer-links a:visited {
		color: #758da9;
		text-decoration: none;
		}
	.footer-links a:hover, .footer-links a:active {
		color: #EC7D10;
		text-decoration: none;
		}
	a.fcm {
		background: url("/_ima/fcm.gif") no-repeat;
		width: 141px;
		height: 21px;
		float: right;
		margin: 19px 0px 0px 0px;
		padding: 0px;
		}
	
/*____________________________________________________________________________________________ Inside Layout _*/
	
	
#inside-content {
	background: url("/_ima/inside-bg.jpg") repeat-x #fff;
	min-height: 400px;
	padding: 25px 50px 50px 50px;	
	border: 10px solid #fff;
	}
	
#inside-left {
	width: 580px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#inside-right {
	width: 227px;
	float: right;
	margin: 0px;
	padding: 69px 0px 0px 0px;
	}
#inside-right-2 {
	width: 227px;
	float: right;
	margin: 0px;
	padding: 0px;
	}
	
	
#mug-left {
	width: 650px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#mug-right {
	width: 180px;
	float: right;
	margin: 0px;
	padding: 69px 0px 0px 0px;
	}
	
.cat-links a,
.cat-links a:visited,
.cat-links a:hover,
.cat-links a:active {
	background-color: #E1E6EC;
	width: 175px;
	float: left;
	margin: 0px 0px 2px 0px;
	padding: 3px 3px 0px 5px;
	text-decoration: none;
	}
	
.youel-eleye {
	background: url("/_ima/youel-eleye.jpg") no-repeat 0px 8px;
	padding: 0px 0px 0px 15px;
	}

.articleholder img {
	float: right;
	border: 10px solid #E0EBEF;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	width: 400px;
	}
	
a.archive-links,
a.archive-links:visited,
a.archive-links:hover,
a.archive-links:active {
	width: 227px;
	float: left;
	padding: 12px 0px 12px 0px;
	text-decoration: none;
	border-bottom: 1px solid #BDC6CF;
	line-height: 18px;
	}
	
/*____________________________________________________________________________________________ Mug Shots Layout _*/
	
#mug-content {
	background: url("/_ima/inside-bg.jpg") repeat-x #fff;
	min-height: 300px;
	padding: 25px 0px 50px 50px;	
	border: 10px solid #fff;
	}
#mug-content h2 {
	margin-left: 0px;
	}
	
a.colorboxinside, a.colorboxinside:visited {
	background-color: #fff;
	margin: 0px 11px 11px 0px;
	padding: 7px;
	border-top: 1px solid #e5e9ed;
	border-right: 1px solid #e5e9ed;
	border-bottom: 1px solid #aeb0b1;
	border-left: 1px solid #e5e9ed;
	float: left;
	}
	a.colorboxinside:hover, a.colorboxinside:active {
		border: 1px solid #FB9532;
		}
	a.colorboxinside img {
		width: 135px;
		border: 0px;
		margin: 0px;
		padding: 0px;
		display: block;
		}
	

/*____________________________________________________________________________________________ About Us Layout _*/
	
.staff-pic {
	float: left;
	margin: 0px 15px 10px 0px;
	padding: 5px;
	border-top: 1px solid #e5e9ed;
	border-right: 1px solid #e5e9ed;
	border-bottom: 1px solid #aeb0b1;
	border-left: 1px solid #e5e9ed;
	}
	
/*____________________________________________________________________________________________ Links Layout _*/
	

a.linkbox, a.linkbox:visited {
	width: 190px;
	height: 170px;
	background-color: #fff;
	margin: 0px 11px 11px 0px;
	padding: 7px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #e5e9ed;
	border-right: 1px solid #e5e9ed;
	border-bottom: 1px solid #aeb0b1;
	border-left: 1px solid #e5e9ed;
	float: left;
	}
	a.linkbox:hover, a.linkbox:active {
		border: 1px solid #FB9532;
		text-decoration: none;
		}
	a.linkbox img {
		border: 0px;
		margin: 0px 0px 5px 0px;
		padding: 0px;
		display: block;
		}

a.login-btn, a.login-btn:visited {
	background: url("/_ima/login-btn.jpg") no-repeat;
	width: 227px;
	height: 36px;
	float: left;
	}
	a.login-btn:hover, a.login-btn:active {
		background-position: 0px -36px;
		}

/*____________________________________________________________________________________________ Contact Layout _*/

.contact-left {
	width: 540px;
	float: left;
	}
	#form-section {
		float: left;
		}
	.input-names {
		width: 200px;
		height: 20px;
		padding: 3px 0px 0px 0px;
		margin: 0px 0px 10px 0px;
		float: left;
		font-size: 12px;
		}
	.inputs {
		width: 200px;
		height: 20px;
		padding: 3px 0px 0px 5px;
		margin: 0px 10px 0px 0px;
		float: left;
		font-size: 16px;
		border: 1px solid #CFC9C2;
		}
	.selects {
		width: 207px;
		height: 25px;
		padding: 2px 0px 2px 0px;
		float: left;
		font-size: 16px;
		border: 1px solid #CFC9C2;
		}
	.textareas {
		width: 369px;
		height: 65px;
		padding: 2px 0px 2px 5px;
		float: left;
		font-size: 16px;
		font-family: verdana;
		border: 1px solid #CFC9C2;
		}
	#submit-btn {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 200px;
		float: left;
		}
		
	.inputs:focus {
		border: 1px solid red;
		}
	select:focus {
		border: 1px solid red;
		}
	textarea:focus {
		border: 1px solid red;
		}
		
	.error {
		color: red;
		}
