body {
	margin:0;
	padding:0;
	background-color:#00b709;
	color:#262626;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.green {
	color:#00b709;
}

.orange {
	color:#ff6d00;
}

.red {
	color:#820000;
}

.clear {
	clear:both;
}

a {
	text-decoration:none;
	color:#000;
}

p a {
	text-decoration:underline;
}

h1 {
	margin-top:0px;
	font-weight:bold;
	text-align:left;
	font-size:18px;
	margin-bottom:0px;
	padding-bottom:10px;
	color:#00b709;
}

h2 {
	font-size:18px;
	margin-top:0px;
	color:#00b709;
}

h3 {
	margin-top:0px;
	font-weight:bold;
	text-align:left;
	font-size:18px;
	padding-bottom:15px;
	color:#00b709;
}

h4 {
	margin-top:0px;
	font-weight:bold;
	text-align:left;
	font-size:18px;
	padding-bottom:0px;
	margin-bottom:10px;
	color:#00b709;
}

h5 {
	color:#00b709;
	margin-top:5px;
	font-size:16px;
	margin-bottom:5px;
}

#bg {
	background-image:url(/images/bg_2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	height:1600px;
	overflow:hidden;
	position:fixed;
	z-index:-10;
}

#site-holder {
	width:974px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
}

#top {
	height:119px;
}

	#top #toplogo {
		float:left;
		height:119px;
		width:500px;
		background-image:url(/images/logo.png);
	}

#main {
}

#flowers {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	max-width:1317px;
	height:348px;
	background-image:url(/images/flowers.png);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	margin-bottom:-348px;
}

.safari #flowers {
	background-image:none;
	visibility:hidden;
}

#footer {
	height:25px;
}

#topnav-holder {
	height:41px;
	margin-left:2px;
	z-index:-1;
}

	#topnav-holder div{
		height:41px;
		float:left;
	}

	#topnav-holder .topnav-start{
		width:12px;
		height:41px;
		background-image:url(/images/topnav-start.png);
	}

	#topnav-holder .topnav-end{
		width:55px;
		height:41px;
		background-image:url(/images/topnav-end.png);
	}
	
	#topnav-holder .link{
		padding-top:7px;
		height:20px;
		font-weight:bold;
	}
		#topnav-holder .link a{
			color:#ff6d00;
		}
		
		#topnav-holder .link a:hover{
			text-decoration:underline;
		}
	
	
	#topnav-holder .divider{
		width:5px;
		background-image:url(/images/topnav-divider.png);
		background-repeat:no-repeat;
	}

	#topnav-holder .item-active {
	}
		
		#topnav-holder .item-active .main{
			background-image:url(/images/topnav-repeate.png);
			background-repeat:repeat-x;
			padding-left:5px;
			padding-right:5px;
		}
			#topnav-holder .item-active .main .link a{
			color:#00b709;
			}
	
	#topnav-holder .item-inactive {
		height:41px;
	}
	
		#topnav-holder .item-inactive .main{
			background-image:url(/images/topnav-repeate.png);
			background-repeat:repeat-x;
			padding-left:5px;
			padding-right:5px;
		}

#content-holder {
		margin-top:-17px;
}

#content-top {
	height:15px;
	background-image:url(/images/main-top.png);
	background-repeat:no-repeat;
}

#content-bottom {
	height:8px;
	/*background-image:url(/images/main-bottom.png);*/
	background-repeat:no-repeat;
}

#content-main {
	padding-top:10px;
	background-image:url(/images/main-repeat.png);
	background-repeat:repeat-y;
}

#content-wrapper {
	width:930px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-8px;
}

#toplogin-wrapper {
	width:395px;
	height:90px;
	background-image:url(/images/topbox.png);
	background-repeat:no-repeat;
	margin-left:579px;
	margin-top:0px;
	color:#020202;
}
	#toplogin-wrapper #header {
		padding-top:13px;
		margin-left:15px;
		font-size:14px;
		font-weight:bold;
	}
	
	#toplogin-wrapper #topform {
		margin-top:3px;
		margin-left:15px;
		margin-right:15px;
		width:395px;
	}

		#toplogin-wrapper .toplogin-textinput {
			width:125px;
			height:16px;
			color:#a1a1a1;
			margin-right:5px;
		}
		
		#toplogin-wrapper .toplogin-passwordinput {
			width:125px;
			height:16px;
			color:#a1a1a1;
			margin-right:5px;
		}
	
		#toplogin-wrapper input.toplogin-submit {
			background-image:url(/images/btn/button-87.png);
			width:87px;
			height:22px;
			font-size:11px;
			color:#262626;
			text-align:center;
			padding-bottom:0px;
			border:hidden;
			border-width:0px;
		}
	
	#toplogin-wrapper #text {
		margin-left:15px;
		margin-top:5px;
		font-size:10px;
		font-weight:bold;
	}
	
	#toplogin-wrapper #logout_text {
		font-weight:bold;
		text-decoration:underline;
		margin-left:15px;
		margin-top:10px;
	}
	
	#toplogin-wrapper #logout_text a {
		text-decoration:underline;
	}
	
	#toplogin-wrapper #text_green {
		margin-left:15px;
		margin-top:5px;
		font-size:12px;
		color:#00b709;
		font-weight:bold;
	}
	
		#toplogin-wrapper #text_green a {
			font-size:14px;
			color:#00b709;
			font-weight:bold;
			text-decoration:underline;
		}
		#toplogin-wrapper #text a{
			color:#020202;
			text-decoration:underline;
		}


#footer-wrapper {
	margin-top:-5px;
	width:922px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	color:#FFF;
	font-size:10px;
}
	
	#footer-wrapper div {
		float:left;
	}
	
	#footer-wrapper #copyright {
		width:300px;
		text-align:left;
		color:#FFF;
		text-shadow: #000 1px 1px 1px;
	}
	
	#footer-wrapper #footer_links {
		width:622px;
		text-align:right;
	}
	
	#footer-wrapper a{
		color:#FFF;
		text-shadow: #000 1px 1px 1px;
	}
	

.button {
	font-size:11px;
	color:#FFF;
	width:130px;
	height:33px;
	background-repeat:no-repeat;
	background-image:url(/images/btn/button-bg-130.png);
	text-align:center;
	padding-bottom:3px;
	border:hidden;
	border-width:0px;
	font-weight:bold;
}
	
	.button .link {
		position:absolute;
		margin-left:6px;
		margin-right:6px;
		margin-top:10px;
		color:#262626;
		font-size:13px;
	}
	
#error_text {
	
}
	
#error_info  a{
	font-weight:bold;
	color:#000;
}

.error {
	color:#C30;
	}
	
.bold {
	font-weight:bold;
}

input.submit {
	background-image:url(/images/btn/button-87.png);
	width:87px;
	height:22px;
	font-size:11px;
	color:#262626;
	text-align:center;
	padding-bottom:0px;
	border:hidden;
	border-width:0px;
	cursor:pointer;
}

input.submit-90 {
        /*background-image:url(/images/submit-bg-90.png);*/
        width:90px;
        height:27px;
        font-size:11px;
        color:#FFF;
        text-align:center;
        padding-bottom:3px;
        border:hidden;
        border-width:0px;
}

#javascript {
	font-size:14px;
	margin-left:20px;
	margin-right:20px;
}

#content-text {
	width:800px;
	margin-left:20px;
	margin-bottom:20px;
}

.bold_link {
	text-decoration:underline;
	font-weight:bold;
}
