/* CSS Document */
/* Default Style Sheet - Black Hills Advertising Federation */
/* Author - Kyle McCabe :: factor360 design + technology :: www.factor360.com :: 12/07 */

/* {border:1px solid black;} */


/* HTML tags. */

body {
	behavior: url(/scripts/csshover.htc);
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
}

h1, h2, h3, h4, h5, h6 {font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;margin:0;}
h1 {font-size: 3.25em;}
h2 {font-size: 3em; font-weight: normal;}
h3 {font-size: 2.1em; font-weight: normal;}
h4 {font-size: 1.8em; font-weight: normal;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.5em; font-weight: normal; margin: 14px;}

/* Hyperlinks */

a {
	color: #a117e5;
}
a:hover {
	color: #EEE;
}

#leftCol a {
	color: #556d0d;
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline;
}
#leftCol a:hover {
	color: #FFF;
}

#rightCol a {
	color: #FFF;
	text-decoration: underline;
}
#rightCol a:hover {
	color: #602080;
}

#copyright a {
	color: #602080;
}
#copyright a:hover {
	color: #777777;
}

/* Layout Styles */

#main {
	width: 750px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 119px;
	background: url(images/bg-header.gif) no-repeat;
}

#logo {
	position: relative;
	top: 35px;
	left: 73px;
	width: 292px;
}

#mainMenu {
	width: 750px;
	height: 30px;
	background: black;
	border-bottom: 1px solid white;
}

#subHeader {
	height: 150px;
	border-bottom: 1px solid white;
}

#mainPhoto {
	float: left;
}

.triad {
	float: left;
	border-left: 1px solid white;
	background: black;
	height: 150px;
	width: 97px;
}

#contentWrap {
	background-image: url(images/bg-home.gif);
	border-bottom: 1px solid white;
	height: 1%;
}

#footer {
	height: 20px;
	background: #3a3040;
}

#f360footer {
	width: 400px;
	margin: 10px auto;
	text-align: center;
}

#copyright {
	width: 750px;
	margin: 12px auto;
	text-align: center;
	line-height: 14pt;
	font-size: 0.9em;
	color: gray;
}

/* Homepage Column Layout */

#leftCol,
#rightCol {
	float: left;
	width: 233px;
	padding-top: 28px;
}

#midCol {
	float: left;
	width: 270px;
	background: url(images/bg-midCol.gif) repeat-x;
	border-left: 7px solid white;
	padding-top: 23px;
	font-size: 1.2em;
}

#rightCol {
	border-left: 7px solid white;
	font-size: 1.2em;
}

#leftCol p,
#rightCol p,
#midCol p {
	margin-left: 14px;
	margin-right: 10px;
}

h3#leftColTitle,
h3#rightColTitle {
	width: 233px;
	height: 25px;
	color: white;
	text-align: center;
	background: url(images/bg-leftTitle.gif) repeat-y;
	margin: 0 auto;
}

h3#rightColTitle {
	background: url(images/bg-rightTitle.gif) repeat-y;
	font-size: 1.75em;
}

/* Secondary Column Layout */

#contentWrapSec {
	background-image: url(images/bg-sec.gif);
	border-bottom: 1px solid white;
	height: 1%;
}

#rightColSec {
	float: right;
	width: 485px;
	border-left: 7px solid white;
	padding: 28px 0 0 25px;
	font-size: 1.2em;
}

#rightColSec p {
    padding-right: 14px;
}

/* Main Menu */

#mainMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#mainMenu ul li {
	position: relative;
	float: left;
	display: block;
}

#mainMenu ul ul {
	position: absolute;
	z-index: 5; 
	top: 30px; 
	left: 16px; 
	display: none;
	width: 150px;
	background: black;
}

#mainMenu ul ul li {
	padding: 3px;
	border-top: 1px solid #333;
	width: 144px;
}

#mainMenu li a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 1.1em;
	color: #9162b3;
}

#mainMenu li a:hover {
	color: #FFF;
}

#mainMenu li a:hover {
	background-color: #000;
}

#mainMenu ul li:hover ul { /* Show 2nd level fly-out on hover */
	display: block;
}

#mainMenu ul li:hover ul ul { /* Hide 3rd level fly-out when 2nd level is shown */
	display: none;
} 

#mainMenu ul ul li:hover ul { /* Show 3rd level fly-out when 2nd level:hover */
	display: block;
}

/* Main Menu Dynamic Menu. */
.staticMenu
{
	color: #845CA2;
	font-size: 15px;
	font-weight: bold;
}

.staticMenu a:link, .staticMenu a:visited
{
	display: block;
	padding: 6px 10px;
}

.staticMenu a:hover
{
	color: #ABAC38;
}

.dynamicMenuItem
{
	display: block;
	background-color: #000;
	border-top: 1px solid #333;
	font-weight: normal;
	font-size: 12px;
}

/* Sidebar List */

.eventItemHome {
	margin: 16px 0 0 12px;
}

.eventItemHome .date {
    margin: 0;
	font-weight: bold;
	font-size: 1.3em;
	display: inline;
	
}

.eventItemHome h6.date {
	font-size: 2em;
}

.eventItemHome p {
	margin-top: 10px;
	padding-left: 14px;
}

.archiveList {
	display:none;
	margin-left: 10px;
	font-size: 1.2em;
}

/* Right Column Lists */

#rightCol ul {
	list-style-image: url(images/bullet-arrow.gif);	
}

#rightCol ul a {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	font-family: "Trebuchet MS";
}

/* Events */

.eventPost {
    margin-right: 16px;
    border-bottom: 3px double gray;
}

.eventTitle {
    font-size: 2em;
}

.eventDetail {
    margin: 0 12px 12px 12px;
}

/* SWFObject */

# leftCol #flashContent {
    position: relative;
    width: 216px;
    height: 181px;
    margin: 8px 0 0 8px;
    background-color: #000;
}

#leftCol #flashContent p {
    margin: 4px;
    color: #AAA;
}


/* Misc Styles */

.sidebarPhoto {
	margin-bottom: 12px;
	border: 3px solid white;
}

.floatThumb {
	float: left;
	display: inline;
	width: 100px;
	margin: 6px;
}

.downloadLink {
    margin: 12px;
}

.positions {
    margin: 0px;
    padding: 4px 0px 4px 18px;
}

.doubleDiv {
    width: 95%;
    margin: 12px 0;
    border-top: 3px double gray;
    clear: both;
}

.noMargin {
	margin: 0;
}

.center {
	margin: 10px auto;
	text-align: center;
}

.indent {
	margin-left: 16px;
}

.shortHr {
	border-top: 3px double gray;
	width: 150px;
	margin: 12px auto;
}

.cleared {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}

.blockedContent {
	margin: -20px 10px 0 20px;
	width: 350px;
}

.largeText {
	font-size: 1.5em;
}

.mediumText {
    font-size: 1.2em;
}

.normalText {
    font-size: 1em;
}

.smallText {
	font-size: .85em;
}

.floatLeft {
	float:left;
	width: auto;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.black {
	font-color: #000000;
}

.tableWrap {
	margin: 10px;
}

.boardList {
	width: 95%;
}

.boardProfile {
	width: 140px;
	padding: 0;
	margin: 10px auto;
	text-align: center;
}

.newsletterLink {
	display: block;
}

.yearTitle {
	font-weight: bold;
}

.yearLinks {
	padding: 5px;
}

.yearList  {
	margin: 10px 0;
}
.serviceForm table tr td
{
	padding: 5px;
}