/*  
Theme Name: Wright Veterinary Medical Center
Theme URI: 
Description: Custom WordPress Theme for Wright Veterinary Medical Center
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

html, body  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #211F1F;
	width: 100%;
	line-height: 20px;
	background: url(images/background.jpg) repeat-x left top #F9F9EF;
}

#container {
	width: 960px;
	margin: 0px
	position: relative;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: underline; 
	color: #002C59;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #13362d; 
}

p {
	padding-bottom: 10px;
}

ul, ol {
	padding-left: 20px;
}

.forms {
	width: 560px;
	padding: 5px;
	border: thin solid #002C59;
}

.formsfour {
	width: 560px;
	height: 80px;
	padding: 5px;
	border: thin solid #002C59;
}

.submit_it {
	background-color: #002C59;
	border: 1px solid #000521;
	width: 100px;
	height: 30px;
	color: white;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 3px 10px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 10px 3px 0px;
   display: inline;
   float: left;
}

.split {
	margin-bottom: 15px;
}

#left img {
	border: thin solid #002C59;
	padding: 3px;
	background: white;
}

/* Pane List ////////////////////////////////////////////////////////// */

.choose {
	background: url(images/choose.jpg);
	width: 305px;
	height: 39px;
	text-indent: -99999px;
}

.pane-list a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.pane-list a:visited {
	color: #000;
	font-weight: bold;
}

.pane-list a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.pane-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pane-list li {
	background: #fff;
	padding: 6px 20px 6px 10px;
	border-top: solid 1px #002C59;
	cursor: pointer;
}

.pane-list li:hover {
	background: #E5EAEF;
}

/* sIFR ////////////////////////////////////////////////////////// */

  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }

/* Header ////////////////////////////////////////////////////////// */

#phone {
	position: absolute;
	width: 146px;
	height: 146px;
	top: 0px;
	right: 0px;
	background: transparent url(images/phone.png);
	text-indent: -9999px;
	z-index: 3;
}

#header {
	width: 960px;
	height: 185px;
	background: url(images/header.jpg);
	position: relative;
	margin: 0px;
}

#logo {
	width: 430px;
	height: 120px;
	padding: 0px;
	display: inline;
	float: left;
	margin-bottom: 10px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	background: transparent url(images/logo.jpg) no-repeat;
	width: 430px;
	height: 120px;
}

#logo a {
	width: 430px;
	height: 120px;
	display: block;
	text-indent: -999999px;	
}

#video {
	position: absolute;
	width: 339px;
	height: 200px;
	padding: 8px 0px 0px 11px;
	background: url(images/video.jpg);
	top: 0px;
	left: 624px;
}

/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	width: 710px;
	height: 55px;
	position: relative;
	margin: 0px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	width: 710px;
	height: 55px;
	float: left;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -99999px;	
}

#nav li a {
	border: 0;
	display: block;
	height: 55px;
	background: url(images/nav1.jpg) no-repeat;
}

#nav li a:hover {
	border: 0;
	display: block;
	background-image: url(images/nav2.jpg);
}

#nav li#home a {
	width: 63px;
}
 
#nav li#home a:link,
#nav li#home a:visited,
#nav li#home a:hover {
	background-position: 0px 0px;
}

#nav li#about a {
	width: 62px;
}

#nav li#about a:link,
#nav li#about a:visited,
#nav li#about a:hover {
	background-position: -63px 0px;
}

#nav li#services a {
	width: 77px;
}

#nav li#services a:link,
#nav li#services a:visited,
#nav li#services a:hover {
	background-position: -125px 0px;
}

#nav li#staff a {
	width: 56px;
}

#nav li#staff a:link,
#nav li#staff a:visited,
#nav li#staff a:hover {
	background-position: -202px 0px;
}

#nav li#tips a {
	width: 51px;
}

#nav li#tips a:link,
#nav li#tips a:visited,
#nav li#tips a:hover {
	background-position: -258px 0px;
}

#nav li#adopt a {
	width: 62px;
}

#nav li#adopt a:link,
#nav li#adopt a:visited,
#nav li#adopt a:hover {
	background-position: -309px 0px;
}

#nav li#directions a {
	width: 88px;
}

#nav li#directions a:link,
#nav li#directions a:visited,
#nav li#directions a:hover {
	background-position: -371px 0px;
}

#nav li#contact a {
	width: 73px;
}

#nav li#contact a:link,
#nav li#contact a:visited,
#nav li#contact a:hover {
	background-position: -459px 0px;
}

#nav li#links a {
	width: 63px;
}

#nav li#links a:link,
#nav li#links a:visited,
#nav li#links a:hover {
	background-position: -532px 0px;
}

#sub_nav {
	color: #201F1F;
	font-size: 12px;
	padding: 5px 0px 8px 13px;
}

#sub_nav a {
	color: #201F1F;
	text-decoration: underline;
}

#sub_nav a:hover {
	color: #002C59;
	text-decoration: underline;
}

/* Home ////////////////////////////////////////////////////////// */

#slide_left {
	display: inline;
	float: left;
	width: 609px;
	height: 311px;
	padding-bottom: 20px;
}

#slide_right {
	float: right;
	width: 336px;
	height: 311px;
	padding-bottom: 20px;
}

/* Sidebar ////////////////////////////////////////////////////////// */

.coupon {
	text-align: center;
}

.coupon img {
	padding-bottom: 10px;
	border: 0px;
}

.coupon a {
	text-decoration: none;
}

#survey_hide {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/* body ////////////////////////////////////////////////////////// */

#left {
	display: inline;
	float: left;
	margin: 0px 0px 0px 13px;
	width: 596px;
}

#right {
	float: right;
	width: 305px;
}

/* Footer ////////////////////////////////////////////////////////// */

#footer {
	width: 960px;
	padding-top: 50px;
	clear: both;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#design h3 {
	width: 156px;
	height: 139px;
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
	background: url(images/design.jpg) no-repeat;
	text-indent: -99999px;
	padding-bottom: 30px;
}

#design a {
	display: block;
	width: 156px;
	height: 139px;
}

#aaha h3 {
	width: 74px;
	height: 139px;
	padding: 0px;
	margin: 0px;
	float: left;
	background: url(images/aaha.jpg) no-repeat;
	text-indent: -99999px;
	padding-bottom: 30px;
}

#aaha a {
	display: block;
	width: 74px;
	height: 139px;
}

#footer_info {
	float: left;
	width: 730px;
	padding-top: 59px;
	background: url(images/footer.jpg) no-repeat top left;
}