/*
Design by Unlimited Progress LLC
http://www.unlimitedprogress.com
*/

body {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #63676B;
	margin: 0;
	margin-right: 25px;
	margin-left: 25px;
	width: 100%;
}

hr {
	color: rgb(140,182,220);
}

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: black;
}

img {
	border: 0px none;
}

#defaultContent {
	background-color: white;
	padding: 0px 10px 10px 10px;
	margin-left: auto;
  	margin-right: auto;
  	width: 757px;
  	height: 680px;
}

#contactContent {
	background-color: white;
	padding: 0px 10px 10px 10px;
	margin-left: auto;
  	margin-right: auto;
  	width: 757px;
  	height: 500px;
}

#aboutContent {
	background-color: white;
	padding: 0px 10px 10px 10px;
	margin-left: auto;
  	margin-right: auto;
  	width: 757px;
  	height: 575px;
}

#servicesContent {
	background-color: white;
	padding: 0px 10px 10px 10px;
	margin-left: auto;
  	margin-right: auto;
  	width: 757px;
  	height: 950px;
}

#productsContent {
	background-color: white;
	padding: 0px 10px 10px 10px;
	margin-left: auto;
  	margin-right: auto;
  	width: 757px;
  	height: 670px;
}

#trackerContent {
	background-color: white;
	padding: 0px 10px 10px 10px;
	margin-left: auto;
  	margin-right: auto;
  	width: 757px;
  	height: 1000px;
}

#animation {
	float: right;
	background-image: url("images/UP_WebsiteAnimation.gif");
	background-repeat: no-repeat;
	height: 190px;
	width: 350px;
	margin-top: 15px;
}
	
#news {
	float: left;
	background-image: url("images/areaGradient.png");
	background-repeat: repeat-x;
	height: 215px;
	width: 395px;
}

#newsDetail {
	float: right;
	background-image: url("images/areaGradient.png");
	background-repeat: repeat-x;
	height: 215px;
	width: 350px;
}

#blank {
	float: left;
	background-color: white;
	height: 50px;
	width: 395px;
}

.tl {background: url("images/topLeft.png") 0 0 no-repeat}

.tr {background: url("images/topRight.png") 100% 0 no-repeat}

.catLogo {
	width: 40%;
	margin-top: 25px;
	margin-left: 10px;
}

.trackerLogo {
	width: 55%;
}

#header {
	background-image: url("images/UP_WebsiteHeader.jpg");
	background-repeat: repeat-y;
	height: 100px;
}

#navigation {
	background-image: url("images/UP_WebsiteNavigationBckgd.jpg");
	background-repeat: repeat-x;
	margin-top: 4px;
	margin-bottom: 5px;
}

#navigation a {
	color: white;
	font-weight: bold;
}

#navigation a#current {
	color: #EEC900;
	font-weight: bold;
}

#welcome {
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

#welcomeDescription {
	width: 90%;
	margin-left: 25px;
	text-align: justify;
}

#serviceTitle {
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

#serviceDescription {
	float: left;
	width: 90%;
	margin-left: 25px;
	text-align: justify;
}

#serviceDescription p#indented {
 	padding-left: 25pt;
 	padding-right: 25pt;
 }

#product {
	width: 100%;
}

#productTitle {
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

#productDescription {
	float: left;
	width: 75%;
	margin-left: 25px;
	text-align: justify;
}

#productImages {
	float: right;
	width: 20%;
	text-align: right;
}

#productImages img {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	width: 125px;
	height: 100px;
}

#contactImage {
	float: left;
	width: 25%;
}

#contactDescription {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	width: 65%;
	text-align: left;
}

#aboutImage {
	float: left;
	width: 30%;
}

#aboutDescription {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	width: 57%;
	text-align: left;
	margin-top: -10px;
}

#upBullet {
	list-style-image: url("images/upbullet.png");
	vertical-align: middle;
	margin-left: 7px;
}

#upBullet a {
	color: #000000;
}

#upBullet a:hover {
	color: #1285F1;
}

#copyrightNotice {
	font-size: 10px;
}

#footer {
    clear: both;
    text-align: center;
    padding: 5px 0 0 0;
}

#footer p {
    font-size: 13px;
}

#copyright {
    padding: 5px 0 10px 0;
}


