html {
	background-color:#aebce7;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
}
* {
	margin: 0;
	padding: 0;
	}
body {
	
	font-size: 80%;
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	color: #000;
	text-align: center;
	}
body.larger {
	font-size: 90%;
	}
body.largest {
	font-size: 100%;
	}
div#main {
	width: 750px;
	border: 1px solid #333366;
	background-color: #f5f5f5;
	text-align: left;
	margin: 0 auto 1em auto;
	padding-bottom: 2em;
	position: relative;
	}
ul#header_nav li, ul#nav li, div#subnav li, ul#sidebar li, ul#footer_nav li {
	list-style: none;
	font-size: 12px;
	}
a:link {
	color: #039;
	}
a:visited {
	color: #69c;
	}
/*
 **************
 Header
 **************
 */
ul#header_nav {
	background-color: #333366;
	height: 5px;
	}
ul#header_nav li {
	float: left;
	height: 5px;
	text-indent: -200em;
	overflow: hidden;
	position: relative;
	}
ul#header_nav li a {
	position: absolute;
	display: block;
	height: 5px;
	top: 0;
	left: 0;
	}

#skip, #skip a {
	width: 4px;
	}

p#text_size {
	position: absolute;
	top: 115px;
	right: 5px;
	width: 107px;
	height: 20px;
	
	text-indent: -200em;
	overflow: hidden;
	background: url('../images/text_size.gif') no-repeat;
	}
#text_size span, #text_size span a {
	position: absolute;
	display: block;
	top: 0;
	height: 19px;
	width: 19px;
	background-repeat: none;
	}
#text_size span a {
	left: 0;
	background-position: 0 -18px;
	background-color: #e1e6f7;
	}
span#normal, span#normal a {
	background-image: url('../images/normal.gif');
	}
span#normal {
	left: 50px;
	}
span#larger, span#larger a {
	background-image: url('../images/larger.gif');
	}
span#larger {
	left: 69px;
	}
span#largest, span#largest a {
	background-image: url('../images/largest.gif');
	}
span#largest {
	left: 88px;
	}
div#head {
	height: 133px;
	background: #aebce7 url('../images/proton_bg.jpg') no-repeat bottom right;
	}

h1 {
	height: 133px;
	float: left;
	width: 629px;
	color: #fff;
	overflow: hidden;
	text-indent: -2000em;
	}
h1 a {
	color: #fff;
	}
h1#med {
	width: 121px;
	background: url('../images/left.gif') no-repeat;
	position: relative;
	}
h1#med a {
	display: block;
	width: 121px;
	height: 99px;
	position: absolute;
	top: 0;
	left: 0;
	}
	
/*
 **************
 Main Nav
 **************
 */



ul#nav {
	clear: both;
	background-color: #fff;
	width: 750px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #036;
	border-bottom-color: #036;
	}
ul#nav li {
	text-align: center;
	color: #3399CC;
	font-weight: bold;
	float: left;
	}
ul#nav a:link {
	color: #006;
	text-decoration: none;
	}
ul#nav a:visited {
	color: #006;
	text-decoration: none;
	}
ul#nav a:hover {
	color: #3399CC;
	text-decoration: underline;
	}
ul#nav a:active {
	color: #006;
	text-decoration: none;
	}
ul#nav a:link.selected {
	color: #3399CC;
	text-decoration: underline;
	
}
ul#nav a:visited.selected {
	color: #3399CC;
	text-decoration: underline;
	}
ul#nav a:hover.selected {
	color: #3399CC;
	text-decoration: none;
	}

/*
 **************
 Subnav
 **************
 */
div#subnav {
	clear: left;
	float: left;
	width: 148px;
	border: 1px solid #aebce7;
	background-color: #e5e8f7;
	border-top-width: 20px;
	padding-top: 4px;
	margin-bottom: 19px;
	}
div#subnav ul {
	background-color: #fff;
	margin-bottom: 11px;
	}
div#subnav.noimage ul {
	margin-bottom: 0;
	}
div#subnav li {
	padding-left: 4px;
	left: 4px;
	margin: 7px 0;
	background-color: #e5e8f7;
	color: #06c;
	float: left;
	width: 144px;
	}
div#subnav li a {
	display: block;
	background-color: #fff;
	text-indent: 0;
	padding-left: 4px;
	text-decoration: none;
	color: #036;
	margin-left: -4px;
	}
div#subnav li a:hover {
	text-decoration: underline;
	}
div#subnav img {
	display: block;
	clear: left;
	}
div#subnav li.selected, div#subnav li.selected a {
	background-color: #e5e8f7;
	padding-top: 1px;
	}
div#subnav ul ul li {
	font-size: 11px;
	margin: 0;
	padding: 4px 0 2px 0;
	width: 144px;
	}
div#subnav ul ul ul {
	padding-left: 14px;
	}
div#subnav ul ul ul li {
	width: 134px;
	margin-left: -4px;
	}
div#subnav ul ul ul ul li {
	width: 124px;
	margin-left: -4px;
	}
* html div#subnav ul ul ul li {
	width: 138px;
	}
/*
 **************
 Sidebar
 **************
 */
ul#sidebar {
	float: right;
	width: 148px;
	border: 1px solid #036;
	background-color: #fff;
	margin-top: 9px;
	margin-right: 1px;
	margin-bottom: 19px;
	margin-left: 0;
	}
