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


/* GLOBALS */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #4E4E4E;
}
a:visited {
	color: #7CBE31;
}
a:hover {
	color: #7CBE31;
}
a:active {
	color: #AAEA19;
}
h1 {
	font-size: 1.1em;
	color: #71C22B;
}
h2 {
	font-size: 1.1em;
	color: #71C22B;
}

h4 {
	font-size: .9em;
	font-weight: normal;

}
p {
	font-size: .7em;
	line-height: 160%;

}


/* LAYOUT DIVS */

#wrapper {

	width: 775px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;

	}


#austincallout {

	width: 775px;
	height: 22px;
	text-align: right;
	padding-top: 6px;

}


#mainnav {
	
	background-image: url(/_images/bg_mainnav.jpg);
	background-repeat: no-repeat;
	width: 775px;
	height: 120px;
	margin: 0;
	padding: 0;
	
}

#footer {

	width: 775px;
	border: 0;
	border-top: 3px solid #7CBE31;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 40px;
	padding-bottom: 40px;

}

#callout {

	width: 300px;
	margin-left: 30px;
	margin-bottom: 20px;
	float: right;
	border: 0;
	background-image: url(/_images/bg_callout.png);
	background-repeat: repeat-y;

}

#callouttop {
	width: 300px;
	height: 42px;
	background-image: url(/_images/bg_callouttop.png);

}

#calloutbottom {
	width: 300px;
	height: 75px;
	background-image: url(/_images/bg_calloutbottom.png);

}



/* NAV DIVS */

#navbar {

	margin: 0;
	padding: 0;

}

#mainnav li, #mainnav a {
	margin: 0;
	padding: 0;
	height: 112px;
	display: block;

}

#logo {

	width: 186px;
	height: 112px;
	background-image: url(/_images/nav_logo.png);
	background-repeat: no-repeat;
}

#whatis {

	width: 124px;
	height: 112px;
	background-image: url(/_images/nav_whatis.png);
	background-repeat: no-repeat;
}

#howwow {

	width: 100px;
	height: 112px;
	background-image: url(/_images/nav_howwow.png);
	background-repeat: no-repeat;
}

#whywow {

	width: 82px;
	height: 112px;
	background-image: url(/_images/nav_whywow.png);
	background-repeat: no-repeat;
}

#howget {

	width: 99px;
	height: 112px;
	background-image: url(/_images/nav_howget.png);
	background-repeat: no-repeat;
}

#faq {

	width: 61px;
	height: 112px;
	background-image: url(/_images/nav_faq.png);
	background-repeat: no-repeat;
}

#testimonials {

	width: 118px;
	height: 112px;
	background-image: url(/_images/nav_testimonials.png);
	background-repeat: no-repeat;
}

#navbar #logo a:hover {

	background: url(/_images/nav_logo.png) 0 -113px no-repeat;

}

#navbar #whatis a:hover {

	background: url(/_images/nav_whatis.png) 0 -113px no-repeat;

}

#navbar #howwow a:hover {

	background: url(/_images/nav_howwow.png) 0 -113px no-repeat;

}

#navbar #whywow a:hover {

	background: url(/_images/nav_whywow.png) 0 -113px no-repeat;

}

#navbar #howget a:hover {

	background: url(/_images/nav_howget.png) 0 -113px no-repeat;

}

#navbar #faq a:hover {

	background: url(/_images/nav_faq.png) 0 -113px no-repeat;

}

#navbar #testimonials a:hover {

	background: url(/_images/nav_testimonials.png) 0 -113px no-repeat;

}


#navbar span {

	display: none;

}

#subnav {
	width: 775px;
	height: 20px;
	background-image: url(/_images/bg_subnav.jpg);

}

#subnav p {
	margin: 0;
	padding: 0;

}

#subnav a {

	text-decoration: none;
	color: #333333;
}

#subnav a:hover {

	text-decoration: underline;
}


/* LAYOUT STYLES */

#austincallout p {

	font-size: .8em;
	color: #2F2F2F;
	margin: 0;
	padding: 0;

}

#austincallout p strong {

	color: #71C22B;

}

#austincallout p a {

	color: #999999;
	font-size: .8em;

}

#navbar ul {


}

#navbar li {

	display: block;
	list-style: none;
	float: left;

}

#content a strong {
	color: #71C22B;
	text-decoration: none;
}

#callout p {

	margin: 20px;

}

#callout h2 {

	margin:20px;
	margin-top: 0;

}

#content strong {

	color: #71C22B;

}

#content ul, #content li {
	font-size: .8em;
	line-height: 140%;

}





/* CLASSES */

	.larger {
	
	font-size: 100%;
	
	}
	
	.footerleft {
	
	margin: 0;
	padding: 0;
	padding-top: 8px;
	float: left;
	font-size: 9px;
	
	}

	.footerright {
	
	margin: 0;
	padding: 0;
	padding-top: 8px;
	float: right;
	font-size: 9px;
	
	}
	
	.footerleft a, .footerright a {
	
	text-decoration: none;
	
	}
	
	.divider {
	
	color: #7CBE31;
	
	}



/* HACKS */


