/** ------------------------------------------------------ **/
/** -------------------3 column layout -------------------- **/
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation{	
	height: 1px;
}

#wrap{
	background-color: #FFFFFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	width: 960px;
}
* html #wrap {  /* This is the Tan hack */
	width: 980px; 
	w\idth: 960px; 
	}

#header{
	position: relative;
}

#centerc{
	display: inline;
	float:left;
	margin-left:240px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	width:690px;
}
* html #centerc {  /* This is the Tan hack */
	width: 720px; 
	w\idth: 690px; 
	}

#leftc{
	float:left;
	margin-left:-960px;
	width: 240px;
	margin-top:0px;
}

#rightc{
	float:left;
	padding: 0px;
	width: 240px;
}


#centerc-3col{
	display: inline;
	float:left;
	margin-left:240px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	width:450px;
}
* html #centerc-3col {  /* This is the Tan hack */
	width: 480px; 
	w\idth: 450px; 
	}

#leftc-3col{
	float:left;
	margin-left:-720px;
	width: 240px;
}

#rightc-3col{
	float:left;
	padding: 0px;
	width: 240px;
}

#foot{
	clear: both;
}

#footerclear {
	clear: both;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic{
}

#navigation{
	float: left;
	padding-bottom: 20px;
}


/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;

}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0px; 
}
#navigation ul li a, #navigation ul li a:visited {
    border-left: 1px solid #999999;
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;   
	padding-bottom: 5px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a:active {	
	background-color: #263262;
	color: #FFFFFF;	
}


/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

#menu ul {
	list-style: none;
	margin: 0px;
	margin-top: 6px;
	padding: 0px;	
}
#menu ul li {
	margin: 0; 
	padding: 0; 
}

#menu ul li a, #menu ul li a:visited {
	color:#666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 3px;
	text-decoration: none;
	/*width avoids extra whitespace in ie5-6*/
	width: 225px;
}
* html #menu ul li a, #menu ul li a:visited {  /* This is the Tan hack */
	width: 240px; 
	w\idth: 225px; 
	}
	
#menu ul li a:hover, #menu ul li a:active {
	color:#000000;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 3px;
	text-decoration: none;
	/*width avoids extra whitespace in ie5-6*/
	width: 225px;
}
* html #menu ul li a:hover, #menu ul li a:active {  /* This is the Tan hack */
	width: 240px; 
	w\idth: 225px; 
	}
	
.menu_header {
	display: block;  
	font-weight: bold;	
	padding-bottom: 5px; 
	padding-left: 15px;	
	padding-right: 0px;	
	padding-top: 5px; 
	text-decoration: none;	
	/*width avoids extra whitespace in ie5-6*/
	width: 225px;
}
* html .menu_header {  /* This is the Tan hack */
	width: 240px; 
	w\idth: 225px; 
	}

.menu-divider {
	border-bottom: 1px solid #cccccc;
	margin-top: 0px;
}

.menu-heading {
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 10px;
	width: 225px;
}
* html .menu-heading {  /* This is the Tan hack */
	width: 240px; 
	w\idth: 225px; 
	}
.menu-heading h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;	
	text-transform: uppercase;
	margin-bottom: 0px; 
}	

	

/** ------------------------------------------------------ **/
/** ------------------------ menu subsection ------------- **/

.submenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.submenu ul li
{
	margin: 0; 
	padding: 0; 
}

.submenu ul li a, .submenu ul li a:visited
{
	color:#999999 !important;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 30px !important;
	padding-right: 0px !important;
	padding-top: 3px;
	text-decoration: none;	
	/*width avoids extra whitespace in ie5-6*/
	width: 210px !important;
}
* html .submenu ul li a,  .submenu ul li a:visited {  /* This is the Tan hack */
	width: 225px !important; 
	w\idth: 210px !important; 
	}

.submenu ul li a:hover, #submenu ul li a:active
{
	color:#000000 !important;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 30px !important;
	padding-right: 0px !important;
	padding-top: 3px;
	text-decoration: none;	
	/*width avoids extra whitespace in ie5-6*/
	width: 210px !important;
}
* html .submenu ul li a:hover,  .submenu ul li a:active {  /* This is the Tan hack */
	width: 225px !important; 
	w\idth: 210px !important; 
	}

/** ------------------------------------------------------ **/
/** ------------------- higlights boxes------------------- **/

div.miniadverta {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	margin-bottom: 15px;
	color: #666666;
	font-weight: normal;
}

div.miniadverta a , div.miniadverta a:visited {
	color: #333366;
	text-decoration: underline;
	font-weight: normal;
}
div.miniadverta a:hover, div.miniadverta a:active {
	color:#0066CC;
}

/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#footerlogobar {
	clear:both;
	width: 960px;
}
#footerlogobar img {
	display: block;
}


