/*
	Site: harveykatz.com
	Date: 07/16/2007
	Author: Gianni Chiappetta
	Description: base style sheet
	Author Notes:	

	WEB COLORS USED FOR THIS SITE
	---------------------------------------------------------------------
	#a1bdbd		Blue/Grey		Used for: Header, Footer
	#e88510		Orange			Used for: Headings, Active Menu Item, Links
	#000000		Color			Used for: 	
	---------------------------------------------------------------------
*/

/* Global Styles */
html * { margin: 0; padding: 0; text-align: left; }

/************/
/* ELEMENTS */
/************/

/* body */
html, body { margin: 0; padding: 0; font: normal 11px/17px Verdana, sans-serif; color: #666; background: #FFF url(../images/body_bkg.jpg) top center repeat-y; height: 100%; }

h1, h2, h3, h4, h5 { color: #333; font: normal 19px/19px Verdana, sans-serif; }
h1 { font-size: 250%; }
h2 { font-size: 210%; }
h3 { font-size: 200%; color: #e88510; letter-spacing: -1px; }
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active { color: #333; }

a:link { text-decoration: none; color: #e88510; }
a:visited { text-decoration: none; color: #e88510; }
a:hover { text-decoration: underline; color: #AE640C; }
a:active { text-decoration: none; color: #e88510; }

a img { border: 0; }
img { vertical-align: middle; }

/************/
/*  LAYOUT  */
/************/
#header-wrap { margin: 0; padding: 0; background: #FFF url(../images/body_background.jpg) top left repeat-x; }
#header { height: 115px; width: 960px; margin: 0 auto; padding: 0; background: #FFF url(../images/body_background.jpg) top left repeat-x; }
#header h1 { margin: 0; padding: 0; text-indent: -5000px; background: transparent url(../images/heading_logo.jpg) top left no-repeat; height: 115px; }
#header h2 { margin: -23px 0 0 160px; padding: 0; font-family: Arial; color: #c5d8d8; font-size: 24px; letter-spacing: 3px; }

#navigation { float: right; margin-top: -115px; list-style-type: none; display: inline; }
#navigation li { display: inline; }
#navigation a { width: 110px; }
#navigation a:link, #navigation a:visited { float: left; font-size: 14px; font-weight: normal; color: #FFF; width: 110px; line-height: 50px; padding: 45px 5px 0 5px; margin: 0; text-decoration: none; text-align: center; }
#navigation a span { display: block; width: 110px; margin: 0; padding: 0; text-align: center; cursor: pointer; vertical-align: middle; }
#navigation a.active, #navigation a.active:hover { background-color: #e88510; !important; color: #FFF !important; }
#navigation a:hover { background-color: #e88510 !important; color: #FFF !important; }

#content { width: 930px; margin: 0 auto; padding: 0 15px 30px 15px; background-color: #FFF; }
#content #breadcrumbs { float: right; font-size: 10px; margin-top: -20px; }
#content h3.first { padding: 55px 0 30px 0; }
#content #feature p, #content #feature ul { padding: 0 420px 20px 0; line-height: 2em; }
#content #feature ul { list-style-type: none; }
#content #feature ul.address { font-size: 16px; }
#content #feature ul.contact { font-size: 12px; }
#content #feature a.small { font-size: 10px; }
#content #feature img { float: right; margin-top: -50px; }
#content #feature a { font-size: 14px; }

#footer { width: 930px; margin: 0 auto; padding: 15px; color: #FFF; }
#footer ul { display: block; list-style-type: none; text-align: right; }
#footer li { display: inline; }
#footer a:link { text-decoration: none; color: #FFF; }
#footer a:visited { text-decoration: none; color: #FFF; }
#footer a:hover { text-decoration: underline; color: #515F5F; }
#footer a:active { text-decoration: none; color: #FFF; }
#footer p { display: block; text-align: right; font-size: 10px; }


/************/
/*   MISC   */
/************/
.center { display: block; margin: 0 auto; }
.right { float: right; }
.left { float: left; }

.clear { clear: both; }
.clear-right { clear: right; }
.clear-left { clear: left; }

.text_right { text-align: right; }
.text_left { text-align: left; }
.text_justify { text-align: justify; }

.emphasis { font-style: italic; background-color: #FFFF99; }
.minor { font-style: italic; color: #999; }

.big { font-size: large; }
.small { font-size: 10px; }

.odd {}
.even { background-color: #e8e8e8; }