@charset "utf-8";
/* CSS Document */

/* TEXT */

.boldtext {
	font-family: "verdana", trebuchet ms, tahoma, arial;
	font-size: 22px;
	color:#737171;
}

.regtext {
	font-family: "tahoma", verdana, arial, trebuchet ms;
	font-size: 12px;
	color:#737171;
}

.boldregtext{
	font-family: "verdana", trebuchet ms, tahoma, arial;
	font-size: 15px;
	color:#737171;
}

.smalltext{
	font-family: "tahoma", verdana, arial, trebuchet ms;
	font-size: 11px;
	color:#737171;
}

.emailtext {
	font-family: "verdana", trebuchet ms, tahoma, arial;
	font-size: 14px;
	color:#737171;
	background-color:#f9fdff;
}

.bottommenutext {
	font-family: "tahoma", verdana, arial, trebuchet ms;
	font-size: 11px;
	color:#636363;
}

/*Set Up*/

* {
	margin:0;
	padding:0;
} 

html {
	height:100%;
}

a:link {
	color:#636363;
	text-decoration:none;
}
	
a:hover {
	color:#227004;
	text-decoration:underline;
}
	
a:visited {
	color:#636363;
	text-decoration:none;
}
	
a:focus{
	color:#227004;
}

body {
	background-image: url(images/bgnew.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:100%;
}


.container {
	position:relative;
	width: 1024px;
	min-height:100%;
	height: auto !important;
   	height: 100%;
	margin: 0 auto -110px auto;
}

.clearfooter {
	height: 695px;
	clear:both;
	width: 1024px;
}

.footer {
	background-color: #A3A8AF;
	background-repeat: no-repeat;
	background-position: center bottom;
	position:relative;
	height: 110px;
	clear:both;
	margin: 0 auto 0 auto;
	width: auto;
	z-index:-1;
}


/* Header, Menu */

#mainlogo {
	position:absolute;
	left:60px;
	top:6px;
}

#aboutusbut {
	position:absolute;
	right:90px;
	top:62px;
}	

#spacer {
	position:absolute;
	top:98px;
	right:44px
}

/* About Us Info */

#aboutusbox {
	position:absolute;
	left:90px;
	top:105px;
}

#bigarrow {
	position:absolute;
	left:712px;
	top:189px;
}

#logo2 {
	position:absolute;
	left:697px;
	top:122px;
}

#tagline {
	position:absolute;
	left:625px;
	top:405px;
	width:250px;
	text-align:center;
	font-weight:bold;
}

#aboutus {
	position:absolute;
	left:150px;
	top:180px;
	width:500px;
	height:auto;
	padding:10px;
        text-align: left;
}

/* Call to Action */

#cat {
	position:absolute;
	left:153px;
	top:467px;
}

#enteremail {
	width: auto;
	position:absolute;
	left:117px;
	top:501px;
}

#formtable {
	position:absolute;
	left:110px;
	top:504px;
	height: 47px;
	width:400px;
}

#emailbox {
	padding:4px 0px 0px 6px;
	width:210px;
	height:22px;
	border:3px solid #737171;
}

/* Social Media */

#getsocial {
	position:absolute;
	left:630px;
	top:525px;
	width:54px;
}

#twitter {
	position:absolute;
	left:690px;
	top:515px;
}

#facebook {
	position:absolute;
	left:733px;
	top:515px;
}

#linkedin {
	position:absolute;
	left:775px;
	top:515px;
}


/* Bottom Menu */

#littleman {
	position:absolute;
	left:80px;
	bottom:70px;
	z-index:1;
}

#bottommenu {
	position:absolute;
	right:60px;
	bottom:80px;
	z-index:1;
}
