/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

    www.propel.com Global Stylesheet
    ----------------------------------------------------------
    Copyright(c) Propel Software Corp. 2009.  All Rights Reserved.
    Not to be reused without permission.

    $DateTime: 06/21/2009 14:49:00 $

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


/*================= Section 1: General Styles =================*/


/****************************************
    Styles for general HTML tags
*****************************************/

body {
  margin: 0px;
  padding: 0px;
  background-color: #abd0ed;
  color: #000000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
}

h1 {
  color: #d95936;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 20px;
}

h2 {
  color: #302b2c;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
}

h3 {
  color: #1b75bc;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
}

strong {
  color: #030000;
}

h1 strong {
  color: #1b75bc;
}

h3 strong {
  color: #000000;
}

p {
  text-align: justify;
}

a:link {
  color: #4084b7;
  text-decoration: underline;
}
a:visited {
  color: #999999;
  text-decoration: underline;
}
a:hover {
  color: #e66e41;
  text-decoration: none;
}
a:active {
  color: #e66e41;
  text-decoration: none;
}

hr {
  height: 0px;
  margin: 20px 0px 20px 0px;
  border-style: dashed;
  border-width: 1px 0px 0px 0px;
  border-color: #cacaca;
}

/****************************************
    Styles for general purpose classes
*****************************************/

.bodyText {
  color: #000000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
}

.redbold {
  color: #d95936;
  font-weight: bold;
}

.redNew {
  color: #ff0000;
  font-weight: bold;
  font-style: italic;
}

.small {
  font-size: 11px;
}

.quote {
  font-style: italic;
}

.author {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.alignTop td {
  vertical-align: top;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

a.plainLink:link, a.plainLink:visited {
  text-decoration: none;
}

p.imageWrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

div.leftHalf {
  float: left;
  width: 50%;
}

div.rightHalf {
  float: right;
  width: 50%;
}

div.halfInner {
  padding: 10px;
}

div.clearDiv {
  clear: both;
  height: 1px;
}

/*================= Section 2: Element-specific Styles: Template =================*/


/****************************************
    Styles for page header
*****************************************/

#headerWrapper {
  min-width: 950px;
  background-color: #ffffff;
  text-align: center;
}

#header {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#logoLink {
  float: left;
  width: 250px;
  margin: 0px;
}

#translateBox {
  float: right;
  width: 215px;
  margin: 0px;
  padding: 35px 0px 0px 0px;
  text-align: center;
}

#tagLine {
  margin: 0px;
  padding: 55px 0px 20px 0px;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
}

#quickLinks {
  margin: 0px;
  padding: 15px 30px 15px 0px;
  text-align: right;
}

#quickLinks li {
  display: inline;
  margin: 0px;
}

#quickLinks li a {
  margin: 0px;
  padding: 5px 15px 5px 15px;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

#quickLinks li a:link {
  background-image: url(../images/dot_1.gif);
  background-color: transparent;
  color: #6fa4cb;
}
#quickLinks li a:visited {
  background-image: url(../images/dot_1.gif);
  background-color: transparent;
  color: #6fa4cb;
}
#quickLinks li a:hover {
  background-image: none;
  background-color: #e66e41;
  color: #ffffff;
}
#quickLinks li a:active {
  background-image: none;
  background-color: #e66e41;
  color: #ffffff;
}

/****************************************
    Styles for horizontal nav-bar
*****************************************/

#navBarWrapper{
  clear: both;
  position: relative;
  top: 0px;
  left: 0px;
  min-width: 950px;
  text-align: center;
}

#leftColorDiv {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  background-color: #6db0e5;
  text-align: right;
}

#rightColorDiv {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  background-color: #285d8d;
  text-align: left;
}

#navBar {
  position: relative;
  top: 0px;
  left: 0px;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  background-color: #abd1ed;
  text-align: left;
}

#navBarInner {
  height: 25px;
  margin: 0px 110px 0px 250px;
  background-color: #302b2c;
}

#navBarSide {
  float: right;
  width: 110px;
  height: 25px;
  background-color: #302b2c;
}

#navBarSide .inner {
  margin: 3px 15px 3px 0px;
  padding: 2px 0px 2px 0px;
  background-color: #d95936;
  text-align: center;
}

#navBarSide .inner a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#mainNav {
  margin: 0px 0px 0px 250px;
  padding: 5px 0px 5px 5px;
  background-color: #302b2c;
}

#mainNav li {
  display: inline;
  margin: 0px;
}

