body {
 margin: 15px auto 15px auto;
 padding: 0;
 font-size: 75%; 
 text-align: left;
 color: #000;
 background: #f3f3f3; 
}

body, input, select, textarea {
 font-family: arial, verdana, sans-serif;
}

input, select, textarea {
 font-size: 95%; 
}

:focus { /* FF1.5 bug */
 -moz-outline-style: none;
}

* {
	margin:0;
	padding:0;
}

img {
 border: 0;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
 font-size: 1%;
}

.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
	line-height:0;
}

.toRight {
 float: right;
}

.marginBottom {
 margin-bottom: 15px !important;
}

.noRightMargin {
 margin-right: 0;
}

.noBottomMargin {
 margin-bottom: 0 !important;
}

.noMargin {
 margin: 0 !important;
}



/* Fonts */

h1,h2,h3,h4,h5,h6 {
 font-family: arial, verdana, sans-serif;
}

h1 {
 margin-bottom: 10px;
 padding-bottom: 10px;
 color: #06557D; 
 font-family: calibri, arial, verdana, sans-serif; 
 font-size: 180%;
 font-weight: normal;
 border-bottom: 1px solid #E4E4E4;
}

h2, p.subTitle {
 margin-bottom: 5px;
 font-size: 120%;
 font-weight: bold;
}

h2 span {
 color: #1E568F;
}

h3 {
 margin-bottom: 5px;
 font-size: 125%;
 font-weight: bold;
}

h6.extended {
 margin-bottom: 13px;
}

ul, li {
 list-style-image: none;
 list-style-type: none;
}

a {
 color: #1E568F;
 text-decoration: none;
}

a:hover {
 color: #000;
 text-decoration: none;
}

a.button {
 padding: 2px 6px 2px 6px;
 font-size: 100%;
 color: #000;
 background-image: url(../images/button.gif);
 background-repeat: repeat-x;
 background-position: 0 center;
 background-color: #fff; 
 border: 1px solid #CFDADE;
}

a.button:hover {
 color: #a00;
 text-decoration: none;
}

.high {
 color: #a00 !important;
 background-image: url(../images/button-high.gif) !important;
 border: 1px solid #FFC209 !important;
}

.high:hover {
 color: #f00 !important;
 text-decoration: none !important;
}

.statusText {
 color: #444;
 font-weight: bold;
}

.error {
 color: #d00;
 font-weight: bold;
}

.ok {
 color: #060;
 font-weight: bold;
}



/* Content */

#content {
 width: 750px;
 min-height: 400px;
 margin: 0 auto 0 auto; 
 background-color: #fff;
 border-left: 1px solid #ccc; 
 border-right: 1px solid #ccc;
}



/* Header */

#header {
 position: relative;
 width: 752px;
 height: 91px; 
 margin: 0 auto 0 auto; 
 background-image: url(../images/header.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;  
 border-bottom: 1px solid #BBC5D6;  
}

#header .logo {
 position: absolute;
 left: 20px;
 top: 20px;
 width: 178px;
 height: 38px;
}

#header .logo a {
 display: block;
 width: 178px;
 height: 38px;
 background-image: url(../images/logo.jpg);
 font-size: 1px;
 text-indent: -9000px;
}

#header .menu {
 position: absolute;
 left: 1px;
 top: 60px;
}



/* Footer */

#footer {
 position: relative;
 width: 752px;
 height: 30px; 
 margin: 0 auto 0 auto;
 padding: 20px 0 0 0; 
 background-image: url(../images/footer.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;  
 font-size: 90%;
 text-align: center;
 line-height: 1.7em;
 color: #626466;  
}



/* Hierarchal menu */

#content .side ul {
 margin: 0;
 padding: 0;
}

#content .side ul.parent {
 margin-bottom: 15px;
}

#content .side li {
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}

#content .side ul.sub li {
 font-weight: normal;
}



/* Pictures */

.imgBorder {
 border: 1px solid #ddd; 
}

.imgLeft {
 margin: 2px 10px 4px 0;
 float: left;
}  

.imgRight {
 margin: 2px 0 4px 10px;
 float: right;
}  



/* Content */

#content ul {
 margin-bottom: 15px;
}

#content li {
 margin-bottom: 4px;
 padding: 0 0 0 12px;
 background-image: url(../images/li.gif);
 background-repeat: no-repeat;
 background-position: 0 4px;  
}

#content .flash {
 width: 750px;
 height: 245px;
 background-color: #f2f4f7;
 border-bottom: 1px solid #BBC5D6;
 background-image: url(../images/flash.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;  
}

#content .boxes {
 margin-top: 18px;
}

#content .box {
 width: 209px;
 padding: 0 20px 0 20px;
 color: #4C4C4C;
 float: left;
}

#content .largeBox {
 width: 450px;
 padding: 0 20px 0 20px;
 color: #4C4C4C;
 float: left;
}

#content .largeBox ul {
 width: 450px;
}

#content .largeBox li {
 display: block;
 width: 75px;
 margin-right: 35px;
 padding: 0;
 background-image: none;
 text-align: center;
 float: left;
}

#content .largeBox li.first {
 margin-left: 20px;
}

#content .largeBox li.last {
 margin-right: 0 !important;
}

#content .box p {
 margin-bottom: 15px;
}

.boxBorder {
 border-left: 1px solid #E4E4E4;
}

.articleText ul {
 margin-bottom: 0 !important;
}

.articleText li {
 margin-bottom: 2px !important;
}

