﻿
*
{
	margin: 0;
	padding: 0;
}

/* removes dotted line in modern browsers */
:focus
{
	outline-style: none;
}

body
{
	color: #303030;
	background: #004A64 url(     'Images/bg.png' ) no-repeat fixed;
}

a img
{
	border: none;
}

.container
{
	width: 760px;
	margin: 50px auto 0px auto;
	padding: 1px 0;
}

.header
{
	height: 85px;
	background: url(     'Images/TRACLogo.png' ) no-repeat;
	background-position: 0px 10px;
	overflow: hidden;
}

#CurrentUser
{
	display: block;
	float: right;
	height: 38px;
	width: 146px;
	background: url(     'Images/CurrentUser.gif' ) no-repeat top;
}

#CurrentUser:hover
{
	background-position: bottom;
}

#nav li
{
	float: right;
	height: 40px;
	line-height: 25px;
	list-style-type: none;
	margin-left: 4px;
	white-space: nowrap;
	text-align: center;
}

#nav li a
{
	float: left;
	display: block;
	height: 20px;
	width: 92px;
	padding: 6px 0px 4px 0px;
	font: bold 17px arial;
	text-transform: lowercase;
	text-decoration: none;
	margin-bottom: 1px;
	color: #004A63;
	background-image: url(     'Images/Tab_Corners.gif' );
	background-position: 0px 30px;
}

#nav li a:hover
{
	background-position: 0px 60px;
}

#nav li.selected a
{
	background-position: 0px 0px;
}

#PopUp
{
	position: absolute;
	display: none;
	top: 136px;
	width: 507px; 
	height: 240px;
	background-color: #004A64;
	padding: 15px 15px 15px 15px;
	margin-left: 0px;
	border: solid 15px #fff;
	border-left-width: 0px;
	border-bottom-width: 2px;
	color: #fff;
	z-index: 500;
}

.ImageNav
{
	float: left;
	width: 193px;
	height: 320px;
}

.ImageNav a
{
	display: block;
	width: 193px;
	height: 55px;
	font-size: 0;
	color: #fff;
	background-position: top;
	margin-top: 5px;
}

.ImageNav a.selected, .ImageNav a:hover
{
	background-position: bottom;
}

.contact
{
	float: left;
	width: 193px;
	font: bold 12px arial;
	line-height: 20px;
	padding: 10px 10px 10px 25px;
}

.content
{
	text-align: left;
	overflow: auto;
	margin-bottom: -1px;
	font: normal 12px arial;
	color: #004A64;
	background-color: #fff;
	background-image: url(     'Images/Bar.jpg' );
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border: solid 15px #fff;
}

.content tr.blankTR
{
	height: 12px;
}

.content td.imagetext
{
	text-align: left;
	display: block;
	vertical-align: text-top;
}

.content p.modulestep
{
	text-align: justify;
	padding-right: 10px;
}

.content td.backbutton
{
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

.content table.tabletopalign
{
	margin-top: -2px;
}

.content td.logoalign, a.logoalign
{
	padding-left: 6px;
}

.content h2
{
	font-weight: bold;
	font-size: 13px;
	padding-left: 10px;
}

.content h1.bar
{
	background-image: url(     'Images/GrayBar(530x33).gif' );
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 33px;
	text-transform: uppercase;
}

.content h2.bar
{
	background: url(     'Images/GrayBar(530x25).gif' );
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 10px;
	height: 25px;
	text-transform: uppercase;

}

.content h3.bar
{
	background-image: url(     'Images/GrayBar(530x17).gif' );
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 17px;
	text-transform: uppercase;
}

.content span.pricequote
{
	font-size: 9px;
	color: #8E3535;
}

.content span.demo
{
	font-size: 9px;
	color: #F99F1F;
}

.content span.success
{
	font-size: 12px;
	color: #81A041;
}

.content span.failure
{
	font-size: 12px;
	color: #8E3436;
}

.content p, div.news
{
	padding-left: 10px;
}

.content strong
{
	font-weight: bold;
}

.content p.red, .content p.red a
{
	color: #8E3535;
}

.content p.green, .content p.green a
{
	color: #81A041;
}

.content p.yellow, .content p.yellow a
{
	color: #F99E1C;
	font-weight:bold;
}

.content a.img
{
	color: #fff;
	font-size: 0;
}

.content li
{
	list-style: disc outside;
	margin-left: 25px;
	padding-bottom: 5px;
}

.content .form td
{
	padding-bottom: 5px;
	padding-left: 10px;
}

.content .form input, .content .form textarea, .content .form select 
{
	background-color: #E9E9EA;
	border: solid 1px #B9B9B9;
}

div .map_dot
{
	position: relative;
	display: block;
	height: 12px;
	width: 12px;
}

div .map_dot a
{
	display: block;
	height: 12px;
	width: 12px;
	background: url(     'Images/YellowDot.png' ) no-repeat top;
	font-size: 0;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

div .map_dot a:hover, div .map_dot a.selected
{
	background-position: bottom;
}