#footerarea { 
	background-image:url(../images/footer-bg.gif);
	background-repeat:repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 960px;
}

#footerleft
{
    float: left;
}
#footerleft ul
{
    list-style: none; 
    margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
    position: absolute;
	white-space: nowrap;
	
}
#footerleft ul li
{
	color: #ffffff;
	display: inline;
	font-size: 0.9em;
	margin: 0;	
	padding-right: 11px;	
}
#footerleft ul li a
{		
	color: #ffffff;
	text-decoration: none;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    color: #ffffff;
	text-decoration: none;	
}
#footerright
{
    float: right;
}
#footerright ul
{
    list-style: none; 
    margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
    white-space: nowrap;
}
#footerright ul li
{
	color: #ffffff;
	display: inline;
	font-size: 0.9em;
	margin: 0;	
	padding-right: 11px;	
}
#footerright ul li a
{		
	color: #ffffff;
	text-decoration: none;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    color: #ffffff;
	text-decoration: none;	
}



/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;	
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;	
}

h2 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;	 
}

a, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
img {
	border: 0px;
}

caption {
	font-weight: normal;
	text-align: left;	
}
th {
	font-weight: bold;
	text-align: left;	
}
pre {
	font-size: 0.8em;
	background-color: #CCCCCC;
	padding: 10px;
}


/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  }
fieldset {
  padding: 10px;
  padding-top: 10px;
  width: auto;
  }
legend {
  font-weight: bold;
  padding-bottom: 10px;
  }
input {
  float: left;
  margin-right: 10px
  }
select {
  float: left;
  margin-right: 10px
  }
input.buttons {
  float: none;
}
form fieldset div {
  padding-bottom: 0px;
  clear: both;
  overflow:auto;
  }
form fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
  }
label {
  display:block;
  float: left;
  width: 150px;
  margin-right: 10px;
  padding-bottom: 10px;
  }


/** ------------------------------------------------------ **/
/** ------------------- div table replacements ----------- **/

/*create a row*/
div.TableReplaceRow {
	clear: both;
	padding-top:0px;
  }
/*label cell*/
div.TableReplaceRow div.TableReplacelabel {
	float: left;
	text-align: left;
	width: 160px;
	margin: 0px;
  }
/*data cell*/
div.TableReplaceRow div.TableReplacedata {
	float: left;
	text-align: left;
	margin: 0px;
  } 
 /*data cell*/
div.TableReplaceRow div.TableReplaceRight {
	float: right;
	margin: 0px;
  } 
div.TableReplaceRowClear {
	clear: both;
  }
  
.clearboth {
	clear:both;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

#content-3col {
	background-image:url(../images/content-home-bgstrip.jpg);
	background-repeat:repeat-y;
	width: 960px;
}
#content-pages {
	background-image:url(../images/content-bgstrip.jpg);
	background-repeat:repeat-y;
	width: 960px;
}
#home-flash {
	margin-bottom: 5px;
	width: 960px;
}

#HomeLinksLeft {
	float: left;
	width: 225px;
}

#HomeLinksRight {
	float: left;
	width: 225px;
}

#greybar {
	margin-bottom: 6px;
	width: 960px;
}
#greybar img {
	display: block;
}

#heading {
	background-image:url(../images/heading-bg.jpg);
	background-repeat:repeat-x;
	height: 50px;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;

}

#heading h1 {
	font-size: 1.3em !important;
	text-transform: uppercase !important;
}

#newsheader {
	background-image:url(../images/news-header.gif);
	background-repeat:no-repeat;
	height: 49px;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

#newsheader h1 {
	font-size: 1.3em !important;
	text-transform: uppercase !important;
}

#newsheader-other {
	background-image:url(../images/news-header-noarrow.gif);
	background-repeat:no-repeat;
	height: 49px;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

#newsheader-other h1 {
	font-size: 1.3em !important;
	text-transform: uppercase !important;
}


#newsbox {
	padding-left: 25px;
	padding-right: 25px;
	width: 190px;
}
* html #newsbox {  /* This is the Tan hack */
	width: 240px; 
	w\idth: 190px; 
}
#newsbox h2 {
	padding: 0px;
	margin: 0px;
	background-color:#FF8A7D;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#newsbox .quotee p {
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
}

#newsbox p {
	color: #666666;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
	font-size:1.2em;
	font-style: italic;
	line-height: 1.5em;
}
#newsbox  .body  {
}

#copylink {
	margin: 0px;
	padding-bottom: 3px;
	text-align: center;
}
#copylink a {
	font-size: 0.9em;
	padding: 0px;
	text-decoration:none;
}

#red-navbar {
	background-image:url(../images/red-navbar.jpg);
	background-repeat: repeat-x;
	padding: 2px;
}