/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #dff9ff;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation {
}

#wrap {
	background-image:url(images/background.gif);
	margin: 0 auto;
	padding-left: 18px;
	padding-right: 18px;
	text-align: left;
	width: 956px;
}
* html #wrap {  /* This is the Tan hack */
	width: 992px;
	w\idth: 956px;
}

#header {
	position: relative;
}

#centerc {
	display: inline;
	float: left;
	margin-left: 230px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width:706px;
}
* html #centerc {  /* This is the Tan hack */
	width: 726px;
	w\idth: 706px;
}

#leftc {
	float:left;
	margin-left:-956px;
	padding-left: 15px;
	width: 215px;
}
* html #leftc {  /* This is the Tan hack */
	width: 230px;
	w\idth: 215px;
}

#foot {
	clear: both;
	margin-top: 0px;
	padding-top: 10px;
	/*width: 956px;*/
	height: 50px;
	background-image: url(images/footer-background.gif);
}

#bottom-border {
	border-top: 1px #939598 solid;
	width: 960px;
	height: 1px;
	background-color: #FFFFFF;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header-01 {
	float: left;
}
#header-01 img {
	display: block;
}
#header-02 {
	float: left;
}
#header-02 img {
	display: block;
}
#header-03 {
	float: left;
	background-image: url(images/banner.gif);
	height: 65px;
	width: 956px;
}

/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

#menu ul {
	list-style: none;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
}
#menu ul li {
	margin: 0; 
	padding: 0; 
}

#menu ul li a, #menu ul li a:visited {
	color: #919191;
	border-bottom: 1px solid #b9b9b9;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	text-decoration: none;
	/*width avoids extra whitespace in ie5-6*/
	width: 195px;
}
* html #menu ul li a, #menu ul li a:visited {  /* This is the Tan hack */
	width: 200px; 
	w\idth: 195px; 
}

#menu ul li a:hover, #menu ul li a:active {
	color: #000000;
}


/** ------------------------------------------------------ **/
/** ------------------------ menu subsection ------------- **/

#submenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#submenu ul li {
	margin: 0; 
	padding: 0; 
}

#submenu ul li a, #submenu ul li a:visited {
	border-bottom: 1px solid #D2E1E1;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 5px;
	text-decoration: none;	
	/*width avoids extra whitespace in ie5-6*/
	width: 175px;
}
* html #submenu {  /* This is the Tan hack */
	width: 190px; 
	w\idth: 175px; 
}


/** ------------------------------------------------------ **/
/** ------------------- higlights boxes------------------- **/



/** ------------------------------------------------------ **/
/** ----------------- start of footer -------------------- **/

#footerleft {
	color: #FFFFFF;
	float: left;
	margin-left: 20px;
	text-align:center;	
}

#footerright {
	color: #FFFFFF;
	float: right;
	margin-right: 10px;
	text-align:center;
}

#footerleft a, a:hover, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footerright a, a:hover, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

/** ------------------ end of footer --------------------- **/
/** ------------------------------------------------------ **/

#validated {
	clear:both;
	padding-top:5px;	
}

/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	xfont-family: "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	color: #0f6264;
	font-size: 1.4em;
	font-weight: bold;	
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #7EA4A5;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #7EA4A5;
	font-size: 1em;
	font-weight: bold;	 
}

caption {
	font-weight: normal;
	text-align: left;	
}
th {
	font-weight: bold;
	text-align: left;	
}
a, a:visited {
	color: #7EA4A5;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
pre {
	font-size: 0.8em;
	background-color: #CCCCCC;
	padding: 10px;
}
/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/

img.ImgFloatRight {
	border: 1px solid #000000;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.ImgFloatRight_noborder {
	border: 0px;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}

img.ImgFloatLeft {
	border: 1px solid #333366;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatLeft_noborder {
	border: 0px;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}

img.ImgFloatCenter {
	border: 1px solid #333366;
	float: center;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatCenter_noborder {
	border: 0px;
	float: center;
	margin-bottom: 10px;
	margin-right: 15px;
}

img.ImgFloatNone {
	border: 1px solid #333366;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatNone_noborder {
	border: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
}

/** ------------------------------------------------------ **/
/** ------------------- div table replacements ----------- **/

/*create a row*/
div.TableReplaceRow {
	clear: both;
	margin-bottom: -20px;
	padding-top:0px;
}
/*label cell*/
div.TableReplaceRow div.TableReplacelabel {
	float: left;
	text-align: left;
	width: 250px;
	margin: 0px;
}
/*data cell*/
div.TableReplaceRow div.TableReplacedata {
	float: left;
	text-align: left;
	margin: 0px;
} 
/*create a row*/
div.TableReplaceRowClear {
	clear: both;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

.headerText {
	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 12px;
}

div.divcentretext {
	text-align: center;
}

.white-header-text {
	color: #FFFFFF;
}

.teal-header-text {
	color: #6e9091;
}
.blue-header-text {
	color: #00a2a7;
}
.grey-header-text {
	color: #737373;
}
.green-header-text {
	color: #0f6264;
}
img.ImgFloatRight_dalviphoto {
	border: 1px solid #000000;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	z-index:2;
	position:relative;
	left:0px;
}

div.DivDalviPhoto {
	left:495px;
	position:relative;
}
img.ImgDalviPhoto {
	border: 0px solid #000000;
	margin-bottom: 10px;
	margin-left: 15px;
	position:absolute; 
	top:right;
}

