/* INITIAL SETUP -----------------------------------> */
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	background-color: #FFF;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-top: 0em;
	padding-bottom: 0em;
	padding-top: 0em;
	font-family: "Tahoma", "Geneva", "Verdana", "sans-serif";
	font-size: 0.7em;
	line-height: 1.4em;
	color: #5c5c5c;
	height: 100%;
}

/* This wrap centers the divs */
div#wrap {
	width: 720px;
	margin-left:auto;
	margin-right: auto;
}

/* This div fixes FireFox "float/wrapping" issue */
#wrapFix {
	clear: both;
	margin: 0em;
	padding: 0em;
}

/* CONSTANTS -----------------------------------> */
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
a {
	color: #ac0300;
	text-decoration: none;
}
a.bullet {
	color: #ac0300;
	background-image: url(images/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	padding-left: 13px;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	line-height: 1.4em;
	margin-bottom: 1em;
	background-image: url(images/heading_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}
h2 {
	font-family: "Tahoma", "Geneva", "Verdana", "sans-serif";
	font-size: 1.1em;
	color: #5c5c5c;
	margin-bottom: 1em;
}
h3 {
	font-family: font-family: "Tahoma", "Geneva", "Verdana", "sans-serif";
	font-size: 1em;
	color: #000;
	background-image: url(images/h4_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	margin-bottom: 0.3em;
}

ul {
	margin-top: 0em;
	padding-top: 0em;
	margin-left: 2.8em;
	padding-left: 0em;
	margin-bottom: 1em;
}
img.border {
	padding: 7px;
	border: 1px solid #c6c6c6;
}
hr {
	height: 1px;
	color: #c6c6c6;
	background-color: #c6c6c6;
	border: none;
	margin-bottom: 1em;
}
strong {
	color: #000; 
}
span.quote{
	font-family: "Courier New", "Courier", "monospace";
	font-size: 2em;
	color: #ac0300;
}

/* HEADER / NAV -----------------------------------> */
#header {
	border-top: 22px solid #ac0300;
	height: 145px;
}
#header img.logo {
	border: none;
	margin-right: 10px;
	float: left;
}

#globalnav{
	position:relative;
	z-index:3;
	float: left;
	margin-top: 20px;
}
#mainmenu, #mainmenu ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#mainmenu a {
	display: block;
	width:84px;
	text-decoration: none;
	color:#000;
	white-space:nowrap;
	text-align:left;
}
#mainmenu li {
	float: left;
	margin-right: 3px;
}
#mainmenu li a.mainLink {
	padding-left: 5px;
	padding-bottom: 6px;
	padding-top: 88px;
	border-right: 1px solid #ddd; 
	border-bottom: 3px solid #c6c6c6;
	background-image: url(images/nav_arrow.gif);
	background-repeat: no-repeat;
}
#mainmenu li a.mainLink:hover {
	border-bottom: 3px solid #ac0300;
	background-color: #fff;
}
#globalnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 120px;
	margin: 0em;
	background-color:#FFF;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#globalnav li ul a {
	width: 115px;
	text-align:left;
	background:none;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
}
#globalnav li ul a:hover {
	background-color: #ac0300;
	color: #fff;
}
#globalnav li:hover ul ul, #globalnav li.sfhover ul ul {
	left: -999em;
}
#globalnav li:hover ul, #globalnav li li:hover ul ,#globalnav li.sfhover ul, #globalnav li li.sfhover ul{
	left: auto;
}
#globalnav li:hover, #globalnav li.sfhover {
	background-color:#fff;
}


/* CONTENT -----------------------------------> */
#mainContent {
	margin-bottom: 2em;
}
#leftContent {
	width: 240px;
	float: left;
	padding-right: 1em;
	border-right: 1px solid #c6c6c6; 
}
#rightContent {
	width: 450px;
	float: left;
}
#rightContent p, #rightContent hr {
	margin-left: 4em;
	margin-right: 3em;
}
#rightContent h1 {
	margin-left: 2.5em;
}
#highlightBox {
	width: auto; 
	border: 3px solid #c6c6c6; 
	padding-top: 1em; 
	padding-left: 1em; 
	padding-right: 1em;
	padding-bottom: 1em;
	margin-left: 1.5em; 
	margin-top: 1em;
}
table {
	margin-left:auto;
	margin-right: auto;
}
.tdborder {
	background : #5c5c5c;
}
.tdlabel {
	font-family: "Tahoma", "Geneva", "Verdana", "sans-serif";
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.6em;
	background : #c6c6c6; 
	color : #000; 
	text-align:left;
}
.tddata {
	background-color : #fff; 
	text-align:left;
	padding: 0.4em;
}
input {
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 1em;
}
textarea {
	margin-top: 5px;
}
div#rates {
	margin-left: 2em;
}
div#rates h2 {
	float: left;
	margin-right: 7em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}


/* FOOTER -----------------------------------> */
#footer{
	border-top: 6px solid #ac0300;
	padding-top: 1.5em;
	padding-bottom: 3em;
	margin-top: 2em;
}
#footer p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
