body {
background-color: #cad1d6;
font: 12px/14px Arial, Helvetica, sans-serif;
}
#page {
width: 900px;
margin: 50px auto 0 auto;
padding-bottom: 20px;
}
a.navblock {
display: block;
width: 128px;
height: 116px;
background: #879197 url(images/navblock.gif) top left no-repeat;
line-height: 116px;
text-align: center;
color: #fff;
float: left;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

a.navblock.twoline {
height: 76px;
padding-top: 40px;
line-height: 20px;
}

a.navblockimage {
display: block;
width: 128px;
height: 116px;
background: #879197 url(images/navblock_w_image.gif) top left no-repeat;
padding-left: 110px;
clear:both; 
line-height: 116px;
text-align: center;
color: #fff;
float: left;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
a.navblockimage.current,
a.navblockimage:hover,
a.navblock.current,
a.navblock:hover {
background-color: #F26521;
color: #fff;
}
#secondrow {
clear: both;
}
#secondrow a.navblock {
margin: 5px 0 0 5px;
display: inline;

}
#mainimage {
float: left;
}



#contentwrapper {
width: 900px;
background: #cad1d6 url(images/content_btm_900.gif) bottom left no-repeat;
padding-bottom: 14px;
margin: 0 auto;
}
#contentinsidewrapper {
width: 900px;
background: #cad1d6 url(images/content_top_900.gif) top left no-repeat;
padding-top: 13px;
}
#content {
width: 900px;
background: #cad1d6 url(images/content_bkg_900.gif) top left repeat-y;
padding: 10px 0;
}


#colwrapper3 {
width: 577px;
padding: 0 26px;
background: #cad1d6 url(images/content_bkg_3col.gif) top left repeat-y;
}
#colwrapper3 #col1,
#colwrapper3 #col2,
#colwrapper3 #col3 {
width: 178px;
float: left;
}
#colwrapper3 #col1 {
padding-right: 10px;
}
#colwrapper3 #col2 {
padding: 0 10px;
}
#colwrapper3 #col3 {
padding-left: 10px;
}

#colwrapper2 {
width: 848px;
padding: 0 26px;
background: #cad1d6 url(images/content_bkg_2col_900.gif) top left repeat-y;
}
#colwrapper2 #col1 {
width: 203px;
float: left;
padding-right: 10px;
}
#colwrapper2 #col2 {
width: 625px;
float: left;
padding-left: 10px;
}

#footer {
padding-top: 10px;
padding-bottom: 10px;
color: #404447;
text-align: center;
}





/*** COMMON STYLES ***/

a {
color: #000;
}
a:hover {
color: #F26521;
}
a.redlink {
color: #bf0000;
text-decoration:underline;
}
a.redlink:hover {
color: #666;
}

h1 {
font-size: 18px;
line-height: 20px;
padding: 10px 0;
}
h1.error {
color: #c00;
}
h3 a,
h2 a,
h1 a {
color: #000;
}

h2 {
font-size: 16px;
line-height: 18px;
padding: 8px 0 3px 0;
}
h3 {
font-size: 14px;
line-height: 15px;
padding: 8px 0 3px 0;
}
h4 {
font-size: 11px;
line-height: 14px;
padding: 8px 0 3px 0;
}
h5 {
font-size: 11px;
line-height: 14px;
padding: 0;
font-weight: normal;
font-style:italic;
}
p {
padding: 0 0 10px 0;
}
blockquote {
border: 1px solid #666;
padding: 10px 10px 0 10px;
margin-bottom: 10px;
background-color: #dedede;
}
ol, ul {
margin: 0 0 10px 25px;
}
ol ul, ul ol,
ol ol, ul ul {
margin: 0 0 0 25px;
}
ol {
list-style: decimal;
}
ul {
list-style: disc;
}
ul.sidenav {
margin-top: 20px;
}

li {
padding-bottom: 3px;
}

li.current {
font-weight: bold;
}

dl {
border-top: 1px solid #333;
border-bottom: 1px solid #333;
padding: 0 0 10px 0;
margin-bottom: 10px;
}
dt {
font-weight: bold;
padding: 10px 0 3px 0;
}
dd {
margin: 0 0 0 15px;
}
.align-left {
float: left;
padding: 0 10px 10px 0;
}
.align-right {
float: right;
padding: 0 0 10px 10px;
}
.align-center {
clear: both;
padding: 10px auto;
text-align:center;
}

p.introtext {
font-size: 16px;
line-height: 22px;
font-style: italic;
}


.row {
clear: both;
padding-bottom: 10px;
}
label {
width: 80px;
float: left;
text-align: right;
padding-right: 10px;
font-weight:bold;
}
label.error {
width: 150px;
clear: both;
color: #c00;
font-weight: bold;
text-align:left;
}
.row input,
.row textarea {
width: 150px;
float: left;
}
.buttonrow {
padding-left: 90px;
}
.field {
display: block;
float: left;
width: 150px;
}



.left-align {
float: left;
}

.row:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.row,
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .row,
* html .clearfix {height: 1%;}
.row,
.clearfix {display: block;}
/* End hide from IE-mac */