/*
 * Copyright (c) 2008-2017 Made to Order Software Corp.
 *
 * All Rights Reserved.
 *
 * See LICENSE.txt for more information about the license
 * agreement for this theme.
 */

/**
 * White, for Drupal 6.x
 * contact@m2osw.com
 */

body
{
	margin: 0px;
	padding: 0px;
	background-color: white;
	font: 13px sans-serif;
}

h1
{
	font-size: 200%;
	font-weight: bolder;
}

h2
{
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}

h3
{
	font-size: 200%;
	font-weight: bold;
}

h4
{
	font-size: 175%;
	font-weight: bold;
}

h5
{
	font-size: 150%;
	font-weight: bold;
}

h6
{
	font-size: 125%;
	font-weight: bold;
}

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

a
{
	color: #4444ff;
	text-decoration: none;
}

a:hover
{
	color: #ff4444;
}

a.block-anchor
{
	margin: 0px;
	padding: 0px;
	display: block;
}

pre
{
	padding: 5px;
	background-color: #e0ddd6;
	border: 1px solid black;
	overflow-x: auto;
}

table
{
	border-collapse: separate;
}

.white-clear
{
	clear: both;
	height: 0px;
	background-color: blue;
}

#page
{
	border-top: 1px #cccccc solid;
	background-color: #cccccc;
}

span.submitted
{
	color: #555;
	font-style: italic;
	font-size: 80%;
}

#fixed-title
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid black;
	background: white;
	color: black;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	z-index: 100;
}

#under-title
{
	height: 50px;
}
#header
{
}

#page-top-wrapper
{
	width: 850px;
	margin: 0px auto;
	background-color: white;
	min-height: 45px;
}

#page-top-left
{
	padding-left: 8px;
	background: white url(images/top-left.png) no-repeat 0% 0%;
}

#page-top-right
{
	padding-right: 8px;
	background: white url(images/top-right.png) no-repeat 100% 0%;
}

#page-top
{
	padding-top: 10px;
	padding-right: 10px;
	background-color: white;
}

#page-top-alignment
{
	float: right;
}

#page-top-alignment div
{
	float: left;
}

#node
{
	min-height: 600px;
	background: #888888 url(images/background.png) repeat-x 0% 0%;
}

#wrapper
{
	width: 100%;
	max-width: 850px;
	margin: -10px auto 0px;
	padding: 0px;
	background-color: white;
}

#title
{
	clear: both;
	border: 1px white solid;
}

#logo-area
{
	margin: 0px 20px;
	float: left;
	vertical-align: middle;
}

.site-name, #site-name
{
	float: left;
}

.site-name-title, #site-name-title
{
	padding: 0px;
	margin: 0px;
	font-size: 300%;
	font-weight: bolder;
	line-height: normal;
	color: black;
}

.site-name-slogan, #site-name-slogan
{
	padding: 0px;
	margin: 0px;
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	line-height: normal;
	color: black;
}

#site-top-right-logo
{
	float: left;
	padding-left: 50px;
}

#top-menu
{
	background-color: white;
}

#menu
{
	background-color: white;
}

#top-supermenu
{
	padding-right: 10px;
}

#top-supermenu ul
{
	list-style-type: none;
	list-style-image: none;
	text-align: right;
	padding-right: 0px;
}

#top-supermenu li
{
	list-style-type: none;
	list-style-image: none;
	display: inline;
	padding-left: 22px;
	padding-right: 0px;
	background: transparent url(images/menu-bullet.png) no-repeat 0px 0px;
}

#top-supermenu li.first
{
	background: none;
}

#top-supermenu a {
	color: #909090;
	padding: 0px;
	font-size: 110%;
}

#top-supermenu a:hover {
	color: #ff6080;
	text-decoration: underline;
}

#supermenu
{
	padding-right: 10px;
	color: black;
}

#content-wrapper
{
	background-color: white;
	min-height: 525px;
}

#mission
{
	margin-top: 20px;
	padding: 10px;
	border: 1px black solid;
	background-color: #f0f8ff;
}


#node-content
{
	margin-left: 10px;
	padding: 0px 30px 20px 20px;
	float: left;
	width: 70%;
	font-size: 120%;
}

