﻿/* == STYLESHEET FUNCTIONS - Global reset and base element styling
------------------------------------------------------------------------------------------------------------------------ 

/* == Global Reset 
------------------------------------------------------------------------------------------------------------------------ */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}

/* == Base Element Styling
------------------------------------------------------------------------------------------------------------------------ */

body{color: #444;font-family: Arial, Helvetica, Sans-Serif;font-size: 75%;background: #CDBFA2 url(../_img/body-tile.jpg);}

h1, h2, h3, h4, h5, h6{font-size: 200%;margin: 15px 0;font-weight: normal;font-family: Georgia, Times New Roman;}
h1{margin-top: 0;}
h2{font-size: 150%;}
h3{font-size: 140%;}
h4{font-size: 130%;}
h5{font-size: 120%;}
h6{font-size: 110%;}

p{margin: 15px 0;line-height: 1.7em;}
blockquote{margin: 20px;}

ul{margin: 20px 0 20px 20px; list-style-type: disc;}
ul li{margin: 10px 0;}
ol{margin: 20px 0 20px 25px; list-style-type: decimal;}
ol li{margin: 10px 0;}
ul.plain{margin: 20px 0 20px 0;list-style: none;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;margin: 15px 0;}
th{background: #D8CEB3;padding: 8px 10px;border: 0; text-align: left;}
td{border: 0; border-bottom: solid 1px #D8CEB3;padding: 4px 10px;}
tfoot td{text-align: center; font-weight: bold; font-size: 130%;background: #E3DECB;}

form{margin: 10px 0;}
fieldset{}
legend{font-weight: bold;}

/* Cross browser hr styling */
hr{border: 0;border-top: solid 1px #ccc; height: 1px; margin: 5px 0;}
div.hr{margin: 5px 0px; border: none; border-top: 1px solid #ccc;clear:both;}
div.hr hr{display:none;}

a{color: #444;}
a:hover{text-decoration: none;}

#wrap #foot a{text-decoration: none;}
#wrap #foot a:hover{text-decoration: underline;}

img{vertical-align: bottom;}

/* = Independent Global Styles
------------------------------------------------------------------------------------------------------------------------ */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
/** clearing **/
.clr{clear: both;}
.clrSml{clear: both;line-height:1px;height:1px;}
/** presentation **/
p.setLunch{text-align: center; font-size: 130%;background: url(../_img/plate.gif) no-repeat top left; height: 79px; padding: 10px 0 0 0; line-height: 1.4em;margin: 5px 0 0 0;}
.baseShadow{position: absolute; bottom: 0; left: 0;}
.center{text-align:center;}
.inlineImgLeft{float: left;margin: 0px 15px 0 0; border:solid 1px #d2cfbe; padding: 5px; background: #e4dfcc;}



