/* CSS Document */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2004, stopphysics photographic, llc.*/

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */

/* DON'T FORGET */
/* 	--top--right--bottom--left--	 */



body {
	background-color: #330000;
	padding: 0;
	margin: 0;
}

/* HOME NAVIGATION style controls */
.hm-nav {
	background-color: #090202;
	padding: 2px 0px 2px 3px;
}
.hm-nav a {
	padding-right: 15px;
	border: none;
}


/* SUB NAV style controls */
.subnav {
	background-color: #565151;
	font-size: 10px;
	padding: 3px 0px 3px 10px;
}
.subnav a {
	padding-right: 15px;
}
.subnav a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFAF6;
}
.subnav a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFAF6;
}
.subnav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFDC88;
}



.sbnavrow {
	background-color: #FFDC88;
}

/* REPEATING bkg gifs */

.rpt01 {
	background-image: url(/graphics/BDSW_pg_03.gif);
	background-repeat: repeat-y;
}
.rpt02 {
	background-image: url(/graphics/BDSW_pg_sbnavlf2.gif);
	background-repeat: repeat-y;
}
.rpt03 {
	background-image: url(/graphics/BDSW_pg_sbnavfdr2.gif);
	background-repeat: repeat-y;
}
.rpt04 {
	background-image: url(/graphics/BDSW_pg_cnt04.gif);
	background-repeat: repeat-y;
}
.rpt05 {
	background-image: url(/graphics/BDSW_pg_cnt02.gif);
	background-repeat: repeat-x;
}
.rpt06 {
	background-image: url(/graphics/BDSW_pg_cnt06.gif);
	background-repeat: repeat-x;
}


/* MAIN style controls */
.bkg01 {
	background-color: #E4E4E4;
}
#main {

	padding: 10px 25px 10px 10px;
}
#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #4B3E3E;
}
#main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #1E0000;
}
#main a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #E52020;
}
#main a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #E52020;
}
#main a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #E52020;
}


/* Base Pinline style controls */
.pinline {
	background-color: #FFDC88;
	background-image: url(/graphics/BDSW_hm_06.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* FOOTER style controls */
.footer {
	padding: 5px 50px 20px 37px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #8F8888;
}
.footer a:visited {
	background-color: #330000;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFDC88;
}
.footer a:link {
	background-color: #330000;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFDC88;
}
.footer a:hover {
	background-color: #565151;
	padding: 3px;
	text-decoration: none;
	color: #FFDC88;
}


/* ALERT for contact page */
.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #D0D0C1;
}

/* Form control for contact page */
#form01 {
	line-height: 20px;
}
.formtbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.formtbl td {
	padding: 7px 15px 7px 15px;
	background-color: #565151;
}
.formtbl .rndm {
	background-color: #330000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
