@charset "utf-8";
html {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	height: 100%;
}
#bg {
	height: 501px;
	width: 300px;
	position: fixed;
	bottom: 0px;
	z-index: 150;
	background-image: url(../images/pageBg.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
#page {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 500;
}
#header {
	background-image: url(../images/headerBg.png);
	background-repeat: no-repeat;
	height: 157px;
	position: relative;
}
#nav {
	height: 28px;
	width: 450px;
	position: absolute;
	right: 50px;
	bottom: 0px;
}
#content {
	font-size: 1.2em;
	background-image: url(../images/stageBg.png);
	background-repeat: repeat-y;
}
#ender {
	background-image: url(../images/endBg.png);
	background-repeat: no-repeat;
	height: 143px;
	text-align: center;
	padding-top: 88px;
}
#ender p {
	font-size: .8 em;
	color: #555;
}
#ender a {
	color: #555;
}
#wrap {
	padding-top: 20px;
	padding-right: 55px;
	padding-bottom: 20px;
	padding-left: 45px;
}
#footer {
	z-index: 100;
	background-image: url(../images/footerBg.png);
	background-repeat: repeat-x;
	height: 48px;
	position: fixed;
	bottom: 0px;
	width: 100%;
}
#polyBox {
	height: 380px;
	width: 340px;
	position: fixed;
}
.newPoly {
	margin-left: 225px;
	position: fixed;
}
#polyWrap {
	padding: 8px;
}
#polyClose {
	float: right;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
#navigation {
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
}

#navigation .primary, #navigation .primary ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.7em; 
}
#navigation .primary a{
display:block;
padding:0px 8px;
color:#fff;
text-decoration:none;
}
.navnolink {
display:block;
padding:0px 8px;
color:#fff;
cursor: default;
}
#navigation .primary ul a{
display:block;
padding:2px 5px;
border:1px solid #ccc;
color:#fff;
text-decoration:none;
background-color:#000;
font-size: .8em;
line-height: 1.5em;
}
#navigation .primary a:hover{
	text-decoration: underline;
}
#navigation .primary ul a:hover{
background-color:#fff;
color:#000;
text-decoration: none;
}

#navigation .primary li{
float:left;
position:relative;
}

#navigation .primary ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
left: 0px;
}

#navigation .primary li ul a{
width:12em;
height:auto;
float:left;
}

#navigation .primary ul ul{
top:auto;
}	

#navigation .primary li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#navigation .primary li:hover ul ul, #navigation .primary li:hover ul ul ul, #navigation .primary li:hover ul ul ul ul{
display:none;
}
#navigation .primary li:hover ul, #navigation .primary li li:hover ul, #navigation .primary li li li:hover ul, #navigation .primary li li li li:hover ul{
display:block;
}
#modal{
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 2000;
	background-color: #052502;
	background-image: url(/images/imgCloser.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 25px 4px 4px 4px;
	-moz-border-radius: 4px;
	border: solid 1px #000000;	
}
#modal:hover{
	cursor: pointer;
}

.whiteLink {
	color: #FFFFFF !important;
}
.whiteLink:hover {
	color: #FFFFFF !important;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-left: 25px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
b {
	font-weight: normal;
}
strong {
	font-weight: normal;
}
#boxTab {
	display: none;
	cursor: pointer;
	height: 138px;
	width: 45px;
	position: fixed;
	top: 30%;
	right: 0px;

}
#main a{
	color: #5a1e02;
}
#main a:hover {
	color: #052502;
}
.green {
	color: #052502;
}
.brown {
	color: #5a1e02;
}
.cBox {
	font-size: 10px;
	width: 350px;
	height: 180px;
}
.cLeft {
	text-align: right;
	padding-right: 5px;
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #333333;
}
.cRight {
	text-align: left;
	padding-left: 5px;
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #999999;
}
.cBot {
	vertical-align: top;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #CCCCCC;

}
.cTop {
	vertical-align: bottom;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #333333;

}
.cBox ul {
	text-align: left;
	width: 300px;
	height: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 25px;
}

.cLeft ul {
	clear: both;
	float: right;
}
.cRight ul {
	clear: both;
	float: left;
}

.cGreen {
	color: #FFFFFF;
	background-color: #052502;

}

.cBrown {
	color: #FFFFFF;
	background-color: #5a1e02;

}
.cText {
	clear: both;
	height: 40px;
	width: 300px;
}
.cLeft .cText {
	float: right;
}
.cRight .cText {
	float: left;
}	
.cLeft h2 {
	clear: both;
	float: left;
}
.cRight h2 {
	clear: both;
	float: right;
}
.topBord {
	border-top: 1px solid #000000 !important;
}
.gHead {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	margin: 15px 7px 0px 6px;
	color: #052502;
}
.rSubHead {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;;
	font-size: 18px;
	font-style: italic;
	margin: 5px 7px 15px 45px;
	color: #5a1e02;
}
.home {
	width: 105%;
	height: 100%;
	margin-left: -19px;
	margin-bottom: -75px;
	//background-image: url(/images/slido.png);	
	//background-repeat: no-repeat;
	//background-position: center bottom;
	padding-bottom: 5px;
}
#stretch{clear:both;height:0px;}
.tBig {
	font-size: 14px;
	font-weight: bold;
}
.greenCol {
	background-color: #9ba89a;
	-moz-border-radius: 8px;
	float: left;
	width: 42%;
	margin-right: 2%;
	margin-left: 2%;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 7px;
	min-height: 180px;
	opacity: .8;
	_height: 180px;
}
.greenFull {
	clear:both;
	background-color: #9ba89a;
	-moz-border-radius: 8px;
	width: 92%;
	margin-top: 10px;
	margin-right: 2%;
	margin-left: 2%;
	padding-right: 2%;
	padding-left: 2%;
	min-height: 60px;
	opacity: .8;
	_height: 60px;
}
.greenFull p, .greenCol p {
	opacity: 1;
}
.whiteBox {
	margin: 10px 0px 10px 15px;
	-moz-border-radius: 8px; 
	background-image: url(/images/white.png);
}
.tMarginBot {
	margin-bottom: 5px;
}
