/*

                    QRS Marketing Standard Style Definitions
--------------------------------------\|/----------------------------------- */

/* ----------------------------------------------------------------------------
division and general layout elements
---------------------------------------------------------------------------- */
body.qrs {
   font-family: verdana,arial,helvetica,sans-serif;
   font-size: 12pt;

   text-align: center;
   color:#000088;

   background-color: #00646d;
   }

div#con_outer {
   margin-right: auto;
   margin-left: auto;

   width: 750px;
   height: 830px;

   text-align: left;
   
   background-color: #ffffff;
   }

.con_image {
   margin-left: 12px;
   
   width: 400px;
   height: 650px;

   float: left;
   }

.image_frame {
   padding: 3px;

   border-style: double;
   }

/* ----------------------------------------------------------------------------
paragraph and text elements
---------------------------------------------------------------------------- */
.title {
   /* title point should be approximately 50% larger than normal (body class) point */   
   font-size: 18pt;
   }
.title_center {
   font-size: 18pt;

   text-align: center;
   }
.subtitle {
   /* subtitle point should be approximately 25% larger than normal (body class) point */   
   font-size: 15pt;
   }
.subtitle_center {
   font-size: 15pt;

   text-align: center;
   }

/* CfMC related text elements

txtLabel    = styles for question labels    (generally displays only in test & development modes)
txtInstruct = styles for instructional text
txtError    = styles for error text
txtList     = styles for response list text (also, txtList_small - uses a reduced point size)
txtQuestion = styles for question text      (use for main onscreen content)
txtNote     = styles for notational text
txtODBC     = styles for text extracted from an external DB
---------------------------------------------------------------------------- */
.txtLabel {
   font-family: serif;
   font-size: 10pt;
   font-weight: bold;

   color: #a9a9a9;
   }
.txtInstruct {
   font-family: verdana;
   font-size: 10pt;

   color: #000088;
   }
.txtError {
   font-family: verdana;
   font-size: 10pt;
   font-weight: bold;

   color: #ff0000;
   }
.txtList {
   font-family: verdana;
   font-size: 10pt;

   color: #000088;
   }
.txtList_small {
   font-family: verdana;
   font-size: 8pt;

   color: #000088;
   }
.txtQuestion {
   font-family: verdana;
   font-size: 10pt;

   color: #000088;
   }
.txtNote {
   font-family: sans-serif;
   font-size: 10pt;

   color: #000000;
   }
.txtODBC {
   font-family: verdana;
   font-size: 10pt;

   color: #008800;
   }

/* ----------------------------------------------------------------------------
table elements
---------------------------------------------------------------------------- */
#survey {
   border-width: 0;
   border-style: solid;
   border-color: #0047AB;
   }

/* ----------------------------------------------------------------------------
navigational elements

qrs = internal links
out = external links
nul = disabled/inactive links
---------------------------------------------------------------------------- */
a.qrs:link {color: #000088}
a.qrs:active {color: #000088}
a.qrs:visited {color: #000088}
a.qrs:hover {color: #a9a9a9}

a.out:link {color: #008800}
a.out:active {color: #008800}
a.out:visited {color: #008800}
a.out:hover {color: #a9a9a9}

a.nul:link {color: #a9a9a9}
a.nul:active {color: #a9a9a9}
a.nul:visited {color: #a9a9a9}
a.nul:hover {color: #a9a9a9}

/* ------------------------------------/ \----------------------------------- */
/* ------------------------------------\ /----------------------------------- */

