@charset "utf-8";

@import url("nav.css");

/* CSS Document */

/* ---- */

html { background-color: #FFF; }
body { text-align: center; padding: 10px 0; }

/* ---- */

#pWrapper { margin: 0 auto; width: 930px; display: block; }

#pBody { background-color: #FFF; display: block; text-align: left; }

#pHeader { clear: both; }
#pHeader .logo { line-height: 0; font-size: 1px; width: 300px; float: left; margin: 22px 4px 0; }
#pHeader .logo a { line-height: 0; font-size: 1px; }
#pHeader .right { float: right; width: 400px; text-align: right; }
#pHeader .right .callus { color: #888; font: bold 17px Geneva, Arial, Helvetica, sans-serif; }
#pHeader .right .menu {}
#pHeader .right .menu { font: 11px verdana, arial, helvetica, sans-serif; }
#pHeader .right .menu a { color: #515f75; text-decoration: none; }
#pHeader .right .menu a:hover { color: #334; text-decoration: underline; }

#pNavigation ul.d1 { height: 28px; font: bold 11px tahoma, verdana; text-align: center; background-color: #1a3760; }
#pNavigation ul.d1 li.d1 { height: 28px; border-right: 1px dotted #666; }
#pNavigation ul.d1 li.d1 a.d1 { line-height: 28px; height: 28px; color: #FFF; text-decoration: none; padding: 0 18px; }
#pNavigation ul.d1 li.d1 a.d1:hover { background: #358 repeat-x top right; }
#pNavigation ul.d1 ul li { border-top: 1px solid #727272; }
#pNavigation ul.d1 ul li a { background: #1a3760; text-align: left; color: #FFF; text-decoration: none; padding: 3px 10px; }
#pNavigation ul.d1 ul li a:hover { background-color: #358; }

#pMain { background: #FFF; clear: both; padding: 3px 0; min-height: 530px; }

#pFooter { background: #FFF; margin: 0; clear: both; text-align: left; }
#pFooter p { padding: 1em 2em; font: normal 10px verdana, arial, helvetica, sans-serif; color: #AAA; margin: 0; }
#pFooter p a { color: #0A4D9F; }
#pFooter p a:hover { color: #2D75C1; }

/**
 * Text Styles
 */

.contentText, .contentForm {
	font: 12px/18px "Verdana";
	padding-right: 10px;
	padding-left: 10px;
}
.contentText h1, .contentForm h1 { font: bold 16px/24px Verdana; border: 1px solid #999; border-width: 0 0 1px 0; padding: 0 0 3px; margin: 10px 0; color: #036; }
.contentText h2, .contentForm h2 { font: bold 14px/18px Verdana; margin: 0.6em 0; color: #036; }
.contentText p, .contentForm p { margin: 7px 0; font: normal 11px/14px Verdana; color: #666; }
.contentText td, .contentForm td { margin: 7px 0; font: normal 11px/14px Verdana; color: #666; }
.contentText ul, .contentForm ul { list-style-type: square; font: normal 13px/11px Verdana; }
.contentText li, .contentForm li { margin: 6px 0; }
.contentText a, .contentForm a { color: #2054ad; font-weight: bold; text-decoration: none; }
.contentText a.button { color: #036; background: #F2F2F2 url(../../image/png/button_background.png) repeat-x; border: 1px solid #BBB; padding: 5px 6px; display: block; }
.contentText a.button:hover {background: #F2F2F2 url(../../image/png/button_background_over.png) repeat-x; }
.contentText a.button_grn { color: #9cc124; background: #F2F2F2 url(../../image/png/button_background.png) repeat-x; border: 1px solid #BBB; padding: 5px 6px; display: block; }
.contentText a.button_grn:hover {background: #F2F2F2 url(../../image/png/button_background_over.png) repeat-x; }

.contentBlock { border: 1px solid #CCC; margin-bottom: 12px; }
.contentBlockGradient { border: 1px solid #ccc; background-image: url(../../image/png/block_background.png); background-repeat: repeat-x; margin-bottom: 12px; background-color: #F4F4F4; }
/*.spacerLeft .contentBlockGradient { margin-bottom: 12px; }*/
* html .spacerRight .contentBlockGradient {
    width: 275px;
    _width: 260px;
}

.contentImageList {
	text-align: center;	
}

.contentImageList img {
  clear:right; border: 1px solid #ccc; background-image: url(../../image/png/block_background.png); background-repeat: repeat-x; margin-bottom: 5px; background-color: #F4F4F4; padding: 3px;
}


.spacerLeft { float: left; width: 640px; _width: 630px; }
.spacerRight { float: right; width: 270px; _width: 262px; }
.spacerThird { float: left; width: 200px; margin-right: 20px; _margin-right: 12px; }
.spacerThird#noMargin { margin: 0; }

h2.grn, a.grn, p.grn { color: #9cc124; }

.contentHeightXSmall {
    height: 120px;
    min-height: 120px;
}

html[xmlns] .contentHeightXSmall {
    height: auto;
}

.spacerLeft .contentHeightMedium {
    *margin-bottom: 0px;
}

.contentHeightSmall {
    height: 120px;
    min-height: 120px;
}

html[xmlns] .contentHeightSmall {
    height: auto;
}

.contentHeightMedium {
    height: 260px;
    min-height: 260px;
}

html[xmlns] .contentHeightMedium {
    height: auto;
}