/* BASIC */

html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background: #fff url(../images/backfade.jpg) repeat-x;
	text-align: left;
	color: #000;
	line-height: 170%;
}

a {
	font: bold 100%/200% Verdana, Geneva, sans-serif;
	color: #D68E10;
	border: none;
}

img {
	border: none;
}

/* LAYOUT */

#rowTop {
	width: 100%;
	height: 5px;
	background: #000 url(../images/topline.jpg) repeat-x;
}

#rowBottom {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	height: 80px;
	background: #fff url(../images/bottomfade.jpg) repeat-x;
	clear: both;
}


#wrapper {
	width: 980px;
	min-height: 100%;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#nav {
	width: 660px;
	text-align: right;
	float: right;
	margin-left: 20px;
	display: block;
	height: 100px;
}

#logo {
	width: 300px;
	height: 105px;
	background: url(../images/logo.png) no-repeat;
}

dl {
	width: 270px;
	margin: 0 0 20px 20px;
	padding-bottom: 10px;
	background: #FDFEDE url(../images/box_bottom.gif) no-repeat bottom left;
	overflow: auto;
}

dt {
	margin: 0 0 10px 0;
	padding: 5px 23px;
	font-size: 130%;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #404040 url(../images/box_top.gif) no-repeat top left;
}
	
dd {
	margin: 0 15px 0 15px;
	padding: 0 10px 20px 10px;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	text-align: justify;
	background: url(../images/arrow.gif) no-repeat 0 3px;
}

#main dt {
	background: #404040 url(../images/box-top2.gif) no-repeat top left;
}

#main {
	width: 650px;
	background: #FDFEDE url(../images/box-bottom2.gif) no-repeat bottom left;
	overflow: auto;
}

#full dt {
	background: #404040 url(../images/box-top3.gif) no-repeat top left;
}

#full {
	width: 980px;
	background: #FDFEDE url(../images/box-bottom3.gif) no-repeat bottom left;
	overflow: auto;
}

#box {
	width: 650px;
	float: left;
	min-height: 340px;
	margin-top: 65px;
	margin-bottom: 20px;
	margin-left: -10px;
}


#fullbox {
	width: 980px;
	float: left;
	min-height: 340px;
	margin-top: 65px;
	margin-bottom: 20px;
	margin-left: -10px;
}

#rightcol {
	width: 250px;
	float: right;
	min-height: 340px;
	margin-top: 65px;
	margin-bottom: 20px;
	margin-right: 30px;
}

#rightfloat {
	display: block;
	float: right;
	width: 400px;
	margin-right: 50px;
}

img.rightpic {
	float: right;
	padding: 5px;
	border: 1px #404040 solid;
	margin: 3px 0 0 15px;
}

img.leftpic {
	display: block;
	float: left;
	padding: 5px;
	border: 1px #404040 solid;
	margin: 3px 15px 0 0;
}

.lavaLampBottomStyle {
	position: relative;
	height: 29px;
	width: 665px;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
}

.lavaLampBottomStyle li {
	float: left;
	list-style: none;
}

.lavaLampBottomStyle li.back {
	border-top: 3px solid #D68E10;
	border-bottom: 3px solid #D68E10;
	margin-top: 1px;
	width: 9px;
	height: 31px;
	z-index: 8;
	position: absolute;
}

.lavaLampBottomStyle li a {
	font: bold 18px Comic Sans, Comic Sans MS, cursive;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: right;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 11px;
}   

.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}     

.input {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}


.button {
	padding: 2px 8px;
	border: 1px solid #000;
	background: #C0C0C0;    
	margin-left: 91px;
}

.button:hover {
	background: #72AE1A;
	color: #fff;
	border: 1px solid #000;
}

label {
	display: block;
	width: 85px;
	float: left;
	margin: 2px 4px 6px 4px;
	text-align: right;
	clear: both;
} 

label.addblog {
	display: block;
	width: 200px;
	float: left;
	margin: 2px 4px 6px 4px;
	text-align: right;
	clear: both;
}       

label.step1button {
	display: block;
	width: 402px;
	float: left;
	margin: 2px 4px 6px 4px;
	text-align: right;
	clear: both;
}     

fieldset.contact {
	width: 395px;
	border: 1px solid #000;
	padding: 10px;
} 

fieldset.step1 {
	width: 700px;
	border: 1px solid #000;
	padding: 10px;
} 

legend {
	color: #72AE1A;
}
