/*colors
spring green: #A7CB39
tweaked spring green for white background: #8ead2e
sky blue: #70C4E8
sunshine orange: #E7A82B
lavendar: #BF93C3
mocha: #C9AD6E
salmon: #F37043
ocean/teal: #196987
*/

/* band-aid for IE 6 png issues, hats off to: http://www.twinhelix.com/css/iepngfix/ */
img, div { behavior: url(/scripts/iepngfix.htc); }

/*html*/
html {
	margin: 0;
	padding: 0;
	background-image: url(/images/backgrounds/pearl_texture.jpg);
	background-repeat: repeat;
	font-size:1em;
	font-family: Georgia, Times, "Times New Roman";
} 

body {
	text-align: left;
	margin: 0;
	padding: 0;
}

form {display: inline; margin: 0; padding: 0;}
input {display: inline; margin: 0; padding: 0;}

a:link {color: #F37043; text-decoration:none;}
a:hover {color: #F37043; text-decoration:underline;}
a:visited {color: #d2876e;}

p {
	line-height: 1.5em;
	color: #333;
	font-size: .79em;
	margin: 0;
	padding: 0 0 7px 0;
}

li {
	color: #333;
	margin: 0;
	font-size: .79em;
	padding: 0 0 2px 0;
	line-height: 1.5em;
}

ul {
	list-style-type: square; 
	list-style-position: outside; 
	margin: 0 0 7px 17px; 
	padding: 0;
}

ol {
	list-style-position: outside; 
	margin: 0 0 7px 17px; 
	padding: 0;
}

img { padding: 0; border: none; margin: 0; display: inline; }

hr {
	text-shadow: none;
	height: 1px;
	border: none;
	background-image: url(/images/hr.gif);
	background-repeat: repeat-x;
	margin: 7px auto 7px auto;
	padding: 0px;
	color: none;
}

h1 { /*sIFR is taking control of H1*/ 
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2c2c2c;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
}

h2 {
	color: #196987;
	margin: 7px 0 2px 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: .91em;
	line-height: 1.4em;
}

h3 {
	color: #4e8a7f;
	margin: 0 0 2px 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: .79em;
}

h4 {
	color: #728b86;
	margin: 0 0 0 0;
	padding: 0;
	font-style: italic;
	font-weight: normal;
	font-size: .79em;
}

/* ============== */
/* = containers = */
/* ============== */
#coal {
	background-image: url(/images/backgrounds/charcoal_background.jpg);
	background-repeat: repeat-x;
	height: 86px;
	padding: 0;
	margin: 0;
}

#wrapper {width: 900px; margin: 20px auto 0 auto;}

#nav {width: 900px; margin: 0 auto 0 auto; padding: 40px 0 0 0;}

#nav ul {margin:0; padding:0; display:inline;}
#nav li {list-style-position: inside; list-style-type: none; margin:0; padding:0; display:inline; }

#corkboard {background-image: url(/images/backgrounds/corkboard.jpg); background-repeat: repeat; height: 367px;}
#shadow {
	background-image: url(/images/backgrounds/shadow.png);
	background-repeat: repeat-x; 
	margin: -7px 0 0 0; 
	height: 7px;
	_display: inline; /*IE 6 and 7 band-aid*/
}

#footer {margin-top: 15px; padding-top: 5px; padding-bottom: 15px;}
#footer p {padding-bottom: 2px; font-size: 11px; }

#home_left {width: 225px; float: left;}
#home_right {width: 625px; float: right;}

#news_left {width: 290px; float: left;}
#news_right {width: 290px; float: right; margin-right: 0;}

#left_main {width:425px; float:left;}
#right_main {width:425px; float:right;}

#small_left {width: 300px; float: left; margin: 5px 0 0 0;}
#large_right {width: 600px; float: right; margin: 15px 0 0 0;}

#tree {background-image: url(/images/backgrounds/tree.png); background-repeat: no-repeat; background-position: center; height: 86px;}

#floral {
	background-image: url(/images/backgrounds/floral_background.jpg); 
	background-repeat: repeat-x; 
	height: 30px; 
	margin: 0 auto 0 auto;
}

#subnav {width: 900px; margin: 0 auto 0 auto;}

#logo {margin: 0 auto 0 auto; padding-top: 55px; width: 900px;}

.floatclear {clear: both;}

#polaroids_wrapper {width: 900px; margin: 0 auto 0 auto; position: relative;}
#polaroids_holder {margin-top: -13px; position: absolute; z-index: 90;}

#tab_one {width: 125px; float: left; margin: 0 0 10px 0; font-size: .79em; color: #274e5c; line-height: 1.5em;}
#tab_two {width: 725px; float: right; margin: 0 0 10px 0; font-size: .79em; line-height: 1.5em;}

/* ============== */
/* = thumbnails = */
/* ============== */
#thumbnail li {padding: 0px; margin: 0 0 7px 0; list-style-position: outside; list-style-type: none;}
#thumbnail ul {margin: 0 0 10px 0; padding: 0;}
#thumbnail img {margin-right: 10px; border-color: gray; border-style: solid; border-width: 1px;}
#thumbnail a:link, a:hover, a:visited {text-decoration:none;}

/* ======== */
/* = misc = */
/* ======== */
.subhead {font-family: Georgia, Times, "Times New Roman"; font-size: 13px; color: #8EA739;}
.quote {font-style: italic; color: #665f89;}
.photo_header {margin-bottom: 10px;}
.photowrapLeft {display: inline; float: left; margin: 0 10px 10px 0;}
.fineprint {font-size: .73em;}
.fineprint_center {font-size: .73em; text-align: center;}
.jobPostedDate {font-size: .73em;}
.myth {color: #63757c;}
.error {color: #ac1010;}
.cc-error {
  color: #ac1010;
  font-size: 1em;
  background-color: white;
  border: thin solid black;
  padding: 5px;
  margin: 20px 0 20px 0;
  width: 500px;
}
.event_ul { margin: 0 0 0 17px; }
.image_shift { margin: 0 5px -5px 0; }
.image_float { margin: 3px 10px 10px 0px; float: left; }


#event_slideshow {margin: 0 0 3px 0;}

.subColumnLeft {width: 200px; float: left;}
.subColumnRight {width: 200px; float: right;}

#total {
	line-height: 1.5em;
	color: #333;
	font-size: .79em;
	margin: 0;
	padding: 0 0 7px 0;
	font-weight: bold;
}

/*for the pizazz 2010 table reservations*/
#table_res {
	display: none;
}