
/*==================================================================
	Some basic styles.
====================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px/16px;
 	font-family: 'Arial', 'Helvetica', 'Verdana', sans-serif;
	background-color: #eeeeee;
	line-height: 125%;
}

li, td {
	font-size: 13px;
	color: black;
	text-align: left;
}

br {
	clear: both;
}

th, td {
	vertical-align: top;
}

#container {
	width: 90%;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #aaa;
	max-width: 1000px;
	min-width: 800px;
	margin: 1em auto;
	padding-bottom: 2em;
}

#container:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

#content {
	padding: 0 30px;
}

#header {
	width: 100%;
	height: 80px;
	background: #fff url("../images/header_mid.gif") repeat-x 0 0;
}

#header h6, #header h5 {
	float: left;
	display: block;
	width: 25%;
}

#header h6, #header h6 a,
#header h5, #header h5 a {
	display: block;
	height: 65px;
}

#header h6 a {
	background: transparent url("../images/vih-logo.gif") no-repeat 30px 5px;
	text-decoration: none;
	text-indent: -9999em;
}

#header h5 a {
	background: transparent url("../images/vih-logo-maps.gif") no-repeat 30px 5px;
	text-decoration: none;
	text-indent: -9999em;
}

/*==================================================================
	Image styles.
====================================================================*/

img {
	border: none;
}

img.map {
	border: 1px solid black;
}

img.inset-left {
	float:left;
	margin: 0 2em 0.5em 0;
}

img.inset-right {
	margin: 0 0 0.5em 2em;
}

img.inlinebtn {
	vertical-align: bottom;
}

div.watermark {
	float:left;
	margin: .1em 2em 1em 0;
}

/*==================================================================
	Link styles.
====================================================================*/

a img.button, a img.button-info {
	cursor: pointer;
}

a img.button-info {
	margin-left: .3em;
	vertical-align: middle;
}

a:link, a:visited {
	color: #03d;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.inline, a:link.inline, a:visited.inline {
	color: black;
	background-color: transparent;
}

/*==================================================================
	Header styles.
====================================================================*/

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Verdana', sans-serif;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.75pt;
	margin-bottom: .5em;
}

h1, .pageTitle {
	font-size: 19px;
	margin-top: 1em;
	margin-bottom: 1em;
}

h2 {
	font-size: 16px;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3 {
	font-size: 15px;
	background-color: inherit;
	color: #006100;
	margin-top: 1.5em;
}

h3.drop {
	margin-bottom: -.2em;
}

h4 {
	font-size: 13px;
	color: #006100;
	background-color: inherit;
	margin-top: 1.2em;
}

/*==================================================================
	List styles.
====================================================================*/

dl {
	margin-left: 1em;
}

dt {
	font-weight: bold;
	margin-bottom: .2em;
}

dd {
	font-weight: normal;
	margin: 0 0 0.6em 1em;
}

ul.option-list {
	margin-bottom: .4em;
}

ul li, ul li.no-bullet {
	font-weight: normal;
	max-width: 700px;
}

ul li.no-bullet {
	list-style: none;
}

ul.in-table {
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ul li.in-table-item {
	background-color: transparent;
	margin-left: -1.8em;
}

ol {
	margin: 1em 0em 1em 3em;
}

/*==================================================================
	Text/message styles.
====================================================================*/

p {
	margin-bottom: 1.2em;
}

blockquote {
	font-size: 13px;
	margin: 0 3em 1em 4em;
}

.error-msg {
	font-weight: bold;
	color: red;
}

.textblock {
	font-size: 13px;
}

.textblock-narrow {
	max-width: 300px;
}

td.textblock {
	max-width: 500px;
}

.pageblock {
	margin-left: 3em;
	margin-top: 3em;
}

.textbox, .textbox-wide {
	padding: .6em .6em .6em .6em;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 2em;
	background-color: #ffffcc;
	border-style: outset;
	border-width: 1px;
	border-color: #A3C5CC;
	float: left;
	vertical-align: middle;
	border-radius: 8px;
}

.textbox {
	max-width: 300px;
}

.textbox-wide {
	max-width: 500px;
}

/*==================================================================
	Column layout styles.
====================================================================*/

.layout-column-container {
	clear: left;
	float: left;
	width: 100%;
}

.layout-column-left,
.layout-column,
.layout-column-narrow,
.layout-column-wide,
.layout-column-single,
.layout-column-scroll-narrow {
	float: left;
}

.layout-column {
	clear: right;
}

.layout-column-left,
.layout-column-narrow {
	margin-right: 2em;
}

.layout-column,
.layout-column-left {
	width: 35%;
}

.layout-column-single {
	width: 400px;
}

.layout-column-narrow {
	width: 200px;
}

.layout-column-wide {
	width: 75%;
}

.layout-column-scroll-narrow {
	height: 350px;
	overflow: auto;
	border: 1px solid black;
	padding: .5em .7em .7em .7em;
	margin-right: 1em;
}

.layout-title {
	font-weight: bold;
	clear: both;
}

.layout-image {
	max-width: 720px;
	border: 1px solid black;
	overflow: auto;
	text-align: center;
}

/*==================================================================
	Map page styles.
====================================================================*/

table.maps {
	padding: .2em;
}

td.preview {
	width: 190px;
	text-align: center;
}

td.preview-wide {
	width: 220px;
	text-align: center;
}

td.preview img, td.preview-wide img {
	border: 1px solid black;
}

td.description {
	width: 300px;
}

/*=====================================================
	Top of page navigation bar styles.
	Used in the 'navbar.php' unit.
=======================================================*/

#toccontainer {
	width: 73%; margin-left: 25%;
}

#toclist {
	list-style: none;
	padding-top: 23px;
	text-align: right;
}

#toclist li {
  font-family: 'Trebuchet MS';
  font-size: 16px;
	display: inline;
}

#toclist li a {
	color: #333;
	text-align: right;
	padding: 20px 0.5em 23px 0.5em;
}

#toclist li a:hover, #toclist li a#current-nb {
	background: transparent url("../images/header_mid_hover.gif") repeat-x 0 0;
	text-decoration: none;
}

.breadcrumb {
	color: #666666;
	font-size: 	12px;
	clear: left;
	padding: 0em 0 0.5em;
}

.tocLink, a.tocLink, a:link.tocLink, a:visited.tocLink {
	color: #666666;
}

