/* @group 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: white;
	background: #2c2c2c;
}
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: "" "";
}

html, body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group Global */

.box {
	width: 950px;
	color: #fff;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
}

#lic {
	float: right;
	font-size: .7em;
	padding: 0 20px 0 0;
	margin: 20px 0 0 0;
}

#site {
	background-color: #7b6f5c;
	padding: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	padding: 0 20px;
}

a {
	color: white;
}

a hover {
	text-decoration: underline;
}

/* @end */

/* @group borders */

.top {
	height: 20px;
	width: auto;
	background-color: #7b6f5c;
	margin: 0px 20px;
}

.bottom {
	height: 20px;
	width: auto;
	background-color: #7b6f5c;
	margin: 0px 20px;
}

.tl {
	height: 20px;
	width: 20px;
	background-image: url(images/corners/tl.png);
	float: left;
}

.tr {
	height: 20px;
	width: 20px;
	background-image: url(images/corners/tr.png);
	float: right;
}

.bl {
	height: 20px;
	width: 20px;
	background-image: url(images/corners/bl.png);
	float: left;
}

.br {
	height: 20px;
	width: 20px;
	background-image: url(images/corners/br.png);
	float: right;
}

/* @end */

#title_bar {
	border-bottom: 1px solid #9f8f78;
}

#image_header {
	background-image: url(images/headers/3.jpg);
	height: 250px;
}

/* @group Navigation */

#navbar {
	padding: .5em 20px;
	font-size: 1.2em;
	background-color: #4e4636;
	text-align: left;
	border-bottom: 1px solid #9f8f78;
	border-top: 1px solid #9f8f78;
}

#navbar a, #services_menu a {
	text-decoration: none;
}

#navbar li, #services_menu li {
	display: inline;
	margin: 0 .3em;
}

#services_menu {
	padding:  .5em 20px;
	font: 1em;
	background-color: #3f3a34;
	text-align: left;
	border-bottom: 1px solid #9f8f78;
}

#services_menu h6 {
	font-size: .8em;
	float: right;
	color: #9f8f78;
}

/* @end */

/* @group main content */

.content {
	padding: 20px;
}

.content h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #fff;
	margin-right: 240px;
}

.content p {
	font-size: .8em;
	line-height: 1.2em;
	margin: 1em 0;
	text-align: justify;
}

#simpleviewer {
	text-align: center;
	margin: 1em 0;
}

.summaries h2 a {
	font-size: x-large;
	text-decoration: none;
}

.summaries a {
	font-size: small;
}

#thumbs ul {
	margin: 20px auto;
}

#thumbs li {
	height: 200px;
	width: 200px;
	display: inline;
	margin-right: 20px;
	line-height: 60px;
}

#citylist ul {
	margin: 0 0 1em 1em;
}

#citylist li {
	list-style-type: square;
	list-style-position: inside;
	margin: 0 0 0 0;
}

/* @end */

/* @group sidebar */

#sidebar {
	background-color: #9f8f78;
	padding: 10px;
	font-size: small;
	width: 225px;
	float: right;
	margin: 0 0 0 15px;
}

#sidebar h2 {
	text-align: center;
	font-size: 1.5em;
	margin: 0 0 10px 0;
}

.feature {
	margin: 0 5px 5px 5px;
	padding: 0 0 5px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.feature h4 {
	padding: .5em 0;
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
}

.feature ul {
	text-align: center;
}
           
.feature li {
	display: inline;
	margin: 8px;
	line-height: 45px;
}

/* @end */

#footer {
	padding: 1em 0 0 0;
	background-color: #7b6f5c;
	margin-top: 5px;
	text-align: center;
	clear: both;
	font-size: .7em;
	border-top: 1px solid #9f8f78;
}
