/* update 12/4/07 Simon */

* {
	margin: 0px;
	padding: 0px;
}

:focus
{
  -moz-outline-style: none;
}

body {
	text-align: center;
	margin: 0px;
	font-family: "Arial", Helvetica, sans-serif;
	font-style: normal;
	font-size: 62.5%;
	line-height: 1.8em;
	color: #000000;
	/*color: #5c5c5c;*/
	background: #55666f url(../images/bodyTile.gif) repeat-x;
}

body, html {
	height: 100%;
}

/*-----------------------------------------content*/

h1 {
	font-size: 2em;
	font-family: "Georgia", times, serif;
	font-weight: normal;
	color: #3f7db3;
	/*color: #5c5c5c;*/
	line-height: 1.2em;
}

h2, h3, h4, h5 {
	margin: 0 0 .4em 0;
}

h2 {
	/*display: none;/*!!!!!!!!!! temporary */
	font-size: 1.5em;
	color: #3f7db3;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	color: #3f7db3;
	margin: 0 0 4px 0;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
}

a
{
  outline: none;
}


a:link, a:visited {
	text-decoration: none;
	color: #9e3c01;
}

a:hover, a:active {
	color: #2c6da6;
}


p, ul, ol, dl, dt, dd, code {
  margin: 0 0 1.25em 0;
}

ol, ul {
  margin-left: 1.65em;
}

ol li, ul li { 
  margin: 0 0 .35em 0;
}

dt {
  margin-bottom: .3em;
  font-weight: bold;
}

dd {
  padding: 0 0 0 20px;
}

.leftImage {
	float: left;
}

.rightImage {
	float: right;
}

p.underLine {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #e5e5e5;
}

p {
	text-align: justify;
}

/*.underLine {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #e5e5e5;
}*/


#printMap {
	display: none;
}
/*-----------------------------------------template*/

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 799px;
	height: 100%;
	background: #ffffff;
}

#logo {
	float: left;
	margin: 0px;
	width: 373px;
	height: 202px;
	background: #000000 url(../images/logo.jpg) no-repeat left top;
}

#logo img {
	display: none;
}

#logoLink a {
	display: block;
	float: left;
	margin: 55px 0 0 0px;
	width: 372px;
	height: 100px;
	text-indent: -9000px;
}

#masthead {
	float: right;
	margin: 0px;
	width: 426px;
	height: 202px;
	background: #000000;
}

#navWrapper {
	float: left;
	margin: 0px;
	width: 799px;
	height: 34px;
	background: transparent url(../images/navTileRevised.gif) repeat-x;
	position: relative;
}

#navSet {
	float: left;
	margin: 0 0 0 8px;
	font-family: "Georgia", times, serif;
	font-size: 1.3em;
	width: 625px;
	text-align: left;
	overflow-x: hidden;
}

ul#mainNav {
	margin-left: -5px;
	width: 625px;
}

#mainNav, #mainNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainNav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #383b3e;
	padding: 0px 5px;
	border-left: 2px solid #78969e;
	letter-spacing: -.03em;
	letter-spacing: -1px\9; /* IE hack */
	margin-top: 8px;
}

/*----------------------------------active links*/
body.coffee1 #mainNav a#hotchocolate1, 
body.coffee2 #mainNav li#tea2 a#hotchocolate2, 
body.coffee3 #mainNav li#tea3 a#hotchocolate3, 
body.coffee4 #mainNav li#tea4 a#hotchocolate4,
body.coffee5 #mainNav li#tea5 a#hotchocolate5,
body.coffee6 #mainNav li#tea6 a#hotchocolate6 {
	text-decoration: none;
	color: #2c6da6;
	/*background-color: #dedab9;*/
	background-color: #d6c89d;
}


#mainNav a:hover {
	text-decoration: none;
	color: #2c6da6;
	/*background-color: #dedab9;*/
	background-color: #d6c89d;
}

#mainNav li {
	padding: 0;
	float: left;
	height: 34px;
}

#mainNav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	top: 33px;
}

/*drops*/
#mainNav ul li {
	position: relative;
	background-color: #3f7db3;
	padding: 0;
	margin: 0;
	width: 150px;
	height: auto;
}

#mainNav li:hover ul, #mainNav li.sfhover ul {
	left: auto;
}

#mainNav ul a {
	display: block;
	border: 0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .95em;
	letter-spacing: 0;
	border-top: 1px solid #508fc6;
	/*border-top: 1px solid #bfba97;*/
	padding: 3px 12px 4px 12px;
	width: 126px;
	color: #ffffff;
	margin-top: 0;
}

#mainNav ul a:hover, #mainNav ul a:active {
	background-color: #6eaee7;
	color: #000000;
}

