@charset "utf-8";
/* ==========================================================================
 Global CSS - Visionary Site OnCall (visionary.com)
 ========================================================================== */

body {
	margin: 0;
	padding: 0;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

#preview {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	padding: 0.5em 0;
	text-align: center;
}

img { border: 0; }

a { color: #c00; }
a:hover { color: #535353; }

#preview a { text-decoration: none; }
#preview a:hover { color: #fff; }

.error {
	margin: 0 0 15px 0;
	padding-top: 0;
	padding-left: 17px;
	font-weight: bold;
	color: #c00;
}

h1,
h2,
h3 {
	margin: 10px 0;
	padding: 0;
	color: #535353;
	text-transform:uppercase;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

sup,
sub {
	font-size: 70%;
	font-weight: bold;
}

sup { vertical-align: super; }
sub { vertical-align: sub; }

label.req {
	font-weight: bold;
	padding-right: 16px;
	background:100% 50% no-repeat url(/images/admin/label-req.png);
}

hr {
	height:1px;
	border:0;
	background-color:#ccc;
	width:100%;
}

.page {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

/* ==========================================================================
 Category/Filter toggle viewer
 ========================================================================== */
.viewer_contain {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

span.viewer,
div.viewer {
	margin-right: 25px;
	color: #c72e28;
	cursor: pointer;
	text-decoration: underline;
}

span.viewer:hover,
div.viewer:hover { text-decoration: none; }

span.active,
div.active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* ==========================================================================
 Header (contains navigation, logo, etc)
 ========================================================================== */
.head {
	position: relative;
	z-index: 30;
	width: 100%;
	height: 224px;
	background-color: #535353;
	border: 1px solid #000;
	border-width: 1px 0;
}

.head .container {
	height: 144px;
	width: 920px;
	margin: 19px 0 0 39px;
	background-color: #c10000;
	border: 1px solid #000;
}

.head .logo {
	position: absolute;
	top: 45px;
	right: 90px;
	display: block;
	width: 205px;
	height: 99px;
	white-space: nowrap;
}

.head .logo2 {
	position: absolute;
	top:55px;
	left: 90px;
	display: block;
	width: 205px;
	height: 99px;
}

/* ==========================================================================
 Top Menu Navigation (drop-down menu)
 ========================================================================== */
.top_menu {
	position: relative;
	z-index: 200;
	width: 922px;
	height: 27px;
	margin: 1px 0 0 39px;
	padding: 0;
	list-style: none;
}

.top_menu li {
	position: relative;
	z-index: 200;
	float: left;
	display: block;
}

.top_menu li a {
	z-index: 200;
	display: block;
	float: left;
	height: 27px;
	padding: 0 25px;
	font-size: 14px;
	line-height: 27px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

.top_menu li:hover a,
.top_menu li a:focus { 
	color: #c10000; 
	background-color:#fff;
}

.top_menu ul.sub {
	position: absolute;
	z-index: 201;
	top: 100%;
	left: -9000px;
	width: 500px;
	height: 32px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.top_menu ul.sub.has_1 {
	width: auto;
	min-width: 100%;
}

.top_menu ul.sub li {
	float: left;
	display: inline-block;
	height: 32px;
	background-color: #fff;
}

.top_menu ul.sub li.sub-menu-first.sub-menu-last { min-width: 100%; }

.top_menu ul.sub li a {
	display: inline;
	font-size: 12px;
	line-height: 32px;
	color: #535353;
	
}

.top_menu ul.sub li a:hover { color: #c10000; }

.top_menu ul.sub li a:hover, 
.top_menu ul.sub li a:focus {  
	color: #535353;
	background: #fff;
}

.top_menu li:hover ul.sub, 
.top_menu li:active ul.sub { left: 0; }

/* ==========================================================================
 Body / Contents
 ========================================================================== */
.body {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #e7e7dc;
}

.body .full {
	float: left;
	width: 980px;
	min-height: 100px;
	padding: 10px;
}

.body .right {
	float: left;
	width: 920px;
	padding: 20px 30px;
}
.body .right .container {
	padding:10px;
	background-color: #fff;
	box-shadow: 5px 5px 5px #999;
	overflow:hidden;
}




/* ==========================================================================
 Footer (Lower navigation, copyright, etc)
 ========================================================================== */
.foot {
	overflow: hidden;
	width: 980px;
	padding: 10px;
	background-color: #535353;
	font-size: 85%;
	line-height: 1.1;
}

.foot ul {
	float: left;
	width: 860px;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.foot ul li {
	float: left;
	margin-left: 8px;
	padding-left: 8px;
	background: 0 50% no-repeat url(/images/foot/menu-sep.png);
}

.foot ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	background-image: none;
}

.foot ul li a { 
	text-decoration: none;
	color: #CDCDCD;
}

.foot ul li a:hover {
	color: #c10000;
}

.foot ul li ul { display: none; }

.foot .address,
.foot .legal {
	float: left;
	clear: left;
	width: 580px;
	height: 12px;
	color: #CDCDCD;
}

.foot .vsi {
	float: right;
	clear: right;
	display: block;
	overflow: hidden;
	width: 120px;
	height: 30px;
	background: no-repeat url(/images/foot/vsi.png);
	text-indent: 100%;
	white-space: nowrap;
}