/* CSS Document */
/* Nystrom Electrical */
/* Author - Kyle McCabe :: factor360 design+technology :: www.factor360.com :: Rapid City, SD */

/* {border:1px solid black;} */


/* HTML tag styles. */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #333334;
	margin: 0;
}

a:link, a:visited {
 	background-color: transparent; color: #1e7189;
 	text-decoration: none;
}
a:focus, a:hover {
 	background-color: transparent; color: #CCC;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	display: inline;
	margin: 3px;
}
/* Layout Styles */
#main {
	position: relative;
	width: 740px;
	margin: 0 auto;
	background: url(img/bg-content.gif) repeat-y;
	margin-top: 12px;
}

#logo {
	position: absolute;
	z-index: 5;
	width: 160px;
	height: 93px;
	top: 0;
	left: 0;
}

#header {
	position: relative;
	height: 45px;
	background-color: #000000;
	text-align: right;
}

#topText {
	position: absolute;
	top: 4px;
	right: 10px;
	color: white;
	font-style: italic;
	font-size: 8pt;
}

#navBar {
	position: absolute;
	height: 21px;
	bottom: 0;
	right: 0;
}

#header2 {
	height: 20px;
	background: url(img/bg-header2.gif) repeat-x;
}

#contentWrap {
	
}

#content {
	position: relative;
	float: right;
	width: 575px;
}

#leftCol {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 33px;
	z-index: 2;
}

#blueBar {
	width: 740px;
	height: 20px;
	background: #88acbc;
	margin: 0 auto;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
}

#mnBox {
	position: relative;
	width: 149px;
	color: #88acbc;
	padding-left: 10px;
}

#mnBox img {
	margin: -8px 0 0 50px;
}

#mncomm {
	position: absolute;
	text-align: right;
	z-index: 5;
	bottom: 0px;
	right: 10px;
	font-weight: bold;
	font-size: 11pt;
}

#footer {
	width: 500px;
	margin: 10px auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#f360footer {
	float: none;
	text-align: center;
	clear: left;
}

/* Main Menu */

/* Forms */

.formWrap {
	float: left;
	width: 250px;
	margin: 16px 16px 0 6px;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
}

fieldset {
	border: 0;
}

/* Aesthetic Styles */

#leftCol p {
	margin-left: 10px;
	margin-right:6px;
	color: white;
}

#mncomm span {
	font-size: 16pt;
}

#recentItems {
	font-size: 11pt;
}
#content p {
	margin-left: 6px;
	margin-right: 6px;
}
#content p img {
	margin: 6px;
}
.clear {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}
.largeText {
	font-size: 12pt;
}
.smallText {
	font-size: 8pt;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.black {
	color: #000000;
}
.dotBox {
	background: url(img/dots.gif) repeat-y;
	background-position: left;
	padding-left: 7px;
	text-align: right;
}
.dotBox p {
	margin-left: 10px;
}
.blackBox {
	background: black;
	color: #EEEEEE;
	font-size: 8pt;
	line-height: 150%;
}
.blackBox strong {
	color: #da7a34;
}
.picBoxRight {
	width: 250px;
	float: right;
	margin: 5px;
	text-align: right;
}
.picBoxRight img {
	margin: 5px;
}
.rentalTable li {
	margin-left: 20px;
}