/*	##################################
   	GENERAL
	################################## */
*	{
	margin:0;
	padding:0;
	}
html, body {
	height: 100%;
}
body {
	background:#94b2a4 url('http://www.agc.org/site/images/site-background.jpg') repeat-x;
	color: #333;
	font: 12px Verdana,Arial, sans-serif;
}
@font-face {
	font-family: 'Chunk';
	src: url('/css/Chunkfive.eot');
	src: local('/css/ChunkFive Regular'), local('/css/ChunkFive'), url('/css/Chunkfive.ttf') format('truetype');
}
#wrap	{
	padding:10px;
	}
a {
	color: #800;
}
a:hover	{
	color:#000;
	}
#footer a	{
	color:#ddd;
	}
#footer a:hover	{
	color:#f00;
	}
p {
	padding: 0 0 12px 0;
}

a img {
	border:none;
	}
a img.logo {
	vertical-align:middle;
	}
a em	{
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	}
/*	##################################
   	BASIC LAYOUT
	################################## */
#page {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	background: transparent;
}
#masthead {
	width: 960px;
	height: 30px;
	background:transparent url("/images/masthead.png") no-repeat;
	line-height:25px;
}
#masthead ul	{
	list-style:none;
	float:right;
	}
#masthead ul li	{
	display:inline;
	padding:0 10px;
	}
#masthead a {text-decoration:none;color:#fff;}
#masthead a:hover {color:#000;}
#header {
	width: 960px;
	height: 150px;
	background: transparent;
	padding: 6px 0px;
}
	#logo	{
		float:right;
		width:170px;
		height: 150px;
		}
	#flash	{
		float:center;
		width:760px;
		height: 150px;
		/*background:transparent url("/images/header-alt.png") no-repeat;*/
		background:transparent url("/images/header-all.png") no-repeat;
		}
	.one #flash 	{background:transparent url("/images/header-all.png") no-repeat;}
	.two #flash 	{background:transparent url("/images/header-all.png") no-repeat;}
	.three #flash 	{background:transparent url("/images/header-all.png") no-repeat;}
#content {
    background:#ffffff url('http://agcsetx.com/images/bg-content.png') no-repeat bottom; }
#main {
	float: left;
	width: 700px;
	background:transparent url("/images/main.jpg") no-repeat;
	min-height:300px;
	padding:20px 30px;
}
#main p, #main ul, #main ol, #main dl	{
	line-height:18px;
	}
#main ul	{
	margin:0 0 15px 35px;
	}
#sidebar {
	padding:0;
	float: left;
	width: 170px;
	background:transparent url("/images/sidebar.jpg") no-repeat;
	font-size:12px;
	padding:20px 5px 1px 1px;
}
#sidebar .inside	{
	padding:0 0 0 10px;
	}
#menubar	{
	padding: 0;
	background:		#800 url("/images/bg-menu.png") no-repeat;
	font:bold 12px "Tahoma", Helvetica, Arial, sans-serif;
	width:960px;
	margin:0 auto;
	height:38px;
	}
/*	##################################
   	HEADINGS
	################################## */
h1#blog-title {
	text-indent:-9999px;
	line-height: 1;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
}
h1#blog-title a {
	color: #fff;
	text-decoration: none;
}
h1, h2 {
	padding: 10px 0 10px 0;
	font-family: "Chunk","Trebuchet MS", Verdana, sans-serif;
	color:#fff;
	font-weight:bold;
}
h2 {
	font-size: 25px;
	letter-spacing:-1px;
}
h3, h4, h5, h6 {
	padding: 5px 0 5px 0;
	font-family: "Trebuchet MS","Geneva", Verdana,sans-serif;
}
h3 {
	color:#0b509f;
	font-size: 23px;
	}
#sidebar h3	{
	padding: 10px 0;
	}
h4 {
	color:#666;
	font-size:18px;
	}
/*	##################################
   	CONTENT
	################################## */

/*	##################################
   	FOOTER
	################################## */
#footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}
#footer {
	clear:both;
	width: 920px;
	margin: 0 auto;
	padding: 10px 20px;
	background:#94b2a4 url("/images/bg-footer.png") no-repeat;
	color:#ddd;
	line-height:25px;
	font-size:11px;
	font-family:"Tahoma", Helvetica, Arial, sans-serif;
}
#footer p {
	padding:0;
}
#legal	{float:left;padding:0;line-height:15px;}
#designed	{float:right;padding:0;line-height:15px;}
/*	##################################
   	USEFUL
	################################## */
.clear {
	clear: both;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/** CSS BASIC ELEMENTS */
hr {
	clear: both;
	height: 1px;
	margin: 10px 0;
	background: #dedede;
	border: none;
}
fieldset {
	padding: 0 0 20px 0;
	border: none;
}
label.error {
	color: #800;
	font-style: italic;
	font-weight: normal;
	font-size:80%;
}
input.error { border: 1px dotted #800; }
textarea {
	width: 90%;
	height: 100px;
}
input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #6e7073;
	border: none;
	color: #fff;
}
.floatLeft	{
	float:left;
	margin:0 10px 5px 0;
	}
.floatRight	{
	float:right;
	margin:0 0 5px 10px;
	}
.rounded {
	border:3px solid #000;
	}
.special	{
	font: normal 15px "Georgia", Times, serif;
	color:#069;
	}
.smaller	{
	font-size:90%;
	margin-top:-10px;
	}
.indicate-required	{
		color: #800;
	font-style: italic;
	font-weight: normal;
	font-size:80%;
	}
.sub-links	{
	font: bold 11px "Tahoma",Verdana,Sans-Serif;	
	}
table	{
	padding: 0 0 10px 0;
	}
.stripeMe				{background:#eee; border:solid 1px #ddd; padding:5px;margin-left:auto; margin-right:auto;margin-bottom:20px;width:75%;}
.stripeMe th			{font-weight:bold;padding:10px;background:#069;color:#fc0}
.stripeMe .title		{font-weight:bold;}
.stripeMe tr.normal		{background:#fff;}
.stripeMe tr.alternate	{background:#ccc;}
.stripeMe tr.over		{background:#fc0;color:#fff;}
.stripeMe td			{padding:5px;vertical-align:top;}
.stripeMe .title		{font-weight:bold;}
.stripeMe a				{color:#800;}
.fifty td					{width:50%}

/*img.photo, .article img, .accent			{background:#7F8959;border:1px solid #6e7846;padding:5px;}*/
img.photo, .article img, .accent, iframe			{background:#eee;border:1px solid #ddd;padding:5px;}


a[href^="mailto"] 		{padding:0 18px 0 0; background: transparent url("/images/icon_mailto.gif") no-repeat center right; }

a.aarea 				{float:right;color:#ccc;font-size:10px;}

.staff					{margin-left:auto; margin-right:auto;width:100%;}
.staff td				{text-align:center;}
.staff img				{padding:10px;background:#eee;border:1px solid #ddd;}



sup						{font-size:80%;}

.archives	{
	}
.archives p {
	float:left;
	/*display:inline;*/
	/*padding: 10px 20px;*/
	padding: 10px 15px 10px 0px;
	}
.archives a	{
	color:navy;
	}
.archives a:hover	{
	color:black;
	}
#main ul.contractors,#main ul.consub	{
	list-style:none;
	margin:0;padding:0;
	}
.contractors li	{
	float:left;
	width:340px;
	height:180px;
	margin: 0 10px 0 0;
	}
.consub li	{
	float:none;
	margin: 0 0 0 0;
	}
.discounts	{
	margin:10px 0 30px 0;
	/*border-bottom:1px solid #ddd;*/
	padding:0 20px;
	}
.discounts	img{
	float:left;
	margin:0 10px 10px 0;
	max-width:150px;
	}
.dislogos	{
	width:100%;
	text-align:center;
	margin:0 auto;
	}
.dislogos img	{
	max-width:150px;
	padding:10px;
	}
.discounts img.nofloat	{
	float:none;
	}
.chunk	{
	padding:0 30px;
	}
.chunk	h4	{
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#000;
	font-size: 12px;
	}
.chunk h4 a	{
	color:#369;
	}
.chunk p	{
	font-size:85%;
	}
.center	{text-align:center;margin:0 auto;}
.small	{font-size:90%;}