/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #031620;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation{	
}

#wrap{
	background-image: url(../images/wrap-bg.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}
#header{
	position: relative;
}

#centerc{
	display: inline;
	float:left;
	margin-left: 167px;
	margin-top: 10px;
	padding-left: 25px;
	padding-right: 15px;
	width:773px;
}
* html #centerc {  /* This is the Tan hack */
	width: 813px; 
	w\idth: 773px; 
	}

#leftc{
	float:left;
	margin-left:-980px;
	width: 167px;
	height: 400px;
}

#foot{
	clear: both;
	margin-top: 10px;
}

#footerclear {
	clear: both;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic img {
	display: block; 
}

#navigation{
	float: left;
	padding-bottom: 1px;
}


/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	width: 958px;
	height: 36px;
	margin-left: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
* html #navigation ul {
	width: 978px; 
	w\idth: 957px;
}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0px; 
}
#navigation ul li a, #navigation ul li a:visited {
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;   
	padding-left: 9px;
	padding-right: 9px;
	margin-top: 10px;
	margin-bottom: 7px;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
}
#navigation ul li a:hover, #navigation ul li a:active {	
	color: #CCCCCC;
}
#navigation ul li.navRight {
	float: right;
}
#navigation ul li.navRight a {
	border: none;
}


/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

#menu ul {
	list-style: none;
	margin: 0px;
	margin-bottom: 8px;
	margin-top: 9px;
	padding: 0px;	
}
#menu ul li {
	margin: 0; 
	padding: 0; 
}

#menu ul li a, #menu ul li a:visited {
	display: block;
	text-decoration: none;
	/*width avoids extra whitespace in ie5-6*/
	width: 165px;
	margin-top: 10px;
}
.menu_header {
	padding-bottom: 10px !important;
}

/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#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: #000000;
	display: inline;
	padding-right: 11px;	
}
#footerleft ul li a
{		
	font-size: 0.8em;
	margin-left: 15px;
	color: #999999;
	text-decoration: underline;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
	color: #000000;
	text-decoration: underline;	
}
#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: #000000;
	display: inline;
	font-size: 0.9em;
	margin: 0;	
	padding-right: 11px;	
}
#footerright ul li a
{		
	color: #000000;
	text-decoration: underline;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    color: #CCCCCC;
	text-decoration: underline;	
}

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 -------------------------- **/



