@charset "utf-8";
/* AGVanGundy.com CSS Document */

a img{
	border:0;
}

body
{
	background: #CAC19C;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

a
{
	color: #016E51;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #016E51;
	font-weight: bold;
	text-decoration: underline;
}

h1
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #016E51;
	font-weight: bold;
}
.border
{
	background: url(images/borders.jpg) repeat-y;
	width: 34px;
}
#contentarea
{
	width: 800px;
}
#topbar
{
	background: url(images/top-bar.jpg) repeat-x;
	height: 94px;
}
#headline
{
	background: #016E51;
	line-height: 26px;
	border-bottom: solid 1px #FFFFFF;
}
#headline h1
{
	font-size: 18px;
	color: #E6E1D0;
	font-weight: normal;
}
#header
{
	background: #016E51;
	height: 180px;
}
#leftpane
{
	background: #016E51;
	width: 205px;
	padding-top: 5px;
}
#leftpane ul
{
	padding: 1px;
	margin: 0;
}
#leftpane li
{
	padding: 0;
	padding-bottom: 2px;
	margin: 0;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
}

#leftpane li a
{
	display: block;
	background: url(images/menuitem-off.jpg) no-repeat;
	width: 178px;
	line-height: 22px;
	padding-left: 20px;
	color: #032C12;
	text-decoration: none;
}

#leftpane li a:hover
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat;
	width: 178px;
	line-height: 22px;
	padding-left: 20px;
	color: #032C12;
	text-decoration: none;
}
#leftpane li a.selected
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat;
	width: 178px;
	line-height: 22px;
	padding-left: 20px;
	color: #032C12;
	text-decoration: none;
}

#subnav td
{
	border-bottom: dotted 1px #CAC19C;
	font-size: 12px;
	font-weight: normal;
}
#subnav td a
{
	color: #CAC19C;
	text-decoration: none;
	font-weight: normal;
}

#subnav td a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#subnav td a.selected
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
	


#contentpane
{
	background: #FFFFFF url(images/contents-curve.jpg) no-repeat top left;
	padding: 15px 0px 0px 15px;
	padding-top: 20px;
}

.narrowcolumn{
	float: left;
	width: 515px;
}

#sidebar{
	float: left;
	width: 260px;
	
}

#sidebar ul{
	list-style-type: none;
}

#sidebar h2{
	margin: 20px 0px 0px 0px;
	font-size: 14px;
}

textarea{
	width: 400px;
}


#footer
{
	background: url(images/footer-bg.jpg) repeat-x;
	height: 84px;
	font-size: 11px;
	color: #FFFF99;
	line-height: 14px;
}
#footer a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

