@charset "UTF-8";
/* CSS Document */

body {
	background-color: #95B7DC;
	margin-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #3C4954;
}

.textSM {
	font-size: 10px;
}


.textSMB {
	font-size: 10px;
	font-weight: bold;
}

.textMed {
	font-size: 11px;
}


.textMedB {
	font-size: 11px;
	font-weight: bold;
}


.textLG {
	font-size: 18px;
	line-height: 1.3em;
}

.titleXL {
	font-size: 35px;
}


.titleLG {
	font-size: 28px;
}


.textWhite {
	color: #FFFFFF;
}


/* navigation - white */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFCC00;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}




/* navigation - drk */
.navDrk a:link {
	color: #3C4954;
	text-decoration: underline;
}

.navDrk a:visited {
	text-decoration: underline;
	color: #3C4954;
}

.navDrk a:hover {
	text-decoration: underline;
	color: #990000;
}

.navDrk a:active {
	text-decoration: none;
	color: #3C4954;
}

/* Header */
.header {
	position: relative;
	width: 706px;
	height: 75px;
	margin: 0px auto;
	top: 18px;
}
.header #hdrLogo {
	float: left;
}
.header #hdrLinks {
	float: right;
	height: 75px;
}
.header .links {
	float: right;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.header .sharing {
	float:right;
	padding-left:10px;
	padding-top:30px;
}

/* Content */
.content {
	position: relative;
	width: 746px;
	height: auto;
	margin: 0px auto;
}

/* Outer Rounded Box */
.box1 {background: #3C4954;}
.box1top {background: url(/assets/images/ne.gif) no-repeat top right;}
.box1top div {font-size: 0;height: 8px;background: url(/assets/images/nw.gif) no-repeat top left;}
.box1bottom {background: url(/assets/images/se.gif) no-repeat bottom right;}
.box1bottom div {font-size: 0;height: 8px;background: url(/assets/images/sw.gif) no-repeat bottom left;}
.box1content {padding: 0px 8px 0px 8px;}

/* Inner Rounded Box */
.box2 {background: #FFFFFF;}
.box2top {background: url(/assets/images/ne2.gif) no-repeat top right;}
.box2top div {font-size: 0;height: 8px;background: url(/assets/images/nw2.gif) no-repeat top left;}
.box2bottom {background: url(/assets/images/se2.gif) no-repeat bottom right;}
.box2bottom div {font-size: 0;height: 8px;background: url(/assets/images/sw2.gif) no-repeat bottom left;}
.box2content {padding: 0px 20px 0px 20px;}

/* Homepage CSS */

.indexContentBox {
	width:363px;
	float:left;
}

.indexNavBtn {
	clear:both;
	width:329px;
	height:70px;
	padding:0;
	margin:0;
	margin-left: -12px;
	margin-bottom: 8px;
	border:none;
}

.indexContentBox ul {
	list-style-position: outside;
	list-style-image: url(/assets/images/bulletPaw.jpg);
	list-style-type: square;
}

.quicklinks ul {
}
.quicklinks li {
	clear:both;
	padding-left:6px;
	margin-top:3px;
}
.quicklinks a {
	padding-top:5px;
}

fieldset {
  padding: 1em;
  border: none;
}

label {
  float:left;
  width:150px;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-size: 12px;
  font-weight:bold;
  padding-top: 6px;
}

label.error {
	float: none;
	color: #990000;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
}

legend {
	font-size: 18px;
}

input {
	margin: 5px;
	float: left;
}

select {
	margin: 5px;
}

input.submit {
	margin-left: 160px;
}

input.checkbox {
	margin-left: 160px;
}

.pet_notes {
	float: left;
	padding-top: 4px;
}

textarea.story {
	width: 300px;
	height: 150px;
}

.required {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

input.error, select.error, textarea.error {
	padding: 2px;
	border: solid 2px #990000;
	background-color: #FFCCCC;
	color: #990000;
	font-size: 11px;
	text-align: left;
	margin-left: 5px;
}

br.clear {
	clear:both;
}

/* Pet Submission Form */
div#form_container {
    background: none;
    float: none;
    display: table-row-group;
    height: auto !important;
    width: 640px; 
    /* adds bottom space for IE7 */
}

.benefits ul {
	list-style:none;
}
.benefits #li1 {
	margin:0;
	padding:2px 0 8px 25px;
	background-image:url(/assets/images/bullet-1.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
.benefits #li2 {
	margin:0;
	padding:2px 0 8px 25px;
	background-image:url(/assets/images/bullet-2.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
.benefits #li3 {
	margin:0;
	padding:2px 0 8px 25px;
	background-image:url(/assets/images/bullet-3.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* Pet Search Form */
.legend {background-color:#FFFFFF; list-style:none; margin:0px; padding:0px; margin-left:100px;}
.legend li.label{padding-left:3px; padding-right:3px; float:left; border-right:none; font-size:9px; width:100px;}
.legend li.icon{background-color:#95B7DC;float:left;padding:0px;border:none; width: 20px;height:20px;}

.frmSearch input.submit{margin:0;padding:0;}

/* Pet Details */
#petDetails .sharing {
	float:right;
	padding-left:10px;
	padding-top:0px;
}

/* Spread The Word */

.spreadWord {
	padding: 0;
}
.spreadWord li {
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 20px;
}
.displaythis {
	background: transparent url(/assets/images/iconPrint1.png) no-repeat scroll 0 0 !important;
}
.dtbuttontext {
	line-height:17px;
}
.dtbutton {
	padding: 1px 5px 5px 22px;
}
.followus {
	background: transparent url(/assets/images/iconTwitter.png) no-repeat scroll 0 0 !important;
}
.fubuttontext {
	line-height:17px;
}
.fubutton {
	padding: 1px 5px 5px 22px;
}
.facebook {
	background: transparent url(/assets/images/iconFacebook.png) no-repeat scroll 0 0 !important;
}
.fbbuttontext {
	line-height:17px;
}
.fbbutton {
	padding: 1px 5px 5px 22px;
}
.emailthis {
	background: transparent url(/assets/images/iconEmail.png) no-repeat scroll 0 0 !important;
}
.etbuttontext {
	line-height:17px;
}
.etbutton {
	padding: 1px 5px 5px 22px;
}

.dogList ul {
	list-style-position: outside;
	list-style-image: url(/assets/images/bulletPaw.jpg);
	list-style-type: square;
}

/* Footer */
.footer {
	clear:both;
	position: relative;
	width: 746px;
	margin: 20px auto;
}
.footerNav {
	width: auto;
	text-align: center;
}

.navLinks {list-style:none; margin:auto; padding:0px; height:20px; width:auto; }
.navLinks li{padding-left:10px; padding-right:10px; float:left; border-right: 1px solid #fff;}
.navLinks li.last{padding-left:10px; padding-right:10px; float:left; border-right:none;}

.navLinks a:hover{color:#FFCC00;}

/* Copyright */
.copyright {
	clear:both;
	position: relative;
	width: 746px;
	height: 38px;
	margin: 20px auto;
	font-size: 12px;
}
.copyright span{width:830px; line-height:38px;}
.copyright a{font-size: 12px;color: #3C4954;}

.copyrightLegal{float: left; padding-left: 10px;}
.copyrightLinks{float: right; padding-right: 10px;}

/* Admin Site */
.headerAdmin {
	position: relative;
	width: 1400px;
	height: 54px;
	margin: 0px auto;
	top: 18px;
}
.headerAdmin #logo {
	float: left;
}
.headerAdmin #links {
	float: right;
	padding-top: 10px;
}
.contentAdmin {
	clear:both;
	position: relative;
	width: 1400px;
	height: auto;
	margin: 19px auto;
}
.footerAdmin {
	clear:both;
	position: relative;
	width: 1400px;
	margin: 20px auto;
}
.copyrightAdmin {
	clear:both;
	position: relative;
	width: 1400px;
	height: 38px;
	margin: 20px auto;
	font-size: 12px;
}

