@charset "utf-8";
/* CSS Document */

html, body, div, span, ul, ol, li, object, a, p, h1, h2, h3, h4, h5, h6 {
	border:0;
	margin:0;
	padding:0;
	outline:0;
}
html{
	background-image: url(img/html-bkgr.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F6E4B5;
	height: 100%;
} 
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	display: table;
	background-image: url(img/body-bkgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
}

div, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 18px;
}
#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	height: 198px;
}

#content {
	padding-bottom: 16px;
	padding-right: 20px;
	padding-top: 20px;
	min-height: 350px;
	_height: 350px;
	background-color: #FFF;
}

#innercontent {
	margin-left: 196px;

}

.box {

}
		
.box div.column {
	float: left;
	position: relative;
	width: 305px;
	padding: 8px;
	margin: 0;
	background-color: #73C431;
	text-align: center;
	color: #F4F4F4;
	background-image: url(img/column-bkgr.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box div.column2 {
	float: right;
	width: 305px;
	position: relative;
}

#flashcontent {
	height: 200px;
	width: 300px;
}

#rightbar {
	position: absolute;
	left: 560px;
	top: 217px;
	z-index: 1;
	width: 300px;
}

#rightbar iframe {
	border: 1px solid #6C614D;
}

#nav {
	position: absolute;
	left: 22px;
	top: 218px;
	width: 150px;
}

#footer {
	position: relative;
	height: 80px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/footer-bkgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#innerfooter {
	position: relative;
	left: 0px;
	top: 64px;
	height: 16px;
	width: 880px;

}

/* footermail*/

#footer #footermail {
	position: absolute;
	left: 564px;
	top: 7px;
	height: 31px;
	width: 244px;
}
#footermail a  {
	display: block;
	position: relative;
	overflow: hidden;
	height: 29px!important;
	cursor: pointer;
	text-align: center;
	width: 243px;
	border-bottom-style: none !important;
}
#footermail a span {
	background-repeat: no-repeat;
	height: 29px;
	width: 243px;
	position: absolute;
	left: 0px;
	top: 0px;
}
a#juulmail span {
	background-image: url(img/juul-mail.gif);
}	
#footermail a:hover span { background-position: left bottom; }


/* TEXT STYLES */

p {
	font-size: 11px;
	margin-bottom: 16px;
}

#innerfooter p {
	font-size: 12px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #718E00;
}

h1 {
	letter-spacing:-1px;
	font-weight:normal;
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	font-size: 30px;
	color: #CB3461;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
}

h2 {
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #718E00;
	margin-bottom: 8px;
}

h3 {
font:12px arial, helvetica, sans-serif;
font-weight:bold;
}

#content ul, #content ol {
	margin:0;
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 24px;
}
#content li {
	list-style-type: square;
	padding-bottom: 4px;
}

#asterisk li {
	background-image: url(img/asterisk.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 5px;
}



/* LINK STYLES */

#content a, #content a:visited, #footer a, #footer a:visited  {
	text-decoration: none;
	color: #2BA436;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2FB33B;
}

#content a:hover, #footer a:hover {
	text-decoration: none;
	color: #C72C56;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C72C56;
}
a.light {
	color: #FF0 !important;
	border-bottom-color: #FF0 !important;
}
a.light:hover {
	color: #C72C56 !important;
	border-bottom-color: #C72C56 !important;
}

a.z, a.z:visited {
	text-decoration: none;
	color: #FFB94F !important;
	border-bottom-style: none !important;
	font-size: 11px;
}

a.z:hover {
	text-decoration: none;
	color: #EC7600 !important;
}

/*FORMSTYLES */
form {
	display:inline;
}
input, select, textarea {
	padding: 2px;
	color: #333333;
}
.textfield {
	line-height:1.25;
	width: 300px;
	background-color: #CEDBA6;
	border: 1px solid #6C614D;
	color: #333333;
}

textarea {
	line-height:1.40;
	width: 300px;
	background-color: #CEDBA6;
	border: 1px solid #6C614D;
}

.button {
	padding: 2px;
	width: 8em;
	border: 1px solid #000000;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	background-color: #CEDBA6;
}

label {
	cursor:pointer;
}


/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }
.text-small {
	font-size: 9px;
}


.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{
	float:right;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 14px;
}

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

