/***********************************************************************
*  MAIN.CSS
*
*  (C) 2008 - Brent Gustafson - Assembler.org
***********************************************************************/ 


body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg2.gif);
	background-color: #131315;
}

body, div {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #111111;
	line-height: 1.5em;
}

a {
	color: #316f99;
}

h1 {
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 5px;
	font-size: 24px;
	border-bottom: 1px solid #CCCCCC;
}

h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-bottom: 3px;
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
}

img {
	border: 0px;
}

table {
	width: 100%;
}

div.main {
	margin-left: auto;
	margin-right: auto;
	background-color: #131315;
	width: 700px;
	padding: 0px 15px 0px 15px;
}

div.head {
	padding: 25px 0px 20px 0px;
	text-align: center;
}

table.nav {
	height: 30px;
	background: url(images/navbg.png);
	background-color: #d3d3d3;
	border-bottom: 1px solid #333333;
	color: #333333;
}

table.nav td {
	text-align: center;
	font-family: Minion, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	width: 20%;
	cursor: pointer;
	line-height: 30px;
}

table.nav td.on {
	background: url(images/navbg.png);
	background-color: #e7c507;
	color: #000000;
}

table.nav td + td {
	border-left: 1px solid #333333;
}

div.subnav {
	background: url(images/navbg.png);
	background-color: #d3d3d3;
	font-family: Minion, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	text-align: center;
	padding: 5px;
	margin: 0px 5px 20px 0px;
	width: 200px;
	float: right;
}

div.artzoom {
	position: relative;
	height: 125px;
	width: 700px;
}

img.ban {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

div.quote {
	border-left: 5px solid #CCCCCC;
	padding: 10px;
	color: #333333;
	font-style: italic;
}

span.title {
	font-weight: bold;
	font-style: italic;
}

span.footnote {
	font-family: Minion, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
}

table.services td {
	width: 25%;
	text-align: center;
}

div.content {
	background-color: #FFFFFF;
	padding: 20px;
	border-top: 1px solid #666666;
}

table.contable td {
	vertical-align: top;
}

td.imagebar {
	width: 250px;
	text-align: right;
}

td.imagebar img {
	border: 5px solid #CCCCCC;
}

div.footer {
	padding: 9px;
	font-size: 12px;
	color: #333333;
	background-color: #d3d3d3;
	border-top: 1px solid #666666;
	background: url(images/footerbg.gif);
	font-family: Minion, Times New Roman, Times, serif;
	text-transform: uppercase;
}

div.footer a {
	color: inherit;
}

td.footcontact {
	text-align: right;
}

div.announce {
	padding: 15px;
	border: 2px solid #e7c507;
	background-color: #f7e477;
}