/*
    nrm.css
		main stylesheet for Northern Regional Marketplace website
		(c) 2006 Northern Regional Marketplace
*/

html {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	background: #fff url(../i/mainback.gif) repeat-y 50% 0;
	color: #fff;
	font-size: 100%;
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
}

#main {
	width: 812px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	font-size: 90%;
}

html>body #main {
	padding: 0;
}

#main2 {
	width: 100%;
	background-color: transparent;
}

/* --- header styles --- */

#header {
	width: 812px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #36c;
	color: #fff;
}

#header img, #header object {
	margin: 0;
	padding: 0;
}

#headerbar {
	width: 812px;
	text-align: center;
	background-color: #36c; /* 69c */
	color: #fff; /* 036 */
	margin: 0 0 0 -1px;
	padding: 1em 0 1em 2px;
}

#headerbar h2 {
	font-size: 160%;
	margin: 0;
	letter-spacing: 0.2em;
}

/* --- footer styles --- */

#footer {
	width: 100%;
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	text-align: center;
	background-color: transparent;
	color: #fff;
}

#partnersfoot {
	height: 100px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: transparent url(../i/partnersback.gif) no-repeat 50% 0;
}

#partnersfoot img {
	vertical-align: middle;
	margin: 1em 1em 0.2em 1em;
	border: none;
}

/* --- content styles --- */

#content {
	width: 430px;
	float: left;
	padding: 10px;
	background-color: transparent;
}

#content table {
	width: 100%;
}

#main21 {
	width: 100%;
	padding: 10px;
}

#contacts {
	width: 430px;;
	float: left;
}

#partners {
	width: 340px;
	float: left;
}

/* --- infocol styles --- */

#infocol {
	width: 340px;
	float: right;
	margin-top: 0;
	padding: 10px;
}

/* --- fancy box styles --- */

/* set the image to use and establish the lower-right position */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(../i/boxback.gif) no-repeat bottom right;
}

.cssbox {
	width: 335px !important; /* intended total box width - padding-right(next) */
	width: 320px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 0 auto; /* use to position the box */
}

/* set the top-right image */
.cssbox_head {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 40px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssbox_head h2 {
	font-size: 120%;
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 15px 0 5px 40px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
}

/* set the lower-left corner image */
.cssbox_body {
	background-position: bottom left;
	margin-right: 25px; /* interior-padding right */
	padding: 5px 0 25px 10px; /* mirror .cssbox_head right/left */
	color: #333;
}

.cssbox_body ul {
	margin: 0.6em 0 0 2.5em;
	padding: 0;
	text-align: left;
}

.cssbox_body ul, .cssbox_body ul, .cssbox_body ul {
	list-style: url(../i/small_simple_bullet.gif) disc outside;
}

.cssbox_body #scroller {
	background-color: #fff;
	width: 285px;
	margin: 1em 0 0 1.8em;
	padding: 3px;
	border: 1px solid #009;
	font-size: 85%;
}

/* --- other miscellaneous styles --- */

h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
	margin: 0;
}

html>body h2 {
	font-size: 180%;
}

a:link {
	color: #fc0;
	text-decoration: underline;
}

a:visited {
	color: #f90;
	text-decoration: underline;
}

a:hover {
	color: #5D9EDF;
	text-decoration: underline;
}

a:active {
	color: #5D9EDF;
	text-decoration: underline;
}

.cssbox_body a:link {
	color: #039;
	text-decoration: underline;
}

.cssbox_body a:visited {
	color: #f90;
	text-decoration: underline;
}

.cssbox_body a:hover {
	color: #fc0;
	text-decoration: underline;
}

.cssbox_body a:active {
	color: #f90;
	text-decoration: underline;
}

th {
	text-align: left;
	background-color: #C4DCF3;
	border-bottom: 1px solid #5D9EDF;
}

td.even {
	border-bottom: 1px solid #5D9EDF;
}

td.odd {
	border-bottom: 1px solid #5D9EDF;
	background-color: #E2EDF9;
}
