* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "lucida sans", sans-serif;
  behavior:url("/csshover.htc");
  background-color: #C7D4DF;
}

#fixed {
  width: 960px;
  min-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  z-index: 1;
}

#fixed-wrapper {
  width: 100%;
  text-align: center;
  background: url("/bggradient.png") repeat-x;
}

#main-wrapper {
  clear: both;
  border: #7f9fbf solid 5px;
  /*border: #8792BA solid 5px;*/
  margin-top: 2em;
  background-color: #fff;
  padding-bottom: 300px;
}

#footer {
  clear: both;
  background-color: #C7D4DF;
  text-align: center;
  font-size: 80%;
}

#leftmenu {
  clear: both;
  float: left;
  width: 170px;
  text-align: left;
  margin-left: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}

#rightmenu {
  float: right; 
  width: 210px;
  text-align: left;
  margin-top: 0px;
  margin-left: 5px;
  margin-bottom: 20px;
  right: 0px;
  top: 75px;
  position: relative;
  border-left: 1px solid #4f798f;
  padding-left: 5px;
  padding-bottom: 20px;
  font-size: 90%;
}

#rightmenu ul {
  list-style-type: none;
  padding-left: 1em;
  margin-top: 8px;
}

#rightmenu li {
  padding-top: 5px;
}

.bigroundedbox {
  margin: 0.5em 0px 0.5em 0px; 
  /*border: 1px solid #000; */
  width: 48%;
  color: #fff;
}

.bigroundedbox h4
{
  /*color: #4f798f;*/
  font-weight: bold;
  padding-left: 1em;
  background-color: #4f798f;
}

.bigroundedbox h4 a
{
  color: #fff;
}

.bigroundedbox div {
/*  border-top: 1px solid #000;*/
  background-color: #C7D4DF;
  color: #000;
}

.bigroundedbox ul {
  list-style-type: square;
  padding-left: 20px;
}


p .cmdbox {
  font-size: 90%;
}

a:visited {
  color: #548f51;
}

a:link {
  color: #4f798f;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.desc {
  display: none;
}

.stepbox {
  border: #7f9fbf solid 2px;
  margin-top: 10px;
}

.stepbox h5 {
  background-color: #7f9fbf;
  color: #fff;
  text-transform: uppercase;
}

.stepbox img {
  display: inline;
}

.stepbox div {
  margin: 5px;
}

.stepbox ul {
  float: right;
  width: 150px;
}

.stepbox ol {
  float: right;
  width: 150px;
  list-style-type: disc;
  margin-left: -20px;
}

.stepbox a {
  margin-right: -15px;
}

.detailbox div {
  clear: both;
  border-bottom: #bbb dashed 1px;
}

.detailbox a {
  margin-right: 0px;
}

.detailbox p span {
  font-size: 150%;
}

.detailbox img {
  border: #000 solid 1px;
}

/* Try colors:
#8cb389 - GREEN
#548f51 - Dark green
#d0d8db - Light Blue
#87a3ba - Light Blue 2
#ba9d84 - Brown
#7f9fbf - Dark Blue
#4f798f - Dark Blue 2
#355e00 - Green 1

New color wizard
#C7D4DF - Light Blue
#89BA87 - Green
#3D566A - Dark Blue (not crazy about it, too dark)
#a0a0a0 - Gray
#BA9E87 - Brown
#BA8789 - Maroon
#8792BA - Bluish Purple
*/

.blueheaders h4
{
  color: #4f798f;
  font-weight: bold;
}

.grayheaders h4
{
  color: #a0a0a0;
  font-weight: bold;
}

.rounded h4
{
  padding-left: 1em;
}

.roundedbig h4
{
  padding-left: 1em;
}

#leftmenu a {
  vertical-align: middle;
}

#content {
/*  float: left;
  width: 500px;
  margin-left: 20px;*/
  margin-left: 200px;
/*  margin-right: 50px;*/
  margin-right: 250px;
  margin-top: 10px;
  font-size: 90%;
  line-height: 130%;
}

#content h3 {
  font-size: 140%;
  border-bottom: 5px solid #4f798f;
  color: #888;
  text-align: left;
}

#content p {
  padding: 0.75em 0.75em 0.75em 1em;
}

#content table {
  color: #888;
  margin-top: 1em;
}

#content table tr {
  vertical-align: top;
}

#content table th {
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 105%;
}

#content table.leftheader th {
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 105%;
}

