/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #dddddd;
	background-image: url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation{	
	height: 0px;
}

#wrap{
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 820px;
}
* html #wrap {  /* This is the Tan hack */
	width: 820px; 
	w\idth: 820px; 
	}

#header{
	height: 80px;
	position: relative;
}

#centerc{
	display: inline;
	float: left;
	margin-left: 210px;
	padding-left: 10px;
	padding-right: 10px;
	width: 380px;
}
* html #centerc {  /* This is the Tan hack */
	width: 400px; 
	w\idth: 380px; 
	}

#leftc{
	float:left;
	margin-left:-610px;
	padding-left: 10px;
	width: 200px;
}
* html #leftc {  /* This is the Tan hack */
	width: 210px; 
	w\idth: 200px; 
	}
#leftc img {
	margin-bottom: 10px;
}
#rightc{
	float:left;
	padding-right: 10px;
	margin: 0px;
	width: 200px;
}
* html #leftc {  /* This is the Tan hack */
	width: 210px; 
	w\idth: 200px; 
	}


#foot{
	border-top: 0px solid #999999;
	clear: both;
	margin-top: 10px;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic{
	float: left;	
	padding-left: 10px;
	padding-top: 12px;
}

#navigationarea {
	float: left;
	width: 692px;
}

/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/
#topnavigation{
	float: left;
}
#topnavigation ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding-right: 8px;
	padding-top: 10px;
}
#topnavigation ul li {
	display: inline;
	padding: 0;
	margin: 0px; 
}
#topnavigation ul li a, #topnavigation ul li a:visited {
    border-left: 1px solid #aaaaaa;
	color: #aaaaaa;
	display: block;
	float: left;
	font-size: 11px; 
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}
#topnavigation ul li a:hover, #topnavigation ul li a:active {	
	background-color: #999999;
	color: #FFFFFF;	
}
#navigation{
	float: left;
}
#navigation ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding-right: 8px;
	padding-top: 36px;
}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0px; 
}
#navigation ul li a, #navigation ul li a:visited {
    border-left: 1px solid #999999;
	color: #666666;
	display: block;
	float: left;
	font-size: 11px; 
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a:active {	
	background-color: #999999;
	color: #FFFFFF;	
}

/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/
#menu {
	border: 1px solid #cccccc;
	font-size: 13px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	margin: 0; 
	padding: 0; 
	padding-top: 2px;
	padding-bottom: 1px;
}

#menu ul li a, #menu ul li a:visited {
	display: block;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	/*width avoids extra whitespace in ie5-6*/
	width: 178px;
}
* html #menu ul li a {  /* This is the Tan hack */
	width: 198px; 
	w\idth: 178px; 
	}
#menu ul li a:hover, #menu ul li a:active {
	color: #cd3050;
	text-decoration: underline;
}	
.menu_header {
	background-image: url(../images/menuheader_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	display: block;  
	font-family: "Myriad Pro","Myriad","Myriad Web","Lucida Grande","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 14px;
	padding-bottom: 5px; 
	padding-left: 10px;	
	padding-right: 5px;	
	padding-top: 5px; 
	text-decoration: none;	
	/*width avoids extra whitespace in ie5-6*/
	width: 185px;
}
* html .menu_header {  /* This is the Tan hack */
	width: 200px; 
	w\idth: 185px; 
	}
.menu_header a, .menu_header a:visited {
	color: #ffffff;
	text-decoration: none;
}	
.menu_header a:hover, .menu_header a:active {
	color: #ffffff;
	text-decoration: none;
}	
.menu_title {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
.menu_title a, .menu_title a:visited {
	color: #cd3050 !important;
	text-decoration: none;
}
.menu_title a:hover, .menu_title a:active {
	color: #cd3050 !important;
	text-decoration: underline;
}
#menu-sub ul li {
	padding-left: 20px;
}

#menu-sub ul {
	margin: 0px;
	padding: 0px;
}

/** ------------------------------------------------------ **/
/** ------------------------ menu subsection ------------- **/
#submenu {
	margin: 0px;
	padding: 0px;
}
#submenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#submenu ul li
{
	margin: 0; 
	padding: 0; 
	padding-top: 2px;
	padding-bottom: 1px;
}

#submenu ul li a, #submenu ul li a:visited
{
	color: #666666;
	display: block;
	font-size: 13px;
	padding-left: 30px;
	padding-right: 0px;
	text-decoration: none;	
	/*width avoids extra whitespace in ie5-6*/
	width: 170px;
}
* html #submenu {  /* This is the Tan hack */
	width: 185px; 
	w\idth: 170px; 
	}


/** ------------------------------------------------------ **/
/** ------------------- 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 --------------------------- **/
#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;
	font-size: 0.9em;
	margin: 0;	
	padding-right: 11px;	
}
#footerleft ul li a
{		
	color: #666666;
	text-decoration: underline;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    color: #999999;
	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: #666666;
	text-decoration: underline;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    color: #999999;
	text-decoration: underline;	
}

#validated {
	clear:both;
	padding-top:5px;	
}

/** ------------------------------------------------------ **/
/** ------------------- 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;
}

hr {
	clear: both;
	background-color: #999999;
	color: #999999;
	height:1px;
	margin-bottom: 0em;
	margin-top: 0em;
}


/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  }
fieldset {

  }
legend {

  }
input {

  }
select {

  }
input.buttons {

}
form fieldset div {

  }
form fieldset p {

  }
label {
  
  }

form.newstyle {
  margin: 0px;
  padding: 0px;
  }
form.newstyle fieldset {
  padding: 10px;
  padding-top: 10px;
  width: auto;
  }
form.newstyle legend {
  font-weight: bold;
  padding-bottom: 10px;
  }
form.newstyle input {
  float: left;
  margin-right: 10px
  }
form.newstyle select {
  float: left;
  margin-right: 10px
  }
form.newstyle input.buttons {
  float: none;
}
form.newstyle fieldset div {
  padding-bottom: 0px;
  clear: both;
  }
form.newstyle  fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
  }
form.newstyle 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 -------------------------- **/

/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

.nobullets {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

.rightmenu {
	padding-bottom: 20px;
}