/* CSS Document */

body {
	margin: 0px;
	background: #f7f3e9 url(images/bg_body.gif) repeat-x;
}
p,td,li {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

#page {
	background: url(images/bg_page.jpg) no-repeat top right;
}

#top {
	height:115px;
}
#nav {
	margin-left: 10px;
}

#content {
	padding: 5px 15px 0px 15px;
	text-align: left;
	width: 780px;
}


/* INDUSTRY  ------------------------ */

.industryPage {
	width: 780px;
	height: 410px;
	text-align: left;
}
#industryHead {
	margin-left:330px;
	text-align: left;
}
#industryText {
	margin-left:360px;
	margin-top:6px;
	text-align: left;
}

#auditBox {
	margin: 15px 0px;
	padding: 15px 0px;
	/*
	background: #ebe0c7;   
	*/
	border-top: solid 1px #a67506; 
}

/* INTERIOR  ------------------------ */

.intPage {
	width: 780px;
	height: 410px;
	text-align: left;
}
#intHead {
	margin-left:100px;
	text-align: left;
}
#intText {
	margin-left:140px;
	margin-top:6px;
	text-align: left;
}

/* BULLET LISTS ------------------------ */
ul {
	margin-left: 10px;
	padding-left: 10px;
}
.rightCol {
     margin-left: 30px;
	 border-left: solid 1px #a67506;;
	 padding-left: 45px;	 
}
li {
	list-style-image: url(images/bullet.gif);
	margin-bottom: 10px;
}
li.plain {
	list-style-image: url(images/bullet.gif);
	margin-left: 5px;
	margin-bottom: 0px;
}


/* MISC  ------------------------ */

#hr {
	border-top: solid 1px #a67506;
}
#footer {
	border-top: solid 1px #a67506;
	font: 10px Arial, Helvetica, sans-serif;
	color: #a67506;
	padding: 6px 15px 35px 15px;
}


/* FONTS ------------------------ */

h1,.h1 {
	font-family:  "Times New Roman", Times, serif;
	font-weight: normal; 
	font-size: 18px;
	color: #a67506;
	text-transform: uppercase;
	letter-spacing: 2px;
}



/* LINKS ------------------------ */
a:link,
a:visited {
	color: #2681a8;
}
a:hover {
	color: #a76f0e;
}
a.footer:link,
a.footer:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #a67506;
}
a.footer:hover {
	text-decoration: underline;
	color: #254550;
}

