@import "AZCCadvanced.css";
body {
  background-color: #fff4cc;
  color: #111;
  font-family: "Palatino Linotype", "Book Antiqua", serif;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 135%;
/*	font-weight: normal;*/
	font-variant: small-caps;
/*	text-transform: uppercase;*/
}
h3 {
  font-size: 120%;
	font-variant: small-caps;
}
h4 {
  font-size: 110%;
}
a:link {
	color: #457d00; /* green */
  background-color: transparent;
}
a:visited {
	color: #5a593d; /* dull green */
  background-color: transparent;
}
a:hover,
a:focus,
a:active {
	color: #be2118; /* red */
  background-color: transparent;
}

/* IE is crap */
a:link img {
	border-color: #457d00; /* green */
}
a:visited img {
	border-color: #5a593d; /* dull green */
}
a:hover img,
a:focus img,
a:active img {
	border-color: #be2118; /* red */
}


p, ol, ul {
	margin-top: 0;
	margin-bottom: 1em;
}

img {
	vertical-align: middle;
}

.clear {
	clear: both;
}

/* forms */
textarea {
	width: 95%;
}
fieldset {
	width: 45%;
	float: left;
	text-align: center;
	padding-bottom: .5em;
}
legend {
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: .5em;
}	
fieldset input[type="text"] {
	width: 60%;
}
fieldset a img {
	border-width: 0;
}


/* tables */

table {
	margin-bottom: 1em;
}
caption {
	padding-top: 1em;
	font-weight: bold;
	font-size: 110%;
	font-variant: small-caps;
}
th, td {
	padding: .2em .3em;
}
td {
	background: #fffbec;        /* near white */
	color: #111;
}
thead th {
	background-color: #fff4cc;
	color: #111;
}
tbody th,
tbody td {
	vertical-align: top;
}

table.contact {
	font-size: 110%;
}

.pricing table {
	border: 1px solid #f7c400;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	clear: both;
}
.pricing table td {
	border: 1px solid #f7c400; /*#fff4cc;*/
}
col.type {
	text-align: center;
	font-weight: bold;
}

