.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; }
/* frontpage slideshow styles */

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
margin:0; 
} 

.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 

.stripViewer ul li {  
float:left;
list-style:none;
} 

.stripTransmitter { 
overflow: auto; 
width: 250px !important; 
position:relative;
left:3px;
top:-25px;
} 

.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 

.stripTransmitter ul li{ 
width: 22px; 
float:left; 
margin: 0 3px 1px 0;  
list-style-type: none;
} 

.stripTransmitter a{ 
font: bold 10px Tahoma, Arial; 
text-align: center; 
line-height: 22px; 
color: #000000; 
background: #ffffff;
text-decoration: none; 
display: block; 
} 

.stripTransmitter a.current {
background: #cccccc;
}
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
}

#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
}

/* end of slideshow styles */

.clearfloat {
	clear:both;
	float:none;
	height:0px;
	overflow:hidden;
}

h1,h2,h3,h4,h5,h6,ol,ul,p {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:13px;
}

h1 { font-size:1.4em; }
h2 { font-size:1.3em; }
h3 { font-size:1.2em; }
h4 { font-size:1.1em; }
h5 { font-size:1em; }
h6 { font-size:0.9em; }

p { line-height:1.5em; }

img { border:none; }

html,body { height:100%; }

body {
	margin:0px;
	padding:0px;
	color:#333333;
	background:url(http://www.jottercms.com/images/handsworthc/bodybg.png) top repeat-x #66cccc;
	font-family:"Arial",helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	position:relative;
	width:900px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0px auto;
	padding:0px 7px;
	background:url(http://www.jottercms.com/images/handsworthc/wrapperbg.png);
}

#header {
	position:relative;
	height:51px;
	padding-top:154px;
	background:url(http://www.jottercms.com/images/handsworthc/header.jpg) no-repeat;
}

.withsubmenu #header {
	height:37px;
}

	#slideshow {
		position:absolute;
		top:7px;
		left:330px;
		border:1px solid #ffffff;
	}

	#header ul {
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
	#header li {
		display:inline;
		float:left;
		margin:0px 2px;
	}

	#header li.selected {
		background:url(http://www.jottercms.com/images/handsworthc/activetab-right.png) top right no-repeat;
	}
		
	#header a {
		display:block;
		padding:15px 4px 5px;
		color:#ffffff;
		font-size:11px;
		text-transform:uppercase;
		text-decoration:none;
	}
	
	#header .selected a {
		background:url(http://www.jottercms.com/images/handsworthc/activetab-left.png) top left no-repeat;
	}
	
	#header a:hover {
		text-decoration:underline;
	}

	#subnav { display:none; }
	.withsubmenu #subnav { display:block; }

	#subnav ul {
		background:#ffffff;
		margin:0px;
		padding:5px;
		text-align:right;
		list-style:none;
	}
	
	#subnav li {
		display:inline;
		margin:0px 10px;
	}
	
	#subnav a {
		font-weight:bold;
		color:#666666;
		text-decoration:none;
	}
	
	#subnav a:hover {
		text-decoration:underline;
	}
	
#content {
	padding:10px;
}

	#content .block.heading {
		padding-left:10px;
		color:#ffffff;
		background:url(http://www.jottercms.com/images/jmssports/headingbg.gif) left repeat-y #235512;
	}
	
#footer {
	position:absolute;
	bottom:0px;
	width:900px;
	padding:5px 0px;
	background:url(http://www.jottercms.com/images/jmssports/footerbg.gif) no-repeat #ffffff;
	text-align:center;
}

	#footer a { color:#8c2424; }

body#tinymce {	
	background:#86d7d7;
}