/*
*************************************************

IndyGraf
Common Screen Styles

Created by Bob Schwartz
http://www.fotografics.it

*************************************************
*/

/*-------------------------------------------  
  General Selectors
-------------------------------------------*/
* { 
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	text-align: center;
	font: 10pt/16pt Georgia, Times New Roman, Times, serif;
	color: #000;
}
img {
	border: 0;
}
a img { 
	border: none;
}
h1 {
	font: 18pt/24pt Verdana, Arial, helvetica, sans-serif;
	font-weight: lighter;
	margin: 0 0 20px 0;
}
h2 {
	font: 16pt/20pt Verdana, Arial, helvetica, sans-serif;
	font-weight: lighter;
	margin: 0 0 10px 0;
}
/*-------------------------------------------  
  Basic Page
-------------------------------------------*/
#wrapper {
	width: 886px;
	margin: 0 auto;
}
#head {
	width: 886px;
	height: 256px;
	background: url(../im/head.jpg) no-repeat;
}
#top-nav {
	width: 886px;
	height: 30px;
	background: url(../im/top_nav.jpg) no-repeat;
}
#content-wrap {
	width: 886px!important;
	background: url(../im/con_bkg.jpg) repeat-y;
}
#content {
	height: 380px;
	margin: -20px 0 0 0;
}
#ft-1 {
	height: 380px;
	margin: -20px 0 0 0;
	background: url(../im/footer_01.jpg) no-repeat bottom center;
}
#ft-2 {
	height: 380px;
	margin: -20px 0 0 0;
	background: url(../im/footer_02.jpg) no-repeat bottom center;
}
#ft-3 {
	height: 380px;
	margin: -20px 0 0 0;
	background: url(../im/footer_03.jpg) no-repeat bottom center;
}
#ft-4 {
	height: 380px;
	margin: -20px 0 0 0;
	background: url(../im/footer_04.jpg) no-repeat bottom center;
}
#footer {
	width: 886px;
	height: 30px;
	padding: 10px 0 0 0;
	text-align: center;
	font: 8pt/12pt Verdana, Arial, helvetica, sans-serif;
	background: url(../im/footer.jpg) no-repeat top;
}
/*-------------------------------------------  
  Content
-------------------------------------------*/
.tp_mnu {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
	font: 9pt Verdana, Arial, helvetica, sans-serif;
	font-weight: bold;
}
.tp_mnu li {
	float: left;
	margin: 8px 25px 0 0;
}
.tp_mnu li a {
	color: #000;
	text-decoration: none;
}
.tp_mnu li a:hover {
	color: #36c;
}
.tp_mnu li.nolink {
	color: #666;
}
#text {
	width: 600px;
	float: left;
	display: inline;
	margin: 15px 0 0 268px;
	text-align: left;
}
#lft-col {
	width: 235px;
	margin: 15px 0 0 -850px;
	float: left;
	display: inline;
	text-align: left;
}
#lft-mnu {
	margin: 10px 0 0 0;
}
#lft-mnu ul {
	list-style: none;
	font: 8pt/14pt Verdana, Arial, helvetica, sans-serif;
}
#lft-mnu ul li.nolink {
	padding: 0 0 0 12px;
	background: url(../im/arrow_blue_right.gif) no-repeat left center;
	color: #D4AB02;
}
#lft-mnu li {
	margin: 0 0 5px 0;
}
#lft-mnu ul a {
	text-decoration: none;
	color: #000;
	padding: 0 0 0 12px;
	background: url(../im/arrow_black_right.gif) no-repeat left center;
}
#lft-mnu ul a:hover {
	color: #36c;
	background: url(../im/arrow_blue_right.gif) no-repeat left center;
}
#fg {
	width: 185px;
	text-align: center;
	font: 8pt/12pt Verdana, Arial, helvetica, sans-serif;
	float: right;
	display: inline;
}
#fg a {
	color: #999;
}
#fg a:hover {
	color: #D4AB02;
}
#fg a:active {
	color: #F00;
}
#copy {
	text-align: left;
	padding: 0 0 0 15px;
	width: 300px;
	float: left;
	display: inline
}
#privacy a {
	color: #000;
}
#privacy a:hover {
	color: #36c;
}
#privacy a:active {
	color: #F00;
}
/*-------------------------------------------  
  Styling
-------------------------------------------*/
.no_bullet {
	list-style: none;
}
.blue {
	color: #36c;
}
.blue-hd {
	color: #36c;
	font: bold 19pt/24pt Verdana, Arial, helvetica, sans-serif;
}
span.dropcap { 
	border-right: solid #000 1px;
	display: inline;
	float: left;
	font: 46pt/40pt Verdana, Arial, helvetica, sans-serif;
	margin: 0 5px 0 0;
	padding: 0 0.1em 0 0;
	color: #36c;
	font-weight: bold;
}
#text p {
	margin: 10px 0 0 0;
}
/*-------------------------------------------  
  Positioning
-------------------------------------------*/
.mar_top_5 {
	margin-top: 5px;
}
.mar_bot_5 {
	margin-bottom: 5px;
}
.mar_top_10 {
	margin-top: 10px;
}
.mar_top_bot_10 {
	margin: 10px 0;
}
.mar_lft_40 {
	margin-left: 40px;
}
.cen {
	text-align: center;
}
/*-------------------------------------------  
  Hacks
-------------------------------------------*/
.clearit {
	clear: both;
	height: 1px;
	margin-top: -1px;
}