ul#sidebar li {
	color: #036;
	padding-bottom: 6px;
	}
ul#sidebar h3 {
	color: #fff;
	padding: 3px 7px;
	background: #333366 url('../image/feature_bg.gif') repeat-x bottom left;
	font-size: 100%;
	}
ul#sidebar li li {
	padding: 6px 7px 0 7px;
	}
ul#sidebar a {
	color: #036;
	text-decoration: none;
	}
ul#sidebar a:hover {
	text-decoration: underline;
	}
ul#sidebar li.hr {
	padding-top: 18px;
	background: #1e5082 url('/ott/images/core/feature_bg.gif') repeat-x top left;
	}
ul#sidebar p {
	padding: 3px 7px;
	}

 
div#subnav a.secure {
	background: url('/ott/images/core/key2.gif') no-repeat 5px bottom;
	padding-bottom: 9px;
	float: left;
	margin-right: -22px;
	overflow: hidden;
	}
div#content a.secure {
	background: url('/ott/images/core/key2.gif') no-repeat bottom right;
	padding-right: 22px;
	float: none;
	}
a.secure {
	background: url('/ott/images/core/key.gif') no-repeat bottom right;
	padding-right: 22px;
	}
 /*
 **************
 Content Layout
 **************
 */
div#content {
	width: 430px;

	padding-left: 11px;
	float: left;
	}
* html div#content {
	overflow: auto;
	}	
div#content p, div#content ul, div#content ol {
	margin: 1em 0;
	}
body.nosidebar div#content {
	width: 581px;
	}
body.nosubnav div#content {
	background-image: none;
	width: 581px;
	}
body.nothing div#content {
	background-image: none;
	width: 730px;
	}

div#content a:hover {
	text-decoration: none;
	}
/*
 **************
 Content
 **************
 */
div#content ul, div#content ol {
	padding-left: 2em;
	}
div#content h2 {
	color: #006;
	padding-top: 18px;
	font-size: 140%;
	}
div#content h3 {
	color: #006;
	font-size: 110%;
	}
div#content h4 {
	color: #006;
	font-size: 100%;
	}	
div.right {
	margin-top: 0.5em;
	float: right;
	color: #69c;
	padding-left: 1em;
	font-size: 80%
	}
div.center {
	color: #69c;
	font-size: 80%;
	text-align: center;
	}
div.left {
	margin-top: 0.5em;
	float: left;
	color: #69c;
	padding-right: 1em;
	font-size: 80%
	}
div.right img, div.left img {
	display: block;
	}
div#content ul.plain {
	padding: 0;
	}
div#content ul.plain li {
	list-style-image: none;
	list-style: none;
	}
div#content ul.indent {
	padding-left: 2em;
	margin-top: 0;
	margin-bottom: 0;
	}
strong.appointment {
	color: #006;
	font-size: 110%;
	}
address {
	margin: 0 1em 1em 2em;
	font-style: normal;
	}
div#content ul.horizontal li {
	list-style: none;
	float: left;
	width: 30%;
	text-align: center;
	}
img.yellow {
	border: 1px solid #fc3;
	}
img.blue {
	border: 1px solid #7ca9d6;
	}
strong.warning {
	color: red;
	}
strong.notice {
	color: #eb9807;
	}
em.notice {
	color: #eb9807;
	}
p.notice {
	margin: 1.5em;
	background-color: #ffe8a3;
	}
dd, blockquote {
	padding-left: 2em;
	}	
div#content table.data {	 
	background-color: #000066;
	}
div#content table.data td {
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	}
div#content table.data td.data-titlecell, div#content table.data th {
	background-color: #FFCC33;
	vertical-align: middle;
	text-align: center;
	}
div#content table.data td.data-highlightcell {
	background-color: #E4E4E4;
	}
div#content table.data td.data-highlightcell-2 {
	background-color: #FFE9A6;
	}
.smaller {
	font-size: 80%;
	padding-top: 2px;
	}
/*
 **************
 Footer
 **************
 */
ul#footer_nav {
	clear: both;
	background-color: #aebce7;
	padding: 6px 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #036;
	border-bottom-color: #036;
	}
ul#footer_nav.five li {
	float: left;
	width: 20%;
	text-align: center;
	}
ul#footer_nav li {
	float: left;
	width: 25%;
	text-align: center;
	}
ul#footer_nav.three li {
	float: left;
	width: 33%;
	text-align: center;
	}
ul#footer_nav.two li {
	float: left;
	width: 50%;
	text-align: center;
	}
ul#footer_nav.one li {
	float: left;
	width: 100%;
	text-align: center;
	}
ul#footer_nav a {
	text-decoration: none;
	color: #036;
	}
ul#footer_nav a:hover {
	text-decoration: underline;
	}
div#footer {
	font-size: 80%;
	}

div#footer {
	list-style: none;
	padding-left: 10px;
	padding-top: 10px;
	}
div#footer a:hover {
	text-decoration: none;
	}

/*
 ***********
 Utilities
 ***********
 */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
	
/* styles inserted by JG */

.indent {padding-left:20px;}	
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
* html body {
	text-align: center;
	}
* html ul#footer_nav {
	padding: 6px 49px;
	width: 650px;
	}
/* End hide from IE-mac */
a img {
	border: none;
	}
