/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;  
  padding:0px;  
  border:0px;  
  border-collapse:separate;  
  border-spacing:0px;
}

/* BEGIN STYLING */

body {
  background: #e2e2d7;
  font: 100.1% Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
  color: #e2e2d7;
}

#wrapper {
	width: 957px;
  margin: 0 auto;
  background: #6b6c59 url(../../img/int-wrapperbg.jpg) repeat-y left top;
  overflow: hidden;
}

#header {
	background: #e2e2d7 url(../../img/int-header.jpg) no-repeat center top;
  height: 116px;
  position: relative;
}

  h1 {text-indent: -9009em;}
  #header h1 a {
	position: relative;
	display: block;
	width: 438px;
	height: 90px;
	top: 10px;
	left: 30px; 
  }
 *:first-child+html #header h1 a {position: relative;}

  #topNav {
  	margin: -80px 10px 50px 890px; float: right; display: inline; position: absolute;
  }
  #topNav a, #topNav a:visited {
  	font-size: .8em;
    color: #93957b;
    font-weight: bold;
    text-decoration: none; 
  }
  #topNav a:hover, #topNav a:active {
  	text-decoration: underline;
  }
  .todaysDate {
  	font-size: .7em;
    color: #000;
    text-align: right;
    padding: 0px 20px 0;
	*padding: 50px 20px 0;
	position: relative;
	width: 917px; margin-top: -10px;
 }
 *:first-child+html .todaysDate {top:-65px; float: right; display: inline; width: 300px;}
  
#leftCol {
	float: left;
  width: 189px;
}

#leftNav a, #leftNav a:visited { color: #313131; }
#leftNav li:hover, #leftNav li.sfHover {
	background: #6b6c59;
  color: #fff;
}
#leftNav li:hover a, #leftNav li.sfHover a { color: #fff; }
#leftNav a:focus, #leftNav a:hover, #leftNav a:active {
  background: #6b6c59;
  color: #fff;
}
#leftNav ul { background: #6b6c59; }
#leftNav ul li a, #leftNav ul li a:visited { color: #fff; }
#leftNav li li:hover a, #leftNav li li.sfHover a { color: #fff; }
#leftNav ul li a:focus, #leftNav ul li a:hover, #leftNav ul li a:active {
  background: #6b6c59;
  color: #fff;
}

h2#pageTitle {
	background: #93957b url(../../img/int-titlebg.jpg) no-repeat left top;
  height: 40px;
  width: 742px;
  color: #f7f7ef;
  text-transform: uppercase;
  padding: 33px 0 0 25px;
  font-weight: normal;
  float: left;
  font-size: 1.2em;
  letter-spacing: .3em;
}

#content {
  float: left;
  width: 564px;
  color: #000;
  height: 448px;
  overflow: auto;
  margin: 25px;
}

#content p {
  font-size: .8em;
  padding: 5px 10px;
  line-height: 1.6em;
}
  
#content a {
  font-size: .9em;
  color:#82845f;
  font-weight:bold;
  text-decoration:none;
  line-height: 1.6em;
}

#content a:hover {
  font-size: .9em;
  color:#a9ae73;
  font-weight:bold;
  text-decoration:underline;
  line-height: 1.6em;
}

.tabletext {
  font-size: 10pt;
  color:#000000;
  padding: 1px 6px;
}

.tabletext a {
	font-size: 10pt;
	text-decoration: none;
}
  
#contentprint {
	float: left;
  width: 564px;
  color: #000;
  margin: 25px;
}

	#contentprint p {
  	font-size: .7em;
    padding: 5px 10px;
    text-align: justify;
    line-height: 1.6em;
  }
  
    #content ul li {
    font-size: .8em;
	line-height:170%;
    margin: 0 0 0 50px;
  }

  #breadcrumb {
  	font-size: .6em;
  }
  #breadcrumb a, #breadcrumb a:visited {
  	color: #a38966;
    text-decoration: none;
  }
  #breadcrumb a:hover, #breadcrumb a:active {
  	text-decoration: underline;
  }

#rightCol {
	float: left;
  width: 154px;
}

	#testimonial {
  	text-indent: -9009em;
    background: #6b6c59 url(../../img/int-testimonial.jpg) no-repeat left top;
    height: 0px;
  }

    
#footer {
	background: #6b6c59 url(../../img/int-footerbg.jpg) no-repeat center top;
 	text-indent: -9009em;
  height: 62px;
  clear: both;
}

.SiteMap {
  font-size: 14px;
  list-style: disc;
}

.Sitemap a {
	color:#82845f;
	font-weight:bold;
	text-decoration:none;
  }
.Sitemap a:hover  {
	color:#a9ae73;
	font-weight:bold;
	text-decoration:underline;
  }

body {
	scrollbar-arrow-color:#6b6c59;
	scrollbar-face-color:#e2e2d7;
	scrollbar-track-color:#d6d6cc;
	scrollbar-3dlight-color:#C5C5C5;
	scrollbar-shadow-color:#F8F6ED;
}

#dialog-email 
{
	margin: 8px;
}
