/* SNMC CSS file */

/* #! Body Elements */

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

/* #! 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: 892px;
	height: 105px;
	background: #056837 url(images/me_header.jpg) right no-repeat;
}
#content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 900px;
	min-height: 500px;
	padding: 170px 0px 20px 0px;
	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 p {
	max-width: 852px;
	padding: 0px 24px 12px 18px;
}
.contentImg {
	float: left;
	margin: 0px 18px 12px 0px;
}
#content h2 {
	width: 860px;
	margin: 0px 18px 12px 18px;
	color: #056837;
	border-bottom: 1px solid #056837;
	font: bold 24px/1.6em Georgia, "Times New Roman", Times, serif;
}
#content h3 {
	max-width: 750px;
	padding: 0px 18px;
	font: 18px/1.6em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#content ol {
	padding: 0px 0px 12px 36px;
	list-style: square;
}
#content ul {
	position: absolute;
	top: 0;
	right: 0;
	width: 405px;
	list-style: none;
	z-index: 10000;
}
#content ul li {
	position: relative;
	display: block;
	color: #004167;
	text-align: center;
	font: 18px/36px Georgia, "Times New Roman", Times, serif;
	background: url(images/navline.gif) no-repeat bottom right;
}
#content ul li a {
	color: #056837;
	text-decoration: none;
}
#content ul li a:hover {
	color: #000;
}
#content ol {
	padding: 0px 0px 8px 18px;
	list-style: square;
}
#frontText {
	position: relative;
	width: 400px;
	float: left;
}
#frontText h4 {
	text-align: center;
	padding: 0px 0px 6px 0px;
	color: #056837;
	font: 18px/1.6em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#frontText h5 {
	text-align: center;
	padding: 0px 0px 12px 0px;
	color: #056837;
	font: 16px/1.6em Georgia, "Times New Roman", Times, serif;
}
#frontText p {
	padding: 0px 0px 8px 0px;
}
#flashcontent {
	padding: 0px 24px 0px 0px;
}
#footer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 900px;
	height: 36px;
}
#footer p {
	position: relative;
	padding: 6px;
	line-height: 36px;
	color: #FFF;
}
#footer p a {
	color: #FFF;
}

/* #! corners and display elements */

#family {
	position: absolute;
	top: -108px;
	left: 199px;
	width: 279px;
	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: #056837;
}
.bottomLinks a {
	text-decoration: none;
}
.bottomLinks span {
	display: block;
	font: 12px/1.2em Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
}


/* Extra elements */
#language {
	position: absolute;
	top: 12px;
	right: 0;
	color: #FFFFFF;
}
#language a, #language a:hover {
	color: #FFFFFF;
}