/* =====================================================================
* Filename: styles.css
* Template: Website Error Pages
* Author: Jarel Remick - http://www.jremick.com
* Date Created: 08/18/2009
* Media: Screen
* ------
* CSS Reset using "reset.css" from 960 framework package, derived from Eric Meyers.
===================================================================== */

/* FOR FIREFOX 3.5+, Safari and Opera 10 (IE has different requirements and needs .eot format) */
@font-face { font-family: "Droid Custom"; src: url(../fonts/DroidSerif-Regular.ttf) format("truetype"); }  
@font-face { font-family: "Droid Custom"; src: url(../fonts/DroidSerif-Bold.ttf) format("truetype"); font-weight: bold; }  


/* ============= LAYOUT ============= */
#ajaxWrap { width: 100%; height: 100%; }
#wrapper { width: 734px; margin: 0 auto; position: relative; }
#bg-top { height: 31px; background: url(../images/template/container-top-bg.png) no-repeat; }
#bg-bottom { height: 31px; background: url(../images/template/container-bottom-bg.png) no-repeat; }
#contentWrap { background: url(../images/template/container-bg-repeat.png) repeat-y; padding: 14px 0; }
#content { width: 700px; background: url(../images/template/content-gradient-bg.png) no-repeat; margin-bottom: -56px; position: relative; top: -28px; left: 17px; }

#leftColumn { width: 240px; background: url(../images/template/divider-shadow.png) no-repeat right 0; position: relative; z-index: 1; }
#rightColumn { width: 321px; background: url(../images/template/divider.gif) repeat-y; margin-left: -1px; }
#leftColumn, #rightColumn { height: 380px; float: left; padding: 35px; }

#logo_Overlay { margin: 0 auto; margin-top: -9px; display: block; }

/* ============= 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/template/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/template/icons/home-icon.png) no-repeat; }
#nav li.about { background: url(../images/template/icons/about-icon.png) no-repeat; }
#nav li.contact { background: url(../images/template/icons/contact-icon.png) no-repeat; }

#nav span { display: block; height: 50px; float: left; padding-top: 50px; font: 16px  "Droid Custom", Georgia, Garamond, serif; text-align: right; font-weight: normal; }


input { float: left; }
input[type='text'] { 
	width: 158px;
	height: 17px;
	border: 0;
	padding: 8px 11px 5px;
	color: #666;
	background: url(../images/template/search-input-bg.png) no-repeat;
}
input[type='submit'] {
	width: 28px;
	height: 29px;
	border: 0;
	cursor: pointer;
	background: url(../images/template/search-btn.png) no-repeat;
}
input[type='submit']: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/template/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; }




