* {
	margin: 0;
}

html {
	overflow: hidden;
	height: 100%;
}

body {
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
}

#entireBrowser {
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	z-index: 999;
	background-color: #777777;
	display: none;
}

#top {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 360px;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 1;
	background-image: url(http://www.fleetstherapydogs.com/images/topBannerBackground.png);
	background-repeat: repeat-x;
	background-position: 0px 92px;
	clear: left;
}

#toplogo {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	height: 360px;
	overflow: hidden;
	z-index: 1;
}

#buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 75px;
	z-index: 2;
	background-color: #ffffff;
	text-align: right;
}

#topfeature {
	position:absolute;
	right: 20px;
	top: 125px;
	width: 250px;
	height: 200px;
	z-index: 2;
}

#topfeatureoverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #5faff0;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
}

#topfeaturecontent {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#main {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 360px;
	left: 252px;
	right: 10px;
	bottom: 50px;
	overflow: auto;
	background-color: #cdcdcd;
}

#side {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 360px;
	left: 10px;
	bottom: 50px;
	width: 235px;
	overflow: auto;
	background-color: #dedede;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}

#footer, #push {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 10px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-color: #bcbcbc;
}

#WholeBrowserLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 999;
	background-color: #777777;
	display: none;
}

.hiddenDiv {
	position: absolute;
	display: none;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
}

.bottomAligned {
	position: absolute;
	bottom: 0px;
	left:0px;
	right:0px;
	text-align: right;
}

.bottomAlignedLeft {
	position: absolute;
	bottom: 0px;
	left:0px;
	right:0px;
	text-align: left;
}

.transparent_class {
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}

a:link {
	color: #000000;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;

}
a:hover {
	color: #BB000B;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;

}

.paddedtext {
   padding: 15px;
   text-align: left;
}

.header1 {
	font-family: tahoma;
	font-size: 20px;
	color: #BB000B;
	font-weight: bold;
}

.header2 {
	font-family: tahoma;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.header3 {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.text1 {
	font-family: tahoma;
	font-size: 10px;
	color: #BB000B;
	font-weight: bold;
}

.text2 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #bb000b;
}

.leftindent {
   padding-left: 35px;
   text-align: left;
}

img {
	border: 0;
}

img.floatRight {
	float: right;
	margin: 5px;
}

img.floatLeft {
	float: left;
	margin: 4px;
}

img.floatRightClear {
	float: right;
	margin: 4px;
	clear: right;
}

img.floatLeftClear {
	float: left;
	margin: 4px;
	clear: left;
}

img.topAlign {
	vertical-align: top;
}
