/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Jackson Place Default Stylesheet for All Browsers 
Author : David Eckert

Created : September 1, 2009
Modified : September 13, 2009

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* ----- GENERAL ----- */

body {
	margin-top: 0px;
	background-color: #888;
	background-image: url(images/back.jpg);
	background-repeat:repeat-x;
}
img {
	border: none;
}
.style3 {
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
ul {
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #32B34A; }
.style7 {font-size: 9px; font-family: Arial, Helvetica, sans-serif; color: #666; }
a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
}
.style10 {
	font-size: 11px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.navSpace {
	margin-right: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #32B34A;
	margin: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	margin: 5px;
	padding: 2px 5px;
	background-color:#32B34A;
}
.jpp1 {
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-left: 45px;
	background-image: url(images/leaf_jp_start.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.jpp {
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-left: 45px;
}
.jppSpace {
	padding: 15px 0;
}
.jppSpace2 {
	padding: 5px 0;
}
#linkdk {
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}	
#linkdk a {
	text-decoration: underline;
	color: #000;
}  
#linkdk a:hover {
	text-decoration: none;
	color: #000;
}
/* --- The link style below removes the white dotted border around linked images in Firefox ---*/
a, input {
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}

/* --- Table styles ---*/
#simpletable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555;
	line-height: 1.5em;
	margin: 6px auto;
	width: 250px;
	text-align: center;
}
#simpletable th {	font-weight: bold;
	padding: 5px 3px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	background: #999;
}
#simpletable td {
	padding: 5px 3px;
	color: #555;
	text-align: center;
	vertical-align: top;
	background: #dedede;
}
#fullwidthtbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	margin: 6px auto;
	width: 540px;
	text-align: center;
}
#fullwidthtbl th {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #999;
}
#fullwidthtbl td {
	padding: 5px;
	color: #333;
	text-align: left;
	vertical-align: top;
	background: #dedede;
}
.thumbstbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #888;
	line-height: 1.5em;
	margin: 6px auto;
	width: 500px;
	text-align: left;
}
.thumbstbl th {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #888;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}
.thumbstbl td {
	padding: 5px;
	color: #888;
	text-align: center;
	vertical-align: top;
	background: #fff;
}
