/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- 
This is the standard eSolutions website style sheet
Create a copy of the three style sheets and place them in your new website directory so that
CSS are commonly kept in the /ROOT/styles/ directory for the website. 
   ------------------------ DO NOT ALTER THIS FILE ---------------------------- */

/* CSS released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */
/* Date Started: Nov 2006 */

/* This design is NOT a template. You may NOT reproduce it elsewhere without the owner's written permission. 
You may study the CSS and use whatever techniques you learn from it elsewhere per Creative Commons License. */

/* IMPORT TWO OTHER STANDARD SITE STYLE SHEETS */
/* rather than importing styles we prefer to just link the styles on the pages since the
top part of each page is normally an include, so on the page under <title> add the following code ...

<link href="/styles/base.css" rel="stylesheet" type="text/css" media="screen">
<link href="/styles/structure.css" rel="stylesheet" type="text/css" media="screen">
<link href="/styles/content.css" rel="stylesheet" type="text/css" media="screen">
 */
 
/* override <u> tags on links. Underline came over during content population. */

a u {
	text-decoration: none;
}

a:hover u {
	text-decoration: underline;
}
 
/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, ol, dl, dd, dt, img, q, table, thead, tbody, tfoot, caption, th, a, form, input, textarea, fieldset, pre {
	margin:0;
	padding:0;
}
/* SET BASE FONT ATTRIBUTES */
#subnav img{
    border: 0px;
}

img {
	border: 0px;
}

body, #printArea
{
	font-size: 13px;	
}

p {
	padding-bottom: 14px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 18px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	line-height: 18px;
	color: #333333;
}

dl, dt, dd {
	padding:0;
	border:0;
	margin:0;
	list-style:none;
}

/*ul {
	margin:0px;
	padding:0px;
	}
li {
	margin:0px;
	list-style-image: url(/230518_TRRA/images/arrow_green.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
*/



h1 {
	color:#003290;
	font-size: 16px;
	font-weight:bold;
	padding-bottom: 14px;
}
h2 {
	color:#313131;
	font-size: 14px;
	font-weight:bold;
	padding-bottom: 14px;
}
h3 {
	color:#003290;
	font-size: 14px;
	font-weight:bold;
	padding-bottom: 14px;
}
h4 {
	color:#313131;
	font-size: 12px;
	font-weight:bold;
	padding-bottom: 14px;
}
#threecolumnleft h5 {
	color:#003290;
	font-size: 12px;
	font-weight:bold;
	padding-bottom: 14px;
}
#rightcolumnsection h6 {
	border-bottom:10px solid #E5EAF4;
	border-collapse:collapse;
	color:#003290;
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
	padding:0 0 5px;
}

#mainBody ul 
{
	margin:0;
	padding:0;
	list-style-type: none;
}

#printArea ul, #rightcolumnsection ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#printArea ol
{
	list-style-type: decimal;
	margin-left: 50px;	
}

 #rightcolumnsection ol {
 	list-style-type: decimal;
	margin-left: 27px;	
 }

#printArea ol li, #rightcolumnsection ol li
{
}

#printArea ul li, #rightcolumnsection ul li, #mainBody ul li
{
	padding-left: 10px;
	background: transparent url(/images/blue_bullet.gif) no-repeat 0px 6px !important;
}

#printArea ul li ul li, #mainBody ul li ul li
{    
    padding-left: 13px;
    background: transparent url(/images/blue_dash.gif) no-repeat 1px 6px !important;
}

/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a {
	color: #003290;
	text-decoration:underline;
}
a:link, a:visited {
	color: #003290;
	text-decoration:none;
}
a:hover, a:active {
	color: #003290;
	text-decoration:underline;
}

em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
acronym {
	background:transparent;
	cursor:help;
	font-style:normal;
}
a acronym {
	border:none;
	cursor:pointer;
}

.bottomborder td
{
	border-bottom: solid 1px #a1a1a1;
}


/* STANDARD MULTIPLE COLUMN CLEARING TRICK */
/* make sure your columns divs are inside a holding div that float:left; */
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
/* ----- END OF TEMPLATE ----- */

/*

	Banners and Logos
	
*/

#HomepageBanner, #SponsorLogo0, #SponsorLogo1, #SponsorLogo2, #SponsorLogo3, #SponsorLogo4, #SponsorLogo5
{
	visibility: hidden;
}