@charset "UTF-8";
/* CSS Document */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* this starts markup for blaze */

p {
	padding-bottom: 10px;
}

body {
	background-color:#FFF8DE;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	font-size:14px;
}

A:link {
	color: #666;
	font-weight:bold;
	text-decoration: none;
}

A:visited {
	color: #666;
	font-weight:bold;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

ul li {  	
	color: #333;
	margin-left: 0px;
	line-height:20px;
	font-size:13px;
	list-style-type:none;
}

ul ul li {  	
	color: #333;
	margin-left: 20px;
	line-height:20px;
	font-size:13px;
	list-style-type:disc;
	list-style-position: outside;
}

li a {
	color: #000;
	text-decoration: none;
	font-weight:700;
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
}

li a:hover {
	color: #D1232A;
}

h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 
	color: #D1232A;
	font-size:30px;
	padding-top:10px;
	padding-bottom: 12px;
	font-weight:normal;
	text-align:left;
	line-height:40px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size:22px;
	padding-top:10px;
	padding-bottom: 12px;
	font-weight:100;
	font-style:italic;
	text-transform:lowercase;
}

h3{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #D1232A;
	font-size:20px;
	padding-top:10px;
	padding-bottom: 10px;
	font-weight:300;
}

strong {
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #D1232A;
	font-weight:700;
	text-transform:uppercase;
	
}
	
.pictureleft { float: left; margin-right: 10px; margin-top: 10px; margin-bottom: 10px;}
.pictureright { float: right; margin-left: 10px; margin-top: 10px; margin-bottom: 10px;}

#container {
	width: 830px;
	margin-right:auto;
	margin-left: auto;
}

/* nav */

#nav {
	width:830px;
	background-image:url(images/shadow_top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:500;
	text-transform:uppercase;
	padding-top: 12px;
	padding-bottom:30px;
}

#nav A:link {
	color: #666;
	text-decoration: none;
	padding: 6px 6px;
	font-weight:bold;
}

#nav A:visited {
	color:#666;
	font-weight:bold;
	text-decoration: none;
	padding: 6px 6px;
}

#nav A:hover {
	text-decoration: none;
	font-weight:bold;
	color: #D1232A;
	padding: 6px 6px;
}

#nav A:link#current {
	text-decoration: none;
	font-weight:bold;
	color: #D1232A;
	padding: 6px 6px;
}

#nav A:visited#current {
	text-decoration: none;
	font-weight:bold;
	color: #D1232A;
	padding: 6px 6px;
}

#logo {
	width:830px;
	height: 198px;
	background-image:url(images/banner.jpg);
}

#sign_up {
	width: 630px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-family: "Goudy Bold Italic Old Style Figures" , "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size:13px;
	text-transform:capitalize;
	font-style:italic;
	letter-spacing: 1px;
	padding-top: 4px;
}

#photo {
	width:830px;
	height:250px;
	padding-top: 5px;
	padding-bottom: 8px;
}

#content{
	width:810px;
	margin-left:10px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	line-height:18px;
	text-align:justify;
}

#indent{
	width:630px;
	margin-left:100px;
	margin-right:100px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	line-height:18px;
}

#indent ul li {  	
	color: #333;
	margin-left: 0px;
	line-height:20px;
	font-size:13px;
	list-style-type:none;
}

#indent ul ul li {  	
	color: #333;
	margin-left: 20px;
	line-height:20px;
	font-size:13px;
	list-style-type:disc;
	list-style-position: outside;
}

#indent li a {
	color: #000;
	text-decoration: none;
	font-weight:700;
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
}

#indent li a:hover {
	color: #D1232A;
}

.profile {
	width: 630px;
	margin-left: 90px;
	margin-right: 90px;
	line-height:17px;
	text-align:left;
	padding-bottom: 10px;
}

.profile ul li {  	
	color: #333;
	margin-left: 0px;
	line-height:20px;
	font-size:13px;
	list-style-type:none;
}

.profile ul ul li {  	
	color: #333;
	margin-left: 20px;
	line-height:20px;
	font-size:13px;
	list-style-type:disc;
	list-style-position: outside;
}

.profile li a {
	color: #000;
	text-decoration: none;
	font-weight:700;
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
}

.profile li a:hover {
	color: #D1232A;
}

.category {
	font-family: 'avenir', 'century gothic', Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	font-weight:700;
	text-transform:uppercase;
}


#hours {
	font-family: "Goudy Bold Italic Old Style Figures" , "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	color: #D1232A;
	font-size:16px;
	padding-top:9px;
}

#footer{
	width:830px;
	margin-left:auto;
	margin-right:auto;
	padding-top:115px;
	padding-bottom: 40px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-family: "Goudy Bold Italic Old Style Figures" , "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	color:#666;
	text-align:center;
	font-size:13px;
}

#footer a:link, a:visited {
	color:#666;
	text-decoration:none;
	font-weight:100;
}

#footer a:hover{
	color:#D1232A;
	text-decoration:none;
	font-weight:100;
}

.fb {
 padding: 3px; border: #666 1px solid; float:right; margin-top: -25px;}




