		/*  Default-good.css */

body {	
	margin: 0px;	
	background: url(backgrounds/black-red.jpg) repeat-x;
}

h1, h2, h3 {
	color: #666666;	  /* drk gray */
}

h2 {	
}

h3 {
	font-size: 14px;
	text-align: left;
}

p, 
blockquote {
	font-family: geneva, sans-serif, geneva, verdana, tahoma,"Trebuchet MS", Arial;
	font-size: 14px;
	margin-bottom: 2px;
	line-height: 1.5em;
	text-align: justify;
	color: #666666;
}

p.indent {
	text-indent: 25px;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}


a:link {
}

a:visited {
}

a:hover {
	color: blue;
}

a:active {
}


img {
	display: block;		/* added 8/15/08 */
}

img.title {
	display: block;
	margin: 20px auto;
	width: 500px;
	height: 50ps;
	
}

img.banner1 {
	float: left;
	margin: 8px 5px 0px 0px;
}


img.banner2 {
	float: right;
	margin: 8px 5px 0px 0px;
}

li#chevron {
	list-style: url('icons/right-arrow-14pt.png') inside;
}


/* Container */

#container {
	position: relative;
	margin: 0px auto;		/* 'auto' centers the content */
	width: 85%;
	padding: 10px 2px 0px 2px;	
	border-left 2px ridge gainsboro
}


#navigation {
	position: relative;
	margin: 20px auto;	
}


button.menu {
	position: relative;
	margin-top: 2px;
	margin-right: 1px;
	font-family: "Lucida sans",tahoma,"Lucida sans",tera,tahoma,georgia,arial,verdana,geneva,san-serif;
	font-size: 12px;
	font-style: bold;
	font-variant small-caps
	padding: 2px;
	color: #f0b528;
	background-color: black;
	background-image:url(b6.gif);
	width 150px
	height 25px	
	border: 3px ridge #f0b528;
}

button:link {

}

button:visited {

}

button:hover {
	color: blue;			/* button: element  doesn't work in IE */
}

button:active {

}


/* Container > Content */

#content {
	clear: left;
	position: relative;
	width: 85%;
	background: whitesmoke;				/* was seashell */
	border-left: 3px ridge whitesmoke;
}
	

table.content {

	table-layout: fixed;
	
}

p.content {
	margin-left: 20px;
	margin-right: 20px;
	font-family: geneva, sans-serif, verdana, arial, tahoma;
	font-size: 14px;
	text-align: justify;	
}

p.center {
	margin-left: 20px;
	margin-right: 20px;
	font-family: geneva, sans-serif, verdana, arial, tahoma;
	font-size: 14px;
	text-align: center;	
}


.content ul,
.content li,
.content {
	font-family: verdana, geneva, sans-serif, tahoma, "Trebuchet MS", Arial;
	font-size: 13px;
	line-height: 1.5em;	
}

.content ul,
.content li {
	color: #666666;
}



/* Footer */

#footer {
	
	position: relative;	
	margin: 0px 0px 10px 0px;
	padding bottom: 20px;
	text-align: center;
	background: #000000;
	border-top: 12px solid #790102;
}


span.tan {
	padding: 5px 5px 5px 5px;
	height: 50px;
	background: tan;	
}






/*  END OF KARATE STRUCTURE  */

	

#address {
	position: relative;
	margin: 25px 0 0 30px;	
	font-family: geneva, sans-serif, tahoma, "Trebuchet MS", Arial;
	font-size: 13px;
	word-spacing: 2px;
	letter-spacing: 0px;
	color: #666666;
}

#menu {	
	clear: both;
	position: relative;
	margin-top: -15px;
	letter-spacing: 2px;
	font-weight: bold;
}

.menu ul {
	list-style: none;	/* this eliminates the circle bullet */
}

.menu li {
	display: inline;
}

.menu a {
	padding: 2px;
	text-decoration: none;	
	font-family: geneva, sans-serif, verdana, tahoma,"Trebuchet MS", Arial;
	font-size: 12px;
}

.menu a:link {
	color: steelblue;
}

.menu a:visited {		/* works in IE6 but remains this color afterwards */
	color: steelblue;
}

.menu a:hover {
	text-decoration: underline;
	color: #E58C24;
}

.menu a:active {		/* not using */
	color #FF0000
}


/* HEADER AREA  WORKS ABOVE THIS LINE */



/* Container > content */


div#content {
	position: relative;
	min-width: 600px;
	max-width: 1000px;
	margin: 0 auto;				/* this needed to center align columns */
	padding: 10px;
	color: #333333;
}

img.content {
	margin: 2px 5px 2px 0px;
}

.content ul,
.content li,
.content {
	font-family: verdana, geneva, sans-serif, tahoma, "Trebuchet MS", Arial;
	font-size: 13px;
	line-height: 1.5em;	
}

.content ul,
.content li {
	color: #666666;
}

.content p {
	text-align: justify;
	text-indent: 25px;
}

.column-title {
	margin-top: 1px;
	padding: 8px 0px 8px 6px;
	background: #b0c4de;
	border-top: 1px solid linen;
	border-bottom: 2px ridge orange;
	font-family: sans-serif, geneva, verdana, tahoma,"Trebuchet MS", Arial;
	font-size: 12px;	
	color: #666666;
}

.column-left {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0px;			/* need this for column structure */
	width: 53%;
	height: auto;
	padding: 0px 15px 0px 4px;	/* need this for border statement to work */
	border-right: 1px solid tan;		
}

.column-right { 
	position: relative;
	margin-left: 55%;		/* this is based on the width of left column */
	margin-top: -10px;
	padding: 0px 5px 0px 4px;	
}

.column-single {
	position: absolute;
	margin: -10px 0px 0px 0px;
	padding: 5px;
	width: 100%;
	border 2px dotted red
}

div#reps {
	position: relative;
	float left
	margin-top: 0px;
	margin-left: 5px;
	padding: 20px 20px 0 20px;
	background: url('images/usa50-4_350x230.png') no-repeat;
	background-position: top right;
	border 2px dotted blue
				
}



/* Footer */



#footer2 {
	clear: both;
	float: left;
	font-family: sans-serif;
	font-size: 11px;
	width: 80%;
	padding: 20px 10px 20px 10px;
	border-top: 1px dotted #CCCCCC;
	text-align: left;
	line-height: normal;
	color: #666666;
}