/* RESET
   GRAILCORE
   FOOTERSTICK
   GENERIC
	 LEFTCOLUMN
	 RIGHTCOLUMN
	 MIDDLE
	 ERRORS
*/

@import "forms.css";

/* =RESET
   ----------------------------------------------------*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* =GRAILCORE
   ----------------------------------------------------*/
body {
	min-width: 1148px; 		/* 2x LC width + RC width */
}
#container {
	padding-left: 300px; 	/* LC width */
	padding-right: 200px; 	/* RC width */
}
#container .column {
	position: relative;
	float: left;
}
#center {
	width: 100%;
	margin: 50px auto;
}
#left {
	width: 300px;			/* LC width */
	right: 300px;			/* LC width */
	margin-left: -100%;
}
#right {
	width: 200px; 			/* RC width */
	margin-right: -200px;	/* RC width */
}
#footer {
	clear: both;
}
/****** IE6 FIX ******/
* html #left {
	left: 200px;			/* RC width */
}

/* =FOOTERSTICK
   ----------------------------------------------------*/
html {
	height: 100%;
}
body {
	height: 100%;
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}
#content {
	padding-bottom: 9em;
}
#footer {
	position: relative;
	margin-top: -7.5em;
	height: 120px;
	background: url(/images/footer_background.jpg) repeat-x;
	text-align: center;
	padding-top: 3px;
}
#footer h1 {
	color: #10284A;
	font-size: 60px;
}

/* =GENERIC
   ----------------------------------------------------*/
a {
	color: #000;
	padding: 0px 2px;
	text-decoration: none;
	}
a:hover {
	border-bottom: 5px #000 solid;
}
body {
	background: url(/images/wood_back_dark.jpg) repeat;
}


/* =LEFTCOLUMN
   ----------------------------------------------------*/
#coffee_cup {
	left: -73px;
	position: absolute;
	top: 15px;
}
#marker {
	height: 524px;
	width: 100px;
	top: 80px;
	left: 240px;
	position: absolute;
}
/* =RIGHTCOLUMN
   ----------------------------------------------------*/
#top_bar {
	height: 210px;
	background: transparent url(/images/slider_bg.png) repeat;
	width: 200px;
	font-family: Verdana;
	font-weight: bold;
}
#top_bar ul {
	padding-top: 15px;
}
#top_bar li {
	margin-bottom: 20px;
	padding-left: 10px
}
#top_bar img {
	margin-bottom: -5px;
}
#slider_tab {
	background: transparent url(/images/slider_tab.png) no-repeat;
	width: 100px;
	height: 47px;
	margin-right: 100px;
	font-size: 150%;
	text-align: center;
	padding-top: 10px;
	font-family: Arial;
	font-weight: bold;
}
/* =MIDDLE
   ----------------------------------------------------*/
#middle {
	width: 631px;
	font-size: 300%;
	font-family: Garamond;
	padding: 0px 35px;
}
#content_top {
	background: url(/images/main_top.png) no-repeat;
	height: 37px;
	margin-bottom: -1px;
}
#content_middle {
	background: url(/images/main_middle.png) repeat-y;
}
#content_middle p {
	margin-bottom: 10px;
	padding-right: 50px;
}
#content_bottom {
	background: url(/images/main_bottom.png) no-repeat;
	height: 32px;
	/***margin-bottom: 25px;***/
}
#photos {
	background: url(/images/photos.jpg) no-repeat;
	width: 476px;
	height: 375px;
	margin-left: 40px;
	clear: both;
	padding: 15px 0px 0px 11px;
}
#post_it {
	background: url(/images/post_it.png) no-repeat;
	float: right;
	width: 240px;
	height: 219px;
	margin: 5px -8px -5px 0px;
}
#post_it img {
	padding: 50px 0px 0px 40px;
}
#about_us {
	font-size: 0.5em;
	text-align: center;
	margin: 0px -30px;
	padding: 0px 52px 0px 21px;

}

/* =ERRORS
   ----------------------------------------------------*/
#errorExplanation {
	padding: 5px 0px 10px 25px;
	font-size: .3em;
	font-family: verdana, arial, "sans serif";
	background: transparent url(/images/slider_bg.png) repeat;
	margin-top: 10px;
	margin-right: 75px;

}
#notice {
	padding: 20px 0px 10px 25px;
	font-size: .3em;
	font-family: verdana, arial, "sans serif";
	background: transparent url(/images/slider_bg.png) repeat;
	margin-right: 75px;
	margin-bottom: 15px;
}
