﻿body 
{
	margin: 0px;
	background: #FFFFFF url('../images/mnbckgnd.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

h1 {
	font-weight: normal;
	font-size: 237%;
}

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #333;
}

a:hover {
	border-bottom: none;
	color: #FF7400;
}

img{
	padding: 5px;
	border: 2px solid #ccc;
	background-color: #808080;
	top: 0;
	left: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

img.left {
	float: left;
	margin: 6px 5px 0 0;
}

img.right {
	float: right;
	margin: 6px 0 0 5px;
}

.bg1 {
	background-position: left bottom;
	background: url('../images/drkgreendots.gif') no-repeat left
bottom;
}
.bg2 { background: url('../images/drkreddots.gif') no-repeat left bottom;}
.bg3 { background: url('../images/ltgreendots.gif') no-repeat left bottom;}
.bg4 { background: url('../images/drkbluedots.gif') no-repeat left bottom;}
.bg5 { background: url('../images/drkpurpledots.gif') no-repeat left bottom;}
.bg6
	{
	  background-position: right bottom;
	  background: url('../images/coloredsplash.png') no-repeat right bottom;
	}
.bg7 { background: url('../images/greensplash.gif') no-repeat right bottom;}

img.footer{
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px auto;
	border-style: none;
	background-color: transparent;
}

.feature {
}

.feature .image {
	padding: 0 0 0 40px;
}

.feature .title {
}

.feature .content {
	padding: 0 0 0 40px;
}

.box {
	float: left;
	width: 250px;
}

.box .title {
	height: 40px;
	padding: 20px 0 0 40px;
	text-transform: lowercase;
	font-size: 167%;
}

.box .content {
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url('../images/arrowblt.gif') no-repeat left center;
}

/* Left and right large quotes */
.lquote, .rquote {
	font-family: times new roman, georgia, serif;
	font-size: 32pt;
	font-weight: bold;
	color: #9ac;
	position: relative;
	top: .3em;
	line-height: .8em; /*0;*/
}
.rquote {
	font-size: 32pt;
	line-height: 0em;
}
/* Alternate quote color */
.qalt {
	color: #864;
}


/* Header */

#header {
	width: 760px;
	height: 150px;
	margin: 0 auto;
	background: url('../images/mnbksplash.png') no-repeat;
	float: right;
}
#header h1, #header p {
	margin: 0;
	margin: 0;
	font-weight: normal;
	color: #000000;
	float: left;
}

#header h1 {
	float: left;
	padding: 58px 0 0 12px;
	text-transform: lowercase;
	line-height: 72px;
	font-size: 72px;
}

#header p {
	float: right;
	padding: 102px 0 0 0;
	text-transform: uppercase;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header p a {
	font-size: 167%;
}

#header a {
	border: none;
	color: #000000;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 525px;
}

#content p, #content ul, #content ol {
	line-height: 1.8em;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 0 20px 0 0;
	border-right: 1px dotted #DCDCDC;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding: 5px 10px;
	background: url('../images/arrowblt.gif') no-repeat 0 10px;
}


#sidebar h2 {
	height: 40px;
	padding: 20px 0 0 40px;
	text-transform: lowercase;
	font-size: 167%;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	border-bottom: 1px dotted #666666;
}

/* Footer */

#footer {
	border-style: none;
	height: 150px;
	background-image: url('../images/chrome.png');
	background-repeat: repeat;
	margin-top: 10px;
	padding-top: 0px;
	width: auto;
	text-align: center;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
	color: #000000;
	width: auto;
}
#footer a {
	border: none;
	color: #663300;
}

#footer a:hover {
	color: #FFFFFF;
}

#legal {
}

#legal strong {
	background-position: center top;
	display: block;
	padding: 0px;
	background: center top;
	letter-spacing: 2px;
	font-size: 180%;
	font-weight: normal;
	color: #000000;
	width: auto;
}

#links {
}

#main
{
	clear: both;
	width: 720px;
	padding: 10px;
	margin: 10px;
}
#main ul
{
	  padding: 0 0 0 1.5em;
      margin: 0 0 0 0; 
      width: 34.5em;
}
#main ul.indent 
{
      margin: 0.75em 0 0 1.5em; 
      width: 33em;
}
#main li
{
      margin: 0 0 0 0;
}


/* Float begin */
#floatsidebox
{
	position:fixed;
	right: 10px;
	top: 150px;
	width: 165px;
	padding:5px;
	border:1px solid #000000;
	background-color: #dddddd;
	font-family: Arial, Georgia, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 6px #777777;
	-webkit-box-shadow: 3px 3px 6px #777777;
	-moz-box-shadow: 3px 3px 6px #777777;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#777777, offX=3, offY=3, positive=true);
}

#floatsidebox input[type="text"]
{
	padding: 0px;
	margin: 0px;
	border: solid 2px #000000; 
	width: 135px;
	background-color: #ffff00;
	font-family: Arial, "Times New Roman", Helvetica, Georgia, sans-serif;
	font-size: 1.3em;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
} 

#floatsidebox a
{
text-decoration: none;
color: #5555ff;
}

#floatsidebox a:hover
{
font-size: 1.3em;
}

#floatsidebox a:visited
{
text-decoration: none;
}

#floatsidebox img
{
background: none;
border: none;
}

#floatsidebox p
{
text-align: justify;
}
		
