/* CSS Document */
/* Default Style Sheet - ASBSD */
/* Author - Kyle McCabe :: factor360 design + technology :: www.factor360.com :: Rapid City, SD */

/* {border:1px solid black;} */


/* HTML tag styles. */

body {
	background: #f1f1f1;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}

h1, h2, h3, h4, h5, h6 {font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif; margin:0 0 12px 0;}
h1 {font-size: 3.25em;}
h2 {font-size: 3em; font-weight: normal;}
h3 {font-size: 2.1em;}
h4 {font-size: 1.8em; font-weight: normal;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.3em;}

/* Hyperlinks */

a 
{
	color: #a117e5;
    color: #0D329B;
}
a:hover {
	color: #777;
}

#copyright a {
	text-decoration: none;
}
#copyright a:hover {
	color: #777;
	text-decoration: underline;
}


/* Layout Styles */

#header {
	position: relative;
	width: 974px;
	height: 250px;
	margin: 0 auto;
	background: url(images/bg-header.gif) no-repeat;
	}
	
	#toolsMenu {
		position: absolute;
		top: 24px;
		right: 28px;
		height: 25px;
		font-size: 1.3em;
		font-weight: bold;
	}
	
	#bannerSpace1 {
		position: absolute;
		top: 70px;
		left: 270px;
		width: 450px;
		height: 135px;
		background: transparent;
		border: 1px solid black;
	}
	
	#bannerSpace2 {
		position: absolute;
		top: 70px;
		right: 30px;
		width: 200px;
		height: 135px;
		background: transparent;
		border: 1px solid black;
	}

#navBar {
	position: relative;
	width: 974px;
	}

	#mainMenu {
		width: 974px;
		height: 29px;
		margin: 0 auto;
		padding-top: 16px;
		font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;
		font-size: 1.6em;
		color: white;
		background: url(images/bg-menu.gif) no-repeat;
		text-align: center;
	}
	
	.subMenu,
	#tertMenu {
		width: 950px;
		margin: 0 auto;
		margin-top: 1px;
		padding-top: 2px;
		font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;
		font-size: 1.3em;
		color: white;
		background: #C6C8CA url(images/bg-submenu.gif) repeat-x;
		border-bottom: 1px solid white;
		text-align: center;
		line-height:25px;
	}
	
	#tertMenu {
		background: #D6D8DA;
		border-bottom: 1px solid white;
		text-align: center;
	}

#contentWrap {
	width: 974px;
	margin: 0 auto;
	background: #FFFFFF url(images/bg-content.gif) repeat-y;
	}

	#leftCol {
		float: left;
		width: 475px;
		margin-left: 16px;
		font-size: 1.2em;
		display: inline;
		}
		
		#contentTabs {
			width: auto;
			margin: 12px;
			padding: 3px;
			color: #FFF;
			background: #CCC;
			text-align: center;
		}
	
	#rightCol {
		position: relative;
		float: right;
		width: 230px;
		margin: 12px 16px 0 0;
		display: inline;
		}
	
		.rightContentBlock {
			background: url(images/bg-rightCont.gif) repeat-y;
			padding: 6px 10px 4px 14px; 
			font-size: 1.2em;
			word-wrap: break-word;
		}
		
		.rightTitle {
			position: relative;
			width: 230px;
			height: 35px;
			background: url(images/sideBar-head.gif) no-repeat;
		}
		
		.rightTitle h4 {
			position: absolute;
			top: 6px;
			right: 5px;
			width: 140px;
			text-align: center;
		}
		
		.rightFooter {
			width: 230px;
			height: 10px;
			background: url(images/sideBar-foot.gif) no-repeat;
		}
		
		.ampIcon {
			width: 172px;
			margin: 0px auto;
		}

	#midCol {
		float: left;
		width: 230px;
		margin: -5px 0 0 3px;
		font-size: 1.2em;
		display: inline;
		}
	
		.colHeading {
			height: 26px;
			padding: 4px 6px 0px 6px;
			margin-bottom: 5px;
			color: #FFF;
			background: #006F3A;
		}

#bannerspace3 {
	width: 930px;
	height: 90px;
	margin: 10px auto 0 auto;
	padding: 10px;
	border-top: 1px solid #dcab38;
	border-bottom: 1px solid #dcab38;
	background: #FFF;
}

#bannerspace4 {
	width: 930px;
	height: 600px;
	margin: 10px auto 0 auto;
	padding: 10px;
	border-top: 1px solid #dcab38;
	border-bottom: 1px solid #dcab38;
	background: #FFF;
}

#footer {
	width: 974px;
	text-align: center;
	margin: 0px auto;
	background: url(images/bg-footer.gif) no-repeat;
}
	

#f360footer {
	width: 400px;
	margin: 10px auto;
	text-align: center;
}

#copyright {
	width: 750px;
	margin: 0px auto;
	padding-top: 24px;
	text-align: center;
	line-height: 14pt;
	font-size: 0.9em;
	color: gray;
}

/* Home Page */



/* Menus */

#mainMenu a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 4px 7px 4px;
}

#mainMenu a:hover {
	color: #DCAB38;
	background: #EEE;
	padding: 4px 4px 7px 4px;
}

#subMenu a {
	color: #338e9d;
	font-weight: bold;
	padding: 3px 4px 5px 4px;
	text-decoration: none;
}

#subMenu a:hover {
	color: #333;
	background: #AAA;
	padding: 2px 4px 3px 4px;
}

#contentTabs a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#contentTabs a:hover {
	color: #FFF;
}


/* Misc Styles */

.contentBlock {
	margin: 15px;
}


.contentBlockHR {
	margin-left:15px;
	margin-right:15px;
}

.caption {
	padding: 4px 0 4px 5px;
	font-size: .8em;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

.doubleHR {
    width: 95%;
	margin: 12px auto;
	margin-bottom:0px;
    border-top: 3px double #dcab38;
    clear: both;
}

.noMargin {
	margin: 0;
}

.center {
	margin: 10px auto;
	text-align: center;
}

.indent {
	margin-left: 16px;
}

.cleared {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}

.hugeText {
	font-size: 4em;
}

.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 {
	color: #000000;
}

.white {
	color: #FFF;
}

