/* TAGS */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
a:link {
	color: #356F00;
	text-decoration: none;
}
a:visited {
	color: #356F00;
	text-decoration: none;
}
a:hover {
	color: #356F00;
	text-decoration: underline;
}
ul {
	list-style-type: square;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

li {
	padding-bottom: 4px;
}

hr {
	border-top: 1px dashed #CCCCCC;
}

/* TEXT */
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 135%;
}
.introText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 150%;
	color: #1C4094;
}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #1C4094;
}
.pageheader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #1C4094;
	font-variant: small-caps;
}
.subhead1 {
	font-size: 11pt;
	font-weight: bold;
	color: #6AB9FF;
}
.subhead1a {
	font-size: 9pt;
	font-weight: bold;
	color: #6AB9FF;
}
.subhead2 {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}
.subhead3 {
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #6AB9FF;
}
.subhead4 {
	font-size: 9pt;
	font-weight: bold;
	color: #7C7C7C;
}
#PHONE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	float:right;
	padding-right: 48px;
}
.phoneText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #FFFFFF;
}

/* BACKGROUNDS */
.bgPage {
	background-color: #ECECEC;
	background-image: url(../images/backgrounds/bg_page2.gif);
	background-position: left top;
}
.bgMasthead {
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 176px;
}

/* SHELL */

#SHELL {
	background-image: url(../images/box/bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.bgBoxLeft {
	background-image: url(../images/box/side_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
.bgBoxBottom {
	background-image: url(../images/box/bottom.gif);
	background-repeat: repeat-x;
}
.bgBoxRight {
	background-image: url(../images/box/side_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
}
.content {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

/* NAVBAR */
.navbut {
	background-image: url(../images/navbar/bg_navbut.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.navbut a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navbut a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navbut a:hover {
	color: #ffe14f;
	text-decoration: none;
}

/* MISC */
.vLine {
	background-image: url(../images/vline.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.hLine {
	background-image: url(../images/hline.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.listArrow {
	list-style-image: url(../images/arrow_red.gif);
}
.ulHomepage {
	margin-bottom: 5px;
	margin-left: 17px;
	padding-left: 0;
	padding-bottom: 5px;
}
.ulHomepage li {
	list-style-image: url(../images/arrow_red.gif);
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* GREY BOX */

.bgGreybox {
	background-image: url(../images/backgrounds/bg_greybox.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.boxBorderTop {
	border-top: 1px solid #D7D7D7;
}
.boxBorderBot {
	border-bottom: 1px solid #D7D7D7;
}
.boxBorderLeft {
	border-left: 1px solid #D7D7D7;
}
.boxBorderRight {
	border-right: 1px solid #D7D7D7;
}

/* TRACK BOX */

#TRACKTRACE {
	background-image: url(../images/backgrounds/bg_trackbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 204px;
	width: 237px;
	color: #FFFFFF;
}

#TRACKTRACE input, textarea {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	vertical-align: middle;
	color: #333;
	font-size: 8pt;
}

/* LOGIN BOX */

#LOGIN {
	border: 1px solid #666;
}
#LOGIN td {
	padding: 3px 3px 3px 8px;
}

/* FORMS */

input, textarea {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	vertical-align: middle;
	color: #333;
	font-size: 8pt;
}

/* FOOTER */
#FOOTER {
	background-image: url(../images/backgrounds/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 66px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 20px;
}

#FOOTER a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