#contentWrapper {
		clear: left;
	float: left;
	width: 799px;
	background: #ffffff;
	padding: 0 0 30px 0;
	font-size: 1.2em;
	text-align: left;
}

#printPage {
	float: left;
	width: 783px;
	margin: 11px 0 0 0;
}

#printPage a {
	float: right;
	display: block;
	padding: 6px 22px 6px 0;
	text-align: right;
	background: transparent url(../images/print.gif) no-repeat right center;
	color: #707070;
	text-decoration: none;
	font-size: .95em;
	line-height: .5em;
}

#contentHeading {
	float: left;
	width: 700px;
	padding-left: 29px;
	margin: 12px 0 0 0;
}

#contentHeading h2 {
	font-family: "georgia" times serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#contentLeft {
	float: left;
	margin: 22px 0 0 0;
	padding: 0 0 0 30px;
	width: 523px;
}

.presentation #contentLeft {
	width: 510px;
	display: inline;
	margin: 0 0 0 55px;
}

#map {
	float: left;
	width: 519px;
	height: 400px;
	border: 6px solid #d8d3ad;
	border-top: none;
}

#sidebar {
	float: left;
	width: 531px;
	height: 32px;
	background: #d8d3ad;
}

#sidebar a {
	display: block;
	float: left;
	margin: 8px 0 0 10px;
}

.officeName {
	font-family: "georgia", times, serif;
	color: #5c5c5c;
	font-size: 1.4em;
	margin: 0 0 6px 0;
}

#contentRight {
	float: right;
	margin: 22px 30px 0 0;
	width: 175px;
}

#rightNav {
	float: left;
}

#rightNav dl {
	float: left;
}

#rightNav dl dt {
	color: #3f7db3;
	font-size: 1.3em;
}

.navHeading {
	float: left;
}

.navHeading h3 {
	font-size: 1em;
	color: #5c5c5c;
}

#rightNav ul {
	float: left;
	margin: 0 0 12px 0;
}

#rightNav ul li {
	list-style-type: none;
	line-height: 1em;
	margin: 0 0 .8em 0;
	padding: 0 0 0 8px;
	background: url(../images/listBullet.gif) no-repeat left top;
/*	background-position: 0 5px;*/
}

#rightNav ul li a {
	text-decoration: none;	
}

#rightNav ul li.active a {
	font-weight: bold;
	color: #2c6da6;
}

#footerNav {
	float: left;
	width: 400px;
	margin: 12px 0 0 30px;
	text-align: left;
	font-size: 1.1em;
}

#footerNav ul {
	text-align: left;
	margin-left: 0;
}

#footerNav ul li {
	display: inline;
	list-style-type: none;
	margin: 4px 4px 0 4px;
}

#footerNav ul li a {
	text-decoration: underline;
	/*color: #e5e5e5;*/
}

#footerWrapper {
	clear: both;
	margin: 0;
	width: 799px;
	height: 45px;
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
	/*background: transparent url(../images/footerTile.gif) 0 -1px repeat-x;*/
}

#footerContent {
	float: right;
	margin: 12px 30px 0 0;
	color: #424242;
	/*color: #e5e5e5;*/
	font-size: 1.1em;
}

p.back {
	border-top: 1px solid #e5e5e5;
	padding-top: .6em;
	font-size: .95em;
	margin-top: 2em;
}

/*-----------------------------------------content*/
ul.itemlist {
	list-style: none;
	width: 535px;
	padding: 0;
	margin: 0 0 15px 0;
	float: left;
	/*border-top: 1px solid #e5e5e5;*/
}

ul.itemlist li {
	padding: .6em 0;
	margin: 0;
	list-style: none;
	width: 535px;
	border-bottom: 1px solid #e5e5e5;
	float: left;
}

ul.itemlist li.noline {
	border: none;
}

ul.itemlist a {
	display: block;
	float: left;
	width: 200px;
	font-weight: bold;
	text-decoration: none;
}

ul#portfolio.itemlist a {
	width: auto !important;
}

ul.itemlist span {
	display: block;
	float: right;
	width: 310px;
	text-align: left;
}

#contentLeft ol.alpha {
	list-style-type: upper-alpha;
} 


/*  content - news - year */
/*  -------------------------------------------------------------------------  */
h3 span.pressHeaderComp {
	color: #5c5c5c;
}

h3.pressHeader {
	margin: 0 0 11px 0;
}

a.indexReturn {
	display: block;
	float: right;
	text-align: right;
	width: 100%;
	color: #5c5c5c;
	font-size: .9em;
	padding: 0 12px 0 0;
	margin: 0 0 8px 0;
	background: transparent url(../images/indexIcon.gif) no-repeat right;
}

