/* SNMC CSS file */

/* #! Body Elements */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/1.6em Verdana, Tahoma, Arial, sans-serif;
	background: #004167 url(images/background_nav.gif) 13px 03px repeat-y;
}
img {
	border: 0;
}
hr {
	display: none;
}
h1, h1 a {
	position: absolute;
	width: 186px;
	height: 231px;
	display: block;
	text-indent: -700em;
	background: url(images/logo.gif) no-repeat;
	z-index: 10000;
}
h1 {
	top: -108px;
	left: 13px;
}
h1 a {
	top: 0;
	left: 0;
}
blockquote {
	font-style: italic;
}
a {
	color: #004167;
}
.clearBoth {
	clear: both;
	width: auto;
}
.border {
	border: 2px solid #004167;
  padding: 5px;
  background: #FFF;
}
:focus {
	outline: 0;
}

/* #! universal */
.red {
	color: red;
}

/* #! Block elements */

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 900px;
	padding-right: 36px;
}
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 903px;
	height: 105px;
	background: #004167 url(images/sign.jpg) right no-repeat;
}
#content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 900px;
	min-height: 500px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	background: #FFFCDD url(images/right_shadow.gif) right repeat-y;	
}
#content h2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 355px;
	color: #004167;
	text-align: center;
	font: 24px/55px Georgia, "Times New Roman", Times, serif;
	z-index: 10000;
}
#content h2 a {
	color: #004167;
	text-decoration: none;
}
#content h2 a:hover {
	color: #000;
}
#content h3 {
	max-width: 605px;
	padding-bottom: 6px;
	color: #004167;
	font: 24px/1.6em Georgia, "Times New Roman", Times, serif;
}
#content h4 {
	padding-bottom: 3px;
	font: bold 12px/1.6em Verdana, Tahoma, Arial, sans-serif;
}
#content ol {
	width: 600px;
	padding: 0px 0px 12px 36px;
	list-style: square;
}
#contentLeft {
	position: absolute;
	top: -108px;
	left: 13px;
	width: 186px;
	height: 130%;
	background: #004167 url(images/background_nav.gif) repeat-y;
	z-index: 6000;
}
#leftNav {
	position: absolute;
	float: left;
	left: 13px;
	top: 123px;
	width: 180px;
	padding: 49px 3px 0px 3px;
	background: url(images/nav_header.gif) no-repeat top left;
	z-index: 10000;
}
#leftNav ul {
	list-style: none;
	text-align: center;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
#leftNav ul li {
	position: relative;
	font: 14px Verdana, Tahoma, Arial, sans-serif;
	line-height: 41px;
	height: 41px;
	width: 180px;
	border-bottom: 1px solid #FFFFFF;
}
#leftNav ul li a {
	display: block;
	height: 41px;
	width: 180px;
	color: #FFFFFF;
	text-decoration: none;
}
#leftNav ul li a:hover {
	background: #768AA0;
}
#mainContent {
	position: relative;
	left: 217px;
	top: 55px;
	min-width: 635px;
	min-height: 435px;
	margin-right: 217px;
	margin-bottom: 55px;
	padding: 24px;
	background: url(images/maincontent.gif) no-repeat top left;
	z-index: 10000;
}
#mainContent p {
	max-width: 605px;
	padding: 0px 24px 12px 0px;
}
#mainContent ul {
	width: 600px;
	padding: 0px 0px 12px 36px;
	list-style: square;
}
#footer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 900px;
	height: 36px;
}
#footer p {
	position: relative;
	left: 206px;
	margin-right: 200px;
	padding: 6px;
	line-height: 36px;
	color: #FFF;
}
#footer p a {
	color: #FFF;
}

/* #! corners and display elements */

#team {
	position: absolute;
	top: -108px;
	left: 199px;
	width: 376px;
	height: 205px;
	z-index: 5000;
}
#topRight {
	position: absolute;
	top: -3px;
	right: -3px;
	width: 38px;
	height: 38px;
	background: url(images/corner.gif) no-repeat;
	z-index: 5000;
}
#bottomRight {
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 38px;
	height: 38px;
	background: url(images/corner_bottom.gif) no-repeat;
	z-index: 5000;
}
#topBorder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(images/top_shadow.gif) repeat-x;
}
#bottomBorder {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(images/bottom_shadow.gif) repeat-x;
}
.bottomLinks {
	float: left;
	font: 18px/1.6em Georgia, "Times New Roman", Times, serif;
	color: #004167;
}
.bottomLinks a {
	text-decoration: none;
}
.bottomLinks span {
	display: block;
	font: 12px/1.2em Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
}

/* #! segments */
.segments {
	position: relative;
	float: left;
	width: 186px;
	height: 312px;
	margin-right: 12px;
	margin-bottom: 24px;
}

/* #! table and form styles */
table {
	border-width: 1px;
	border-color: #004267;
	border-spacing: 1px;
	border-style: solid;
	border-collapse: collapse;
	
}
td, th {
	border-width: 0px;
	padding: 2px;
	border-right: 1px solid #004267;
	border-bottom: 1px solid #004267;
}
th {
	font-weight: bold;
	color: #FFF;
	background: #004267;
}
.tableTopPadding {
	padding-left: 12px;
}
.tableGray {
	background: #E6E6E6;
}

.info {
	width: 620px;
	border-width: 0px;
	border-spacing: 0px;
	border-style: hidden;
	border-collapse: collapse;
}
.infoTwo {
	border-width: 0px;
	border-spacing: 0px;
	border-style: hidden;
	border-collapse: collapse;
}
.info td, .info th, .infoTwo td, .infoTwo th {
	border-width: 0px;
	padding: 2px;
}
.info input, .infoTwo input, .infoTwo textarea {
	border: 1px solid #004267;
	font-size: 14px;
	padding: 3px;
}
.formLabel {
	width: 100px;
	text-align: right;
}
#contactForm span {
	display: block;
}
#spamTrap {
	visibility: hidden;
	display: none;
}

/* Director classes */
.directors {
	position: relative;
	width: 210px;
	float: left;
	margin-bottom: 24px;
	border-left: 1px solid #000;
}
.directors img {
	margin-bottom: 6px;
}
.directors h4 {
	padding-left: 4px;
}
#mainContent .directors ul {
	position: relative;
	width: 186px;
	margin-bottom: 0px;
	padding-left: 21px;
	list-style: square;
}

/* FAQ */

#mailingFAQ, #infoFAQ, #lostFAQ, #sellFAQ, #priceFAQ, #deceasedFAQ, #nameFAQ, #transferFAQ, #guarFAQ {
	display: none;
}



