@charset "utf-8";
/* ==========================================================================
 Global CSS - Visionary Site OnCall (visionary.com)
 ========================================================================== */

body {
	margin: 0 auto;
	padding: 0;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	background-color: #fff;
	background: url(/images/body/bg-slice.jpg) repeat-x;
}

#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: #0e1a46; }
a:hover { text-decoration:none; }

#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: 15px 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase; 
	color: #ee3024;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

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:#eb7e2c;
	background-image: linear-gradient(to right, #f2b529, #eb7e2c, #f2b529);
	width:100%;
}

.page {
	position: relative;
	width: 100%;
	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_container { width: 100% }

.head {
	position: relative;
	z-index: 30;
	overflow: visible;
	width: 1000px;
	height: 460px;
	margin: 0 auto;
}

.head .logo {
	position: absolute;
	top: 10px;
	left: 35px;
	display: block;
	overflow: hidden;
	width: 170px;
	height: 59px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(/images/head/logo.png) no-repeat;
	z-index: 200;
}


/* ==========================================================================
 Top Menu Navigation (drop-down menu)
 ========================================================================== */
.top_menu {
	position: absolute;
	z-index: 200;
	top: 20px;
	left: 0;
	width: 700px;
	height: 34px;
	margin-left: 300px;
	padding: 0;
	list-style: none;
	background: url(/images/head/menu-bg.png) repeat;
}

.top_menu li {
	position: relative;
	z-index: 200;
	float: left;
	display: block;
	font-family: 'Roboto Slab', serif;
}

.top_menu li.top_menu_active {
	/* Placeholder for active styling */
}

.top_menu li a {
	z-index: 200;
	display: block;
	float: left;
	height: 30px;
	padding: 0 11px;
	margin: 2px;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	color: #eb7e2c;
}

.top_menu li.top_menu_active a {
	/* Placeholder for active styling */
}

.top_menu li a:hover, 
.top_menu li a:focus { 
	background-color: white;
	margin: 2px; 
}

.top_menu ul.sub {
	position: absolute;
	z-index: 201;
	top: 34px;
	left: -9000px;
	width: 143px; 
	height: auto; 
	padding: 0; 
	margin: 0;
	background: url(/images/head/menu-bg.png) repeat; 
	list-style: none;
}

.top_menu ul.sub li {
	width: 143px;
	height: auto;
}

.top_menu ul.sub li a {
	width: 119px;
	height: auto;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 20px;
}

.top_menu ul.sub li a:hover, 
.top_menu ul.sub li a:focus { background-color: white; }

.top_menu li:hover ul.sub, 
.top_menu li:active ul.sub { left: 0; }

.top_menu ul.sub li:hover ul.menu-l3, 
.top_menu ul.sub li:active ul.menu-l3 { left: 175px; }




/* ==========================================================================
 Body / Contents
 ========================================================================== */
.body_container { width: 100% }

.body {
	position: relative;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}

.body .full {
	float: left;
	width: 980px;
	min-height: 300px;
	padding: 10px;
}

.body .arrows {
	background: url(/images/body/arrows.jpg) no-repeat;
	width: 1000px;
	height: 138px;
}

.body .left {
	float: left;
	width: 200px;
	padding: 10px;
}

.body .right {
	float: left;
	width: 760px;
	padding: 10px;
}




/* ==========================================================================
 Footer (Lower navigation, copyright, etc)
 ========================================================================== */
.foot_container {
	width: 100%;
	background: url(/images/foot/footer-slice.jpg) repeat;
}
.foot {
	overflow: hidden;
	width: 980px;
	height: 120px;
	padding: 10px;
	font-size: 85%;
	line-height: 1.1;
	margin: 0 auto;
}

.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: #fff; 
}

.foot ul li a:hover { color: #0e1a46; }
.foot ul li ul { display: none; }

.foot .address,
.foot .legal {
	float: left;
	clear: left;
	width: 580px;
	height: 12px;
	color: #fff;
}

.foot .vsi {
	float: right;
	clear: right;
	display: block;
	overflow: hidden;
	width: 120px;
	height: 30px;
	background: no-repeat url(/images/foot/visionary.png);
	text-indent: 100%;
	white-space: nowrap;
}