/* GLOBAL */
a img { border:none }
* { padding: 0; margin: 0; }
p {
	margin: 0 0 2em 0;
	line-height: 150%;
}
#content ul { margin: 0 0 0 0.75em; }
#content li { margin: 0 0 0 1.25em; }
.clearfix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
table { font-size: 9px; }


/* LAYOUT */
html { background-color: #000; }
body {
	width: 900px;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	font: normal 100% Verdana, sans-serif;
	color: #000;
	background-color: #fff;
	border: 2px solid #fff;
}
#header {
	overflow: hidden;
	display: inline-block;
	text-align: left;
	width: 100%; /* safari and opera */
	background-color: #000;
	color: #fff;
}
#header p {
	float: right;
	padding: 3px 10px 0 0;
}
#logo {
	float: left;
	background: transparent url("images/logo.jpg") no-repeat 0 0;
	display: block;
	width: 635px;
	height: 150px;
	overflow: hidden;
	text-indent: -9000px;
}
#pagetitle { 
	height: 45px;
	text-align: left;
	font-size: 18pt;
	font-weight: bold;
	color: #fc0;
	padding: 12px 0 0 210px;
	border-top: 10px solid #303030;
}
#leftcolumn {
	margin-top: -57px;
	width: 195px;
	background-color: #f6f6f6;
}
#leftcolumn p {
	padding-left: 12px;
	line-height: 20px;
}
#leftcolumn img { vertical-align: middle; }
#leftcolumn, #content {
	overflow: hidden;
	display: inline-block;
	text-align: left;
	float: left;
}
#content { width: 685px; }
#content .centercontent {
	margin: 5px 0 0 20px;
	padding: 0;
	line-height: 1.7em;
}
#footer {
	width: 100%;
	overflow: hidden;
	display: inline-block;
	text-align: left;
    clear: left;
    border-top: 8px solid #303030;
	font-size: 80%;
    background-color: #fff;
}
#footer p {
    margin: 20px;
    text-align: center;
    line-height: 1.7em;
}



/* HEADERS */
#leftcolumn h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	background-color: #303030;
	padding: 5px 5px 5px 12px;
	margin: 0;
}
#content h3 { color: #c43c48; }
#content h3 a { color: #c43c48; }



/* NAVIGATION */
a {
	color: #045597;
	font-weight: bold;
	text-decoration: none;
}
a:hover { color: #999; }
#navigation {
	overflow: hidden;
	display: inline-block;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(images/nav_bg.png) repeat-x;
}
#navlist {
	margin: 0;
	padding: 0;
}
#navlist li {
	list-style-type: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#navlist li span {
	float: left;
	text-align: center;
}
#navlist a {
	display:block;
	float: left;
	width: 150px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 0 7px 0;
	background: transparent url(images/nav_bg.png) repeat-x;
}
#navlist a:hover {
	color: #fff;
	background: #000;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #303030;
}
.menu li {
	line-height: 1.2em;
    border-bottom: 1px solid #474747; 
    height: 1%; 
    background-color: #303030;
}
html>body .menu li { height: auto; }
.menu a {
	width: 100%;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; 
}
.menu a:link, .menu a:active, .menu a:visited {
	color: #fc0;
	padding: 3px 0px 3px 30px;
	background: #303030 url(images/menu_bg.png) 0 0 no-repeat;
}
.menu li a:hover, .menu li a:active, .menu li a:focus {
	color: #fff;
	background: #474747 url(images/menu_hover_bg.png) 0 0 no-repeat;
}
#header a {
	color: #fff;
	font-size: 10pt;
}
#header a:hover { color: #fc0; }



/* GENERAL */
.info {
	display: block;
	font-size: 70%;
	color: #ccc;
	font-weight: bold;
}
.edit_del { display: inline; }
.editbtn, .delbtn {
	border: 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.delbtn { background: transparent url("images/delete.gif") top left no-repeat; }
.editbtn { background: transparent url("images/edit.gif") top left no-repeat; }
#pages ul, #pages li { margin: 0; }
#pages li {
	list-style-type: none;
	float: left;
}
#pages a {
	display: block;
	height: 20px;
	width: 25px;
	text-align: center;
}
#pages a.current { color: #000; }
#pages a.first { background: transparent url(images/first.gif) no-repeat 50% 6px; }
#pages a.previous { background: transparent url(images/previous.gif) no-repeat 50% 6px; }
#pages a.next { background: transparent url(images/next.gif) no-repeat 50% 6px; }
#pages a.last { background: transparent url(images/last.gif) no-repeat 50% 6px; }
