html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; 
}
html { overflow-y: scroll; }
body { color: #646464; font: 13px Helvetica, Arial, sans-serif; line-height: 17px; background-color: #999; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

:focus { outline: 0; }

table { border-collapse: collapse; border-spacing: 0; }

/* ============= LAYOUT ============= */
#ajaxWrap { width: 100%; height: 100%;}
#wrapper { width: 734px; margin: 0 auto; position: relative; }
#bg-top { height: 31px; background: url(images/404/container-top-bg.png) no-repeat; }
#bg-bottom { height: 31px; background: url(images/404/container-bottom-bg.png) no-repeat; }
#contentWrap { height: 100%; background: url(images/404/container-bg-repeat.png) repeat-y; padding: 14px 0; }
#content { width: 700px; background: url(images/404/content-gradient-bg.png) no-repeat; _background-position: 10px 2px; margin-bottom: -56px; position: relative; top: -28px; left: 17px; }

#leftColumn, #rightColumn { overflow: hidden; height: 380px; float: left; padding: 35px; }
#leftColumn { width: 240px; background: url(images/404/divider-shadow.png) no-repeat right 0; position: relative; z-index: 1; }
#rightColumn { width: 321px; background: url(images/404/divider.gif) repeat-y; margin-left: -1px; }

#logo { margin: 0 auto; margin-top: -9px; margin-left: -23px; display: block; }

#second { font-weight: bold; color: #c00; }

/* ============= MISC ELEMENTS ============= */
#nav { margin: 20px 0 0 20px; }
#nav ul { list-style: none; font-weight: normal; padding: 15px 0 10px 25px; margin-left: 65px; background: url(images/404/menu-divider.png) no-repeat; }
#nav li { height: 34px; padding-left: 35px; opacity: .5; cursor: pointer; }
#nav li:hover { opacity: 1; }
#nav li a { font-size: 16px; text-decoration: none; color: #666; line-height: 26px; }
#nav li:hover a { color: #a62e2e; }

#nav li.home { background: url(images/404/icons/home-icon.png) no-repeat; }
#nav li.about { background: url(images/404/icons/about-icon.png) no-repeat; }
#nav li.contact { background: url(images/404/icons/contact-icon.png) no-repeat; }

#nav span { display: block; height: 50px; float: left; padding-top: 50px; font: 16px "Arial", serif; text-align: right; font-weight: normal; }

form { width: 210px; margin: 25px auto 0; }
.searchInput {
	float: left;
	width: 158px;
	height: 19px;
	border: 0;
	padding: 6px 11px 5px;
	color: #666;
	background: url(images/404/search-input-bg.png) no-repeat;
}
.searchBtn {
	float: left;
	width: 28px;
	height: 29px;
	border: 0;
	cursor: pointer;
	background: url(images/404/search-btn.png) no-repeat;
}
.searchBtn:hover { background-position: 0 -30px; }

/* CLOSE BUTTON - USED WITH JAVASCRIPT POPUP VERSION */
#close {
	width: 60px;
	height: 24px;
	display: block;
	position: absolute;
	bottom: 18px;
	right: 20px;
	background: url(images/404/close-btn.png) no-repeat right 0;
	line-height: 26px;
	text-decoration: none;
	color: #999;
	cursor: pointer;
}
#close:hover { background-position: right -24px; color: #666; }
/* END CLOSE BUTTON */

.clear { clear: both; }

/* ============= FONTS ============= */
/* === Headings === */
h1,h2,h3,h4,h5,h6 { font-family: "Arial", serif; font-weight: normal; color: #2d2d2d; }

/* BEGIN STYLES FOR THE LARGE ERROR MESSAGE */
h1 {
	font-size: 128px;
	line-height: 128px;
	letter-spacing: -5px;
	color: #000;
	_color: #ddd;
	width: 240px;
	position: absolute;
	top: 265px;
	filter: alpha(opacity=4);
	opacity: 0.04;
	-moz-opacity: 0.04;
}
h1:hover { filter: alpha(opacity=10); opacity: .1; -moz-opacity: 0.4; }
h1 span {
	font-size: 28px;
	line-height: 28px;	
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: block;
	margin-top: -20px;
}
/* END STYLES FOR THE LARGE ERROR MESSAGE */

h2 { font-family: 'Arial'; font-size: 25px; font-weight: 700; margin: 7px 0 20px; line-height: 31px; color: #454545; letter-spacing: -1px; }
h3 { font-size: 18px; line-height: 1; margin-bottom: 1em; color: #616161; }
h4 { font-size: 14px; line-height: 17px; margin-bottom: 1em; color: #616161; }
h3.regular,
h4.regular { font-family: Helvetica, Arial, sans-serif; }

/* === Text elements === */
p           { margin: 0 0 1.5em; }
a:focus, 
a:hover     { color: #c00; }
a           { color: #a62e2e; text-decoration: underline; }
strong      { font-weight: bold; }
em		    { font-style: italic; }

/* === Lists === */
ul, ol      { margin: 0 20px 20px 40px; font-weight: bold; color: #a62e2e; line-height: 20px; }
ol span		{ font-weight: normal; color: #646464; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

div.overlay { width: 100%; height: 100%; padding: 50px 0 0 0; margin: 0; }