

.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: -1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}


#mainContainer
{
        font-family: Arial, freeSans;
        size: 12px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	min-height: 550px;
	margin-top: 20px;
}

#topMast
{
        position: relative;
	width: 900px;
	height: 120px;
	background-color: #fff;
	background-image: url(../images/ibrandlogo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}


#topNav
{
        position: absolute;
        height: 20px;
        width: 400px;
        right: 100px;
        bottom: 0px;
        text-align: center;
}


ul#mainNavlinks
{       
        -webkit-padding-start: 0px;
	padding: 5px;
	margin: 0px;
	list-style-position: inside;
}       


ul#mainNavlinks li {
        list-style-type: none; 
        display: inline-block;
        ﻿zoom: 1;
	*display:inline;
}

ul#mainNavlinks li a
{
        font-family: Arial;
	display: block;
	height: 16px;
	line-height: 16px;
	padding-left: 0px;
	padding-right: 65px;
	margin-right: 15px;
	color: #98957c;
}

ul#mainNavlinks li#last a
{
	background-image: none;
}

ul#mainNavlinks li a:hover
{
	color: #98957c;
}

ul#mainNavlinks li.mainNavon a
{
        font-size: 13px;
        color: #98957c;
}

ul#mainNavlinks li.mainNavoff a
{
        font-size: 13px;
        color: #98957c;
}

#mainArticles {
        padding: 0px 30px 10px 30px;
}

#breadCrumb {
        padding: 10px;
        color: #aac02a;
}

#footer {
        font-family: Arial, freeSans;
        font-size: 11px;
        min-height: 90px;
        background: white;
        color: #666;
        width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #98957c;
}

#footerContents {
        padding: 10px 30px 10px 30px;
        clear:both;
}

#editicons span a
{
float:left;
background-color: transparent;
}

#mainNav .dropmenudiv {
position: absolute;
top: 0;
margin-top: -2px;
z-index:100;
background-color: #fff;
width: 170px;
visibility: hidden;
text-align:left;
}


#mainNav .dropmenudiv a.link
{
font-family: Arial;
size: 13px;
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #98957c;
padding-left: 5px;
height: 20px;
line-height: 20px;
}

#mainNav .dropmenudiv a.link:hover
{
color: #333;
}


* html .dropmenudiv a{ /*IE hak*/
width: 100%;
color: white;
}

.navLine{ 
        height: 1px;
        margin: 0px 5px 0px 5px;
        border-bottom: 1px solid #ccc;
}

#mainNav .dropmenudiv a:hover{ 

}

a
{
	text-decoration: none;
}

a:hover { text-decoration: none; }

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a
{
	padding-bottom: 5px;
	margin: 10px 0;
	font-weight: normal;
	line-height: 100%;
	color: #0076a3;
}

h1
{
	font-size: 15pt;
	line-height: 100%;
}

h2
{
	font-size: 14pt;
	line-height: 100%;
}

h3 { font-size: 13pt; }
h4 { font-size: 11pt; }

.publishDate
{
	font-size: 10pt;
	color: #999;
}

.commentCount, .commentCount a
{
	font-size: 9pt;
	color: #999;
}

.commentText
{
	font-size: 9.5pt;
	color: #666;
}

.commentTable td
{
	font-size: 9.5pt;
	color: #333;
}

.replyIcon { margin: 3px 10px 5px 0px; }

table.subscribeTable td
{
	font-size: 9pt;
	padding: 5px;
}

table.subscribeTable td img { margin-bottom: 3px; }

div.footer
{
	clear: all;
	padding-top: 40px;
	padding-bottom: 5px;
}

