/* @group Basic Site Norms */
* {
    margin:0;
    padding:0;
}

body {
    font: 12px/1.3 Arial, Lucida, Verdana, sans-serif;
    color: #7f7f7f;
    background: #101010 url(img/jps_bg_tile.png) repeat; 
}
 
#sitecontainer {
    width: 832px;
    margin:0 auto;
    text-align: center; 
}
 
/* @end */

/* @group Content Positions */

.header{
    position:relative;
    width:100%;
}

.header a{
    position:absolute;
    left:30px;
    top:17px;
    width:340px;
    height:112px;
    z-index:9;
}

#emaillist {
	width: 150px;
	position: relative;
	top: -96px;
	left: 425px;
}

#nav {
	margin-top: -55px;
	margin-left: 442px;
	position: relative;
}

.servicesbutton{
	height: 19px;
	width: 70px;
	background-image: url(img/jps_services_nav.png);
	float: left;
}

.servicesbutton:hover{
	background-position: -70px 0;
}

.teambutton{
	height: 19px;
	width: 44px;
	background-image: url(img/jps_team_nav.png);
	float: left;
	margin-left: 15px;
}

.teambutton:hover{
	background-position: -44px 0;
}

.eventsupportbutton{
	height: 19px;
	width: 111px;
	background-image: url(img/jps_eventsupport_nav.png);
	float: left;
	margin-left: 15px;
}

.eventsupportbutton:hover{
	background-position: -111px 0;
}

.contactbutton{
	height: 19px;
	width: 67px;
	background-image: url(img/jps_contact_nav.png);
	float: left;
	margin-left: 15px;
}

.contactbutton:hover{
	background-position: -67px 0;
}

#column1 {
	margin-top: 65px;
	margin-bottom: 50px;
	display:inline;
	float:left;
	width: 364px;
	margin-left: 27px;	
	text-align: left;
}

#servicepic {
	margin-top: 25px;
	text-align: center;
}

#column2 {
	float:left;
	width: 375px;
	margin-top: 80px;
	margin-left: 35px;
	text-align: left;
}

#news {
	width: 365px;
	margin-top: 20px;
	padding-bottom: 100px;
}

#dealer {
	float:left;
	width: 832px;
	text-align: center;
}

#copyright {
	clear:both;
	padding-top: 100px;
	margin-bottom: 10px;
}

/* @end */

/* @group Text Styles */

.bodyblue {
  color: #00a6e8;
  font: 12px Arial, sans-serif;
}

.newstitletext {
	color: #00a6e8;
	font: bold 12px Arial;
}

.newsdatetext {
	color: #4d4d4d;
	font: bold 10px Arial;
}

.newscontenttext {
	color: #ffffff;
	font: 11px/1.2 Arial;
}

.copyrighttext {
	color: #00a6e8;
	font: 10px Arial;
}

.copyrighttextwhite {
	color: #ffffff;
	font: 10px Arial;
}

/* @end */

/* @group Text Links */

a { 
	color: #00a6e8;
	font: bold 10px Arial;
	text-decoration: none;
}

a:hover {
	color: #00a6e8;
	font: bold 10px Arial;
	text-decoration: underline;
}

/* @end */