/*********************************************************************
 *********************************************************************
 **
 **  Global
 **
 *********************************************************************
 ********************************************************************/
body,
html {
    min-height: 100%;
    margin:  0;
    padding: 0;
}
body {
    color: black;
    font-size: 12px;
    font-family: arial;
    background: #acaeb0 url(../images/background.gif);
}
body#tinymce {
    background-image: none;
    background: white;
}
strong {
    font-weight: bold;
    color: black;
}
div.p, p {
    clear: both;
    text-indent:0;
    margin-bottom: 8px;
    margin-top:0;
}
p.italic {
    font-style: italic;
}
div.p ul {
    margin-top: 0;
}
div.hr {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    border-bottom: 1px solid #B0B0B3;
}
div.hr2 {
    width: 100%;
    height: 1px;
    margin: 5px 0 30px 0;
    border-bottom: 1px solid #B0B0B3;
}
.hr {
    width: 100%;
    padding-bottom: 10px;
    margin: 10px 0;
    border-bottom: 1px solid #B0B0B3;
}
h1 {
    font-size: 28px;
    color: #001e50;
    font-style: italic;
    font-weight: bold;
    margin-top:0;
    margin-bottom:0;
    padding-top: 20px;
}
h2 {
    font-size: 24px;
    font-weight: normal;
    color: #001e50;
    margin-top: 0;
    padding-top: 20px;
    margin-bottom:0;
}
h3 {
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    margin: 9px 0;
    color: #000;
}
h4 {
    font-size: 16px;
}
dt {
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom:0;
}
dd {
    margin-bottom: 15px;
}
.clear {
    clear: both;
}
div {
    border: 0px solid red;
}

/*********************************************************************
 *********************************************************************
 **
 **  Color styles
 **
 *********************************************************************
 ********************************************************************/
