/* CSS Document */

/*
-----------------------------------------------
Name:     1 Right & Room to Grow v3
Author:   Karim McCall / Market M 
URL:      www.marketm.com
Date:     12 January 2008
----------------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: -moz-scrollbars-vertical;
	background: #f8f8f8;
	color: #282828;
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

ul {
	margin:0 0 0 6px;
	padding:0 0 0 6px;
}

li {
	margin:0;
	padding:0 ;
	list-style-position:outside;
}


h1 { 
	font: 11px Verdana, Arial, Helvetica, sans-serif normal;
	font-weight:normal;
	margin:0;
	padding:0;
}

h2 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#555555;
}

table {
	border-collapse:collapse;
}

#container {
	width:780px;
	margin:0 auto;
	background: url(images/img_mainBG.gif);
}

#nav-container1 {
	width:712px;
	height:108px;
	margin-bottom:8px;
}

#nav-container2 {
	width:738px;
	height:39px;
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size:10px;
	background: url(images/img_nav2bg.gif) no-repeat;
}

#main-container {
	width:738px;
}

#main-content {
	/*height:337px;*/
	width:558px;
	background: url(images/img_contentBG.gif);
}

.home-main {
	margin:12px;
	color:#fff;
	text-align:left;
}

.main {
	margin:12px;
	color:#000;
	text-align:left;
}

#footer-container {
	width:738px;
	height:170px;
	color:#898989;
	background: url(images/img_footerBG.gif) no-repeat;
}

#bottom-cap {
	height:26px;
	width:780px;
	background: url(images/img_bottomcap.gif) no-repeat;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	margin-top:6px;
}

#news-sidebar {
	height:270px;
	background: url(images/img_newBG.gif) no-repeat;
	color:#666666;
}

#mailing-sidebar {
	height:142px;
	background: url(images/img_mailingBG.gif) no-repeat;
	color:#666666;
}

.mm-red {
	color:#ed1c24;
}
/* Forms
------------------------------------------------*/

iframe {
	height: 130px;
	width: 100%;
	padding: 0px;
}

#iframeSC {
	scrollbar-face-color: green;
	scrollbar-shadow-color: blue;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: red;
	scrollbar-darkshadow-color: brown;
	scrollbar-track-color: yellow;
	scrollbar-arrow-color: white;
}

iframe {
	border:none;
	overflow:-moz-scrollbars-none;
}

form {
	margin:0;
}

input, textarea { 
 font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #FFFFFF; 
 color: #a7a7a7; 
 border: 1px solid #d7d7d7; 
 margin-right: 0px; 
} 

textarea {
overflow:auto;	
}

.button { 
 font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #a7a7a7;
 color: #fff; 
 border: 1px solid #d7d7d7;
 cursor:pointer;
}

/* Links
----------------------------------------------- */
td a, a:link, a:visited {
	text-decoration:underline;
	color:#ed1c24;
	text-transform:none;
}

a, a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#ed1c24;
	text-transform:none;
}

#news-sidebar a, a:link, a:visited {
	text-decoration:underline;
	color:#ed1c24;
	text-transform:none;
}

#news-sidebar a, a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#ed1c24;
	text-transform:none;
}

#perma-link a, a:link, a:visited {
	text-decoration:underline;
	color:#ed1c24;
	text-transform:none;
}

#perma-link a, a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#ed1c24;
	text-transform:none;
}

#main-content a, a:link, a:visited {
	text-decoration:underline;
	color:#ed1c24;
	text-transform:none;
}

#main-content a, a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#ed1c24;
	text-transform:none;
}

#nav-container2 a:link, a:visited {
	text-decoration: none;
	color: #000;
	text-transform:none;
}

#nav-container2 a:hover {
	text-decoration: underline;
	color: #ed1c24;
	text-transform:none;
}

#nav-container2 a, a:active, a:focus {
	text-decoration: none;
	color: #000;
	text-transform:none;
}

#footer-container a:link, a:visited {
	text-decoration: none;
	color: #898989;
	text-transform:none;
}

#footer-container a:hover {
	text-decoration: underline;
	color: #898989;
	text-transform:none;
}

#footer-container a, a:active, a:focus {
	text-decoration: none;
	color: #898989;
	text-transform:none;
}

/* Dropdown (in case)
----------------------------------------------- */

#dropmenudiv{
position:absolute;
border:1px solid #000;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
color:#000;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #e1e1e1;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e1e1e1;
color:#000;
}
