@import url("reset.css");

body {
	background-color: #D7D2CB;
	background-image: url(bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
}

div#body {
	background-image: url(bg-swirl.gif);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	height: 100%;
	position: relative;
	width: 100%;
}

div#canvas {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

/* TABS */

div#tabs { height: 80px; }
div#tabs ul {
	padding-top: 50px;
	white-space: nowrap;
}
div#tabs li { display: inline; }
div#tabs li a {
	background-color: #CC5630;
	background-image: url(tabs.gif);
	background-position: -564px 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 30px;
	text-align: center;
	text-decoration: none;
	width: 125px;
}
div#tabs li a.active {
	background-color: #1E1A19;
	background-position: -314px 0px;
}
div#tabs li.home a {
	background-position: -32px 0px;
	margin-right: 2px;
	width: 32px;
}
div#tabs li.home a.active {
	background-color: #1E1A19;
	background-position: 0px 0px;
}
div#tabs li.first a { background-position: -189px 0px; }
div#tabs li.first a.active { background-position: -64px 0px; }
div#tabs li a.after { background-position: -439px 0px; }
div#tabs b {
	background-image: url(tabs.gif);
	background-position: -689px 0px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 30px;
	width: 24px;
}
div#tabs b.active { background-position: -713px 0px; }
div#tabs img { margin-top: 10px; }
div#tabs strong {
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	left: -3px;
	padding: 8px 0px 4px 0px;
}

/* HEADER */

div#header {
	background-color: #1E1A19;
	background-image: url(header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 200px;
}

div#header ul { padding: 7px 27px 0px 0px; }
div#header li {
	float: right;
	padding: 0px 0px 0px 10px;
} div#header ul li a {
	color: #CCCCCA;
	display: inline-block;
	padding: 2px 0px 3px 0px;
	text-decoration: none;
} div#header ul li a:hover { text-decoration: underline; }

div#header h1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	padding: 45px 0px 0px 200px;
}

div#header h2 {
	color: #CCCCCA;
	font-size: 13px;
	font-weight: normal;
	padding: 10px 0px 0px 200px;
}

div#header h3 {
	font-style: italic;
	color: #CCCCCA;
	font-size: 11px;
	font-weight: normal;
	padding: 28px 0px 0px 200px;
	line-height: 18px;
}

div#header h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

div#header h3 a:hover {
	text-decoration: underline;
}

/* BETWEEN */

div#between {
	background-image: url(between.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
}

/* PAGE */

div#pageContainer {
	background-image: url(page.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div#pageContainer.white {
	background-image: url(page-white.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div#page {
	background-image: url(page-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div#pageContainer.white div#page {
	background-image: url(page-top-white.gif);
}

div.clr {
	clear: both;
	height: 15px;
}

/* PAGE MENU */

div#menu {
	background-image: url(page-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: 200px;
}

div#menu ul {
	padding: 43px 15px 0px 15px;
	white-space: nowrap;
}

div#menu ul li {
	padding-bottom: 4px;
}

div#menu ul li a {
	background-image: url(bullet.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	color: #F5F5F6;
	display: block;
	padding: 1px 0px 2px 10px;
	text-decoration: none;
}

div#menu ul li.active a {
	background-image: url(bullet-active.gif);
	color: #FFFFFF;
	font-weight: bold;
}

div#menu ul.second {
	padding-top: 0px;
}

div#menu h1 {
	color: #CCCCCA;
	padding: 15px 15px 10px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

div#menu h1.first {
	padding-top: 43px;
}

/* PAGE CONTENT */

div#content {
	background-color: #FFFFFF;
	background-image: url(page-top.gif);
	background-position: -200px 0px;
	background-repeat: no-repeat;
	float: right;
	width: 750px;
}

div#pageContainer.white div#content {
	background-image: url(page-top-white.gif);
	background-position: 0px 0px;
	float: none;
	padding-top: 28px;
	width: 950px;
}

div#content h1 {
	color: #1E1A19;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	padding: 15px 15px 8px 15px;
}

div#content h1.second {
	padding-top: 30px;
}

div#content h1 a {
	color: #1E1A19;
	text-decoration: none;	
}

div#content h1 a:hover {
	color: #B44724;
}

div#content h2 {
	color: #B44724;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 15px 15px 15px;
}

div#content div.content {
	color: #333333;
	line-height: 18px;
	padding: 0px 15px 0px 15px;
}

div#content a {
	color: #B44724;
	text-decoration: underline;
}

div#content a:hover {
	color: #333333;
}

div#content a.normalize {
	color: #333333;
	text-decoration: none;
}

div#content ul {
	list-style: disc outside none;
	padding-left: 15px;
}
div#content li ul {
	list-style: circle outside none;
	padding-left: 25px;
}

div#content div.left {
	float: left;
	width: 475px;
}

div#content div.right {
	float: right;
	width: 475px;
}

/* FOOTER */

div#footer {
	background-image: url(footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 45px;
}

div#footer.white {
	background-image: url(footer-white.gif);
}

div#footer div.credits {
	color: #999999;
	font-size: 11px;
	height: 30px;
	padding-top: 10px;
	width: 500px;
}

div#footer div.links {
	color: #666666;
	float: right;
	height: 25px;
	padding-top: 12px;
	text-align: right;
	width: 250px;
}

div#footer div.links a {
	color: #666666;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	padding-bottom: 4px;
}

div#footer div.links a:hover {
	color: #333333;
	text-decoration: underline;

}

div#footer div.links span {
	display: inline-block;
	font-weight: normal;
	padding-bottom: 4px;
}

/* TABLES AND DIVS */

img.picture {
	float: left;
	margin: 0px 5px 5px 0px;
}

table.form td {
	padding: 1px 10px 2px 0px;
}

table.list {
	width: 100%;
}

table.list th {
	background-color: #EEEEEE;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCA;
	padding: 2px 2px 2px 2px;
}

table.list td {
	font-size: 11px;
	padding: 1px 2px 1px 2px;
}

a.normalize {
	color: #333333;
	text-decoration: none;
}

td.icons {
	text-align: right;
}

td.icons img {
	float: none;
	margin: 0px;
	padding: 0px;
}

td.icons a {
	display: inline;
}

span.red {
	color: #B44724;
	font-weight: bold;
}

div.error {
	background-color: #FFFFCC;
	color: #B44724;
	border: 1px solid #CCCCCA;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.error_ok {
	background-color: #FFFFCC;
	color: #006600;
	border: 1px solid #CCCCCA;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.formtitle {
	background-color: #EEEEEE;
	color: #333333;
	border-bottom: 1px solid #CCCCCA;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	margin-bottom: 10px;	
}

div.formitem {
	margin-bottom: 10px;
}

textarea {
	font-family: Courier, monospace;
	font-size: 11px;
}