#content table td {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#content .smallblk {
  margin-top: 1em;
  color: #888;
  width: 50%;
  display: inline;
}

#content .smallblk p {
  padding: 0em;
}

#content h4,#rightmenu h4 {
  padding-top: 0.5em;
  font-size: 120%;
}

#content h5 {
  padding-top: 0.5em;
  padding-left: 0.75em;
  font-weight: bold;
  font-size: 110%;
}

#content h6 {
  padding-top: 0.75em;
  padding-left: 0.75em;
  font-weight: bold;
  font-size: 101%;
}

#content .cheader {
  color: #89BA87;
}

#content .lbold {
  font-weight: bold;
  color: #a0a0a0;
}

#content ul.inlist {
  list-style-type: square;
  padding-left: 2em;
}

#content ol {
  padding-left: 2em;
}

#content ul.spaced {
  list-style-type: circle;
}

#content ul.spaced li {
  padding-bottom: 1em;
  font-size: 90%;
}

#content ul.spaced li span {
  padding-left: 1em;
  display: block;
}

#content .numeric {
  margin-left: 30px;
  list-style-position: outside;
  list-style-type: decimal;
}

#titlebar {
  height: 23px;
  background-color: #7f9fbf;
  font-size: 75%;
  text-align: right;
  padding-right: 30px;
  border-top: #7f9fbf solid 5px;
  color: #fff;
}

#titlebar a {
  color: #fff;
}

#titlebar form {
  display: inline;
}

#header-wrapper {
  border: #7f9fbf solid 5px;
  background-color: #fff;
/*  background-color: #C7D4DF;*/
}

#header-wrapper-2 {
  background-color: #C7D4DF;
}

#header {
  height: 125px;
  margin-left: 20px;
  margin-right: 20px;
}

#header h1 a:hover
{
  text-decoration: none;
}

.pad {
  margin-left: 30px;
}

.titleheader
{
  margin-top: 10px;
  margin-left: 87px;
  float: left;
  width: 270px;
  font-family: "Bitstream Vera Serif", serif;
}

.titleheader h1
{
  text-align: right;
  font-size: 145%;
}

.titleheader h1 span
{
  color: #87a3ba;
}

.titleheader h3 {
  color: #87a3ba;
  text-align: right;
  font-size: 85%;
  font-style: italic;
  padding-right: 3px;
}

.titleheader h5 {
  text-align: center;
  font-size: 110%;
  padding-top: 10px;
}

.titleheader a {
  color: #000;
}

.leftalign {
  margin-top: 7px;
  float: left;
}

.rightalign {
  margin-top: 10px;
  float: right;
  font-size: 70%;
}

.rightalign p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.titleimages {
  margin-left: 0px;
  float: left;
}

.titleimages img {
  margin-left: 0px;
  padding: 0px;
  border-left: #7f9fbf solid 10px;
  border-right: #7f9fbf solid 10px;
}

.number {
  font-size: 120%;
}

table .infobox {
  margin-left: 5px;
  margin-right: 5px;
  width: 90%;
  color: #000;
}

.infobox {
  border: 1px solid #000;
  margin-left: 30px;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #bbb;
  width: 90%;
}

.infobox li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.infobox h4 {
  margin-top: 0px;
  border-bottom: 1px solid #000;
  padding-left: 0.5em;
}

.infobox div {
  padding-left: 30px;
  background-color: #fff;
}

.infobox2 {
  border: 0px solid #000;
  margin-left: 30px;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 90%;
}

.infoboxtopleft { background:url(/infobox_top_left.png) no-repeat; height: 28px; }
.infoboxtopright { background:url(/infobox_top_right.png) top right no-repeat; height: 28px;}
.infoboxleft { background:url(/infobox_left.png) repeat-y; }
.infoboxright { background:url(/infobox_right.png) top right repeat-y; }
.infoboxbottomleft { background:url(/infobox_bottom_left.png) no-repeat; height: 33px; }
.infoboxbottomright { background:url(/infobox_bottom_right.png) top right no-repeat; height: 33px;}

.infoboxright li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.infoboxtopright h4 {
  padding-left: 1em;
  position: relative;
  top: -0.25em;
}

.infoboxright div {
  padding-left: 30px;
  padding-right: 30px;
}

a img {
  border: 0px none #000;
  margin-right: 20px;
}

#navtop-wrapper {
  clear: both;
  background-color: #C7D4DF;
  height: 2.1em;
}

