#mainTable {
	border: 2px #000000 solid;
	background-color: #FFFFFF;
}

#topmenu {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

#topContent {
	padding-left: 20px;
	border-bottom: 1px #000000 solid;
	background-image: url(/images/dogBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#topContentNoImage {
	padding-left: 20px;
	border-bottom: 1px #000000 solid;
}

#topContentDiv {
	min-height:150px;
	height:auto !important;
	height:150px;
	vertical-align: middle;
}

#topContentDiv2 {
	width: 520px;
	vertical-align: middle;
}

#topContentDiv2NoImage {
	vertical-align: middle;
	padding-right: 20px;
}

p {
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}
span {
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}
td {
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}

.input {
	border: 1px #AEACAC solid;
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}

.inputred {
	border: 1px #891619 solid;
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}

textarea {
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}

li {
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}

#topContent div p {
	font-family: Verdana;
	font-size: 13px;
	line-height: 1.5;
}

#menu {
	padding-left: 0px;
	margin-left: 0;
	list-style: none;
	display: inline;
}

#menu li {
	padding-left: 20px;
	padding-right: 20px;
	height: 24px;
	background-image: url(/images/menuIcon.gif);
	background-repeat: no-repeat;
	background-position: 0;
	display: inline;
	padding-bottom: 4px;
}

#menu li a {
	font-family: Verdana;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	vertical-align: top;
}

#menu li a:hover {
	color: #891619;
}


#menuSmall {
	padding-left: 0px;
	margin-left: 0;
	list-style: none;
	display: inline;
}

#menuSmall li {
	padding-left: 18px;
	padding-right: 10px;
	height: 24px;
	background-image: url(/images/menuIcon.gif);
	background-repeat: no-repeat;
	background-position: 0;
	display: inline;
	padding-bottom: 4px;
}

#menuSmall li a {
	font-family: Verdana;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	vertical-align: top;
}

#menuSmall li a:hover {
	color: #891619;
}

h1 {
	
}

#homeHead {
	width: 540px;
	background-color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#homeHead h1 {
	font-family: Verdana;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
}

h1, h1.heading {
	font-family: Verdana;
	font-size: 27px;
	color: #4D4C4C;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-family: Verdana;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	margin: 0;
}

#content {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#homeFeatures {
}
#homeFeatureImage {
}
#homeFeatureBlack {
	background-color: #000000;
	border-bottom: 1px #891619 solid;
	text-align: center;
}
#homeFeatureBlack a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none;
}
#homeFeatureGrey {
	background-color: #4D4C4C;
	border-bottom: 2px #000000 solid;
	text-align: center;
}
#homeFeatureGreyNoBorder {
	background-color: #4D4C4C;
	text-align: center;
}
#homeFeatureGrey a, #homeFeatureGreyNoBorder a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#bottomTable {
	vertical-align: bottom;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.img-left {
	float: left;
	margin: 0 12px 4px 0;
}
.img-right {
	float: right;
	margin: 0 0 4px 12px;
}
.border-none {
	border: 0px;
}
.border-thin {
	border: 1px #891619 solid;
}
.border-thick {
	border: 2px #891619 solid;
}
