/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation{	
	height: 0px;
}

#wrap{
	background-image: url(../images/bg-wrap.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-left: 1px;
	padding-right: 1px;
	text-align: left;
	width: 977px;
}
* html #wrap {  /* This is the Tan hack */
	width: 979px; 
	w\idth: 977px; 
	}

#header{
	position: relative;
	margin-top: 20px;
}

#centerc{
	display: inline;
	float:left;
	padding-left: 25px;
	padding-right: 25px;
	width: 927px;
}
* html #centerc {  /* This is the Tan hack */
	width: 977px; 
	w\idth: 927px; 
	}

#foot{
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 30px;
	height: 40px;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic{

}
#header_graphic2{
	position: absolute;
	left: 687px;
	top: 0px;
}

#navigation{
	border-top: 1px solid #ac721a;
	border-bottom: 1px solid #ac721a;
	clear: both;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}


/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0px; 
}
#navigation ul li a, #navigation ul li a:visited {
	color: #000000;	
	display: inline;
	font-size: 1em;
	font-weight: bold;   
	padding-left: 15px;
	padding-right: 15px;	
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a:active {	
	color: #ac721a;	
}


/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#footerleft
{
    float: left;
}
#footerleft ul
{
    list-style: none; 
    margin: 0;
	padding-left: 25px;
	padding-top: 15px;
    position: absolute;
	white-space: nowrap;
	
}
#footerleft ul li
{
	display: inline;
	font-size: 0.8em;
	margin: 0;	
	padding-right: 15px;	
}
#footerleft ul li a
{		
	text-decoration: underline;
}
#footerright
{
    float: right;
}
#footerright ul
{
    list-style: none; 
    margin: 0;
	padding-right: 25px;
	padding-top: 15px;
    white-space: nowrap;
}
#footerright ul li
{
	display: inline;
	font-size: 0.8em;
	margin: 0;	
	padding-left: 15px;	
}
#footerright ul li a
{		
	text-decoration: underline;
}

/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;	
}

h2 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;	 
}

a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #ac721a;
}
a:hover {
	color: #d6220e;
}
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.TableReplaceleft {
	float: left;
	width: 450px;
	margin: 0px;
	margin-right: 25px;
  }
div.TableReplaceRow div.TableReplaceright {
	float: left;
	width: 450px;
	margin: 0px;
  } 
div.TableReplaceRowClear {
	clear: both;
  }
  
.clearboth {
	clear:both;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

#boxouter {
	float: right;
}
div.boxwrap {
	margin-bottom: 20px;
	margin-left: 20px;
	width:273px;
}
div.boxtop {
	height:12px;
	width:273px;
}
div.boxcontent {
	background-image:url(../images/box-bg.gif);
	background-repeat: repeat-y;
	padding: 20px;
	width:233px;
}
* html div.boxcontent {  /* This is the Tan hack */
	width: 273px; 
	w\idth: 233px; 
	}
div.boxfoot {
	height:18px;
	width:273px;
}

img.marginleft {
	margin-left: 20px;
}
