/* The Harvest First Light Web Design 2007 */

body {
	background: #330033 url(site/image/background.gif) repeat;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Euphemia UCAS", "Georgia", "Verdana";
	margin: 0;
	padding: 0;
	text-align: center;
} /* Needed to center layout in old IE browsers. */

acronym, abbr {cursor: help;
               border-bottom: 1px dotted;}

h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

.bottom-border {border-bottom: 1px solid #E0E0E0;}

.headline {margin: 0 0 5px 0;
           padding: 0;
           font-size: 12px;}

ul {list-style-type: square;}

p {
	padding: 0;
	line-height: 160%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}

p.clear-left {clear: left;}

img {
	border: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
       
h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

a {color: #FFFFFF; text-decoration: none;}
a:link {color: #FFCC33; text-decoration: none;}
a:visited {color: #330033; text-decoration: none;}
a:hover {color: #330033; text-decoration: none;}
            
#container {
	width: 760px;
	background-color: #660033;
	color: #FFFFFF;
	text-align: left;
	padding: 0;
	margin: 10px auto;
}

#header {width: 100%;
         background: url(site/image/background.gif) repeat;}

#header h1 {margin: 0;
            background: #330033 url(site/image/background.gif) repeat;;
            padding: 0;}

#logo {display: block;
       margin: 0;}

#sub-header {
	width: 760px;
	height: 120px;
	color: #FFFFFF;
	background-image: url(site/image/leaderboard.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

/* Begin main navigation menu. */

#menu {
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0;
	background: url(site/image/menu_background.gif) repeat-x;
	position: relative;
	display: block;
}

#menu-right {
	position: absolute;
	width: 13px;
	height: 33px;
	right: 0;
	top: 0;
	background: url(site/image/menu_right.gif) no-repeat;
}

#menu-left {
	position: absolute;
	width: 13px;
	height: 33px;
	left: 0;
	top: 0;
	background: url(site/image/menu_left.gif) no-repeat;
}


#menu ul {list-style-type: none;
          margin: 0;
          padding: 12px 0 0;
          text-align: center;}

#menu ul li {display: inline;
             margin: 10px 0 0 10px;
             padding: 0;
             font-weight: bold;}

#menu ul li#first {margin: 0;}

#menu ul li a {text-decoration: none;
               text-transform: uppercase;
               color: #FFCC33;
               font-size: 14px;}

#menu ul li a:hover {color: #330033;}

.access-key {color: #FFFFFF;
             font-size: 44px;
             font-weight: normal;}

/* End main navigation menu. */ 

#content {
	padding: 10px;
	background: url(site/image/content_top.gif) no-repeat;
	color: #FFFFFF;
}

/* The right-column division is your main content division. */

#right-column {
	width: 490px;
	float: right;
	min-height: 330px;
}

#left-column {width: 237px;
              padding: 0;
              margin-right: 505px;}

#footer {
	width: 760px;
	height: 20px;
	clear: both;
	margin: 0;
	padding: 0;
	background: url(site/image/footer_background.gif) no-repeat;
	color: #FFFFFF;
}

#footer-left {float: left;
               margin: 10;}

#footer p {margin: 10;}

.news {margin: 0 0 40px 0;}

.left {float: left;
       margin: 3px 5px 0 0;}
	   
.right {float: right;}

.justify {text-align: justify;}

.clear {clear: both;}

/* Begin recent clients list. */

#recent-clients {margin-bottom: 25px;
                 padding: 0;}

#recent-clients ul {margin: 0;
                    padding: 0;
                    list-style-type: none;}

#recent-clients li {display: inline;
                    padding: 0 1px 0 0;}

#recent-clients li a img {padding: 0;
                          margin: 0;
                          border: 2px solid #E0E0E0;}

#recent-clients li a:hover img {border: 2px solid #677C2F;}

/* End recent clients list. */

/* Begin style for the featured services. */

#featured-wrapper {width: 468px; 
                   background: url(site/image/featured_background.gif) repeat-y;
                   color: #FFFFFF;}

#featured-bottom {width: 468px;
                  height: 10px;
                  background: url(site/image/featured_bottom.gif) no-repeat;
                  color: #FFFFFF;}

#featured-content {
}

.featured {
	width: 100%;
	clear: both;
}

.featured h3 {margin: 0;
              padding: 8px 0 0 0;
              background: transparent;
              font-size: 16px;}

.number {
	font-size: 72px;
	line-height: 72px;
	float: left;
	color: #FFFFFF;
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

/* End style for featured services. */

