@charset "utf-8";
body  {
	font: "Trebuchet MS", Arial, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}



.twoColElsLtHdr #container { 
	width: %100;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsLtHdr #header { 
	background: #FFFFFF; 
	text-align: center;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
	
}


.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 180px; /* since this element is floated, a width must be given */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0; /* top and bottom padding create visual space within this div */
}

#wrapper {
background:url(images/sidebar.png) repeat-y left top;
}


.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.twoColElsLtHdr #footer { 
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: right;
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.contactEmailTable a {
   color: #000000;
   text-decoration: none;
   background: url(images/email.gif) no-repeat left center;
   padding-left: 20px;
}

.contactEmail {
   color: #993300;
   text-decoration: none;
   background: url(images/email.gif) no-repeat left center;
   padding-left: 20px;
}

.contactEmailTable {
   border-right: 1px solid #A7A37E;
   border-bottom: 1px solid #A7A37E;
   font-size: 12px;
}

.contactEmailTable  td {
   border-left: 1px solid #A7A37e;
}

.contactEmailTable th {
    font-weight: bold !important;
	border-bottom: 1px solid #333333;
	background: url(images/th_bg.png) repeat-x;
	border-top: 1px solid #333333;
	padding-top: 4px;
	border-left: 1px solid #A7A37E;
	font-size: 18px;
}

.locationImg {
float: left;
padding-right: 10px;
}

.location {
font-size: 12px;
}

.location h2 {
font-size: 20px;
}

#navigation {
list-style-type: none;
padding: 10px;
margin-left: 0px;
}

#navigation li {
    font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
}

#navigation a {
    font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;

}

#navigation a:hover {
	background: #99CC66;
	color:#993300;
}
	
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}

a {
	color: #993300;
}
	
a:hover {
	color: #5C743D;
}

#territory {

}

#territoryName {
font-size: 20px;
font-weight: bolder;
padding: 0;
margin: 0;
}

#territoryAddress {
font-size: 12px;
}

#territoryTable {
text-align: center;
}

.even {
	background-color: #E7F7FF;
}

.ui-tabs-hide {
  display: none;
}

.ui-tabs-nav {
   margin: 0;
   padding: 0;
   list-style: none;
}

.ui-tabs-nav li {
  padding: 0;
  margin: 0 5px 0 0;
  float: left;
}

.ui-tabs-nav a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #999;
  text-decoration: none;
  display: block;
  padding: 5px 15px 3px 15px;
  border: 1px solid #999;
  border-bottom: none;
}

.ui-tabs-panel {
  float: left;
  border: 1px solid #999;
  margin: 0px;
  padding: 0px;
  background: #FFC;
  width: 750px;

}

.ui-tabs-selected a {
  color: #000;
  background: #FFC;
  position: relative;
  top: 1px;
}

.annoucement {
  background-color: #fdfdef;
  border-width: 1px;
  border-style: solid;
  border-color: #eae9e1;
  margin-bottom: 20px;
}

.annoucemnetLabel {
  background-color: transparent;
  background-image: url(images/jive-icon-announcemnt-16x16.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  color: #988f42;
  padding-left: 22px;
  margin: 5px;
}

.annoucementDetail {
  padding-left: 10px;
}