#content
{
	clear: both;
}

#blocks-area
{
	float: left;
	margin-left: 20px;
	width: 16%;
}

#page-bottom-color
{
	background-color: #888888;
}

#page-bottom-wrapper
{
	width: 850px;
	margin: 0px auto;
	background-color: white;
	border-top: 1px white solid;
}

#page-bottom-left
{
	padding-left: 8px;
	background: white url(images/bottom-left.png) no-repeat 0% 100%;
}

#page-bottom-right
{
	padding-right: 8px;
	background: white url(images/bottom-right.png) no-repeat 100% 100%;
}

#page-bottom
{
	background-color: white;
	min-height: 85px;
	text-align: center;
}

#white-footer
{
	clear: both;
	text-align: center;
	color: white;
	background-color: #888888;
	border-top: 1px #888888 solid;
}

.item-list ul li.openid-link {
	padding-top: 3px;
	padding-left: 20px;
}

.recycle
{
	clear: both;
	margin: 30px 0px;
	padding: 10px;
	border: 1px #aaddaa solid;
	background-color: #eeffee;
}

.views-field-title
{
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
}

.views-field-teaser
{
	margin-bottom: 15px;
}

.view-printers .views-field-title,
.view-copiers .views-field-title,
.view-faxmachine .views-field-title
{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 150%;
}


.view-recent-posts
{
	background-color: #f0f0ff;
	padding: 1em;
	margin-top: 3em;
	border: 1px solid #c0c0c0;
}

.view-recent-posts-long-form .views-row-odd
{
	background-color: #f0f0ff;
}
.view-recent-posts-long-form .views-row-even
{
	background-color: #f5f0e4;
}
.view-recent-posts-long-form .views-row
{
	margin-bottom: 3em;
	padding: 1em;
}
.view-recent-posts-long-form .views-row .views-field.views-field-view-node
{
	clear: both;
}


/*
.cutemenu-bar
{
	margin: 5px 20px;
}

.cutemenu-baritem
{
	margin: 0px;
}

.cutemenu-first .cutemenu-baritem-left
{
	padding-left: 7px;
	background: url(images/button-left.png) no-repeat 0 0;
}
.cutemenu-last .cutemenu-baritem-right
{
	padding-right: 7px;
	background: url(images/button-right.png) no-repeat 100% 0;
}

.cutemenu-baritem-left
{
	padding-left: 7px;
	background: url(images/button-gray.png) repeat-x 0 0;
}
.cutemenu-baritem-right
{
	padding-right: 7px;
	background: url(images/button-gray.png) repeat-x 0 0;
}
.cutemenu-baritem-content
{
	padding: 6px 35px 0;
	background: url(images/button-gray.png) repeat-x 0 0;
}
.cutemenu-bar .active .cutemenu-baritem-content
{
	background: url(images/button-brown.png) repeat-x 0 0;
}
.cutemenu-bar .cutemenu-baritem-content:hover
{
	background: url(images/button-blue.png) repeat-x 0 0;
}

.cutemenu-dropdown-wrapper
{
	margin-left: -35px;
}

.cutemenu-dropdown-content
{
	background: white url(/sites/all/modules/cutemenu/images/blue-dropdown-center.png) repeat-x 0 0;
	min-height: 360px;
}

.cutemenu-dropdown-topleft
{
	background-image: url(/sites/all/modules/cutemenu/images/blue-dropdown-topleft-square.png);
}

.cutemenu-dropdown-top
{
	background-image: url(/sites/all/modules/cutemenu/images/blue-dropdown-top.png);
}

.cutemenu-dropdown-topright
{
	background-image: url(/sites/all/modules/cutemenu/images/blue-dropdown-topright.png);
}

.cutemenu-dropdown-bottomleft
{
	background-image: url(/sites/all/modules/cutemenu/images/blue-dropdown-bottomleft.png);
}

.cutemenu-dropdown-bottom
{
	background-image: url(/sites/all/modules/cutemenu/images/blue-dropdown-bottom.png);
}

.cutemenu-dropdown-bottomright
{
	background-image: url(/sites/all/modules/cutemenu/images/blue-dropdown-bottomright.png);
}

.cutemenu-dropdown-header
{
	padding-bottom: 20px;
}

.cutemenu-subitem .cutemenu-link:hover
{
	color: #cc6600;
}
*/

