div.blog_outer h3, div.blog_outer h2 {
	padding: 0 30px;
	text-align: center;
	font-weight: bold;
	color: #410F0F;
}
div.blog_outer p {
	padding: 0 30px;
	color: #410F0F;
	font-weight: normal;
}
p.ctr {
	text-align: center;
	padding-left: 0px;
}
#footer a {
	color: #FCECCB;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FDEDCC;
	padding-top: 16px;
	padding-bottom: 10px;
	text-align: center;
}
table.admin {
	width: 98%;
	border: 4px solid #FFFFFF;
	padding: 0;
	color: #000;
	background-color: #FFF;
}
table.admin th {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	background-color: #AC8888;
}
table.admin td {
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px;
	background-position: top;
}
table.admin a {
	text-decoration: none;	
}

label {
	font-size: 1.1em;
	color: #522424;
	padding: 3px;
	display:block;
	margin: 10px 0;
}
label.linear {
	font-size: 1.1em;
	color: #522424;
	padding: 3px;
	width: 25%;
	float: left;
}
input {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.0em;
}
p {
	text-align: left;
}
.text_content p, #text_content_left p, #text_content_right p {
	font-size: 1.1em;
	margin: 0 0 1em;
	line-height: 1.5;
	padding: 0 0 1em;
}
p.navigation {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;	
}
.text_content li, #text_content_left li, #text_content_right li {
	font-size: 1.1em;
	margin-bottom: 5px;
	line-height: 100%;
	/*text-align: left;*/
	margin-left: 25px;
}
ul {
	padding-left: 25px;
	padding-right: 25px;	
}
h1 {
	font-size: 2em;
	color: #000;
	text-align: left;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	height: auto;
	display: block;
	margin-bottom: 15px;
}
h1 b {
	display: none;
}
h2 {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #800000;
	text-align: left;
	margin-bottom: 1.2em;
	margin-top: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-weight: bold;
	font-size: 1.6em;
	color: #91726D;
	text-align: left;
	margin-bottom: 1.0em;
}
h4, h5 {
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	text-align: left;
	margin: 5px 0px 0px;
}
p a {
	/*font-size: 1.1em;*/
	color: #410F0F;
	text-decoration: none;
	font-weight: bold;
}
p a:hover {
	color: #410F0F;
	text-decoration: underline;
	font-weight: bold;
}

ul.progress h3 {
	font-size: 1.4em;
	color: #6A4B49;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
ul.progress li a{
	font-size: 1.2em;
	color: #6A4B49;
}
ul.progress {
	padding-left: 10px;
	list-style-type: square;
	list-style-image: url(components/graphics/bullet_black.png);
	font-size: 1.2em;
	color: #8C5D63;
	text-align: left;
	margin-left: 25px;
}
.text_content img.full {
	padding-right: 15px;
}
div.hours {
	text-align: right;
	font-size: 120%;
	float: right;
}

p.open_btm {
	text-align: center;
}
#menu_admin {
	font-size: 0.9em;
	line-height: 14px;
	text-align: right;
}
#menu_admin a span {
	display: none;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-align: right;
}
#menu_admin a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	text-align: right;
}
a.next {		
	float: right;
}
a.previous {
	float: left;
	padding-left: 20px;
}
#couponBox {
	border: dashed 1px #000; 	
	background: #F7EFE4;
	padding: 15px;
}
.alert-ok {
	background: #e6ebc2 url(components/css/AdminNanoImages/icon-ok.gif) 10px center no-repeat;
	display: block;
	border: 1px solid #8da330;
	padding: 10px 10px 0 45px;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	line-height: 120%;
	}
	
.alert-wrong {
	background: #eddbd5 url(components/css/AdminNanoImages/icon-wrong.gif) 10px center no-repeat;
	display: block;
	border: 1px solid #c05843;
	padding: 10px 10px 0 45px;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	line-height: 120%;
	}

.alert-tip {
	background: #f3ebd4 url(components/css/AdminNanoImages/icon-alert.gif) 10px center no-repeat;
	display: block;
	border: 1px solid #dc9b58;
	padding: 10px 10px 0 45px;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	line-height: 120%;
	}