.black    { color: #000000; } /* usage: */
.white    { color: #FFFFFF; } /* usage: */
.msblue   { color: #003666; } /* usage: */
.mslgray  { color: #828486; } /* usage: */
.msdgray  { color: #515153; } /* usage: */
.msorange { color: #e0851c; } /* usage: */

.black-i    { color: #000000; font-style: italic; } /* usage: */
.white-i    { color: #FFFFFF; font-style: italic; } /* usage: */
.msblue-i   { color: #003666; font-style: italic; } /* usage: */
.mslgray-i  { color: #828486; font-style: italic; } /* usage: */
.msdgray-i  { color: #515153; font-style: italic; } /* usage: */
.msorange-i { color: #e0851c; font-style: italic; } /* usage: */

/*********************************************************************
 *********************************************************************
 **
 **  Common paragraphs
 **
 *********************************************************************
 ********************************************************************/
/*  Editor alias
    Intro is alias to .msblue-i
*/

.subtitle {
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
}
.bigbold {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.bigboldblue {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #003666;
}

/*********************************************************************
 *********************************************************************
 **
 **  Common styles
 **
 *********************************************************************
 ********************************************************************/
ul.links {
    list-style: none;
    margin: 10px;
    padding:0;
}
.last-div {
    margin-right:0 ! important;
}
.last-div-b {
    border-bottom:0 ! important;
}
.lg-font {
    font-size: 16px;
}
.med-font {
    font-size: 14px;
}
.reg-font {
    font-size: 12px;
}
.sm-font {
    font-size: 10px;
}
.bold {
    font-weight: bold;
}

/*********************************************************************
 *********************************************************************
 **
 **  Link styles
 **
 *********************************************************************
 ********************************************************************/
a,
.link {
    color: #003666;
    text-decoration: none;
    border: 0px;
}
a:hover {
    color: #828486;
    text-decoration: none;
}
/*
 * BUTTON
 */
a.button:hover {
    color: #FFF;
    background: url(../images/button.png) no-repeat left -34px;
}
a.button {
    background: url(../images/button.png) no-repeat left top;
    height: 18px;
    width: 230px;
    margin-bottom:  10px;
    padding: 8px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    font-style: italic;
    display: block;
}
a.variable-button:hover {
    background: url(../images/variable-button.png) no-repeat left -34px;
}
a.variable-button:hover .button_txt {
    color: #FFF;
    background: url(../images/variable-button.png) no-repeat right -34px;
}
a.variable-button {
    background: url(../images/variable-button.png) no-repeat left top;
    margin-bottom:  10px;
    display: inline-block;
}
a.variable-button .button_txt {
    color: black;
    background: url(../images/variable-button.png) no-repeat right top;
    font-weight: bold;
    font-style: italic;
    height: 18px;
    display: block;
    margin-left: 3px;
    padding: 8px;
    padding-right: 10px;
    font-size: 16px;
	min-width: 150px;
	width: auto !important;
	width:  150px;
}

/*
 * MSORANGE
 */
a.msorange:hover {
    color: #828486;
}

/*
 * MSBLUE
 */
a.msblue:hover {
    color: #828486;
}

/*
 * MSLGRAY
 */
a.mslgray:hover {
    color: black;
}

/*
 * MSDGRAY
 */
a.msdgray:hover {
    color: black;
}


a.pdf {
    background: transparent url(/images/pdf.png) no-repeat scroll left center;
    padding: 2px 2px 2px 20px;
}
a img {
    border: 0;
}

.last {
    border-right:0 ! important;
}
.top-link {
    margin: 18px0;
}
.toggle-text {
    cursor: pointer;
    cursor: hand;
    color: #d6d6d7;
    text-decoration: none;
}
/*********************************************************************
 *********************************************************************
 **
 **  Container for content (center page and such)
 **
 *********************************************************************
 ********************************************************************/
#container {
    margin: 0 auto;
    height: 100%;
    width: 1080px;
    padding-bottom: 300px;
    background: url(../images/content-background.png) repeat-y;
}
/*********************************************************************
 *********************************************************************
 **
 **  Header
 **
 *********************************************************************
 ********************************************************************/
#header {
    position: relative;
    height: 87px;
    margin-left: 38px;
    background: url(../images/header-background.png) repeat-y;
}
#header img {
    margin-top:  20px;
    margin-left: 36px;
}
#search {
    position: absolute;
    right: 80px;
    padding-left: 20px;
    top: 30px;
    border: none;
/*    background: url(../images/search.gif) no-repeat left; */
}
#search img {
    margin-top: 0;
    margin-left: 5px;
}

#search input {
    width: 200px;
    font-size: 10px;
}

#search fieldset {
    border: none;
}

.ajaxSearch_highlight1 {
}

.ajaxSearch_resultsInfo {
    font-size: 14px;
}

.ajaxSearch_result {
    margin-top: 15px;
    font-size: 14px;
    width: 640px;
}

.ajaxSearch_resultDescription {
    margin-top: 5px;
}

.ajaxSearch_resultExtract {
    font-style: italic;
    font-size: 12px;
}

.ajaxSearch_highlight1,
.ajaxSearch_highlight2,
.ajaxSearch_highlight3,
.ajaxSearch_highlight4,
.ajaxSearch_highlight5,
.ajaxSearch_highlight6{
    padding: 0;
    background: #FFFF00;
}

/*********************************************************************
 *********************************************************************
 **
 **  Navigation
 **
 *********************************************************************
 ********************************************************************/
#navigation {
    height:             40px;
    margin:             0 58px;
}
.mainnav li a:hover,
.mainnav li a:hover span,
.mainnav li a:hover img,
.mainnav .nav-link-current a,
.mainnav ul li ul li:hover a,
.mainnav ul li ul li:hover a span,
.mainnav ul li.active ul li:hover a span {
    color:              #828486;
}
/* specific to non IE browsers */
.mainnav ul li:hover a {
    color:              #828486;
}
.mainnav ul li:hover div.mainnav-subnav {
    display:            block;
}
.mainnav ul li:hover ul li a {
    color:              white;
    display:            block;
}
.mainnav * {
    zoom: 100%;
}

.mainnav {
    position:           relative;
    z-index:            100;
    width:              100%;
    margin:             0;
    list-style:         none;
    text-indent:        0;
    margin:             0;
    margin-left:        5px;
    padding:            0;
}
.mainnav a,
.mainnav ul li.active ul li a span {
    color:              white;
    text-decoration:    none;
}
.mainnav li {
    padding-right:      12px;
    margin-right:        3px;
    margin-bottom:       5px;
    background:         url(../mainmenu/divider.gif) no-repeat right 10px;
    float:              left;
    width:              auto;
}

.mainnav li.last-link {
    background: none;
}

.mainnav li a span {
    display:            none;
    text-align:         center;
    width:              100%;
    cursor:             pointer;
    cursor:             hand;
}
.mainnav li.active a span {
    color:              #828486;
}
.mainnav li a img {
    margin: 0 -20px;
}
.mainnav li a {
    text-transform:     uppercase;
}
.mainnav ul li a,
.mainnav ul li a:visited {
    text-decoration:    none;
    display:            block;
    height:             34px;
    line-height:        34px;
    text-align:         center;
    margin:             0;
    padding:            0 17px;
    overflow:           hidden;
}
.mainnav ul {
    padding:            0;
    margin:             0;
    list-style-type:    none;
}
.mainnav ul li {
    float:              left;
    position:           relative;
}
.mainnav ul li ul li , 
.mainnav ul li ul li.last-link {
    float:              none;
    overflow:           hidden;
	position:           relative;
    padding:            3px 8px;
    margin:             0;
    background:         url(../mainmenu/blue_background.png) 20px;
}
.mainnav ul li ul li a,
.mainnav ul li ul li a:visited {
    float:              none;
    height:             19px;
    color:              white;
    line-height:        16px;
    padding:            0 5px;
    border-left:        1px solid gray;
    border-right:       1px solid gray;
}
.mainnav ul li ul li a img {
    margin:             0;
}
.mainnav ul li ul li.first {
    padding-top:        14px;
    height:             30px;
}
.mainnav ul li ul {
    background:         url(../mainmenu/separator.png) no-repeat center 6px;
    padding-top:        30px;
}
.mainnav-subnav {
    display:            none;
    position:           absolute;
    background:         url(../mainmenu/subnav-corners.png) left 19px no-repeat;
    padding-bottom:     10px;
    top:                34px;
    left:               0;
    width:              100%;
    margin-right:       2px;
}
.mainnav-subnav-top {
    position:           relative;
    margin-left:        -2px;
    right:              -2px;
    background:         url(../mainmenu/subnav-corner-top-right.png) right 19px no-repeat;
    height:             30px;
}
.mainnav-subnav-bottom {
    background:         url(../mainmenu/subnav-corners.png) bottom right;
    height:             8px;
    margin-left:        2px;
	line-height:        8px;
}
.mainnav-subnav-corner-bottom {
    background:         url(../mainmenu/subnav-corners.png) bottom left;
    width:              8px;
    height:             8px;
	line-height:        8px;
    position:           relative;
    left:               -2px;
}



/*********************************************************************
 *********************************************************************
 **
 **  Sub Navigation
 **
 *********************************************************************
 ********************************************************************/
#subnav {
    padding: 0;
    width: 265px;
    height: 100%;
    float: left;
}
.subnavmain {
	float: none;
	padding: 0px;
    margin: 10px 0 0 15px;
}
.subnavmain a.active:hover span,
.subnavmain a.open:hover span,
.subnavmain a:hover span {
    background-image: url(../subnav/i.png);
}
.subnavmain a.active:hover,
.subnavmain a.open:hover,
.subnavmain a:hover {
    color: #000000;
    background: url(../subnav/background-over.png) repeat-y;
}
.subnavmain a.active:active span,
.subnavmain a.open:active span,
.subnavmain a:active span {
    background-image: url(../subnav/i-down.png);
}
.subnavmain a.active:active,
.subnavmain a.open:active,
.subnavmain a:active {
    color: #000000;
    background: url(../subnav/background-down.png) repeat-y;
}
.subnavmain a.open span {
    background-image: url(../subnav/i-section.png);
}
.subnavmain a.open {
    color: #FFFFFF;
    background: url(../subnav/background-section.png) repeat-y;
}
.subnavmain a.active span {
    background-image: url(../subnav/i-page.png);
}
.subnavmain a.active {
    color: #FFFFFF;
    background: url(../subnav/background-page.png) repeat-y;
}
.subnavmain a {
    background: url(../subnav/background-up.png) repeat-y;
    display: block;
    width: 230px;
    height: 28px;
    text-decoration: none;
    color: #000000;
}
.subnavmain ul {
    list-style: none;
    margin:0;
    margin-right: 5px;
    padding:0;
}
.subnavmain ul ul {
    margin-bottom: 10px;
}
.subnavmain li li a span {
    margin-left: 10px;
}
.subnavmain li li li a span {
    margin-left: 20px;
}
.subnavmain li li li li a span {
    margin-left: 30px;
}
.subnavmain li li li li li a span {
    margin-left: 40px;
}

.subnavmain li a span {
    margin: 0 0 3px 0;
    background: url(../subnav/i.png) no-repeat;
    background-position: 12px 8px;
    padding: 6px 0 0 25px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    cursor: hand;
}
/*********************************************************************
 *********************************************************************
 **
 **  Category Navigation
 **
 *********************************************************************
 ********************************************************************/
.category-nav {
    padding-left:0;
    margin-top:0;
    margin-left: 10px;
}

.category-nav li {
    list-style: none;
    float: left;
    width: 290px;
    height: 370px;
    margin: 12px;
    background: #edeeef url(../images/category-nav-bottom.gif) no-repeat left bottom;
}

.category-nav-entry {
    margin: 20px;
}

.category-nav-button {
    background: url(../images/category-nav-button.gif) no-repeat left top;
    border-bottom: 1px solid #d6d6d7;
    height: 34px;
    width: 230px;
    margin-bottom:  10px;
    padding: 8px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    font-style: italic;
    display: block;
}
.category-nav-button:hover {
    color: #FFF;
    background: url(../images/category-nav-button-over.gif) no-repeat left top;
}

.category-nav-header {
    height: 120px;
    width: 100%;
}
/*********************************************************************
 *********************************************************************
 **
 **  Content
 **
 *********************************************************************
 ********************************************************************/
#content {
    position: relative;
    margin-left: 20px;
}
#content-body {
    margin-top: 0;
    margin-left: 38px;
    min-height: 429px;
    width: 960px;
    background: white;
}
* html #content-body {
    height: 429px;
}
#content-right {
    float: left;
    margin-top:10px;
    width: 620px;
    margin-right: 20px;
}
#content-left {
    float: left;
    margin-top:10px;
    width: 620px;
    margin-left: 20px;
}
#content-generic {
    margin-top:10px;
    margin-left: 20px;
    margin-right: 20px;
}
#content-left-inner {
    margin-top:10px;
    float: left;
    width: 640px;
}

