@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F3F2F7;
	
}
.twoColFixRtHdr #container {
	width: 990px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
} 
.twoColFixRtHdr #header {
	background: #0c0e59;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 180px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 285px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 25px;
	z-index: 2;
	
} 
.twoColFixRtHdr #footer {
	background:#0c0e59;
	height: 96px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 img {
	border: 0;
}
#footercopy {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
a.footercopy:link {
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;

}a.footercopy:visited {
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
}a.footercopy:hover {
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
	background-color: #3d951b;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
}a.footercopy:active {
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
}
#flash {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff5e20;
	font-size: 12pt;
	margin-top: 40px;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12pt;
	margin-top: 40px;
}
#applicationlist {
	background-color: #FF5E20;
	text-align: center;
	width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF5E20;
	border-right-color: #FF5E20;
	border-bottom-color: #FF5E20;
	border-left-color: #FF5E20;
}
.applicationlistTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 2px;
}
a.sidebar:link { color: #ff5e20; text-decoration: underline; }
a.sidebar:visited { color: #ff5e20; text-decoration: underline; }
a.sidebar:hover { color: #fff; background-color: #ff5e20; text-decoration: underline; }
a.sidebar:active { color: #ff5e20; text-decoration: underline; }
li.sidebar { font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: -15px; list-style-image: url(/images/setup/applistbullet.jpg); list-style-position: outside; }
#applist { background-color: #fff; margin-right: 0; margin-bottom: 0; margin-left: 0; }
a.orangelink:link { color: #ff5e20; text-decoration: underline; }
a.orangelink:visited { color: #ff5e20; text-decoration: underline; }
a.orangelink:hover { color: #fff; background-color: #ff5e20; text-decoration: underline; }
a.orangelink:active { color: #ff5e20; text-decoration: underline; }
#smalltext {
	font-size: 8pt;
	line-height: 8pt;
}
.transportation {
	margin-left: 15px;
}
#address {
	margin-top: -400px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 10pt;
	width: 250px;
	z-index: 1;
	float: right;
}
.onlinerating {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}
a.onlinerating:link { color: #ff5e20; text-decoration: underline; }
a.onlinerating:visited { color: #ff5e20; text-decoration: underline; }
a.onlinerating:hover { color: #fff; background-color: #ff5e20; text-decoration: underline; }
a.onlinerating:active { color: #ff5e20; text-decoration: underline; }
#onlineratingbox1 {
	width: 225px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#onlineratingbox2 {
	width: 225px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#onlineratingbox3 {
	width: 175px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

a.loginbutton:link {
	color: #FFF;
	background-color: #0C0E59;
	padding: 3px;
	text-decoration: none;
}
a.loginbutton:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #0C0E59;
	padding: 3px;
}
a.loginbutton:hover { color: #fff; background-color: #ff5e20; text-decoration: none; padding: 3px; }
a.loginbutton:active {
	color: #FFF;
	text-decoration: none;
	background-color: #0C0E59;
	padding: 3px;
}

a.ceebox:link {
	color: #FFF;
	background-color: #0C0E59;
	padding: 3px;
	text-decoration: none;
}
a.ceebox:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #0C0E59;
	padding: 3px;
}
a.ceebox:hover { color: #fff; background-color: #ff5e20; text-decoration: none; padding: 3px; }
a.ceebox:active {
	color: #FFF;
	text-decoration: none;
	background-color: #0C0E59;
	padding: 3px;
}
.newsbox {
	width: 200px;
	float: right;
	margin-top: 0px;
	margin-right: -40px;
	border: 2px solid #FF5E20;
	margin-bottom: 20px;
	margin-left: 20px;
}
.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FF5E20;
	text-align: center;
}
.newsItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	line-height: 16px;
	margin: 5px;
}
a.newsLink:link {
	color: #FFF;
	background-color: #0C0E59;
	padding: 3px;
	text-decoration: none;
}
a.newsLink:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #0C0E59;
	padding: 3px;
}
a.newsLink:hover { color: #fff; background-color: #ff5e20; text-decoration: none; padding: 3px; }
a.newsLink:active {
	color: #FFF;
	text-decoration: none;
	background-color: #0C0E59;
	padding: 3px;
}
.newsHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 30px;
}
.newsText {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 50px;
}
.newsImage {
	float: right;
	margin-left: 10px;
}
