html, body {
	margin: 0;
	font: 12px/16px "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif; /* "Myriad Pro", */
	color: #333;
	line-height: 1.7em;
}

html {
	height: 100%;
	background: #e6e4e3 url("/assets/public/images/background.png");
}

/* img, div { behavior: url('/assets/public/js/iepngfix.htc') } */

p {
	margin-bottom: 15px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 20px;
	color: #9cb02b;
}

a {
	color: #4d3227;
}

a.button_small {
	display: block;
	width: 135px;
	height: 44px;
	cursor: pointer;
	background-position: top left;
}

a.button_medium {
	display: block;
	width: 165px;
	height: 44px;
	cursor: pointer;
	background-position: top left;
}

form label {
	clear: both;
	float:left;
	display:inline;
	text-align:right;
	width:140px;
	margin: 2px 2px 0px 0px;
}

form label.required {
	font-weight: bold;
	color: #990000;
}

form .small {
	display: block;
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	line-height: .8em;
	width: 100%;
}

form textarea, form input.text, form input[type='password'], form select {
	display:inline;
	width: 200px;
	font-family: inherit !important;
	margin: 0px 0px 10px 10px;
	padding: .2em;
	border: 1px solid;
	color: inherit !important;
	border-color: #9cb02b;
	resize: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

form textarea:focus, form input.text:focus, form input[type='password']:focus, form select:focus {
	/* outline: 1px solid #99ccff; */
	border-color: #4d3227;
}

form button{ 
	clear:both;
	margin-left:150px;
	background:#888888;
	color:#FFFFFF;
	border:solid 1px #666666;
	font-size:11px;
	font-weight:bold;
	padding:4px 6px;
}

form div.spacer {
	margin-left: 150px;
}

.strong {
	font-weight: bold; 
}

.float {
	float: left;
	display:inline;
}

.clear {
	clear: both;
}

#bkg {
	width: 100%;
	margin: auto;
}

#header {
	width: 100%;
	height: 110px;
	background: url("/assets/public/images/paper_top.png") center bottom repeat-x;
}

#header .contentarea {
	position: relative;
	width: 800px;
	margin: auto;
}

#header img#logo {
	position: absolute;
	width: 210px;
	height: 55px;
	top: 48px;
}

#header #navtop {
	position: absolute;
	top: 87px;
	right: 0;
	height: 30px;
}

#navtop a, #navtop div {
	display: block;
	float: left;
}

#navtop a {
	position: relative;
	top: 0;
	height: 25px;
}

#navtop a.current {
	top: -8px;
}

#navtop div.navtop_divider {
	width: 1px;
	height: 25px;
	background: url("/assets/public/images/navtop/navtop_divider.png");
}

#navtop a#navtop_01 {width: 106px; background: url("/assets/public/images/navtop/navtop_01.png");}
#navtop a#navtop_02 {width: 123px; background: url("/assets/public/images/navtop/navtop_02.png");}
#navtop a#navtop_03 {width: 110px; background: url("/assets/public/images/navtop/navtop_03.png");}
#navtop a#navtop_04 {width: 113px; background: url("/assets/public/images/navtop/navtop_04.png");}

#main {
	width: 100%;
	padding: 0px 0px 10px;
	background: #ffffff;
}

#main .contentarea {
	position: relative;
	width: 800px;
	margin: auto;
}

div.error_box {
	width: 50%;
	margin: 30px auto 20px;
	padding: 30px 30px;
	/*
	border: 1px solid #bbb;
	background: #f6f6f6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
}

div.frame-top {
	width: 100%;
	height: 130px;
	background: url("/assets/public/images/ui_bubbles_top.png") center bottom no-repeat;
}

div.frame-bottom {
	width: 100%;
	height: 130px;
	background: url("/assets/public/images/ui_bubbles_bot.png") left top no-repeat;
}

div.hdivider {
	width: 100%;
	height: 5px;
	background: url("/assets/public/images/divider.png") left top repeat-x;
}

div.vdivider {
	width: 5px;
	height: 100%;
	background: url("/assets/public/images/divider.png") center top repeat-y;
}

#footer {
	width: 100%;
	height: 100px;
	color: #4d3227;
	line-height: 1.4em;
	background: url("/assets/public/images/paper_bot.png") center top repeat-x;
}

#footer .contentarea {
	width: 790px;
	padding-top: 10px;
	font-size: .9em;
	font-weight: normal;
	margin: auto;
}