/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #01294c;
	background-image: url(../images/bg-strip.jpg);
	background-repeat: repeat-x;
	color: #999999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation{	
	height: 0px;
}

#wrap{
	background-color: #01294c;
	margin: 0 auto;
	text-align: left;
	width: 972px;
}
#content-wrap {
	background-color: #01294c;
	background-image: url(../images/mainbg-strip.jpg);
	background-repeat: repeat-y;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 970px;
}
* html #content-wrap {  /* This is the Tan hack */
	width: 972px; 
	w\idth: 970px; 
	}



#header{
	background-color: #000b15;
	position: relative;
}

#centerc{
	display: inline;
	float:left;
	margin-left:297px;
	padding-left: 0px;
	padding-right: 0px;
	width:673px;
}
* html #centerc {  /* This is the Tan hack */
	width: 673px; 
	w\idth: 673px; 
	}

#leftc{
	background-color: #011629;
	background-image: url(../images/leftbg-strip.jpg);
	background-repeat: repeat-x;
	float:left;
	margin: 0px;
	margin-left:-970px;
	padding: 0px;
	padding-bottom: 20px;
	width: 297px;
}

#foot{
	background-color: #4e0902;
	border-top: 1px solid #999999;
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 970px;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic{

}

#header_graphic img {
	display: block;
}

/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/
#menu {
	margin: 0px;
	padding: 0px;
}
#menu img {
	display: block;
	margin: 0px;
	padding: 0px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
#menu ul li {
	margin: 0px; 
	padding: 0px; 
	display: inline;
}
#menu ul li img {
	display: block;
}
#menu ul li a, #menu ul li a:visited {
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration:none;
	/*width avoids extra whitespace in ie5-6*/
	width: 297px;
}
* html #menu ul li a {  /* This is the Tan hack */
	width: 297px; 
	w\idth: 297px; 
	}

/** ------------------------------------------------------ **/
/** ------------------------ menu subsection ------------- **/

#submenu ul
{
	background-color: #ffffff;
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#submenu ul li
{
	background-color: #ffffff;
	margin: 0; 
	padding: 0; 
}

#submenu ul li a, #submenu ul li a:visited
{
	border-bottom: 1px solid #666666;
	color: #660000;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 5px;
	text-decoration: none;	
	/*width avoids extra whitespace in ie5-6*/
	width: 267px;
}
* html #submenu ul li a {  /* This is the Tan hack */
	width: 297px; 
	w\idth: 267px; 
	}

#submenu ul li a:hover, #submenu ul li a:active {
	color: #cc0000;
	/*width avoids extra whitespace in ie5-6*/
}

/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#footerleft
{
    float: left;
}
#footerleft ul
{
    list-style: none; 
    margin: 0;
	padding-left: 10px;
    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: underline;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    color: #CCCCCC;
	text-decoration: underline;	
}
#footerright
{
    float: right;
}
#footerright ul
{
    list-style: none; 
    margin: 0;
	padding-left: 10px;
    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: underline;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    color: #CCCCCC;
	text-decoration: underline;	
}

/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

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 {
  color: #CE001C;
  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;
  }
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;
	height: 0px;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

#left-ads {
	padding-left: 16px;
}
#left-ads img {
	margin-top: 25px;
}

#left-contact {
	margin-top: 15px;
	padding-left: 10px;
}
#left-contact img {
	margin-top: 0px;
	margin-bottom: 5px;
}
#left-contact p {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
#left-contact a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.center-align {
	text-align: center;
}

#centerc-content {
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

.no-bullets {
	list-style-type:none;
	margin-left: 0px;
}
.no-bullets li {
	margin-bottom: 5px;
}