#container ul {
  padding: 0;
  margin: 0 0 1em 0;
  float: left;
  border-bottom: 1px solid #e5e5e5;;
  width: 100%;
	list-style: none;
}

#container ul li {
	list-style: none;
  padding: 0;
  margin: 0 4px;
	display: block;
  float: right;
  /*position: relative;*/
}

#container .tabs-hide {
  height: 0;
  overflow: hidden;
}

#container ul li a {
  background: transparent none;
	text-decoration: none;
  position: static;
  padding: 5px 4px 4px 4px;
  display: block;
  float: left;
	height: 10px;
  border-bottom: 2px solid #fff;
  line-height: 12px;
}

#container ul li.on a {
	color: #2c6da6;
  font-weight: bold;
  border-bottom-color: #e5e5e5;
}

#container div {
  float: left;
  width: 100%;
}

.date {
font-size:11px;
margin:0pt 0pt 2px;
}

/*-----------------------------------------search*/
#searchForm {
	position: absolute;
	height: 30px;
	width: 143px;
	top: 0;
	right: 16px;
}



/*---------------------------------------- contact form*/
input#fname,
input#lname,
input#title,
input#company,
input#email,
input#phone,
input#address1,
input#address2,
input#city,
input#state,
input#zip,
input#country,
#message {
	float: right;
	margin: 0 0 12px 0;
	border: 1px solid #c3c3c3;
	padding: 1px;
	width: 300px;
	background: #eeeeee;
}

#message {
	width: 520px;
}

label#contactLabel, label#state {
	float: left;
	text-align: right;
	display: block;
	width: 180px;
	height: 20px;
	margin: 0 0 12px 12px;
}

#formComments {
	float: left;
	margin: 8px 0 0 0;
	padding: 8px 0 0 0;
	border-top: 1px solid #c3c3c3;
}

.contactSubmit {
	float: right;
	margin: 0 4px 0 0;
}

#submitButton, input.gsc-search-button {
	border: none;
	font-family: "Arial", helvetica, sans-serif;
	font-size: 1em;
	background: #9e3c01;
	color: #ffffff;
	width: 55px;
	height: 20px;
	cursor: pointer;
}


.formRequired {
	color: #9e3c01;
}

/*---------- google --*/


#searchText {
	width: 119px;
	height: 17px;
	margin: 0;
	padding: 0;
	border: 1px solid #a5a181;
	position: absolute;
	top: 7px;
	left: -12px;
}

#go {
	margin: 0;
	position: absolute;
	width: 30px;
	top: 8px;
	right: 0;
	left: 118px;
	cursor: pointer;
	background: url(../images/go.gif) 0 0 no-repeat;
	overflow: hidden;
	border: 0 none;
	height: 19px;
	text-indent: -999em;
}

/*#go:hover {
	background-position: 0 -17px;
}
*/

input.gsc-search-button {
	margin: 0 0 0 8px;
}

.gsc-cursor {
	display: none;
}

.gs-title {
	margin: 12px 0 0 0;
}

.gsc-result-selector {
	display: none;
}

input.gsc-input {
	width: 300px;
	padding: 2px;
	border: 1px solid #c3c3c3;
}

.gsc-resultsRoot {
	width: 525px;
}

.gs-webResult {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #c3c3c3;
}

#contactForm {
	display: none;
	float: left;
	width: 522px;
	background: #e5e5e5;
}


#contactFormDetail {
	width: 512px;
	margin: 5px;
}

#contactFormDetail ul {
	list-style-type:none;
	margin: 0px;
}

#contName, #contMail {
	width: 300px;
	padding: 2px;
	border: 1px solid #a5a5a5;
}

#messArea {
	width: 507px;
	padding: 2px;
	border: 1px solid #a5a5a5;
}

#resetC, #submitC {
	float: right;
	display: inline;
	border: 1px solid #a5a5a5;
	margin: 2px 0px 4px 0;
	cursor: pointer;
}

#submitC {
	margin: 2px 2px 4px 0;
}

#navBack {
	position: absolute;
	float: left;
	width: 800px;
	margin: -32px 0 0 0;
	text-align: center;
}

#navBack ul {
	float: left;
	width: 800px;
	margin: 0 0 0 -90px;
}

#navBack ul li {
	display: inline;
	margin: 0 0 0 7px;
	list-style-type: none;
}

#navBack ul li a {
	text-decoration: underline;
}

#indexReturn a {
	display: block;
	width: 125px;
	height: 37px;
	margin: 36px 0 0 250px;
	background: url(../images/indexBack.jpg) no-repeat left top;
	text-indent: -9000px;
}

#flashClear {
	float: left;
	height: 22px;
}
