@CHARSET "ISO-8859-1";
/* margin: top/bottom left/right; */
/* margin: top left/right bottom; */
/* margin: top right bottom left; */
/* 
   #fffeee offwhite - page background
   #761001 darkred - background try 990000
   #C8CFD4 bright mustard
   #371D5E purple borders and lines
   #C8CFD4 light blue yellow replacement
   
*/
* body  {
	font-family: verdana, georgia;
	font-size: 12px;	
	line-height: 1.2;
	background-color: #990000;
	margin: 0 auto;
}

div.container2, .top2, #navbar, .bottom2, #footer, .top3 {
	width: 970px;
	
	}
div.container2 {	
	height: 100%;
	padding: 0px;
	margin: 0 auto;
	margin-bottom: 20px;
	
}
.top2{
	background-color: #FFFFFF; 	
	padding: 0px;
	margin: 0px;
	height: 140px;	
	position: relative;	
}

.top3{	
	padding: 0px;
	margin: 0px;
	height: 140px;		
}
.bottom2 {		
	margin: 0px;
	background-color: #fffeee;
	position: relative;
	z-index: 1;
	min-height: 600px;
	_height: 600px;
	border-left: 1px solid #555555;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;

}
.bottom2 p, div, img{
	margin: 0px 8px;
	}
	
#footer h3{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
    font-size: 75%;
    text-align: center;
    /* bottom: 0px; */
    font-family: verdana, arial, tahoma;
    color: #FFFFFF;
}