#contentinner {
    margin:0 18px;
    padding-bottom: 10px;
}

#leadin,
#leadout {
    margin-top: 0;
    font-size: 0;
    margin-left: 38px;
}

/*********************************************************************
 *********************************************************************
 **
 **  Article Content
 **
 *********************************************************************
 ********************************************************************/
.article-summary {
	width: 620px;
}
.article-summary .article-image {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
	min-height: 80px;
	width: 80px;
}
.article-summary .article-text {
	float: left;
	width: 500px;
}


/*********************************************************************
 *********************************************************************
 **
 **  Person Content
 **
 *********************************************************************
 ********************************************************************/
.person-profile {
	width: 700px;
	padding: 50px;
}
.management-profile {
	width: 700px;
	padding: 10px 0;
}
.person-profile .person-image,
.management-profile .person-image {
	float: left;
	margin-right: 20px;
	width: 175px;
}
.person-profile .person-details,
.management-profile .person-details {
	float: left;
	width: 500px;
}
.person-profile .person-details dd,
.management-profile .person-details dd {
    margin-left: 0;
}


/*********************************************************************
 *********************************************************************
 **
 **  Blogs Content
 **
 *********************************************************************
 ********************************************************************/
.blog-date {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    width: 55px;
    height: 51px;
    background: url( ../blog/date.gif );
    text-align: center;
}
.blog-poster {
    font-size: 16px;
    margin: 10px 0;
}
.blog-content {
    float: left;
    width: 529px;
}

