body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, a, span, blockquote, table, th, td
{
	margin: 0;
	padding: 0;
}

body
{
	font: 12px/20px Georgia, Times, "Times New Roman", sans-serif;
	color: #333;
	background: #fff;
	text-align: center;
}

#wrap
{
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

#header
{
	height: 220px;
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

#togs
{
	background: #000;
	width: 100%;
	float: left;
}

#nav li
{
	border-left: 1px solid #666;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

#nav li a
{
	color: #eee;
	float: left;
	display: block;
	padding: 8px 40px 8px 15px;
	text-decoration: none;
}

#nav li a:hover
{
	color: #c00;
}

a#toggle
{
	color: #999;
	background: #000;
	text-decoration: none;
	width: 60px;
	padding: 16px;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 0;
	font-style: italic;
	letter-spacing: 0;
	z-index: 1;
}

a#toggle:hover
{
	background: #c00;
	color: #fff;
}

h1
{
	height: 69px;
	width: 230px;
	background: url(../images/logo.gif) 0 0 no-repeat;
	float: right;
	margin: 20px 0 10px 0;
}

h2
{
	color: #111;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	text-align: right;
	margin: 6px 0 0 0;
}

h3
{
	color: #555;
	margin: 0 20px 0 20px;
	font-weight: normal;
	border-top: 1px solid #ccc;
	font-size: 11px;
	padding: 3px 0 0 0;
}

h4
{
	color: #333;
	margin: 8px 20px 0 20px;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}

.caption
{
	font-style: italic;
	color: #aaa;
}

a
{
	color: #c00;
	text-decoration: underline;
	font-weight: normal;
}

.recent_articles a
{
	color: #c00;
	text-decoration: none;
}

.recent_articles a:hover
{
	color: #c00;
}

#links
{
	border-top: 2px solid #555;
	width: 98%;
	float: left;
	padding: 1%;
}

#links ul
{
	border-top: 1px solid #ccc;
	margin: 0;
	width: 100%;
	float: left;
}

#links ul li
{
	color: #666;
}

#links li a
{
	color: #c00;
	display: block;
}

#links li.title-links
{
	border-right: 1px solid #ccc;
	width: 7%;
	padding: 1% 0 0 2%;
	margin: 0 1% 0 0;
}

#links li.title-links h3
{
	color: #555;
}

#copy, #sub
{
	width: 100%;
	float: left;
	margin: 10px 0 20px 0;
}

#article
{
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	border-top: 1px solid #ccc;
}

#article.static
{
	padding: 10px 0 0 0;
}

.left
{
	float: left;
	width: 49%;
}

.right
{
	float: right;
	width: 49%;
}

#cover
{
	text-align: right;
}

.realign
{
	text-align: left;
	margin: 16px 0 0 0;
	width: 50%;
	float: right;
}

p
{
	padding: 8px 20px;
}

p.nextprev
{
	padding: 8px 0;
	font-size: 11px;
	color: #ccc;
}

p.shortabout
{
	float: left;
	margin: 40px 0 20px 20px;
	display: inline;
	padding: 0;
	width: 300px;
	font: italic 11px/15px Georgia, Times, "Times New Roman", sans-serif;
	color: #666;
}

sup
{
	font: italic 11px/15px Georgia, Times, "Times New Roman", sans-serif;
	padding: 0 5px 0 0;
	color: #777;
}

ul
{
	margin: 8px 20px;
	list-style: none;
}

#recentcomments ul
{
	margin: 8px 0;
}

li
{
	padding: 0 0 0 16px;
	background: url(../images/bullet.gif) 0 0 no-repeat;
}

li p
{
	padding: 0 20px 8px 20px;
	color: #666;
}

dl
{
	margin: 8px 20px;
	float: left;
	clear: both;
	border-bottom: 1px solid #ccc;
	display: inline;
}

dd
{
	float: left;
	width: 100%;
	font-style: italic;
}

dt
{
	float: right;
	margin: 0 20px 20px 0;
	display: inline;
	color: #888;
}

ul#details
{
	float: left;
	display: inline;
	margin: 0 0 8px 0;
	width: 100%;
	color: #888;
	font-size: 11px;
}

ul#details li
{
	margin: 0 0 0 30px;
	float: right;
	display: inline;
	padding: 4px 0 0 6px;
	background: url(../images/details.gif) 0 0 no-repeat;
}

#list-categories li
{
	margin: 0 0 3px 0;
}

.recent_articles li
{
	border-bottom: 1px solid #ddd;
	margin: 0 0 2px 0;
	font-style: italic;
	background: none;
	padding: 0;
}

blockquote
{
	color: #666;
	font-style: italic;
}

h1 span
{
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

.realign h3
{
	margin: 0 0 0 20px;
}

h3 span
{
	border-top: 2px solid #555;
	padding: 6px 20px 0 0;
}

#recentcomments h3
{
	margin: 0;
}

.caption span
{
	text-align: right;
	display: block;
	border-top: 1px solid #ccc;
}

#header img
{
	position: absolute;
	top: 0;
	left: 0;
}

#cover img
{
	border: 1px solid #ccc;
	margin: 14px 0 0 0;
	padding: 1px;
}

a:hover, a:active
{
	text-decoration: none;
}

a img
{
	border: none;
}

#logo a
{
	width: 230px;
	height: 69px;
	display: block;
}

.readon
{
	float: right;
	margin: 0 20px;
	font-size: 11px;
}

h2 a
{
	text-decoration: none;
}

h2 a:hover
{
	text-decoration: underline;
}

#links li
{
	float: left;
	width: 14%;
	margin: 1% 2% 0 1%;
	padding: 0 0 1% 0;
	line-height: 18px;
	font-size: 11px;
	background: none;
}

#links li.title-links a
{
	margin: 2px 0 0 0;
}

#links h3
{
	margin: 0;
	border: 0;
	font-size: 15px;
	line-height: 15px;
}

#nav
{
	position: absolute;
	margin: 0;
	width: 100%;
	bottom: 20px;
	left: 0;
	letter-spacing: 1px;
}

#nav ul
{
	float: left;
	margin: 0 0 0 15px;
	padding: 8px 0;
	width: 100%;
	display: inline;
}

#footer
{
	width: 100%;
	clear: both;
	text-align: right;
	color: #c00;
	border-top: 1px solid #c00;
	font-size: 11px;
}

#footer p
{
	border-top: 1px solid #c00;
	margin: 1px 0 0 0;
	padding: 10px 0;
}

#footer a
{
	color: #888;
}

legend
{
	display: none;
}

label
{
	display: block;
	margin: 0 0 2px 0;
}

.help
{
	margin: 0 0 0 10px;
	font-size: 11px;
}

#zemContactForm
{
	float: left;
	margin: 0 20px;
	display: inline;
}

#zemContactForm p
{
	padding: 8px 0;
}

fieldset
{
	border: 0;
}

input.zemRequired, select#typeofenquiry
{
	width: 180px;
	padding: 5px;
	border: 1px solid #ccc;
	border-top-width: 2px;
	font: 12px/20px Georgia, Times, "Times New Roman", sans-serif;
}

#enquirydetails
{
	float: left;
	width: 260px;
}

#enquirysubmit
{
	float: left;
	width: 260px;
}

.vcard
{
	margin: 8px 0;
}

select#typeofenquiry
{
	width: 194px;
	padding: 5px;
}

textarea#enquiry
{
	padding: 5px;
	width: 220px;
	border: 1px solid #ccc;
	border-top-width: 2px;
	font: 12px/20px Georgia, Times, "Times New Roman", sans-serif;
}

#zemSubmit
{
	float: right;
	margin: 0 30px 0 0;
	font: 12px/20px Georgia, Times, "Times New Roman", sans-serif;
}

.comments_error
{
	width: 100%;
	clear: both;
	margin: 20px;
}

.comment_name_input, .comment_email_input, .comment_web_input, .txpCommentInputMessage
{
	width: 200px;
	padding: 5px;
	border: 1px solid #ccc;
	border-top-width: 2px;
	font: 12px/20px Georgia, Times, "Times New Roman", sans-serif;
}

input.comments_error, textarea.comments_error
{
	background: #c00;
	margin: 0;
	padding: 5px;
	width: 200px;
}

p.commentsubmit
{
	padding: 0 20px;
	text-align: right;
	width: 200px;
}

.commentsubmit input
{
	font: 12px/20px Georgia, Times, "Times New Roman", sans-serif;
}

.middot a
{
	margin: 0 5px;
	text-decoration: none;
}