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

#skip-navigation{
	background-color: #383838;
	height: 10px;
}

#header{
	background-image: url(../images/layout/bg-header.jpg);
	background-repeat:repeat-x;
	height: 110px;
	width: 100%;
}

#wrap{
	background-image: url(../images/layout/bg-wrap.jpg);
	background-repeat:repeat-x;
	width: 100%;
}
#wrapInner{
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#centerc{
	display: inline;
	float:left;
	margin-left: 230px;
	padding-left: 30px;
	padding-top: 15px;
	width:700px;
}
* html #centerc {  /* This is the Tan hack */
	width: 730px; 
	w\idth: 700px; 
	}

#leftc{
	float:left;
	margin-left:-960px;
	padding-top: 15px;
	width: 230px;
}


#foot{
	border-top: 1px solid #999999;
	clear: both;
	font-size: 0.8em;
	padding-bottom: 20px;
	margin-top: 20px;
}

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

#headerInner {
	margin: 0 auto;
	width: 960px;
	position: relative;
	text-align: left;
}

#header_logo{
	color: #383838;
	font-family: Candara, Verdana, Helvetica, sans-serif;
	font-size: 2.5em;
	line-height: 0.9em;
	position: absolute;
	left: 15px;
	top: 17px;
}
#header_logo span.logo_green{
	color: #104c2e;
}
#header_action{
	color: #383838;
	font-family: Candara, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
	position: absolute;
	left: 680px;
	top: 27px;
	text-align: right;
	width: 280px;
}
#header_action div.logo_green{
	color: #104c2e;
}




/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/
#navigation{
	background-color: #FFFFFF;
	border-bottom: 1px solid #383838;
	border-top: 1px solid #383838;
	text-align: left;
	width:100%;
}

#navigation p {
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 960px;
}
#navigation p a, #navigation p a:visited {
	color: #383838;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}
#navigation p a:hover, #navigation p a:active {	
	color: #104c2e;	
}



/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

#menu ul {
	border-bottom: 1px solid #383838;
	list-style: none;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;	
}
#menu ul li {
	margin: 0; 
	padding: 0; 
}

#menu ul li a, #menu ul li a:visited {
	color: #383838;
	display: block;
	font-size: 1em;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 5px;
	text-decoration: none;
	/*width avoids extra whitespace in ie5-6*/
	width: 210px;
}
* html #menu ul li a {  /* This is the Tan hack */
	width: 230px; 
	w\idth: 210px; 
	}
#menu ul li a:hover, #menu ul li a:active {	
	color: #104c2e;	
}
.menu_header {
	border-bottom: 1px solid #383838;
	font-weight: bold;
}



/** ------------------------------------------------------ **/
/** ------------------- quote ---------------------------- **/
div.divQuote {
	background-image: url(../images/layout/bg-quote.jpg);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	border-bottom: 1px solid #383838;
	border-top: 1px solid #383838;
	font-size: 0.8em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 210px;
}
div.divQuote  blockquote {
	background-image: url(../images/layout/quote-left.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding-left: 20px;
	padding-right: 22px;
}
div.divQuote  blockquote p {
	margin: 0px;
}
div.divQuote  cite {
	background-image: url(../images/layout/quote-right.gif);
	background-repeat:no-repeat;
	background-position: 100% 0%;
	font-size: 0.9em;
	font-style: italic;
	margin: 0px;
	padding-left: 20px;
	padding-right: 22px;
}



/** ------------------------------------------------------ **/
/** ------------------- 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: #000000;
	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: #000000;
	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 -------------------- **/

h1 {
	color: #104c2e;
	font-size: 1.4em;
	font-weight: normal;	
}

h2 {
	color: #104c2e;
	font-size: 1.2em;
	font-weight: normal;
}

h3 {
	color: #104c2e;
	font-size: 1em;
	font-weight: normal;	 
}

a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #660033;
}
a:hover {
	color: #104c2e;
}
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;
}
strong {
	color: #333333;
}


/** ------------------------------------------------------ **/
/** ------------------- 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;
  }
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 {
	border-top: 1px solid #999999;
	clear: both;
	padding-top:10px;
	margin-top:10px;
  }
/*label cell*/
div.TableReplaceRow div.TableReplacelabel {
	float: left;
	text-align: left;
	width: 280px;
	margin: 0px;
  }
/*data cell*/
div.TableReplaceRow div.TableReplacedata {
	float: left;
	text-align: left;
	margin: 0px;
	width: 420px;
  } 
 /*data cell*/
div.TableReplaceRow div.TableReplaceRight {
	float: right;
	margin: 0px;
  } 
div.TableReplaceRowClear {
	clear: both;
  }
  
.clearboth {
	clear:both;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/


div.divHighlight {
  background-color: #FFFFFF;
  border: 1px solid #104c2e;
  margin-bottom: 30px;
  margin-left: 30px;
  padding: 10px;
  float: right;
  width: 200px;
}
div.divHighlight h2 {
  margin: 0em;
}
div.divHighlight p {
  margin: 0em;
  margin-top: 0.8em;
}