.navtop {
  position: absolute;
  margin-left: 180px;
}

fieldset {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}

#content .rendertable tr td
{
  padding: 0px;
  margin: 0px;
}

.renderrow td
{
  border-bottom: 1px solid #000;
  padding: 0px;
  margin: 0px;
}

.renderrow
{
  height: 0.5em;
  margin-bottom: 1em;
}
.renderheader
{
  width: 8em;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 110%;
}

/* Curved Borders*/

#leftmenu .curved {
  width: 100%;
  margin-top: 10px;
}

#leftmenu .curved a {
  color: #4f798f;
}

.navtop .curved {
  position: relative;
  /*top: -1.5em;*/
  width: 7em;
  padding-top: 0.1em;
}

.curved {
  float: left;
  /*background: transparent;*/
  margin-right: 8px;
}

.curved a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

.curved h1, .curved p {
  margin:0 10px;
}

.curved h1 {
  font-size:2em; 
  color:#fff;
}

.curved p {
  padding-bottom:0.5em;
}

.curved .b1, .curved .b2, .curved .b3, .curved .b4 {
  display:block; 
  overflow:hidden; 
  height:1px; 
  font-size:1px;
  background:#fff;
  border-left:1px solid #000; 
  border-right:1px solid #000;
}

.curved .b1 {
  margin:0 4px; 
  background:#000;
}

.curved .b2 {
  margin:0 3px; 
}

.curved .b3 {
  margin:0 2px; 
}

.curved .b4 {
  margin:0 1px; 
  height:2px;
}

.curved .boxcontent {
  display:block; 
  background:#fff;
  border:0 solid #000; 
  border-width:0 1px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}

/*Accounts page*/
#accountleftbar {
  float:left;
  width: 120px;
  text-align: center;
  padding-top: 2em;
}

#accountleftbar span {
  background-color: #ddd;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin-top: 0.1em;
  margin-top: 0.1em;
  display: block;
}

#accountnavtop {
  height: 3em;
  background-color: #C7D4DF;
  margin-top: -10px;
  padding-left: 20px;
}

#accountnavtop span {
/*  padding-left: 0.2em;*/
  padding-right: 5px;
  margin-left: 5px;
/*  margin-right: 0.2em;*/
  border-right: #7f9fbf solid 1px;
  text-align: center;
  max-width: 90px;
  height: 3em;
  display: block;
  float: left;
}

#accountcontent {
  padding-top: 0.5em;
  /*clear: both;*/
  /*margin-left: 150px;*/
}

/*Menus*/
ul.menu-level-1 {
  list-style: none;
  z-index: 1000;
}

ul.menu-level-1 li ul { 
  clear: left;  
  list-style: none; 
  display: none;
}

ul.menu-level-1 li ul li {
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  border-left: 1px #000 solid;
  overflow: hidden;
  background: #fff;
  vertical-align: center;
}

ul.menu-level-1 li ul li span {
  padding-left: 0.5em;
  padding-top: 0.3em;
  /*padding-bottom: 0.3em;*/
  border: 0px #000 none;
  display: block;
}

ul.menu-level-1 li ul li a:hover span {
  text-decoration: underline;
  color: #89BA87;
}

ul.menu-level-1 li:hover ul {
  display: block;
}

/*Portfolio items*/
#content .portfolioitem {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 300px;
  min-height: 300px;
}

#content .portfolioitem p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#portfolio p {
  padding-top: 5px;
  padding-bottom: 5px;
}

#portfolio table {
  border-collapse:collapse;
}

#portfolio table td {
  border: 1px dashed #777;
}

/*Quote box*/
.quotebox {
  margin: 15px;
  border-bottom: 1px dotted #000; 
  border-top: 1px dotted #000;
  text-align: center;
}

.quotebox h5 {
  font-size: 150%; 
  font-style: italic;
}

/*Checkbox list*/
ul.checklist {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.checklist li
{
  background-image: url(/check_16.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 20px;
  min-height: 30px;
}

ul.checklistbig {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.checklistbig li
{
  background-image: url(/check_32.jpg);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 36px;
}

.warningbox {
 border: 5px solid #f00;
}

/*IFrame content*/
#framewrapper {
  font-size: 90%;
  margin-top: 10px;
}
#framewrapper h3 {
  font-size: 140%;
  border-bottom: 5px solid #4f798f;
  color: #888;
  text-align: left;
}
