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

body {
    font: 12px/1.3 Arial, Lucida, Verdana, sans-serif;
    color: #7f7f7f;
    background: #101010 url(img/jpspeed_header_repeat.png) repeat-x;
}
 
#sitecontainer {
    width: 861px;
    margin:0 auto; 
}
 
/* @group Content Positions */
#header{
	margin-top: 10px;
}

#nav {
	margin: -110px 0px 0px 433px;
}

.servicesbutton{
	height: 72px;
	width: 114px;
	background-image: url(img/nav_services.png);
	float: left;
}

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

.eventsupportbutton{
	height: 72px;
	width: 172px;
	background-image: url(img/nav_eventsupport.png);
	float: left;
	margin-left: 1px;
}

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

.contactbutton{
	height: 72px;
	width: 114px;
	background-image: url(img/nav_contact.png);
	float: left;
	margin-left: 1px;
}

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

#phone {
	margin: 97px 0px 0px 480px;
	width: 289px;
	height: 31px;
    background: url(img/jps_phone.png);
}

#subheader {
	width: 861px;
	height: 21px;
    background: url(img/jps_subheader.png);
}

#column1 {
	margin-top: 40px;
	float: left;
	width: 364px;
	margin-left: 27px;	
}

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

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

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

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

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

#servicedesc {
	width: 365px;
	margin-top: 20px;
	padding-bottom: 50px;
}

#tracksidelabor {
	margin-left: 35px;
}
 
#cal {
	clear: both;
	float:left;
	width: 760px;
	margin-top: 20px;
	margin-bottom: 100px;
	margin-left: 30px;
	text-align: left;
}

#contactinfo {
	margin-left: 55px;
}

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

/* @end */

/* @group Text Styles */

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

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

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

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

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

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

/* @end */

/* @group Text Links */

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

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

/* @end */
