/*----------------------- document setup --------------------------------- */
body {
	margin: -20px 0px 0px 0px;
	text-align: center;
	background: #ffffff;

}


* {
	margin: 0px;
	padding: 0px;
}

.spacer {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}

a img {
	border: 0px;
}

a {
	text-decoration: underline;
	color: black;
}

p, h1, h2, h3 {
	margin-bottom: 10px;
}

#content h1, #content h2, #content h3 {
	color: black;
}

h2 {
	font-size: 14px;
}

a:hover {
	text-decoration: underline;
}

/*---------------------- layout ----------------------------- */
#container {
	width: 800px;
	margin: 0px auto;
	font-family: "Helvetica", Arial, Sans-Serif;
	color: black;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

#header {
	width: 800px;
	height: 240px;
	padding: 0px;
	margin: 0px;
	clear: both;
	float: none;
}
#logo {
	float: left;
	width: 240px;
}

#flash-header {
	float: left;
	width: 560px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}


#sidebar {
	width: 227px;
	float: left;
	margin-right: 13px;
	overflow: hidden;
}

#main-pane {
	float: left;
	width: 560px;
	overflow: hidden;
}

#submenu {
	width: 164px;
	height: 184px;
	margin-left: 15px;
	overflow: visible;
	float: right;
	background: url(/images/submenu-bg.jpg) no-repeat;
}
/*------------------ menu --------------------- */
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	
	width: 110px;
	height: 74px;
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
	font-size: 13px;
}

#menu ul li.no-margin {
	margin-right: 0px;
}

#menu li a {
	display: block;
	background: url(/images/button.gif);
	text-decoration: none;
	width: 90px;
	height: 54px;
	padding: 10px;
}

#menu li a:hover {
	background: url(/images/button-hover.gif);
}

#menu li a.selected, #menu li a.selected:hover {
	background: url(/images/button-on.gif);
	color: black;
}

/*----------------- login form ------------- */
#login-form {
	background: url(/images/login-form-top.gif) top left no-repeat #e0dbd0;
	width: 197px;
	margin-top: 15px;
	padding: 5px 15px 5px 14px;
	font-size: 10px;
	position: relative;
	margin-bottom: 0px;
}

#login-form a {
	color: white;
}

#login-form-bottom {
	margin-top: -6px;
	padding-top: 0px;
}

#login-form input.text {
	width: 120px;
}

#login-form a {
	color: #627687;
	text-decoration: none;
}

#login-form a:hover {
	text-decoration: underline;
}

#login-form h1 {
	font-size: 12px;
	margin-bottom: 2px;
}

#login-form p {
	position: absolute;
	bottom: 2px;
	right: 10px;
	margin-bottom: 0px;
}

#login-form .submit {
	font-size: 12px;
}

#login-form td {
	padding: 1px;
}

/*------------- testimonial -------------- */
#testimonial {
	background: url(/images/quotation-mark.gif) no-repeat;
	padding: 3px 0px 0px 30px;
	margin-top: 20px;
	font-size: 11px;
	line-height: 13px;
}

#attribution {
	text-transform: uppercase;
	color: black;
	font-size: 10px;
	font-weight: bold;
	height: 30px;
}


/*-------------------- client-stuff --------------- */
#content ul.list {
	list-style: none;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	width: 225px;
	border-top: 1px solid #475F79;
}

ul.list li {
	padding: 3px 5px;
	border-bottom: 1px solid #475F79;
	margin: 0px;
}


.list a {
	font-weight: bold;
	text-decoration: none;
}

.list a:hover {
	text-decoration: underline;
}

.list small {
	font-size: 11px;
}

#content #submenu ul {
	margin: 0px;
	padding: 10px;
	list-style: none;
}

#submenu ul li {
	border-bottom: 1px solid silver;
}

#submenu ul li a {
	text-decoration: none;
	display: block;
	padding: 3px 5px;
}

#submenu ul li.selected a {
	color: #F3CC5B;
	font-weight: bold;
}

/*-------------- middle stuff --------------------- */
#content {
	width: 530px;
	background: #ebe4da;
	padding: 5px 15px;
}

#content ul, #content ol {
	margin: 10px 0px 10px 25px;
}

#flash-page-heading {
	width: 560px;
	height: 81px;
	margin: 0px;
	padding: 0px;
}

#flash-page-heading h1 {
	width: 560px;
	height: 81px;
	background: url(/images/flash-h1.gif) no-repeat;
  padding: 10px 15px;
  font-weight: normal;
	color: #6B6458;
}

#footer {
	width: 540px;
	height: 20px;
	background: url(/images/content-bottom.gif) no-repeat;
	padding: 20px 10px;
}

.notice {
	padding: 5px 10px 5px 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #577700;
	border-top: 3px solid #658900;
	border: 1px solid #658900;
	width: 480px;
	background: url(/images/admin/miniicons/icon_accept.gif) #E9F1D5 no-repeat 8px 6px;
}

input.contact {
	width: 200px;
}