.blog-summary {
    border-bottom: 1px solid #b7b8b9;
}
#blog-sidebar {
    padding-left:0;
    margin-left: 16px;
    margin-right: 22px;
    margin-top: 40px;
    width: 264px;
    padding-top: 14px;
    float: left;
    background: #edeeef url(../blog/blog_nav_top.png) top no-repeat;
}
#blog-sidebar-footer {
    height: 20px;
    border-top: 1px solid white;
    background: #edeeef url(../blog/blog_nav_bottom.png) bottom no-repeat;
}
.blog-segment {
    padding: 0;
    border-bottom: 1px solid #c3c4c6;
}
.blog-segment h3 {
    padding: 0 10px;
    margin: 0;
    height: 30px;
    background: url( ../blog/blog_nav_title.jpg ) repeat-x;
    border-top: 1px solid white;
    border-bottom: 1px solid #c3c4c6;
}
.blog-segment h4 {
    padding: 0 10px;
    margin: 10px 0 0 0;
    height: 20px;
}

ul#contributors {
    list-style: none;
    margin: 10px;
    padding:0;
}
ul#contributors li {
    width: 230px;
    margin-bottom: 10px;
    float: left;
}
ul#contributors li img {
    margin-right: 5px;
    vertical-align: middle;
}

a.rss-button:hover {
    color: #FFF;
}
a.rss-button {
    background: url(../blog/blog-rss-button.png) no-repeat left top;
    height: 18px;
    width: 112px;
    padding: 8px 8px 8px 45px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    font-style: italic;
    display: block;
}

