.Border {
	padding:3px;
	border:1px solid #555;
}

.Double-Border {
	padding:3px;
	border:3px double #555;
}

.Dotted-Border {
	padding:3px;
	border:1px dotted #555;
}

.Thick-Border {
	padding:3px;
	border:2px solid #555;
}

.Light-Border {
	padding:3px;
	border:1px solid #999;
}

.Light-Double-Border {
	padding:3px;
	border:3px double #999;
}

.Light-Dotted-Border {
	padding:3px;
	border:1px dotted #999;
}

.Light-Thick-Border {
	padding:3px;
	border:2px solid #999;
}

/* Tiny Styles */

html, body {
	padding:0;
	margin:0;
}

body *:first-child {
	margin-top:0;
}
body#tinymce { background:#ffffff; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Start of Default Styling */

p {
	padding: 5px 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 5px 0px 10px;
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
ol,
ul {
	list-style: inside;
}
body {
	color: #000000;
	font-size: 10pt;
	font-family: Verdana;
	line-height: 1.2em;
	background: #ffffff url("http://www.jottercms.com/images/legalseo/background.jpg") repeat-x 0px 0px;
}
a:link,
a:visited,
a {
	color: #494659;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

/* Template Styling */

#wrapper {
		width: 740px;
		margin: 0px auto;
		background: transparent url("http://www.jottercms.com/images/legalseo/content.jpg") repeat-y 0px 0px;
}

#header {
		position: relative;
		width: 100%;
		height: 371px;
		background: transparent url("http://www.jottercms.com/images/legalseo/header.jpg") no-repeat 0px 0px;
}

#splash {
		position: absolute;
		top: 127px;
		left: 0px;
		width: 724px;
		height: 244px;
		margin: 0px 8px;
}
body.homepage #splash {
		background: transparent url("http://www.jottercms.com/imagefolders/legalseo/splashImages/header1.jpg") no-repeat 0px 0px;
}
	div.splashImage1 {
		background: transparent url("http://www.jottercms.com/imagefolders/legalseo/splashImages/header1.jpg") no-repeat 0px 0px;
	}
	div.splashImage2 {
		background: transparent url("http://www.jottercms.com/imagefolders/legalseo/splashImages/header2.jpg") no-repeat 0px 0px;
	}
	div.splashImage3 {
		background: transparent url("http://www.jottercms.com/imagefolders/legalseo/splashImages/header3.jpg") no-repeat 0px 0px;
	}
	div.splashImage4 {
		background: transparent url("http://www.jottercms.com/imagefolders/legalseo/splashImages/header4.jpg") no-repeat 0px 0px;
	}
	div.splashImage5 {
		background: transparent url("http://www.jottercms.com/imagefolders/legalseo/splashImages/header5.jpg") no-repeat 0px 0px;
	}
	div.splashImage6 {
		background: transparent url("http://www.jottercms.com/imagefolders/legalseo/splashImages/header6.jpg") no-repeat 0px 0px;
	}
	div.splashImage7 {
		background: transparent url("http://www.jottercms.com/imagefolders/legalseo/splashImages/header7.jpg") no-repeat 0px 0px;
	}

#nav {
		position: relative;
		width: 100%;
		margin: 0px auto;
		font-size: 1.05em;
		padding-top: 102px;
}
	#nav ul,
	#nav li {
		list-style: outside;
		list-style-type: none;
	}
	#nav ul {
		width: 720px;
		padding: 0px 10px;
	}
	#nav ul li {
		position: relative;
		display: block;
		float: left;
		padding: 0px 10px;
		height: 30px;
	}
	#nav ul span {
		color: #ffffff;
		text-decoration: none;
	}
	#nav ul a:hover span {
		text-decoration: none;
	}
	#nav ul li:hover ul,
	#nav ul li.sfhover ul {
		visibility: visible;
	}
	#nav ul li.selected,
	#nav ul li.selected span {
		font-weight: bold;
	}
	#nav ul ul {
		width: auto;
		position: absolute;
		top: 25px;
		left: 10px;
		background-color: #ffffff;
		padding: 6px 6px 4px 6px;
		visibility: hidden;
	}
	#nav ul ul li {
		display: block;
		float: none;
		white-space: nowrap;
		padding: 0px;
		padding-bottom: 2px;
		height: auto;
	}
	#nav ul ul a {
		color: #000000;
		text-decoration: none;
	}
	#nav ul ul a:hover {
		color: #000000;
		text-decoration: none;
	}

#content-wrapper {
		padding: 1px 8px 0px;
}

#content {
		background-color: #ffffff;
}
	#content .block {
			padding: 10px 10px 0px;
	}
	#content .block:first-child {
			padding: 0px;
	}
	#content .block h1 {
		background: transparent url("http://www.jottercms.com/images/legalseo/heading.jpg") no-repeat -8px 0px;
		font-size: 0.9em;
		color: #00008b;
		padding-left: 10px;
	}

#footer {
		width: 100%;
		background: #ffffff url("http://www.jottercms.com/images/legalseo/footer.jpg") no-repeat 0px 0px;
		font-size: 0.9em;
		padding-top: 30px;
		text-align: center;
		padding-bottom: 5px;
}
