﻿body { background: #ffffcc url("../images/layout/bg.jpg") no-repeat top right; margin:0; padding:0; color:#000000; font:14px Georgia; text-align:center; }
table { font:14px Georgia; }
a { text-decoration:none; color:#0268bd; }
a:hover { text-decoration:underline; }
h1 { font-size:16px; color:#1b3d13; font-weight:bold; padding:0px; margin:0px; }
h2 { font-size:16px; color:#1b3d13; font-weight:normal; padding:0px; margin:0px; }
hr { margin:0px; padding:0px; }
img { border:0; }
input { font:14px Georgia; }
textarea { font:14px Georgia; }

#header-container, #mainMenu-container, #subMenu-container, .container
{
    margin:0 auto; max-width:1003px; min-width:920px;
	width: expression(document.body.clientWidth < 922? "920px" : document.body.clientWidth > 1005? "1003px" : "auto");
}
#headerLogo { position:absolute; height:105px; width:134px; top:2px; margin:0 0 0 30px; padding:0; }
#mainMenu { width:85%; margin:29 0 0 120; border-bottom:solid 1px #000000; float:right; }
#centralBlock { width:95%; margin:0 auto; }
#oCostDiv { margin:0;  padding:0; font-weight:bold; }

.container { padding:0; }
.menuLink { color:#20646e; text-decoration:none; font-weight:bold; padding:2px 5px 2px 5px; }
.menuLink:hover { text-decoration:none; }
.anchorLink { color:#cc0000; text-decoration:none; font-weight:normal; font-size:12px; }
.anchorLink:hover { text-decoration:underline; }
.footerCreated { padding-right:10px; float:right; }
.footerItem { padding-left:10px; float:left; }
.footerItem:hover {}
.footerLink { color:#000000; text-decoration:none; font-weight:bold; font-size:12px; padding:2px 5px 2px 5px; }
.footerLink:hover { text-decoration:none; }

/*.subMenuItem { padding-left:15px; padding-right:15px; float:left; border-left:solid 1px #025e8f; }*/
.dock { padding:0px; margin:38 0 7 0; }
    .d-body { background: url("../images/layout/con-bg.png"); vertical-align:top; }
    .d-body-text { vertical-align:top; margin:0; padding:7px; padding-top:20px; clear:both; }
    .d-bot-l	{ background: url("../images/layout/con-bl.png") no-repeat left; width:10px; height:10px; }
    .d-bot-r { background: url("../images/layout/con-br.png") no-repeat right; width:11px; height:10px; }
    .d-bot-mid { background: url("../images/layout/con-bm.png") repeat-x bottom; height:10px; }
    .d-mid-r { background: url("../images/layout/con-mr.png") repeat-y right; width:11px; }
    .d-mid-l { background: url("../images/layout/con-ml.png") repeat-y left; width:10px; }
    .d-top-l { background: url("../images/layout/con-tl.png") no-repeat left top; width:10px; height:10px; }
    .d-top-r { background: url("../images/layout/con-tr.png") no-repeat right top; width:11px; height:10px; }
    .d-top-mid { background: url("../images/layout/con-tm.png") repeat-x top; height:10px; }
    
.smallprint { font-size:10px; font-weight:bold; line-height:14px; }
