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

.wrapper{
	color:#23551C;
	background-color:#FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.companyname {
	font-style: normal;
	float: left
	color: #000;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 50px;
	padding-left: 0px;
    letter-spacing: 3px;
    word-spacing: 2px;
    color: #23551C;
}
	.companynamesub {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: medium;
	padding-top:3px;
	padding-left: 0px;
	letter-spacing: 1px;
	color: #23551C;
}
.container{
	width: 95%;
	max-width: 525px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 375px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.header {
	background-color: #FFFFFF;
	float: left;
	padding-right:3px;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:0px;
	text-align:left;
	width:500px;
	height:50px;
}

.headersub {
	background-color: #FFFFFF;
	float: left;
	padding-right:3px;
	padding-left:3px;
	padding-top:5px;
	padding-bottom:4px;
	text-align:left;
			width:500px;
	height:25px;
}
#slider{
	width:600px;
	height:465px;
	overflow:hidden;
	padding-top:10px;
	padding-left:20px;
	margin:10px auto;
}

#slider>img{
	width:600px;
	height:465px;
	float:left;
	display:none;
}

.footer {
    color: #23551C;
    background-color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 50px;
    padding-left: 75px;
    padding-right: 0px;
    text-align: left;
    float: left;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    font-size: medium;
    font-weight: normal;
    text-decoration: none;
}

a{
	padding: 1px 20px;
	background-color:#FFFFFF;
	color: #23551C;
	margin-top:2px;
	text-decoration:none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

a.left{
    float: left;
    margin-left: 75px;
    font-size: medium;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-decoration: underline;
}

a.right{
    float: right;
    margin-right: 0px;
    font-size: medium;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-decoration: underline;
}
	a:link {color:#23551C}

	a:visited {
	color: #23551C}