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

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


body {
	margin-left: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 24px;
	background-color: #000000;
}
body,td,th {
	font-family: Helvetica;
	font-size: 12px;
	color: #808080;
	letter-spacing: -0px;
	line-height: 130%;
}

a
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}

a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-size: 12px;
	color: #808080;
	font-weight: normal;
	line-height: 160%;
}
h2 {
	font-size: 12px;
	color: #808080;
	font-weight: normal;
	line-height: 160%;
}
.whiteType {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 150%;
}
.greyType {
	color: #808080;
	font-size: 12px;
}
.FormButton {
	width: 95px;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
	padding: 4px;
}
.FormTableTitle {
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.azListImage {
	padding-top: 12px;
	padding-bottom: 12px;
}
.descriptionHR {
	background-color: #333333;
	height: 2px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.greenTypeRegForm {
	color: #80B63F;
	font-weight: bold;
	width: 100px;
}
.greenTypeNoLocations {
	color: #80B63F;
	font-weight: bold;
	width: 150px;
}
.redAlert {
	color: #CC0000;
	font-weight: bold;
}
.FormItem {
	font-size: 12px;
	background-color: #1A1A1A;
	border: 1px solid #666666;
	color: #CCCCCC;
	padding: 2px;
}
.FormItemFixWidth {
	font-size: 12px;
	background-color: #1A1A1A;
	border: 1px solid #666666;
	color: #CCCCCC;
	padding: 2px;
	width: 362px;
}
.FormItemAddress {
	font-size: 12px;
	background-color: #1A1A1A;
	border: 1px solid #666666;
	color: #CCCCCC;
	padding: 2px;
	width: 362px;
	height: 127px;
}
.FormItemDescription {
	font-size: 12px;
	background-color: #1A1A1A;
	border: 1px solid #666666;
	color: #CCCCCC;
	padding: 2px;
	width: 362px;
	height: 70px;
}
.FormItemFixWidthMailing {
	font-size: 12px;
	background-color: #1A1A1A;
	border: 1px solid #666666;
	color: #CCCCCC;
	padding: 2px;
	width: 283px;
}

/*
--------------------------------------------------
Layout Styles
--------------------------------------------------
*/

#siteContainer {
	height: auto;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
}
#pageContentBlock {
	width: 980px;
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
}
#pageContentBlockNoPad {
	width: 968px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#pageContentBlockNoPadAbout {
	width: 968px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	color: #CED0D1;
	line-height: 20px;
	font-size: 12px;
}
#pageContentBlockNoPadAbout table tr td p {
	font-size: 12px;
	line-height: 20px;
	color: #CED0D1;
}
#header {
	height: auto;
	width: 968px;
}
#navigation {
	padding-top: 12px;
	padding-bottom: 12px;
	width:968px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#active {
	height: auto;
	width: auto;
	display: inline;
}

#active a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#active a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#active a:hover {
	text-decoration: none;
	color: #808080;
}
#active a:active {
	text-decoration: none;
	color: #808080;
}


#notactive {
	height: auto;
	width: auto;
	display: inline;
}

#notactive a:link {
	color: #808080;
	text-decoration: none;
}
#notactive a:visited {
	text-decoration: none;
	color: #808080;
}
#notactive a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#notactive a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#header a:hover {
	text-decoration: none;
	color: #808080;
}
#header a:active {
	text-decoration: none;
	color: #808080;
}


#footer {
	width: 968px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
}
#footerBrowse {
	width: 968px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#copyRight {
	width: 968px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
}
#separator {
	width:968px;
	height: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#separatorSmall {
	width:968px;
	height: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#separatorMailing {
	width:283px;
	height: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#separatorNoBorder {
	width:968px;
	height: 6px;
}

/*
--------------------------------------------------
Element Styles
--------------------------------------------------
*/


#clearFloats {
	clear: both;
}
#registerlinks {
	float: right;
	width: auto;
}
#formTable td {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFFFFF;
}
#categoryTN {
	padding: 6px;
	display: block;
	float: left;
}
#locationMainTN {
	margin: 6px;
	border: 1px solid #FFFFFF;
	height: 181px;
	width: 181px;
}
#locationTNBox {
	height: 231px;
	width: 231px;
	display: block;
	float: left;
	margin: 6px;
	padding: 0px;
	border: 1px solid #333333;
}
#locationTNBox table {
	width:231px;
	height:231px;
}
#locationTextBox {
	height: auto;
	width: 227px;
	display: block;
	float: left;
	margin: 6px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	min-height:227px;
}
#locationMainThumb {
	height: 233px;
	width: 233px;
	display: block;
	float: left;
	margin: 6px;
	padding: 0px;
	z-index: 0;
}
#otherhousesFormBox {
	height: 207px;
	width: 207px;
	border: 1px solid #CCCCCC;
	display: block;
	float: left;
	margin: 6px;
	padding: 12px;
	line-height: 100%;
	text-align: left;
	z-index: 100;
}
#jumpMenu {
	font-size: 11px;
	background-color: #000000;
	border: 1px solid #666666;
	color: #CCCCCC;
	padding: 2px;
}

#newLocation {
	height: 39px;
	width: 181px;
	z-index: 5;
	position: absolute;
}
#thumbImage {
	z-index: 1;
	position: absolute;
}
#mailingList {
	width: 283px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.whiteTypeOtherHouses {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 150%;
	padding-left: 5px;
}
#intlocationform {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
}
#intButton {
	padding-top: 5px;
	padding-bottom: 5px;
}
#locationFormTable td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#charlie {
	height: 483px;
	width: 185px;
	background-image: url(../images-elements/cando/dogs-text-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	color: #FFFFFF;
	line-height: 150%;
}
#oscar{
	height: 483px;
	width: 185px;
	background-image: url(../images-elements/cando/dogs-text-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	color: #FFFFFF;
	line-height: 150%;
}
#jacob {
	height: 483px;
	width: 185px;
	background-image: url(../images-elements/cando/dogs-text-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	color: #FFFFFF;
	line-height: 150%;
}
.jumpMenu {
	font-size: 11px;
	background-color: #000000;
	border: 1px solid #666666;
	color: #CCCCCC;
	padding: 2px;
}