#menucover
{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2000002;
}
#menu-button
{
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 2000003;
	font-size: 45px;
	color: white;
	background-color: black;
	text-align: center;
}
#block-menu-menu-main-menu
{
	display: none;
	position: fixed;
	top: 50px;
	right: 0;
	z-index: 2000004;
	background: black;
	color: white;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
}
#block-menu-menu-main-menu h2
{
	display: none;
}
#block-menu-menu-main-menu ul,
#block-menu-menu-main-menu li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#block-menu-menu-main-menu a
{
	display: block;
	color: white;
	padding: 10px;
}
#block-menu-menu-main-menu a:hover
{
	color: black;
	background-color: white;
}




.taxonomy-vtn-terms .item-list
{
}

.taxonomy-vtn-terms td h3
{
	font-size: 120%;
	text-align: center;
	background: #999999;
	border-bottom: 2px black solid;
}

.taxonomy-vtn-index-anchor
{
	color: white;
	background-color: transparent;
}

.view .view-content .item-list ul li
{
	padding-bottom: 10px;
}

.link-to-us-header {
	margin: 1em 0em;
}

.banner-help {
	padding-top: 2em;
}

#legal ul
{
	list-style-type: none;
	list-style-image: none;
	text-align: center;
}

#legal li
{
	display: inline;
}

#legal a {
	color: #b0b0b0;
}

#legal a:hover {
	color: #ff4060;
}

#tabs-wrapper ul {
	/*margin: 5px 0px;*/
	line-height: 2em;
	border-collapse: separate;
	border-bottom: none;
	white-space: normal;
}

#tabs-wrapper ul li {
	display: inline;
}

#tabs-wrapper ul li a {
	background-color: transparent;
	border-top: none;
	border-bottom: 2px solid #cccccc;
	border-right: none;
	border-left: none;
	white-space: nowrap;
}

#tabs-wrapper ul li a.active {
	background-color: #f0f0f0;
}

#tabs-wrapper ul li a:hover {
	background-color: #eeeeff;
	border-bottom: 2px solid #0000ff;
}

a.mo-glossary-a1 {
	color: black;
}
a.mo-glossary-a1:hover {
	color: #ff4444;
}

.comments
{
	border: 1px solid #cccccc;
	padding: 5px;
	box-shadow: 2px 2px 3px 0px #888888;
}

.comment h3
{
	font-size: 120%;
	font-weight: bold;
}

.comment h3 a
{
	color: #222288;
}

.comment h3 a:hover
{
	color: #882222;
}

fieldset.code-block div.fieldset-wrapper {
	width: 550px;
	background-color: #f0f0f0;
}

table.warning {
	margin: 0 auto;
	width: 75%;
	border: 1px solid #ff8888;
	background-color: #fff0f0;
}

tr.warning, .warning {
	color: black;
}

#search-form input#edit-keys
{
	max-width: 100%;
}


@media (max-width: 849px)
{
	#page-top-wrapper
	{
		max-width: 100%;
		margin: 0;
		background-color: white;
		min-height: 45px;
	}
	#page-bottom-wrapper
	{
		max-width: 100%;
		margin: 0;
		background-color: white;
		border-top: 1px white solid;
	}
	#page-top-left
	{
		background: none;
	}

	#page-top-right
	{
		background: none;
	}
	#page-bottom-left
	{
		background: none;
	}

	#page-bottom-right
	{
		background: none;
	}
	#page
	{
	}
	#logo-area
	{
		float: none;
	}
	.site-name, #site-name
	{
		margin: 0 20px;
		float: none;
	}

	#blocks-area
	{
		clear: both;
		float: none;
		margin: 0;
		padding: 20px;
		width: auto;
	}
	#block-taxonomy_vtn_terms_blocks-1
	{
		display: none;
	}

	/* for addthis to work property on cell phones */
	div#white-footer
	{
		padding-bottom: 50px;
	}
}

