﻿/* HTML TAG GLOBAL STYLES */

body
{
	background-color:#FFF;
	color:#555;
	font-family:Garamond, Times New Roman;
	font-size:0.8em;
	margin:0px;
	padding:0px;
	text-align:center;
}

img
{
	border:none;
}

p, address, cite
{
	line-height:1.3em;
}

label
{
	font-weight:bold;
}

address
{
	font-style:normal;
	margin:10px 0px 10px 0px;
}

cite
{
	font-style:normal;
}

a, a:link, a:visited, a:active
{
	font-family:Garamond, Times New Roman;
	font-size:100%;
	color:#0074b4;
	text-decoration:underline;
	font-weight:bold;
}

a:hover
{
	font-family:Garamond, Times New Roman;
	text-decoration:underline;
}

ul
{
	padding-left:15px;
	margin:0px;
}

ol 
{	
	padding-left:20px;
	margin:0px;
}

ol li
{
	margin-bottom:15px;
}

dl dt
{
	font-weight:bold;
	margin-bottom:15px;
}

dl dd
{
	margin-left:0px;
	margin-bottom:15px;
}

h1, h2, h3, h4, h5
{
	font-family:Tahoma;
	color:#000;
}

h1
{
	font-size:160%;
}

h2
{
	font-size:120%;
}

h3
{
	font-size:110%;
}

h4
{
	font-size:105%;
}

h5
{
	font-size:105%;
}

/* DIV ID STYLES */ 
#wrapper
{
	height:100%;
	color:#000;
	background-color:#FFF;
	width:800px;
	margin:0px auto;
}

#bgtop
{
	background:url(../images/bg_top.gif) no-repeat;
	height:74px;
	width:100%;
	display:none;
}

#content
{
	background:#FFF;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	border:none;
}

#subcontent
{
	width:505px;
	margin:0px auto;
	text-align:left;
	border:none;
}

#navigation
{
	width:100%;
	border-bottom:1px solid #000;
	height:41px;
	display:none;
}

#navigation ul
{
	color:#A72D00;
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:auto;
	float:left;
}

#navigation ul li
{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}

#leftcontent
{
	width:505px;
	height:100%;
	margin:0px;
	padding:20px 0px;
	float:left;
	clear:both;
	border:none;
}

#leftcontenttext
{
	padding:0px 12px 10px 12px;
	border:none;
}

#leftstory
{
	width:257px;
	height:100%;
	float:left;	
	background:url(../images/secondary_story_default_bg.gif) no-repeat;	
	display:none;
}

#rightstory
{
	width:248px;
	height:100%;
	float:left;
	display:none;
}

#leftstory div
{
	width:232px;
	height:100%;
	padding:10px 10px 0px 15px;		
}

#rightstory div
{
	width:223px;
	height:100%;
	padding:0px 10px 0px 15px;	
}


#rightstory h2, #leftstory h2
{
	font-size:110%;
	margin:0px;
	padding:0px;
}

#rightcontent
{
	width:148px;
	height:100%;
	margin:0px;
	padding:0px;
	float:left;	
	display:none;	
}

#rightcontentbanner
{
	background:url(../images/rightcontent_top.gif) no-repeat;
	width:137px;
	height:52px;
	padding:7px 0px 0px 12px;
	display:none;	
}

#rightcontentbanner h2
{
	padding:0px;
	margin:0px;
}

#rightcontentinfo
{
	padding:0px 10px 0px 12px;
	display:none;
}

#rightcontentinfo h2
{
	font-family:Garamond, Times New Roman;
	margin:0px;
	padding-top:10px;
}

#rightcontentinfo p
{
	margin:10px 0px;
}

#aboutpawsway
{
	width:505px;
	background:url(../images/leftcontent_aboutpawsway.jpg) no-repeat;
	padding-bottom:10px;
}

#aboutpawsway div
{
	width:244px;
	height:100%;
	padding-top:25px;
	padding-left:240px;
}

#visitusleft
{
	width:225px;
	padding-right:10px;
	float:left;
}

#visitusleft h2, #visitusright h2
{
	font-size:110%;
	font-family:Garamond, Times New Roman;
}

#visitusleft ul, #visitusright ul
{
	margin-left:20px;
	margin-top:-10px;
}

#visitusright
{
	width:225px;
	padding-left:10px;
	float:left;
}

#parking
{
	clear:both;
	padding-bottom:10px;
}

#parking p
{
	padding-top:5px;	
}

#printfriendly
{
	display:none;
}

#privacypg1, #privacypg2
{
	display:none;
}

#canine
{
	list-style-type:none;
	padding:0em;
	margin:0em;
}

#canine li
{
	background:url(../images/canine_list_bullet.gif) no-repeat 0em 0.15em;
	padding-left:1.5em;
	margin-bottom:15px;
}

#bgbottom
{
	background:url(../images/bg_bottom.gif) no-repeat;
	height:37px;
	width:100%;
	display:none;	
}

#footercta
{
	width:100%;
	text-align:left;
	padding-top:10px;
	clear:both;
	display:none;	
}

#footercta a
{
	padding-right:8px;
}

#footer
{
	width:100%;
	height:32px;
	padding-top:20px;
	display:none;	
}

#footer img
{
	float:left;
}

#footer ul
{
	margin:0px;
	padding:5px 0px 0px 20px;
	list-style-type:none;
	width:auto;
	float:left;
}

#footer ul li
{
	display:block;
	float:left;
	margin:0 10px 0px 0px;
}

/* Form Containers */
#form
{
	width:225px;
	padding-left:25px;
	float:left;
}

#form div
{
	margin-bottom:15px;
}

#formimg
{
	float:left;
	width:230px;
}

/* Custom Classes */
.blue
{
	color:#0074b4;
}
.hr
{
	border-bottom:3px solid #C3BEB6;
	height:3px;
	width:501px;
	clear:both;
	margin-bottom:5px;
	display:none;
}

.errorMsg
{
	color:#F00;
}

.inputtext, .radiolist
{
	margin-bottom:10px;
	font-size:100%;
	font-family:Garamond, Times New Roman;
}

.radiolist
{
	margin-left:-7px;
	
}

.storyimg
{
	margin-right:-9px;
	margin-top:-9px;
}

.imageie
{
	display:none;
}