.archive-date{
    display: none;
}
 /* over */
.archivenav a.closed:hover {
    background-image:   url(../blog/li-open.png);
}
 /* over */
.archivenav a.active:hover,
.archivenav a:hover {
    background-image:   url(../blog/li-clear.png);
}
 /* on */
 .archivenav a.active:active,
.archivenav a.open:active,
.archivenav a:active {
    background-image:   url(../blog/li-on.png);
}
 /* open */
.archivenav a.open {
    background-image:   url(../blog/li-open.png);
}
 /* closed */
.archivenav a.closed {
    background-image:   url(../blog/li-closed.png);
}
 /* down */
.archivenav a.active {
    background-image:   url(../blog/li-down.png);
}
 /* default */
.archivenav a {
    background-image:   url(../blog/li-clear.png);
    background-repeat:  no-repeat;
    background-position: left;
    text-decoration:    none;
    display:            inline-block;
}
.archivenav ul {
    list-style:         none;
    margin:             0;
    margin-right:       5px;
    padding:            0;
    margin-bottom:      10px;
}
.archivenav li {
    margin:             4px 0 0 10px;
}

.archivenav li a span {
    margin-left:        15px;
    display:            block;
}
/*********************************************************************
 *********************************************************************
 **
 **  News
 **
 *********************************************************************
 ********************************************************************/
#news-sidebar {
    padding-left:0;
    margin-left: 16px;
    margin-right:0;
    margin-top:0;
    width: 264px;
    float: left;
}

#news-paginate {
    margin-top: 25px;
    margin-right: 20px;
    text-align: right;
}

#news-filter-heading {
    float: left;
}

#newsnav {
    margin-left: 10px;
    float: left;
}

#newsnav li {
    padding-right:      10px;
    float:              left;
}

#newsnav ul {
    padding:            0;
    margin:             0;
    list-style-type:    none;
}

#newsnav ul li {
    float:              left;
    position:           relative;
}
#newsnav li a {
    margin-top:         0px;
    padding:            0 5px;
    display:            inline-block;
}
.news-summary {
    margin-bottom: 20px;
}
#news-article-sidebar {
    width: 286px;
    float: left;
    margin-right: 22px;
}
.news-wildcard {
    background: white;
    padding-top: 20px;
}
#news-sidebar {
    padding-left:0;
    margin-left: 16px;
    margin-right: 22px;
    width: 264px;
    padding-top: 14px;
    float: left;
    background: #edeeef url(../blog/blog_nav_top.png) top no-repeat;
}
#sidebar-footer {
    height: 20px;
    border-top: 1px solid white;
    background: #edeeef url(../blog/blog_nav_bottom.png) bottom no-repeat;
}
.segment {
    padding: 0;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #c3c4c6;
}
.segment p {
    padding: 0 10px;
}
.segment a {
    padding: 0 10px;
}
.segment h3 {
    padding: 0 10px;
    margin: 0;
    height: 30px;
    background: url( ../blog/blog_nav_title.jpg ) repeat-x;
    border-top: 1px solid white;
    border-bottom: 1px solid #c3c4c6;
}
.segment h4 {
    padding: 0 10px;
    margin: 10px 0 0 0;
    height: 20px;
}

/*********************************************************************
 *********************************************************************
 **
 **  Wildcards
 **
 *********************************************************************
 ********************************************************************/
.wildcards-bottom {
    margin: 18px 58px;
}

.wildcards-top {
    padding-top: 5px;
    margin-bottom: 25px;
}

.wildcard-bottom {
    width: 222px;
    height: 121px;
    float: left;
    margin-right: 24px;
}

.wildcard-top {
    width: 222px;
    height: 122px;
    background: white;
    float: left;
    margin-right: 12px;
}

.wildcard-side {
    width: 222px;
    height: 122px;
    background: white;
    float: right;
    margin-bottom: 8px;
}