img.headerL {position: relative; top: 0px; }
img.header {position: relative; margin-left: 0px; width: 970px; height: 140px;}
img.headerR {position: absolute; top: 30px;}
#navbar { background-color: #990000; height: 24px; position: relative; z-index: 9999; margin: 0px;}
#nav, #nav ul, #righttext, #righttext ul, #navwide { list-style:none; margin:0px; padding:0px; position: relative; color: #740D00;}
#nav a { display:block; width:100px; line-height:24px; }
#nav a:link, #nav a:visited, #nav a:active, #lastnav, #navwide { color: #FFFFFF; text-decoration:none; font-variant: small-caps; font-size: 12px; font-weight: normal; margin-left: 0px;}
#lastnav {
	border-left: 0px solid #FFFFFF;
}eeeeff
#nav #navwide a{width: 160px;}
#righttext {color: #FFFFFF; line-height:24px; margin-right: 2px;}
#nav a:hover { color: #C8CFD4; }
#righttext li {float: right; clear: right; font-size: 75%;}
#current a:hover { color:#eeeeff; }
#nav li:hover ul, #nav li.over ul { left:0px; top:24px; }
#nav li:hover ul#rightdrop, #nav li.over ul#rightdrop { left:-61px; top:24px; }
#nav li, #nav navwide li { position:relative; float:left; display:block; width:100px; text-align:center; font-size:12px; font-weight:bold; border-right: 1px solid #FFFFFF; color: #740D00;}
#nav #navwide li {width: 160px; border-right: 1px solid #FFFFFF;}
#nav li ul, #navwide li ul { position:absolute; width:100px; left:-999em; }
#nav #navwide li ul {width: 160px;}
#nav li ul li {  width:160px; text-transform:none; text-align:left; font-weight:normal; font-size:10px; background-color:#990000; padding:0px 5px; border:0px; border-bottom:1px solid #ffe; }
#nav li ul li a { width:160px; line-height:24px;}
#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active { color: #FFFFFF; }
#nav li ul li a:hover { color: #C8CFD4; }
li#navwide {width: 160px;}
li#navwide a {width: 160px;}
/* Fix IE. Hide from IE Mac \*/
/* * html ul li { float: right; height: 1%;} */
/* * html ul li a { height: 1%; } */
/* End */
.pagetitle, .pagetitlesm {text-align: left; font-size: 28pt; margin-bottom: 0px; margin-top: 0px; padding: 12px 0px; font-variant: small-caps; }
.pagetitlesm {font-size: 24pt;}
.center {text-align: center; margin: 0 auto;}
.testiframe {text-align: center; margin: 0 auto; color: green;}
span.special {font-weight: bold;}
a.pagelink_red:link {color: #cc0000; font-weight: normal; text-decoration: none; }
a.pagelink_red:active {color: #cc0000; text-decoration: none; }
a.pagelink_red:visited {color: #cc0000; font-weight: normal; text-decoration: none; }
a.pagelink_red:hover {color: #cc0000; font-weight:normal; text-decoration: underline; }
a.pagelink_blk:link {color: #000000; font-weight: normal; text-decoration: underline; }
a.pagelink_blk:active {color: #000000; text-decoration: underline; }
a.pagelink_blk:visited {color: #003366; font-weight: normal; text-decoration: underline; }
a.pagelink_blk:hover {font-weight:bold; text-decoration: underline; }
a.nobold:link {font-weight:normal;}
a.nobold:active {font-weight:normal;}
a.nobold:visited {font-weight:normal;}
a.nobold:hover {font-weight:normal;}
span.pheader{font-size: 18pt; line-height: 2;}
span.underline{text-decoration: underline;}
hr.spacer {width: 80%;}
span.bold{font-weight: bold;}
p.specialneeds {margin-left: 200px; margin-right: 200px;}
p.inmemory {margin-left: 120px; margin-right: 120px; margin-top: 10px; margin-bottom: 10px;}
input.fields {
	border: solid 1px black;
}
input.fieldsReadOnly{
	border: none;
	font-size: 12px;
}

fieldset {
	display: block;
	margin: 0 0 .3em 0;
	padding: 0 .1em .1em .1em;
	background: white;
}

fieldset.fieldsleft {
	display: block;
	position: relative;
	margin-left: 3px;
	background: white;
	padding: 0 .1em .1em .1em;
	clear: none;
}

fieldset.fieldsright {
	display: block;
	margin-right: 3px;
	margin-top: 0px;
	background: white;
	padding: 0 .1em .1em .1em;
	float: right;

}

fieldset.fields {
	display: block;
	background: white;
	float: left;
}

select.fields {
	display: block;
}

input.fieldsleft {
	display: block;
	padding: 2px;
	margin-right: 3px;
}

label.fieldsleft {
	float: left;
	display: block;
	font-weight: normal;
	font-size: 12px;
}

label.fieldscenter {
	text-align: center;
	margin: 0;
	display: block;
	font-weight: normal;
	font-size: 12px;
}

input.fields {
	display: block;
	padding: 2px;
	margin-right: 3px;
}

label.fields {
	float: left;
	display: block;
	font-weight: normal;
	font-size: 12px;
}

legend.fields {
	position: relative;
	text-transform: none;
	font-size: 11px;	
	color: #290066;
}

legend.top {
	position: relative;
	border: 2px solid #323164;
	padding: 2px 2px;
	margin-left: 10px;
	background-color: #d3d3d3;
}

fieldset.top {
	border: 2px solid #000000;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.floatright { float: right;padding: 10px; }
.floatleft { float: left;padding: 10px; }
.centervideo {	text-align: center;	margin-left:auto;	margin-right:auto;	}
.blklink { text-decoration: underline; color: #000000; cursor: pointer;}
hr.little  { 
         color: #371D5E;
         size: 1px;         
         width:  95%;
	 text-align: center;
}
.spname, .spname_center {
    color:  #371D5E;
    font-weight: bold;    
    font-variant: small-caps;
    font-size: 11pt;
    font-style: normal;
    line-height: 200%; 
}

.spname_center {
    text-align: center;
    margin-bottom: 10px;
}
.purpleline {
background-color: #371D5E; height: 2px; width: 95%;
}
.centerline {
	text-align: center; margin: 0 auto;text-indent: 0; height: 5px; margin-top: 5px;
}
.mainht { font-size: 24px; font-weight: bold; }
a.happytailslink:link {color: #000000; font-weight: normal; text-decoration: underline; font-stretch: expanded;}
a.happytailslink:active {color: #000000; font-weight: normal; text-decoration: underline; font-stretch: expanded;}
a.happytailslink:visited {color: #003366; font-weight: normal; text-decoration: underline; font-stretch: expanded;}
a.happytailslink:hover {color: #cc0000; font-weight:normal; text-decoration: underline; font-stretch: expanded;}
.fancypawbullet {list-style-image: url(../images/purplepaw.gif); list-style-position: outside; list-style-type: circle; vertical-align: middle; line-height: 1.6;}
.purple {color: #371D5E;} 
.red {color: #cc0000;}
.bold {
	font-weight: bold;
}
.submitButton {text-align: right;}
table#rescuelayout {width: 950px; border: none; padding: 0; margin: 0 auto;}
table#rescuelayout tr td img {border: 0px; padding: 0px; margin: 0 auto; white-space: nowrap;}
img.imglink {cursor: pointer;}
.name {font-variant: small-caps;
    font-size: 11pt;}
.tab {text-indent: 1cm;}
ul.withspacing li{line-height: 1.4; text-align: left;}
.borderlessImage {border: 0; }