﻿@import url(layout.css);
/* Logo Colors */
/* Orange: FC9A14 */
/* Blue: 004A7F */
/* Gray: 7C8084 */
body {
	color: #000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background: #7C8084 url('/images/Pattern_12.gif') repeat scroll;
	margin: 0;
	padding: 0;
}
#container {
	width: 999px;
	margin: 0 auto;
	background: #FFFFFF url('/images/borders.gif') repeat-y scroll left top;
}

/* Styles for header */
#header
{
    text-align: center;
	height: 50px;
	background: #FFFFFF url(/images/header_background.gif) repeat-x left top;
	border-style: solid;
	border-color: #102040;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin-top: 0px;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 0px;
    overflow: hidden;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}

/* Styles for Masthead */
#masthead {
	background-color: #FFFFFF;
	background-image: url('/images/Vizlogix_no_slogan.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 160px;
	width: 950px;
	margin-top: 0px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-right: 11px;
	padding-left: 10px;
	padding-bottom: 2px;
    overflow: hidden;
}
#masthead  img{
	float: left;
	height: 150px;
}
#masthead p {
	color: #7C8084;
	font-size: 18px;
	text-align: left;
//	margin: 10px 10px 10px 10px;
}

/* Styles for Navigation */
#navigation {
	margin-left: 12px;
	margin-right: 12px;
	background: #e1e1e1 url(/images/button_background.gif) repeat-x left top;
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation ul a {
	color: #FFCC46;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #7C8084;
}
#navigation ul a:hover{
	color: #004A7F;
	font-size: 1.25em;
	font-weight: bold;
	background: #FFCC00 url(/images/button_active_background.gif) repeat-x left top;
    border: 1px solid #C4C2C4;
}
#navigation a {
	padding: 5px;
	float: right;
}

/* Column Styles */
#column_single {
	width: 960px;
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
}
#column_l {
	width: 740px;
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 8px;
	margin-bottom: 0px;
	padding: 5px 10px 10px 10px;
	background-color: #FFFFFF;
}
#column_r {
	width: 189px;
	float: right;
	background-color: #e1e1e1; /* #C4C2C4; */
	position: relative;
	margin-left: 0;
	margin-right: 12px;
	border-style: solid;
	border-color: #7C8084;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#column_r img {
	width: 191px;
//	height: 316px;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}

/* Styles for Input */
input:focus  {
	outline: 2px solid #FC9A14;
}

input:active {
	outline: 2px solid #FC9A14;
}

textarea:focus  {
	outline: 2px solid #FC9A14;
}

textarea:active {
	outline: 2px solid #FC9A14;
}

select:focus  {
	outline: 2px solid #FC9A14;
}

select:active {
	outline: 2px solid #FC9A14;
}

/* Styles for Content */
h1 {
	display: block;
	color: #004A7F;
	border-bottom: 1px solid #FC9A14;
	font-size: 2.0em;
}
h2 {
    margin-bottom: 5px;
	color: #004A7F;
	font-size: 1.75em;
}
h3 {
	color: #004A7F;
	font-size: 1.5em;
}
h4 {
	color: #004A7F;
	font-size: 1.25em;
}
h5 {
	color: #004A7F;
	font-size: 0.75em;
}
h6 {
	color: #004A7F;
	font-size: 0.5em;
}
big {
	color: #004A7F;
	font-size: medium;
}

hr {
	border: 6px inset #7C8084;
}

/* Styles for Footer */
#footer
{
    text-align: center;
	background: #e1e1e1 url(/images/footer_background.gif) repeat-x left bottom;
	border-style: solid;
	border-color: #383838;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin-top: 5px;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 5px;
}
#footer p
{
    color: #000000;
    font-size: small;
}
#footer ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer li {
	float: left;
}
#footer a {
	color: #004A7F;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Styles for Links */
a {
	color: #004A7F;
	text-decoration: none;
}
a:hover {
	color: #004A7F;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
