﻿/* CSS Document */
/* Default Style Sheet - M&N Communications */
/* Author - factor360 design+technology :: www.factor360.com :: Rapid City, SD */

/* {border:1px solid #000000;} */ 


/* HTML tag styles. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #b5c09f;
	margin: 0;
	padding: 0;	
}

p {
	color: #000000;
}

a {
	color: #375341;
	text-decoration: none;
}

a:hover {
	background-color: #e8e8d3;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	color: White;
}

h3 {
	font-size: 12pt;
	color: White;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	color: White;
}

/* Layout Styles */
#topBar {
	background: url(/templates/mncommunicationscom/default/images/bg_top.gif) repeat-x;
	height: 107px;	
}

#header {
	position: relative;
	height: 107px;
	width: 840px;
	margin: 0 auto;
}

#logo {
	width: 245px;
	height: 94px;
}

#mainMenu {
	position: absolute;
	top: 45px;
	right: 0;
	width: auto;
	height: auto;
	text-align: right;
}

#contentWrap {
	position: relative;
	width: 840px;
	background: url(/templates/mncommunicationscom/default/images/bg-body2.gif) repeat-y;
	margin: 0 auto;	
}

#contentTop {
	position: absolute;
	z-index: 10;
	width: 840px;
	height: 16px;
	top: 0;
	left: 0;
	background-image: url(/templates/mncommunicationscom/default/images/bg-content-top2.gif);
	background-repeat: no-repeat;
}

#mainContent {
	position: relative;
	float: left;
	width: 460px;
	margin-left: 14px;
	color:#000000;
}

#mainContent p {
color:Black;
}

div>#mainContent {
	margin-left: 16px;
        color:Black;
}

#rightCol {
	float: right;
	width: 183px;
	margin: 20px 0px 4px 0px;
	text-align: center;
}

#leftCol {
	float: left;
	width: 163px;
	margin: 20px 0 0 4px;
}

div>#leftCol {
	margin-left: 8px;
}

#footer {
	background: #496151;
	height: 5px;
	width: 840px;
	margin: 0 auto;
}

#f360footer {
	width: 400px;
	margin: 10px auto;
	text-align: center;
}

#copyright {
	width: 840px;
	margin: 6px auto;
	text-align: center;
	font-size: 8pt;
	color: #496151;
}


/* Main Menu */


/* Common Styles */

.dotDiv {
	text-align: center;
}

#mainImage {
	position: absolute;
	z-index: 12;
	top: 0;
	left: 0;
}

#leftCol ul, 
#rightCol ul {
	font-size: 7pt;
	color: #000000;
	list-style-position: outside;
	margin: 0px 0px 12px 12px;
	padding: 0px 0px 0px 10px;
}

#leftCol li,
#rightCol li {
	padding: 0;
	margin: 0;
	line-height: 12px;
}

#leftCol a,
#rightCol a {
	font-size: 11pt;
	color: #cbd7b4;
}

#leftCol a:hover,
#rightCol a:hover {
	background-color: transparent;
	color: #000000;
}

#phone {
	margin-top: 8px;
	font-size: 8pt;
	font-weight: bold;
	color: White;
}

.cleared {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}
.blockedContent {
	margin: -20px 10px 0 20px;
	width: 450px;
}
.largeText {
	font-size: 12pt;
}
.floatLeft {
	float:left;
	width: auto;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.#000000 {
	color: #000000;
}
.tableWrap {
	margin: 10px;
}
.WhiteBg {
	background: White;
}
.quotestyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #669999;
}
