@charset "utf-8";
/* CSS Document */

body  {
	font: 14px, Arial, Helvetica, sans-serif;
	background: #5f848a; /* lime green #c4d147; */
	background-image: url(../images/left-banner-with-flower%20200x1200.png);
	background-repeat:repeat-x;
	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: #333333;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../images/flower-design_logo200.jpg);
} 
.twoColFixRtHdr #header h1 {
	font-size: 22px;
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 300px;
}
.twoColFixRtHdr #header h2 {
	font-size: 16px;
	margin-left: 470px;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /*#d4ceb1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 20px;
	font-size: 14px;
	line-height: 22px;
}
.twoColFixRtHdr #mainContent {
	margin-left:230px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin-top:20px;
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	line-height: 22px;
} 
.twoColFixRtHdr #mainContent h1{
	font-size: 22px;
}
.twoColFixRtHdr #mainContent a {
	color: #368389;
}
.twoColFixRtHdr #projContent {
	margin-left:20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin-top:20px;
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		font-size: 14px;
	line-height: 22px;
} 
.twoColFixRtHdr #projContent h1{
	font-size: 22px;
}
.twoColFixRtHdr #projContent a {
	color: #368389;
}
.twoColFixRtHdr #projContent a:hover {
	color: #b7dc51;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5f848a;
	height: 60px;
	font-size:12px;
} 
.twoColFixRtHdr #footer .email{
	font-weight:bold;
	margin-left:100px;
} 
.twoColFixRtHdr #footer .phone{
	margin-left:100px;
} 
.twoColFixRtHdr #footer .location {
	margin-left:220px;
} 
.twoColFixRtHdr #top-nav {
	background-color: #5f848a;
	height: 25px;
	margin-top:0px;
	width:900px;
	padding-top: 10px;
}

#main-nav {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 170px;
	line-height: 10px;
}

#main-nav li {
	display: inline;
	/*height: 30px;*/
}
#main-nav a {
	font-size: 10.5pt;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	color:  #b7dc51; /*#ced35d;  /*#c4d147; /* #99ff00; */
	font-weight:bold;
	line-height:10.5pt;	/*border-right:2px ridge #ffffff;*/
}
#main-nav a:hover {
	color:   #99ff00; /*#ffffff;*/
}

.twoColFixRtHdr #header p {
	margin-left: 480px;
	font-weight: bold;
	font-size: 16px;
}
.twoColFixRtHdr #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;
}
.rightCol {
margin-left:273px;
}
--> 
</style>
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
