/*
THEME NAME: NashTravel
DESCRIPTION: A custom theme for the Nash Travel website.
VERSION: 1.0.0
AUTHOR: Michael helms
AUTHOR URI: http://mikehelms.org/
*/
*
{
	font-family: Helvetica;
}

p,li,td,th,table
{
	font-size: 10pt;
}

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 13pt;
}

h3
{
	font-size: 12pt;
}

h4
{
	font-size: 11pt;
}

h5
{
	font-size: 10pt;
}

h6
{
	font-size: 9pt;
}

table
{
	border: 1px solid #000000;
	border-spacing: 0px;
}

tr.odd
{
	background-color: #EEEEEE;
}

tr.even
{
	background-color: #FFFFFF;
}

td.suppnote
{
	font-size: 8pt;
}

th
{
	border: 0px;
	border-right: 1px solid #eeeeee;
	padding: 2px;
}
td
{
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #eeeeee;
	padding: 2px;
}

td.NoWrap
{
	white-space: nowrap;
}

td.Center
{
	text-align: center;
}

td.Times
{
	font-size: 11px;
	white-space: nowrap;
}

ul
{
	list-style-type: none;
	padding: 0;
}

ul.children
{
	list-style-type: square;
	list-style-position: inside;
	text-indent: 20px;
}

ul.sub-menu
{
	padding-left: 1em;
}

ul.bullets
{
	list-style-type: disc;
	padding-left: 25px;
}

#wrapper
{
	width: 800px;
	margin-left: 20px;
	margin-top: 20px;
}

#header
{
	width: 1024px;
}

#headerlogo
{
	background-image: url(images/logobar.gif);
	display: block;
	width: 800px;
	height: 41px;
	text-indent:-9999px;
}

.horizontalbar
{
	display: block;
	background-image: url(images/bar.gif);
	width: 800px;
	height: 9px;
}

#body
{
	width: 580px;
	float: left;
}

#sidebar
{
	width: 200px;
	float: right;
        background-color:#e8e8ff;
}

#footer
{
	width: 800px;
	clear: both;
}

.scrollbox
{
	overflow:auto;
	height:600px;
	width:580px;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

#body img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#body .attachment img {
	max-width: 900px;
}
#body .alignleft,
#body img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#body .alignright,
#body img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#body .aligncenter,
#body img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#body img.alignleft,
#body img.alignright,
#body img.aligncenter {
	margin-bottom: 12px;
}
#body .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#body .wp-caption img {
	margin: 5px 5px 0;
}
#body .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
