﻿/* New TT CSS */

body
{
	color:#848484;
}

/* End of New TT CSS */

/*--------------------------Body Section and related items----------------*/
body 
{
    background-color: #00A76A; 
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; padding: 0px;
    voice-family: "\"}\""; 
    voice-family:inherit;
}

#topBanner
{
	padding-top:5px;
	padding-bottom:5px;
	background-color:White;
	display:none;
	font-size:12px;
	text-align:center;
}

#topBanner a
{
	text-decoration:underline;
}

html>body 
{
    font-size:small;
}

/* Body - Styles */
#body {font-size:100%;}

#rightcol, #leftcol, #nonav {font-size: 120%;}

a
{
	color: #8D74DC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img, img a
{
	border:0 none;
}

#body ul 
{
	color: #848484;
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 0;
    padding: 3px 0;	
}

#body li
{
	margin: 0px;
	padding-left: 18px;
	padding-right: 5px;
	padding-bottom: 3px;
	background-image: url(images/ul.gif);
	background-repeat: no-repeat;
    background-position: 5px 2px;
}
	
.homebox p, .boxl p, .boxr p, .boxl-nonav p, .boxr-nonav p, .box-top p, .box-top-nonav p, .box3content p {margin-left: 10px; margin-right: 4px;
/*	color: #5C5C5C;*/
	margin-top: 0px;
	margin-bottom: 2px;
	line-height: 140%;}


p.skip a, p.skip a:visited, p.skip {color:#fff; font-size:10px; float:right; height:10px; display:none;}
/*---------------------End Body Section and related items----------------*/


/*--------------------------Page Layouts and DIVs-----------------------*/
#topwrapper
{
    background-color: #00A76A;
    width: 100%;
    height: 66px;
    background-image: url(images/bglightgreen.gif);
    background-repeat: repeat-x;
    background-position: 0px 65px;
}

#top, #nav, #body, #bottomnav, #footer 
{ 
    width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#top 
{ 
    height: 66px;
}

#wrapper 
{ 
    background-color:#F1F2ED;
	width: 100%;
	font-size: 70%;
	border-bottom: 2px solid #E1DFD9;
	clear: both;
}

#bottomnavwrapper
{
    background-color: #FFFFFF;
    border-bottom: 7px solid #FFFFFF;
    width: 100%;
}

#body 
{
    padding-top: 11px;
	padding-bottom: 11px;
}

#box-top-header h1, #box-top-header-full h1 
{ 
    font-size: 160%; 
    background: none; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left:10px;
	padding-top: 12px; 
	padding-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#box-top-header 
{
    background-image: url(images/1colheader.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 34px;
	border:white 0px solid;
	padding-bottom:5px;
	padding-right:20px;
}

#leftcol 
{
    float: left; /* Main Body Column */
	width: 564px;
	border:none;
}

#rightcol 
{
	width: 163px;
	margin-left: 583px;	
	background-color:#F1F2ED;
}

.sub-content 
{ 
	background-image: url(images/1colfooter.gif);
	background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0;
    padding-bottom: 10px;
    width: 564px;
}

.subcontent table 
{ 
    margin-right: auto;
}

#navbox, #newsbox, #relatedlinks 
{
	background-color: #FFFFFF;
    margin-bottom: 6px;
    padding-bottom: 3px;
    width: 163px;
}

#PageWrapper
{
    margin-right:auto;
    margin-left:auto;
    border-right:solid 0px #000000;
    border-left:solid 0px #000000;
    background: #F1F2ED;
}
/*--------------------------End Page Layouts and DIVs--------------------*/


/*--------------------------Navigation Items-----------------------------*/
#navwrapper 
{ 
    background-color: #ffffff;
	height: 39px; 
	width: 100%;
	background-image: url(images/bggreyline.gif);
	background-repeat: repeat-x;
	background-position: 0px 37px;
}

#nav 
{ 
    font-size:xx-small;
    line-height:28px; 
}

#nav ul 
{
    margin:0;
    padding:9px 10px 0;
    list-style:none;
}

#nav li 
{
    float:left;
    background:url("images/navtableft-off.gif") no-repeat left top white;
    margin:0;
    padding:0 0 0 9px;
 }

#nav a 
{
    float:left;
	display:block;
	background:url("images/navtabright-off.gif") no-repeat right top;
	padding:0px 15px 0px 6px;
 	text-decoration:none;
	color: #006600;
	font-weight: bold;}
	
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a 
{
    float:none;
}

/* End IE5-Mac hack */
#nav a:hover, #nav a:focus, #nav a:active 
{
    color:#6a51b7;
}

#nav #current 
{
    background-image: url(images/navtableft-on.gif); 
    background-color:#f1f2ed
}

#nav #current a 
{
    background-image: url(images/navtabright-on.gif);
    color: #635DCA;
    padding-bottom:5px;
    padding:0px 15px 0px 6px; 
}

/* Body - Styles - Breadcrum */	
#breadcrum 
{
    width: 500px;
    color: #848484;
}

#breadcrum p 
{
    padding-left: 10px;
	padding-top: 0;
	margin: 0;
	padding-bottom: 7px;
	color: #848484;	
}

#rightnav
{
	background-color: #FFFFFF;
    background-image: url(images/rightnavdots.gif);
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 0;
    margin-top: 10px;
    padding-top: 2px;
}

#rightsubnav
{
    background-color: #FFFFFF;
    border-top: 10px solid #F1F2ED;
    margin-bottom: 0;
    padding-top: 2px;
}

#rightnav ul,
#rightsubnav ul
{
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 2px 0 0;
}

#rightnav ul li, #rightsubnav ul li
{
    background-image: url("images/rightnavdots.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 0;
}

#rightnav ul li ul, #rightsubnav ul li ul {
    color: #848484;
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 3px 0 0;
}

#rightnav ul li ul li, #rightsubnav ul li ul li
{
    background-image: url("images/ul.gif");
    background-position: 5px 2px;
    background-repeat: no-repeat;
    margin: 0;
    padding-bottom: 3px;
    padding-left: 18px;
    padding-right: 5px;
}
/*----------------------End Navigation Items-----------------------------*/


/*--------------------------Images and Mics Items------------------------*/

/*An Post Logo that appears in the Top Left hand corner */
.logo 
{  	
    float: left;
	margin-top: 10px;
}

img.right 
{
	margin-left:6px;
}

.right 
{
    float: right;
}

.clear 
{
    height: 1px; 
    font-size: 1px; 
    overflow: hidden; 
    clear: both;
}	


/* Footer Styles */
#footer ul, #footer p 
{ 
    color: #A5D2AB;
    margin: 0px; 
    padding: 0px;
    margin-top: 7px;
    list-style:none;
    float: left;
    font-size: x-small;
}

#footer li 
{
    float: left;
	padding: 0px;
	margin-right: 20px;
	float: left;
	text-align: left;
}

#footer a 
{
    color: #A5D2AB;
	text-decoration: none;
}
#footer a:hover 
{
    color: #A5D2AB;
	text-decoration: underline;
}

/*adjust width here for page content */
.box-top, .sub 
{
    width: 564px;
	background-color:#FFFFFF;
	background-image:url(images/1colbg.gif);
	background-repeat:repeat-y;
	background-position: 0px 0px;
	margin-top: 3px;
}

.datebox 
{
    clear:right; 
    height: 30px; 
    overflow: hidden; 
    width:400px; 
}
	
.date 
{ 
    text-align: left; 
    font-size: small; 
    font-family: Arial, Helvetica, sans-serif; 
    padding-top: 8px; 
    padding-bottom: 4px; 
    display: block; 
    color:#FFFFFF; 
    font-weight:bold;
}