﻿@import url('layout.css');
/* CSS layout */

* {
	margin:0;
	padding: 0;
}


body {
	margin: 0 0%;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0px;
}

.list {
	margin:0.2em 0.5em 0.2em 1em;
	padding:0 0 0 2em;
	font-size:0.9em;
	width:160px;
	list-style-image: url('../images/bullet.gif');  
}

.strong{
	font-weight:bold;
	margin: 0.5em 1em 0.5em 1em;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#bf003f;
	text-align:center;
	margin:10px 0 0 0;
}

h2 {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-variant : normal;
	color : #bf003f;
	font-size : 16px;
}

h3 {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-variant : normal;
	color :  blue;
	font-size : 16px;
}
h4 {font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-variant : bold;
	color :  #bf003f;
	font-size : 12px;
}
h5 {font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-variant : bold;
	color :  blue;
	font-size : 12px;	
}

p {
	font-size:1em;
	margin: 0.5em 1em 0.5em 1em;
}


img {
	text-align: center;
}


/* Styles for DIV tags */
#container {
	border-right: 3px solid #666666;
	border-left: 3px solid #666666;
	border-bottom: 3px solid #666666;
	background-color: #fff; 
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	width: 760px;
}

#masthead {
	border-bottom: 6px solid #FF9900;
	background-color: #585959;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #33CCFF;
	font-size: 3.0em;
	font-weight:bold;
}

#navigation {
	background-color: #EEEEEE;
	margin-left: 0px;
}
html>body #navigation {
	overflow: hidden;
}
#body_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#image {
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	background-color: #FFFFFF;
	color: #666666;
	border-top: 1px solid #CCCCCC;
}
h2{
	font-size:1.8em;
	color:red;
	font-family:Arial, Helvetica, sans-serif;
}
/* Styles for Masthead */
#masthead h1 {
	margin-bottom: 0;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#masthead h3 {
	margin-top: 0;
	color: #7C8DD3;
	margin-bottom: 0px;
	text-indent: 5em;
}
#masthead a {
	color: #333333;
	text-decoration: none;
}

#masthead img {
	vertical-align:middle;
	
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 760px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    font-weight:bold;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #eee;
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f93;
	border: 1px solid #f93;
}

#page_content {
	width: 760px;
	height:100%;
	margin: 0;
	padding: 0;
	position:relative;
	float:left;
	}
	
#page_content td{
	vertical-align:top;
}
#left_col {
	margin-right: 160px;
	width:600px;
	height:100%;
	position:absolute
}

#right_col {
	width: 150px;
	top:0px;
	right:0px;
	left:610px;
	height: 100%;
	position: absolute;
}

/* Styles for Footer */
#footer {
	clear: both;
	margin: 0;
	padding: 5px;
	left:0px;
	position:relative;
	height:30px;
}

#footer_nav {
	left:0px;
	width:415px;
	position:absolute;
	margin: 0;
	font-size: 0.85em;
	text-align: left;
	white-space:normal;
}

#copyright {
	float: right;
	right:0px;
	text-align: left;
	white-space: normal;
	position:absolute;
	width:330px;
}
#copyright p {
	font-size: 0.85em;
	padding:0 0 0 0;
}
#footer a {
	color: #3F58BC;
}
#footer a:hover {
	color: #00008B;
	text-decoration: none;
}
#prod_logos {
	background-color:white;
}

/*Code for OTI banner in footer */
.oti_footer{
	text-align:center;
	font-size:xx-small;
}

a#otilogo {
    display: block;
    width: 115px;
    height: 26px;
    background-image: url('../images/otilogogray.jpg');
    margin: 0 auto;
}
a#otilogo:hover {
    background-image: url('../images/otilogocol.jpg');
}
a .alt { display: none; }
/*End code for OTI banner in footer */

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: gray;
	font-size: 0.8em;
	padding: 0.5em 0 0.5em 0;
	
}

