/* Copyright 2007 Ediger Services */
/* http://www.edigerservices.com */

/* Layout */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	background-attachment: scroll;
	background-image: url(images/GrayGrad.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #000000;

}

div#wrapper {
	width:700px;
	margin:0 auto;
	text-align:left;
}

div#header {
	text-align:center;
	clear:both;
}

div#navigation {
	clear:both;
	height:115px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul#navmenu li {
	display:inline;
}

ul#boilerplatemenu li {
	display:inline;
}

p#intro {
	text-align:center;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

div#footer {
	width:100%;
	height:35px;
	clear:both;
	text-align:center;
}

td {
	vertical-align:top;
	padding: 10px;
}

/* Paragraphs */


h1,h2, h3 {
	color:#1E1E1E;
}

h1 {
	font-size:x-large;
	font-style:italic;
	padding: 5px 0;
	text-align:center;
}
	
h2 {
	font-size:medium;
	padding: 2px;
	line-height:25px;
	padding:2px;
	background-image: url(images/Streak.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	background-position: 0px 0px;
	text-align:center;
}

.text {
	line-height:16px;
}

p.notinuse:first-letter {
	font-size: 18px;
	float: left;
	margin: 0 3px 3px 0;
}

.boilerplate {
	font-size:smaller;
	color:#999999;
	border: 0px;
}

.addInfo li {
	color:#1E1E1E;
}

/* Anchors */

a, a:link, a:visited {
	color:#000066;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #003399;
}

#navigation a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

#navigation a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

#navigation a:hover {
	text-decoration: none;
	color: #3399CC;
}

#footer a:link {
	color:#CCCCCC;
}

#footer a:visited {
	color:#CCCCCC;
}

#footer a:hover {
	color:#CC9900;
}

/* Background Textures */

div#maincontent {
	background-color:#EAEAEA;
}

div#header {
	background-color:#FFFFFF;
}


.contactInfo {
	font-size:13px;
	line-height:14px;
	margin-bottom:20px;
	margin-top: 20px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	background-image: url(images/contactInfoBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000000;
}

.contactInfo .first {
	margin-top:-12px;
	margin-left:-16px;
	margin-right:-16px;
	padding:12px 16px 0 16px;
	background-image: url(images/contactInfoBoxTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.addInfo {
	font-size:11px;
	line-height:16px;
	margin-bottom:20px;
	margin-top: 20px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	background-image: url(images/addInfoBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #0066CC;
}

.addInfo .first {
	margin-top:-12px;
	margin-left:-16px;
	margin-right:-16px;
	padding:12px 16px 0 16px;
	background-image: url(images/addInfoBoxTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.shade {
	background: url(images/ShadeGrade.gif) repeat-x;
	height: 15px;
}

.navigation {
	background-color:#333333;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

/* Images */

.photoRight {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}

.photoLeft {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

#navigation img {
	border:thin solid #666666;
	border:none;
}

#header img {
	border:none;
}

#FamilyBG {
	/*background-image: url(images/Family.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-attachment: scroll;*/
}

