/* RESET STYLES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}
/* END RESET */
p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-position: outside;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
img {
	border: none;
}
a, a:visited {
	color: #903;
}
a:hover {
	color: #222;
}
h1, h2, h3, h4, h5, h6 { 
	margin: 0 0 .5em; 
	font-weight: normal;
}
h1 {
	margin: 1em 0 .5em; 
	color: #fff; 
	font-size: 2.2em;
}
h2 {
	color: #762123; 
	font-size: 1.4em; 
}
h3 {color: #762123; font-size: 1.2em;}
h4 {color: #762123;font-size: 1.1em;}
h5, h6 {color: #762123; font-size: 1em;}
hr {
	border: none 0;
	border-top: 1px solid #ddd;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
table {
	margin-bottom: 20px;
}
table td {
	padding: 4px;
	border: 1px solid #ccc;
}
body {
	margin: 0 auto;
	margin-top: 20px;
	font: 62.5% "Century Gothic", "Trebuchet MS", "URW Gothic L", sans-serif;
	text-align: center;
	color: #231f20;
	background: #e1c88d url(../img/bg.png) repeat-x;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 956px;
}
#skip {
	height: 0;
	text-indent: -9999em;
}
.noshow {
	position: absolute;
	left: -9999px;
	width: 900px;
}
.clear {
	clear: both;
}
#header {
	background: none;
	float: left;
}
#home #header {
	width:956px;
	height: 484px;
	background: url(../img/homeheader.png) no-repeat;
}
#subpage #header {
	width: 956px;
	height: 282px;
	background: url(../img/subheader.png) no-repeat;
}
#topbar {
	width: 956px;
	height: 89px;
	float:left;
}
.logo {
	margin: 16px 0 0 30px;
	float: left;
}
p.address,
p.telephone,
#home p.partners {
	color: #fff;
	text-align: right;
}
p.address {
	margin: 0 20px 0 0;
	padding-top: 20px;
	font-size: 1.6em;
}
p.telephone {
	margin: 0 20px 0 0;
	font-size: 2em;
}
#home p.partners {
	position: relative;
	top: 10px;
	margin: 0 20px 0 0;
	font-size: 1.6em;
}
#leftcol {
	position: absolute;
	z-index: 100;
	width: 276px;
	margin-left: 14px;	
	float: left;
}
#home #leftcol {
	top: 150px;
}
#subpage #leftcol {
	top: 260px;
}
ul#nav {
	font-size: 1.4em;
	margin: -4px 0 0;
	padding: 0;
	width: 261px;
	background: #762123 url(../img/navbg.png) repeat-x;
}
ul#nav li {
	margin: 0 16px;
	border-bottom: 1px dotted #fff;
	list-style-type: none;
}
ul#nav a, 
ul#nav a:visited {
	padding: 12px 0 2px;
	display: block;
	color: #fff;
	text-decoration: none;
}
ul#nav a:hover,
ul#nav a:focus {
	margin-left: -20px;
	text-indent: 20px;
	background: url(../img/arrow.png) no-repeat 0 1em;
}
#subpage p.partners {
	width: 276px;
	margin-top: 20px;
	font-size: 1.4em;
	text-align:center;
}
#content {
	width: 956px;
	background: url(../img/copybg.png) repeat-y;
	float: left;
}
#subpage #content {
	margin-top: 40px;
	min-height: 750px;
}
#home #copy {
	width: 606px;
	margin: 0;
	padding: 0 40px 0 300px;
	font-size: 1.4em;
	line-height: 1.8em;
	float: left;
}
#home #copy h1 {
	width: 656px;
	margin: .5em 0 0 -300px;
	padding: 0 0 0 300px;
	font-size: 1.6em;
	font-weight: normal;
	color: #762123;
}
#subpage #copy {
	width: 606px;
	margin:  20px 0 0;
	padding: 0 40px 40px 300px;
	font-size: 1.4em;
	line-height: 1.6em;
	float: left;
}
#subpage #copy h1 {
	width: 656px;
	margin: -1em 0 0 -300px;
	padding: .5em 0 0 300px;
	height: 70px;
	line-height: 100%;
	font-weight: normal;
	background: url(../img/titlebg.png) no-repeat;
}
#subpage #copy ul,
#subpage #copy ol { 
	width: 80%;
}
/** Callout Boxes **/
#home #whitecallout {
	width: 276px;
	margin: 20px 0 0;
	font-size: 1.4em;
	text-align:center;
	color: #762123;
	background: url(../img/whitecalloutbg.png) repeat-y;
	float: left;
}
#home #whitecallout p {
	width: 240px;
	margin: 0;
	padding: 0 10px;
}
#home #whitecallout img {
	margin: 0; 
	padding: 0;
	float: left;
}
#home #whitecallout strong {
	color: #bf311a;
}
#home #calloutboxes {
	width: 946px;
	margin: 0 0 20px 10px;
	padding: 20px 0 0;
	float: left;
}
#burgundybox,
#khakibox,
#redbox,
#greenbox {
	margin: 0 8px 0 0;
	width: 226px;
	float: left;
}
#burgundybox h2,
#khakibox h2,
#redbox h2,
#greenbox h2 {
	width: 226px; 
	margin: 0 0 .5em;
	padding: 0;
	color: #fff;
	font-size: 2.4em; 
	text-align: center;
	float: left;
}
#burgundybox p,
#khakibox p,
#redbox p,
#greenbox p { 
	width: 206px;
	margin: 0;
	padding: .5em 10px;
	color: #fff;
	font-size: 1.2em;
	float: left;
}
#burgundybox img,
#khakibox img,
#redbox img,
#greenbox img { 
	margin: 0; 
	padding: 0;
	float: left;
}
#burgundybox a,
#burgundybox a:visited,
#khakibox a,
#khakibox a:visited,
#redbox a,
#redbox a:visited,
#greenbox a,
#greenbox a:visited { 
	color: #fff;
	text-decoration: underline;
}
#burgundybox a:hover,
#burgundybox a:focus,
#khakibox a:hover,
#khakibox a:focus,
#redbox a:hover,
#redbox a:focus,
#greenbox a:hover,
#greenbox a:focus { 
	color: #e1c88d;
}
#burgundybox { background: #762123; }
#khakibox { background: #819a72; }
#redbox { background: #bf311a; }
#greenbox { background: #00704a; }
/** End Callout Boxes **/
/** Signup Box **/
#signup {
	width: 276px;
	margin: 20px 0 0;
	font-size: 1.4em;
	text-align:center;
	color: #909090;
	background: url(../img/signupbg.png) repeat-y;
	float: left;
}
#signup img {
	margin: 0; 
	padding: 0;
	float: left;
}
#signup h2 {
	color: #00704a;
	font-size: 1.1em;
	text-transform: uppercase;
}
#signup p {
	padding: 0 0 0 20px;
	text-align: left;
}
.submit {
	width: 114px;
	height: 28px;
	background: url(../img/signup.png) no-repeat;
	margin-left: 80px;
	border: none;
	color: #909090;
	text-indent: 24px;
	font-size: 1em;
}
.submit:hover,
.submit:focus {
	color: #000;
}
/** End Signup Box **/
div.partner {
	width: 180px;
	margin: 0 22px 0 0;
	float: left;
}
div.partner h3,
div.partner img {
	text-align: center;
}
span.ext {
	font-size: .9em;
}
.imageright {
	margin: 0 0 20px 20px;
	float: right;
	clear: right;
}
div.caption {
	margin: 0 0 20px 20px;
	float: right;
	clear: right;
}
div.caption p {
	width: 220px;
	text-align: center;
}
ul#pagenav {
	margin-bottom: 20px;
	list-style: none;
}
ul#pagenav li {
	margin: 0;
	padding: 0;
	display: inline;
}
ul#pagenav a {
	padding: 0 10px 10px 0;
}
ul.articlelist {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.articlelist a {
	display: block;
	text-indent: 24px;
	padding: 4px 0;
	background: url(../img/arrow.png) no-repeat 0 .3em;
}
/* accordion content */
.accordioncontent {
	padding: 0;
}
.accordioncontent a.menuitem {
	font: 1em Arial, Helvetica, sans-serif;
	color: #762123;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 0 0 0 18px;
	text-decoration: none;
}
.accordioncontent a.menuitem:visited, 
.accordioncontent .menuitem:active{
	color: #762123;
}
.accordioncontent a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 4px;
	left: 0px;
}
.accordioncontent div.submenu{ /*DIV that contains each sub menu*/
	margin-left: 15px;
}
#footer {
	margin: 0 auto;
	position: relative;
	width: 956px;
	padding: 0;
	background: url(../img/footer.png) no-repeat;
	clear: both;
}
#footer h2 {
	margin: 0;
	padding: 24px 0 0;
	text-align: center;
	color: #603;
	font-size: 1em;
	border-bottom: none;
}
#footer h2 a, 
#footer h2 a:visited {
	color: #603;
	text-decoration: none;
}
#footer h2 a:hover,
#footer h2 a:focus {
	color: #000;
}
#footer p {
	margin: 0;
	text-align: center;
	color: #603;
	font-size: .9em;
}