#mainNav li a {
  margin: 0px;
  padding: 2px 15px 2px 15px;
  font-weight: bold;
  text-decoration: none;
}

#mainNav li a:link {
  background-color: transparent;
  color: #aed3ee;
}
#mainNav li a:visited {
  background-color: transparent;
  color: #aed3ee;
}
#mainNav li a:hover {
  background-color: #6db0e5;
  color: #ffffff;
}
#mainNav li a:active {
  background-color: #6db0e5;
  color: #ffffff;
}

#udm li.highlight a {
  color: #e66e41;
}

#udm #mainNavInner {
  width: 220px;
}

#udm #mainNavInner li a {
  color: #356a84;
}

#udm #mainNavInner li.highlight a {
  color: #e66e41;
}

.mainNavHack {
  margin: 0px;
  padding: 5px 0px 5px 0px;
}

.mainNavHack li {
  display: inline;
  margin: 0px;
}

.mainNavHack li a {
  margin: 0px;
  padding: 2px 0px 2px 0px;
  font-weight: bold;
  text-decoration: none;
}

/****************************************
    Styles for main body
*****************************************/

#mainWrapper {
  clear: both;
  min-width: 950px;
  padding-bottom: 10px;
  background-image: url(../images/background_main.gif);
  background-repeat: repeat-x;
  background-color: #abd0ed;
  text-align: center;
}

#main {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  text-align: left;
}

/* p_index_page.dwt: body pane wrapper */
#paneWrapper {
  background-image: url(../images/background_side.gif);
  background-repeat: repeat-x;
  background-color: #e5f1f9;
}

/* p_index_page.dwt: body right pane */
#rightPane {
  float: right;
  width: 215px;
}

#rightPane .inner {
  padding: 10px 15px 10px 15px;
}

#rightPane .innerTop {
  clear: both;
  padding: 10px 15px 10px 15px;
  border-top: 1px solid #999999;
}

#rightPane .caption {
  padding: 5px;
  background-color: #302b2c;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

#rightPane #captionCC {
  background-image: url(../images/cc_icon.png);
  background-repeat: no-repeat;
  background-position: 15px 2px;
}

#rightPane a {
  color: #e66e41;
  font-weight: bold;
}

#rightPane p {
  margin: 5px 0px 5px 0px;
}

#rightPane p.quote {
  font-style: normal;
}

#rightPane p.author {
  font-weight: bold;
  text-align: left;
}

#rightPane p.indent {
  margin-top: 10px;
  text-align: center;
}

#rightPane div.floatLeft {
  padding: 20px 0px 0px 0px;
}

#rightPane div.alignRight {
  padding: 30px 0px 0px 0px;
}

#rightPane div.leftHalf {
  width: 55%;
}

#rightPane div.rightHalf {
  width: 45%;
}

#demo {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 560px;
  height: 360px;
  padding: 20px;
  border: 1px solid #999999;
  background-image: url(../images/background_side.gif);
  background-repeat: repeat-x;
  background-color: #e5f1f9;
  font-size: 11px;
  text-align: center;
}

#demo a {
  color: #e66e41;
  font-weight: bold;
}

#demo p {
  margin: 5px 0px 5px 0px;
}

/* p_index_page.dwt: body left pane */
#leftPane {
  margin: 0px 215px 0px 0px;
  border-right: 1px solid #999999;
  background-color: #ffffff;
}

#homeBackground {
  background-image: url(../images/speed_surf.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#homeContent {
  margin: 0px 0px 0px 350px;
  padding: 10px 20px 10px 20px;
}

#homeContent p.indent {
  padding-left: 20px;
}

/* p_index_page.dwt: body bottom pane */
#bottomPane {
  clear: both;
  padding: 0px 20px 10px 20px;
  border-top: 1px solid #999999;
}

#bottomPane h3.floatLeft {
  margin: 0px;
}

#bottomPane p.indent {
  margin-left: 250px;
  font-weight: bold;
}

#boxView {
  clear: both;
  padding: 10px 1px 20px 1px;
  border-top: 1px solid #999999;
}

#boxView p {
  margin-top: 0px;
}

#boxView div.caption {
  padding: 5px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

#boxView div.body {
  height: 120px;
  padding: 10px;
}

#boxView div.floatLeft {
  padding: 0px 0px 0px 10px;
}

#boxView div.alignRight {
  padding: 10px 2px 0px 0px;
}

#leftBox {
  float: left;
  width: 300px;
  border: 1px solid #c0c0c0;
}

