/*
  Name:      Fusion Marketing Partners CSS
  Filename:  style.css


*/
body {background-color:gray; color:Black; margin:0px;}
body, div, table, tr, td, th, a, ol, ul
{font-family:Arial, Helvetica, sans-serif, Verdana; font-size:9pt; font-weight:normal; text-align:left; color:#444444;}
table, tr, td, th {vertical-align:top;}
a {color:Blue; text-decoration:underline;}

ul, ol {margin-top:0px; margin-bottom:0px;}
h1 {margin:0px 0px 0px 30px; color:#444444;}
h2 {margin-top:0px; margin-bottom:0px; color:#444444;}
h3 {margin-top:0px; margin-bottom:0px; color:#444444;}


/*
--------------------------------------------------------------------------------
Custom CSS Classes
--------------------------------------------------------------------------------
*/

/* Page CSS
   --------
   body -- CSS for entire page (within the body tags).
           Modify this class (.body) to set page background color and image.
           Do not modify the body class to set the background color/image.
   page -- CSS for page content (all content).
           Modify this class to set content width.
*/
.body 
{
  /*background:#EEEEEE;*/
  background:#DDE4F3 url('images/bg-blue.jpg');
  /*background:#E6E6E6 url('images/bg_main.png');*/
  background-repeat:repeat-x;
}
.page {padding:0px 20px 0px 20px; width:800px;}

.bordered { border: solid 1px #cccccc; }


.content-box {
   margin:  10px 0px 20px 50px;
   background-color:white;
   width: 900px;
}
.content-subbox {
   margin:  30px 30px 30px 30px;
   background-color:white;
}


.survey-question { padding:12px 0px 0px 0px; color:#444444; font-size:10pt;}
.survey-option   { padding:0px 0px 0px 0px; color:#444444; width:100px; font-size:9pt;}

