/* LAYOUT */

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

body {
	background-color: #f0f0f0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#wrapper {
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 400px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
}

#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #CCC;
	letter-spacing: 2px;
	text-align: right;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	padding-right: 60px;
	text-transform: uppercase;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #CCC;
	background-color: #FFF;
	vertical-align: top;
	margin: 0px;
	padding-top: 15px;
	padding-right: 55px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	background-image: url(http://www.jebjones.com/images/bgbottom.gif);
	background-repeat: repeat-x;
}

.content {
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
	}
.contentRight {
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.contentLeft {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 60px;
}
.stripe {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
	padding: 0px;
}
.stripeEnd {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}
	
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	vertical-align: top;
}

ul {
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	list-style-position: inside;
	list-style-type: square;
}


/* TYPE */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

@font-face {
    font-family: "Cornerstone";
    src: url(CORNERS0.TTF);
}

h2 {
	font-family: Cornerstone;
	font-size: 14px;
	color: #727272;
	letter-spacing: 1px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.header {
	font-family: Cornerstone;
	font-size: 14px;
	color: #727272;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: uppercase;

}

/* MISC */

input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #c1c0a4;
	text-align: center;
	vertical-align: middle;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-right-color: #DEDEDE;
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DEDEDE;
	letter-spacing: 1px;
}
#sv-container {
	margin: 0px;
	padding: 0px;
}
#addthis {
	margin: 0px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 25px;
	padding-left: 0px;
	text-align: right;
}
