/* v1.0 | 20080212 */

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, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	background-color: #fff;
	font-size: 0.9em; 
	color: #999;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #f9b9b3;
	font-style: italic;
	font-size: 24pt;
	font-family: Times New Roman, Arial, Tahoma, Verdana;
	margin-bottom: 10px;
}

h2 {
	color: #588992;
	font-style: italic;
	font-size: 16pt;
	font-family: Times New Roman, Arial, Tahoma, Verdana;
	margin: 10px 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

a {
	color: #a08c59;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	width: 250px;
}

select {
	height: 30px;
}

textarea {
	width: 508px;
	height: 88px;
	padding: 5px;
}

.textbox {
	border: 1px solid #ccc;
	width: 238px;
	height: 18px;
	padding: 5px;
}

.button {
	padding: 2px 5px;
	color: #fff;
	background-color: #f7a19a;
	cursor: pointer;
	border: 0px;
	font-style: italic;
	font-weight: bold;
	font-family: Times New Roman, Arial, Tahoma, Verdana;
	font-size: 1.1em;
	width: 76px;
}

#container {
	width: 950px;
	margin: auto;
	text-align: left;
}

#nav {
	width: 950px;
	background: url(../images/nav_bg.png) bottom repeat-x #fff;
	height: 25px;
	line-height: 25px;
	margin-bottom: 15px;
}

#nav li {
	float: left;
	margin-left: 20px;
}

#nav a {
	color: #999;
	font-style: italic;
	font-size: 1.2em;
	font-family: Times New Roman, Arial, Tahoma, Verdana;
	font-weight: normal;
}

#nav a:hover, #nav .on a {
	text-decoration: none;
	color: #a08c59;
}

#leftcol {
	float: left;
	width: 170px;
	padding: 0px 15px;
	background: url(../images/left_col_bg.png) top no-repeat #f9b9b3;
	color: #544f4e;
	height: 481px;
}

#leftcol a {
	color: #544f4e;
	font-weight: normal;
}

#leftcol .on a {
	text-decoration: underline;
}

#leftcol h2, #rightcol h2 {
	color: #fff;
	font-style: italic;
	font-size: 16pt;
	font-family: Times New Roman, Arial, Tahoma, Verdana;
}

#leftcol ul, #content ul {
	margin: 10px 0px 10px 20px;
}

#leftcol li, #content li {
	list-style: square;
	margin-bottom: 2px;
}

#offers h3, #offers a, #news h3, #news a {
	color: #588992;
}

#offers p, #news p {
	margin: 0px 0px 5px 0px;
}

#offers {
	padding-bottom: 10px;
	font-size: 0.8em;
}

#news {
	padding-bottom: 10px !important;
	padding-bottom: 2px;
	font-size: 0.8em;
}

#news {
	float: left;
	height: 147px;
}

#content {
	float: left;
	padding-left: 15px;
	width: 520px;
}

#content h3 {
	color: #f9b9b3;
	font-size: 12pt;
	font-family: Times New Roman, Arial, Tahoma, Verdana;
	margin: 10px 0px;
}

.record {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#rightcol {
	float: right;
	width: 200px;
	height: 481px;
}

#admincol {
	float: right;
	width: 735px;
}

#admincol a {
	font-weight: normal;
}

.admintable {
	width: 733px;
	border: 1px solid #ccc;
}

.admintable td {
	padding: 2px 5px;
	border: 1px solid #ccc;
}

#address {
	clear: both;
	float: left;
	margin: 15px 0px 0px 0px;
	width: 950px;
	color: #fff;
	height: 32px;
	line-height: 32px;
	font-size: 1.2em;
	background: url(../images/address_bg.png) top repeat-x;
	text-align: center;
}
	
#address p {
	margin: 0px;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	font-size: 0.7em;
	color: #808080;
	text-align: right;
}

#footer a {
	color: #a08c59;
}

.thumbnail {
	float: left;
	width: 110px;
	padding: 10px;
	text-align: center;
}

.thumbnail img {
	margin-bottom: 5px;
}

.map {
	float: right;
	margin: 0px 0px 20px 20px;
	width: 250px;
	height: 200px;
	overflow: hidden;
}

.pinkbg {
	padding: 2px 10px;
	background-color: #f7a19a;
	color: #fff;
}

.cream {
	color: #a08c59;
}

.small {
	font-size: 0.8em;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
	border: 1px solid #ccc;
	width: 80px;
	height: 26px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}

.small {
	font-size: 0.8em;
}

.normal {
	font-style: normal;
	font-weight: normal;
	color: #999;
}