.articleText h6 {
 margin-bottom: 0 !important;
 padding-bottom: 0 !important;
 color: #06557D; 
 font-size: 100%;
 font-weight: bold;
}



/* Sub menu */

#content .boxMenu {
 width: 200px;
 min-height: 540px;
 padding: 0 0 0 10px;
 color: #4C4C4C;
 background-image: url(../images/box-bg.gif);
 background-repeat: no-repeat;
 background-position: right top;   
 float: left;
}

#content .boxMenu li {
 margin: 0;
 padding: 0;
 background-image: none;
}

#content .boxMenu li a {
 padding: 7px 0 7px 20px;
 display: block;
}

#content .boxMenu li a:hover, #content .boxMenu li a.active {
 font-weight: bold;
 color: #166085;
 background-image: url(../images/box-active-inv.gif);
 background-repeat: no-repeat;
 background-position: right bottom;   
}

#content .boxMenu li a.offset:hover {
 background-position: right -1px;   
}

#content .boxMenu li a.active {
 color: #597481;
}



/* Sub content */

.subContent {
 width: 490px;
 padding: 15px 5px 0 10px;
 color: #4C4C4C;
 float: left;
 text-align: justify;
}

.padder {
 padding: 10px 10px 0 10px;
 text-align: justify;
}

.padder p {
 margin-bottom: 15px;
}

p.back {
 margin-bottom: 0;
 text-align: right;
 font-weight: bold;
}



/* Works */

.galleryBox {
 width: 490px;
 padding: 10px 5px 0 10px;
 color: #4C4C4C;
 float: left;
}

.galleryBox .galleryItem {
 padding: 10px 0 0 10px;
 background-color: #F2F4F7;
 margin-bottom: 10px;
 border: 1px solid #EDF0F5;
}

.galleryBox .large {
 width: 229px;
 float: left;
}

.galleryBox .large img {
 width: 215px;
 height: 157px;
}

.galleryBox .smalls {
 width: 242px;
 float: left; 
}

.galleryBox .smalls img {
 width: 110px;
 margin: 0 7px 15px 0;
}

.galleryBox .url {
 clear: both;
 display: block;
 text-align: right;
 margin: 0 17px 5px 0;
}

.galleryBox .url a {
 font-weight: bold;
}

.galleryBox img {
 border: 1px solid #ccc;
}

.galleryBox .picturesBlock {
 margin-bottom: 5px;
}



/* Forms */

input.text {
 height: 14px;
 background-image: url(../images/input.gif);
 background-repeat: repeat-x;
 background-position: 0 0; 
 border: 1px solid #B9CCD3; 
}

input.submit {
 padding: 2px 6px 2px 6px;
 font-size: 100%;
 color: #000;
 background-image: url(../images/button.gif);
 background-repeat: repeat-x;
 background-position: 0 center;
 background-color: #fff; 
 border: 1px solid #CFDADE;
 cursor: pointer;   
}

textarea, select {
 background-color: #fff;
 border: 1px solid #B9CCD3;
}

fieldset {
 width: 96%;
 margin-top: 5px;
 padding: 5px 10px 10px 10px;
 border: 1px #CFDADE solid;
 background-image: url(../images/form.gif);
 background-repeat: repeat-x;
 background-position: 0 0;  
}

legend {
 margin: 0;
 padding: 0 3px;
 background-color: #fff;
}

.sheet {
 width: 480px;
}

.sheet label {
 display: block;
 float: left;
 width: 250px;
 margin-bottom: 9px;
 text-align: right;
}

.sheet .text, .sheet .select, .sheet .textarea {
 display: block;
 width: 180px;
 height: 16px; 
 margin: 0 10px 4px 10px;
 float: left;
}

.sheet .textarea {
 width: 180px;
 height: 100px; 
}

.sheet .select {
 width: 182px;
 height: 17px;
}

.sheet span {
 position: relative;
 display: block;
 width: 90px;
 font-weight: bold;
 background-image: none !important;
 float: left;
}

.sheet input.submit {
 margin: 15px 0 0 270px;
}

.sheet input.radio {
 position: relative;
 margin: 5px 5px 0 10px;
 float: left;
}

.sheet span.radioText {
 width: auto;
 margin-top: 5px; 
 text-align: left;
 font-weight: normal;
}

.sheet .notice {
 padding: 10px 3px 15px 3px;
 color: #36642D;
}

.hiddenField {
 display: none;
}

.mini {
 width: 70px !important;
}

.medium {
 width: 110px !important;
}

.formPhaseIndicator { 
 height: 31px;
 margin-bottom: 15px;
 background-repeat: no-repeat;
 background-position: 0 0;   
}

.phase1 {
 background-image: url(../images/phase-1.gif);
}
.phase2 {
 background-image: url(../images/phase-2.gif);
}
.phase3 {
 background-image: url(../images/phase-3.gif);
}
.phase4 {
 background-image: url(../images/phase-4.gif);
}
.phase5 {
 background-image: url(../images/phase-5.gif);
}



/* formats */

.highBox {
 display: block;
 padding: 5px;
 background-color: #fcf5e8; /* f2f4f7 */
 border: #efac36 dashed 2px; /* bbc5d6 */
}

.keyWords {
 font-size: 80%;
 color: #aaa;
}

.highlight {
 background-color: #fcfcca;
}

.centerButton {
 display: block;
 margin-bottom: 5px;
 text-align: center;
}

.centerButton a {
 padding: 2px 10px 2px 10px;
}