@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #ecf3ec;
	background-image: url(/assets/images/bgTexture.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0; /* 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 */
}

.thrColElsHdr #container {
	width: 758px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-color: #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 30px auto;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 5px solid #666666;
} 

.thrColElsHdr #header { 
	background: #ffffff; 
    padding: 0px;   /*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. */
} 

#header .intergraphlogo {
	float: left;
	margin: 0px;
	padding: 30px 0px 0px 15px;
}

#header .gardenlogo {
	float: right;
	margin: 0px;
	padding: 20px 10px 10px 0px;
}

.thrColElsHdr #container h1 {
	color: #4b8a6f;
	font: bold 22px Helvetica, Arial, sans-serif;
	margin-top: 0px;
	
 
}

.thrColElsHdr #container h3 {
	color: #4B8A6F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.thrColElsHdr #container p {
	font: 11px/150% Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #666666;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

/*column on left*/
.mainContent #sidebar1 {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 15px 10px 10px 15px;
}

/*column on right*/
.mainContent #sidebar2 {
	float: right;
	width: 225px;
	margin: 0px;
	padding: 15px 15px 10px 10px;
}

/*column in center*/
.mainContent #profiles {
	text-align: left;
	padding: 15px 15px 15px 15px;
	margin: 0px 240px 0px 250px;

} 

.thrColElsHdr #footer { 
	padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.thrColElsHdr #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 */
}

.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;
}
 
.footer {
	width: 758px;
	margin: 0 auto;
	padding: 6px 0 25px;
}
.footer p {
	margin: 0;
	font: 9px/150% Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.footer #version {
	float: left;
	width: 33%;
}

.footer #copyrightLinks {
	float: right;
	width: 67%;
	text-align: right;
	color: #4b8a6f;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
}
.footer #copyrightLinks a:link { color: #4b8a6f; text-decoration: none; }
.footer #copyrightLinks a:visited { color: #4b8a6f; text-decoration: none; }
.footer #copyrightLinks a:hover { color: #666666; text-decoration: none; }
.footer #copyrightLinks a:active { color: #666666; text-decoration: none; }
 
</style>
/* [if IE]>
<style type="text/css"> 
place css fixes for all versions of IE in this conditional comment  
.thrColElsHdr #sidebar1, .thrColElsHdr #sidebar2, .thrColElsHdr #profiles 
{ padding-top: 30px; }
.thrColElsHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs 
</style>
<![endif]</head>
*/
.thrColElsHdr #container #homeFlashRow {
	background-color: #993300;
}



/* CSS for the main profile page (individual page) */
.mainContent #profileinfo {
	font: 11px/150% Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #666666;
	padding-top: 0px;
	padding-left: 40px;
	padding-bottom: 15px;
	padding-right: 15px;
	line-height: 12pt;
	position: relative;
	width: 700px;
	scrolling: no;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* CSS for the allprofiles page (bulleted list of profile names) */
.mainContent #profilelist {
	padding: 0px 15px 15px 15px;
	margin: 0px;
	color: #666666;
}

/* CSS for the xslt fragments */

/*buttons for main profile and all profile page */
#navcontainer {
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#navcontainer ul li {
	float: right;
}

#navcontainer ul li a {
	text-decoration: none;
	font-size: 11px;
	float: left;
	margin: 0px;
	height: 30px;
	width: 70px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	display: block;
	line-height: 30px;
}

#navcontainer a:active{ color: #4b8a6f; text-decoration: underline; 
	background-image: url(/assets/images/ivy_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#navcontainer a:link { color: #4b8a6f; text-decoration: underline;
	background-image: url(/assets/images/ivy_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#navcontainer a:visited { color: #4b8a6f; text-decoration: underline; 
	background-image: url(/assets/images/ivy_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#navcontainer li a:hover {
	color: #666666;
	text-decoration: underline;
	background-image: url(/assets/images/flower_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}





/* buttons rules for the listed profile names on allprofiles.asp */
.treatment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.treatment a:link { color: #666666;	}
.treatment a:visited { color: #666666; }
.treatment a:hover { color: #4b8a6f; text-decoration:underline; }
.treatment a:active{ color: #4b8a6f; }

/* button rules for "learn more" on homepage */

.learnmore {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.learnmore  a:link { color: #4b8a6f; text-decoration: none; }
.learnmore  a:visited { color: #4b8a6f; text-decoration: none; }
.learnmore  a:hover { color: #666666; text-decoration: underline; }
.learnmore  a:active { color: #666666; text-decoration: none; }

.float_image_left{
	float:left;
	padding: 5px 10px 5px 0px;
}
.float_image_left_main{
	float:left;
	padding: 15px 10px 5px 0px;
}
