/* URSA HOMEPAGE CSS STYLESHEEET  */

/* % is used for all font measurements because of their ability to be resized 
(ems can be resize too but % scales better). 
Font measurements are indicated as part of the body and td tag --
thus be careful when overlapping div or other tags that contain classes with font-sizes
becuase they will multiply with each other */ 

/* Layout Styles */
#mainImgCell {
	background-image: url(../images/img_bear_back.gif);
	background-repeat: no-repeat;
	height: 134px;
	width: 760px;
}
#mainImgCell img {
	margin-left: 288px;
	margin-top: 24px;
}
#homeLtCol {
	width: 264px;
	background-color: #000066;
	color: white;
}
#homeLtCol h2 {
	margin: 15px 15px 8px 15px;
	font-weight: bold; 
	color: #ffcc33;
	font-size: 1em;
}
#homeLtCol p {
	color: #99CCFF;
	font-weight: bold;
	margin: 0 15px;
}
#homeLtCol p a {color: #99CCFF; font-weight: normal;}
#homeLtCol p a:visited {color: #99CCFF;}
#homeLtCol p a:hover {color: #ffcc33;}
#homeLtCol p a:active {color: #ffcc33;}

#homeLtCol form {margin: 0 15px  30px 15px;}
#homeLtCol select {	
	display:block;
	margin-bottom: 8px;
	font-size: 11px; /* forces the menu to be a static font size in order to avoid breaking the table */
}

#homeRtCol {
	width: 488px;
	background-color: #000000;
	background-image: url(../images/img_truck.jpg);
	background-repeat: no-repeat;
	padding-top: 125px;
}
#homeRtCol div {
	width: 40%;
	color: white;
	float: left;
	padding: 15px;
}
#homeRtCol h2 {
	font-weight: bold; 
	color: #ffcc33;
	font-size: 1em;
}

.features {
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.features a:link {color: #99CCFF;}
.features a:visited {color: #6699CC;}
.features a:hover {color: #ffcc33;}
.features a:active {color: #ffcc33;}

.features2 {
	color: #ffffff;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.features2 a:link {color: #99CCFF;}
.features2 a:visited {color: #6699CC;}
.features2 a:hover {color: #ffcc33;}
.features2 a:active {color: #ffcc33;}

/* Navigation Elements */

#navGlobalPrimary {
	padding-left: 268px;
	clear: both;
	line-height: 0;
}

.formMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; /* forces the menu to be a static size */
	background: #FFE599;
	margin-top: 3px;
	margin-bottom: 3px;
}