/*********************************************************************
 *********************************************************************
 **
 **  Footer
 **
 *********************************************************************
 ********************************************************************/
#footer {
    clear: left;
    position: relative;
    width: 100%;
    font-size: 0.85em;
    padding-bottom: 18px;
    margin: 0 58px;
/*  background: white;
*/}
.footernav .nav-link-current a,
.footernav li a:hover,
.footernav li a:hover {
    color: gray;
}
#footer a {
    color: #999999;
    text-decoration: none;
}
#footer {
    padding-top: 10px;
    height: 30px;
}
.footernav {
    list-style: none;
    text-indent:0;
    margin:0;
    margin-left: 5px;
    padding:0;
    height: 16px;
}
.footernav ul {
    padding:            0;
    margin:             0;
    list-style-type:    none;
}
.footernav li{
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid gray;
    float: left;
}
.footernav li a {
    overflow: hidden;
    margin-top:0;
    line-height: 16px;
    height: 16px;
    display: block;
}
.footernav li a span {
    display:            none;
}

/*********************************************************************
 *********************************************************************
 **
 **  Site Map
 **
 *********************************************************************
 ********************************************************************/
#sitemap {
    margin-top: 10px;
}

#sitemap a {
    text-decoration: none;
}
#sitemap a:hover {
    text-decoration: underline;
}
#sitemap .summary {
    font-size: 0.8em;
    color: #939598;
}
#sitemap ul {
    padding-left: 18px;
    margin-top: 0;

}

#sitemap ul {
    list-style-type: circle;
}
#sitemap ul ul {
    list-style-type: disc;
}
#sitemap ul ul ul {
    list-style-type: circle;
}
#sitemap ul ul ul ul {
    list-style-type: disc;
}
#sitemap ul ul ul ul ul {
    list-style-type: circle;
}
#sitemap ul ul ul ul ul ul {
    list-style-type: disc;
}
#sitemap li span {
    color: #000000;
}
#sitemap li li span {
    color: #000000;
}
#sitemap li li li span {
    color: #000000;
}
#sitemap li li li li span {
    color: #000000;
}
/*********************************************************************
 *********************************************************************
 **
 **  Register Now forms
 **
 *********************************************************************
 ********************************************************************/
#contact-left {
    float: left;
    width: 436px;
}
#contact-right {
    float: left;
    width: 486px;
}

#contact-intro {
    background: #edeeef url(../contact/intro-background.png) no-repeat;
    margin: 20px 0 0 5px;
    width: 431px;
}
#contact-form {
    background: white url(../contact/form-background.jpg) no-repeat;
    margin: 8px 0 30px 0;
    width: 495px;
}

.form-row {
    padding-top: 5px;
/*      margin: 0; */
}

.form-col-label {
    width: 145px; 
    float: left; 
    margin-right: 7px;
    text-align: right;
}

.form-col-field {
    width: 233px; 
    float: left;
    padding: 0;
}

#content .contact-us-form col.name {
    width: 202px;
}

#content .contact-us-form col.field {
    width:230px;
}

#content .contact-us-form col.spacer {
    width:10px;
}

#content .contact-us-form .buttons,
.buttons {
    text-align: right;
}

#contact-intro-content {
    margin:  0 38px 0 18px;
    padding: 18px 0;
}
#contact-form-content {
    margin:  0 50px;
    padding: 50px 0;
}

ul.options {
    padding-left:0;
    margin:0;
}
ul.options li {
    list-style: none;
}
.contact-us-form th {
    text-align: right;
    font-weight: normal;
    vertical-align: top;
}

.contact-us-form .required,
.required {
    font-weight: bold;
}
#email2 {
    display: none;
}
/*********************************************************************
 *********************************************************************
 **
 **  Employment Opportunities (jobs)
 **  FAQ
 **
 *********************************************************************
 ********************************************************************/
.job_entry_wrapper {
    padding-left: 30px;
    background:  url(../images/job_icon.png) left top no-repeat;
}
.job_entry,
.faq_entry {
    cursor: pointer;
    cursor: hand;
}
.job_entry:hover h3,
.faq_entry:hover {
    text-decoration: underline;
}
/*********************************************************************
 *********************************************************************
 **
 **  IE Hacks
 **
 *********************************************************************
 ********************************************************************/
.mainnav li a,
.subnavmain a,
.footernav  a {
    float:              left;
}
