/* -- Default "_RESET_" Rules -- */

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

body { 
	background: #e2e2e2 url(../img/ui/body.png) top left repeat-x;
	color: #555;
	font: normal normal 12px/100% Arial,sans-serif;
	text-align: center;
}

a { color: #0682d6; text-decoration: underline; outline: none; }
a img { text-decoration: none; border: none; cursor: pointer; }

img { margin: 0px; }

h1 { margin: 0px 0 15px; padding: 0px 0 10px; border-bottom: 1px solid #efefef; font: normal bold 18px/100% Georgia, "Times new roman",serif; }
h2 { margin: 5px 0; padding: 0px; font-family: arial, sans-serif; font-size: 14px; font-weight: bold; }

p { line-height: 18px; margin: 0; padding: 5px 0 10px; }
p img { margin: 0 10px 10px 0; }

li { margin-left: 15px; padding-bottom: 7px; }

table { border-collapse: collapse; border-spacing: 0; }

/* -- Standard Helpers -- */

.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

.fl { float: left; }
.fr { float: right; }
.fn { float: none; }

.fw { width: 100%; }

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.h20 { height: 20px; }

/* -- Forms -- */
.error { background: #ee3322; font-family:Courier,monospace; padding: 10px; margin-bottom: 10px; }
.notice { background: #ffcc00; font-family:Courier,monospace; padding: 10px; margin-bottom: 10px; }
.success { background: green; color: #fff; font-family:Courier,monospace; padding: 10px; margin-bottom: 10px; }

.input { padding: 0 0 10px; }
.submit { padding: 10px 20px; }
fieldset { padding: 20px; }
legend {  }

label { 
	display: block;
	padding-bottom: 5px;
}
	.checkbox label { display: inline; padding-left: 5px; }
	
input[type="text"],input[type="password"] {
	padding: 10px;
	width: 80%;
}
textarea {
	height: 200px;
	padding: 10px;
	width: 80%;
}


/* -- Your Site Starts Here -- */

.wrapper { width: 800px; text-align: left; margin: auto; }

.logo-area {
	padding: 20px;
}

.header {
	padding-bottom: 20px;
}
	ul.navigation li { 
		background: url(../img/ui/navigation_splitter.gif) top right no-repeat; 
		float: left;
		height: 35px;
		list-style-type: none;
		margin: 0;
		padding-right: 2px;
	}
		ul.navigation li a {
			background: url(../img/ui/navigation.gif) top left repeat-x; 
			color: #000;
			float: left;
			font: normal normal 13px/35px Arial,sans-serif;
			height: 35px;
			padding: 0 25px;
			text-decoration: none;
		}
		ul.navigation li a:hover { background: url(../img/ui/navigation_hover.gif) top left repeat-x; }
		ul.navigation li a.active { background: url(../img/ui/navigation_hover.gif) top left repeat-x; }
		
		ul.navigation li.first a { background: url(../img/ui/nav_left.gif) top left no-repeat; }
		ul.navigation li.first a:hover { background: url(../img/ui/nav_left_hover.gif) top left no-repeat; }
		ul.navigation li.first a.active { background: url(../img/ui/nav_left_hover.gif) top left no-repeat; }
		
		ul.navigation li.last { background: none; }
		ul.navigation li.last a { background: url(../img/ui/nav_last.gif) top right no-repeat; }
		ul.navigation li.last a:hover { background: url(../img/ui/nav_last_hover.gif) top right no-repeat; }
		ul.navigation li.last a.active { background: url(../img/ui/nav_last_hover.gif) top right no-repeat; }
		
	.header form { padding-top: 5px; }
	.header .search {
		background: url(../img/ui/search.gif) top left no-repeat;
		border: 0 none; 
		float: right;
		height: 20px;
		padding: 3px 5px;
		width: 144px;
	}


.content { padding-bottom: 20px; }
	.left {
		float: left;
		width: 250px;
	}
		.left li { 
			list-style-type: none;
			margin: 0;
			padding-bottom: 8px;
		}
		.left li a { 
			font-size: 13px;
			text-decoration: none; 
		}
	.right {
		height: 100%;
		overflow: hidden;
	}

.footer { padding-bottom: 20px; }
	.footer .split {
		float: left;
		padding-right: 30px;
		width: 220px;
	}
	.footer h3 {
		font: normal bold 14px/100% Georgia, "Times new roman", serif;
		margin: 0;
		padding: 0 0 10px;
	}
	.footer ul {
		border-right: 1px solid #efefef;
		float: left;
		width: 220px;
	}
		.footer ul.last { border: 0 none; }
	.footer ul li {
		list-style-type: none;
		margin: 2px 0;
	}
	.footer ul li a {
		color: #555;
		font: normal normal 13px/140% Arial,sans-serif;
		padding: 2px 0;
		text-decoration: none;
	}
	.footer ul li a:hover { text-decoration: underline; }

.pt {
	background: url(../img/ui/top.png) top left no-repeat; 
	height: 3px;
}
.pc {
	background: #fff;
	padding: 15px 20px 20px;
}
.pb {
	background: url(../img/ui/bottom.png) bottom left no-repeat; 
	height: 3px;
}