#leftBox div.caption {
  background-color: #d95936;
  border-bottom: 1px solid #c0c0c0;
}

#rightBox {
  float: right;
  width: 300px;
  border: 1px solid #c0c0c0;
}

#rightBox div.caption {
  background-color: #1b75bc;
  border-bottom: 1px solid #c0c0c0;
}

#centerBox {
  width: 300px;
  margin-left: 323px;
  margin-right: 323px;
  border: 1px solid #c0c0c0;
}

#centerBox div.caption {
  background-color: #302b2c;
  border-bottom: 1px solid #c0c0c0;
}

/* p_index_page.dwt: body large bottom */
#largeBottom {
  clear: both;
  height: 67px;
  background-color: #111217;
}

#largeBottom p {
  margin: 0px 35px 0px 250px;
  font-weight: bold;
}

#largeBottom p.quote {
  padding: 15px 0px 3px 0px;
  color: #b7b7ac;
  font-size: 14px;
  text-align: right;
}

#largeBottom p.author {
  padding: 3px 0px 15px 0px;
  color: #f2eee5;
  font-size: 11px;
}

/* p_two_column.dwt: body side-bar on left */
#sideBar {
  float: left;
  width: 250px;
}

#sideBar .inner {
  padding: 30px;
}

#sideBar p.indent {
  margin-top: 15px;
  padding-left: 40px;
}

#sideBarBox {
  margin-top: 50px;
}

#sideBarBox p {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
}

#subNav {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #cacaca;
  list-style: none;
}

#subNav li {
  margin: 0px;
  border-bottom: 1px dashed #cacaca;
}

#subNav li a {
  display: block;
  margin: 0px;
  padding: 5px 10px 5px 40px;
  color: #1b75bc;
  font-weight: bold;
  text-decoration: none;
}

#subNav li a:link {
  background-color: transparent;
}
#subNav li a:visited {
  background-color: transparent;
}
#subNav li a:hover {
  background-color: #eeeeee;
}
#subNav li a:active {
  background-color: #eeeeee;
}

#subNav li.highlight a {
  background-image: url(../images/dot_3.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

#subNav #subNavInner {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#subNav #subNavInner li {
  border-bottom: 0px dashed #cacaca;
}

#subNav #subNavInner li a {
  background-image: none;
  font-size: 11px;
}

#subNav #subNavInner li.highlight a {
  color: #e66e41;
}

/* p_two_column.dwt: body content on right */
#content {
  margin: 0px 0px 0px 250px;
  padding: 10px 20px 10px 0px;
}

/* p_one_column.dwt: body large content */
#largeContent {
  margin: 0px;
  padding: 20px 50px 20px 50px;
}

/* p_two_column.dwt & p_one_column.dwt: body bottom */
#bottom {
  clear: both;
  height: 35px;
  background-color: #111217;
}

/****************************************
    Styles for page footer
*****************************************/

#footer {
  clear: both;
  background-color: #abd0ed;
}

#footer p {
  margin: 0px;
  padding: 5px 0px 5px 20px;
  color: #302b2c;
  font-size: 10px;
}

#copyright {
  float: left;
  width: 300px;
}

#footerLinks {
  float: right;
  width: 250px;
  margin: 0px;
  padding: 5px 30px 5px 0px;
  text-align: right;
}

#footerLinks li {
  display: inline;
  margin: 0px;
}

#footerLinks li a {
  margin: 0px;
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  font-size: 11px;
}

#footerLinks li a:link {
  color: #366383;
  text-decoration: none;
}
#footerLinks li a:visited {
  color: #366383;
  text-decoration: none;
}
#footerLinks li a:hover {
  color: #e66e41;
  text-decoration: underline;
}
#footerLinks li a:active {
  color: #e66e41;
  text-decoration: underline;
}

/*================= Section 3: Element-specific Styles: Content =================*/
#content .inner {
  margin-right: 70px;
}

#content .matchRight {
  margin-right: 120px;
}

#content a.toggleFlag {
  font-family: Courier New, sans-serif;
  text-decoration: none;
}

#content a.toggleHeadOn {
  color: #1b75bc;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

#content a.toggleHeadOff {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

#content div.toggleBody {
}

#content div.toggleFlagWrapper {
  float: left;
}

#content div.toggleHeadWrapper {
  margin-left: 30px;
  margin-bottom: 10px;
}

#footnote, #footnote2 {
  clear: both;
  color: #999999;
  font-size: 11px;
}
