@charset "utf-8";

body  {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	background-image: url(images/ORIG/gradient%20BG.png);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #1C1C1C;
	
} 
.thrColFixHdr #header {
	height: 300px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/orchid%20extracted.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
.thrColFixHdr #header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h5{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height: 16px;
	color: #FFFFFF;
}

h4{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: 11px;
	color: #FFFFFF;}

.thrColFixHdr #mainContent {
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #454648;
} 
.thrColFixHdr #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 */
}
.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;
}

#footer{
clear:both;}

#webgarden{
	padding-top:10px;
	width:40%;
	float:right;
}
#webgarden a {
	color: #FFFFFF;
}


h3 {
	display: none;
}
#mainContent img {
	margin-top: 10px;
}

#nav a{
	font-size:14px;
	font-weight: bold;
}

#title {
	margin-left: 2em;
	margin-bottom: 2em;
	
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1.75px;
	color: fffff1;
	font-weight: normal;
	line-height: 16px;
}
