html {
    color        : black;
    background   : #222B40;
}

html a {
    color : black;
}

bold {
	font-weight: bold;
	color: #000;
}

div#bd {    
    background         : #FFFFFF;
    margin-top         : 1px;
    padding            : 30px 2px 12px 0px;
    min-height         : 400px;
    color              : black;
/*    background-image   : url(/images/bd1-gradient.png);*/
    background-repeat  : repeat-x; 
}

#page {
/*  background-image      : url(/images/body-shadow.png);
  background-position   : center center;
  background-repeat     : repeat-y;
*/  min-height:  100px;
}

body {
	
	font-family: "Georgia", sans-serif;
}


#news {
    margin-top         : 21px;
    padding            : 8px;
    border-left        : 1px solid #999999;
    border-top         : 1px solid #999999;
    min-height         : 450px;
    
    -moz-border-radius-topleft : 8px;
    -webkit-border-top-left-radius : 8px;
}

#news h3 {
    font-variant       : small-caps;
    font-size          : 95%;
    border-bottom      : 1px dotted #999;
    padding-bottom     : 2px;
    margin-bottom      : 8px;
}

#news p.header {
    font-weight        : bold;
    font-size          : 85%;
    margin-left        : 5px;
    margin-top         : 8px;
}

#news p.item {
    font-size          : 85%;
    margin-left        : 8px;
}

h3 {
	margin-left        : 8px;
	padding-bottom     : 5px;
}

#notice, #ajax_notice {
    
    text-align         : center;
    font-size          : 12px;
    font-weight        : bold;
    font-variant       : small-caps;

    color              : black;
    background         : #F0E2E2;
    border             : 1px solid black;

    padding            : 10px 10px 10px 10px;

    position           : absolute;
    left               : 50%;
    width              : 300px;
    margin-left        : -152px; /* (width/2) - (left.padding + right.padding) */
    margin-top         : 15px;
    visibility         : hidden;

    -moz-border-radius    : 5px;
    -webkit-border-radius : 5px;
}

div.content {
    padding         : 5px 20px 5px 20px;
	margin-top		: 10px;
    background      : transparent !important;
    border          : none !important;
	font-size		: 1.0em;
}

div.content p.heading {
/*    color              : #881122;*/
	color              : #000;
	font-family		   : Arial;
    border-bottom      : 1px dotted #999;
    font-size          : 110%;
    font-weight        : bold;
    width              : 90%;
    margin-bottom      : 8px;
	margin-left        : 5px;
	margin-right       : 5px;
    padding            : 10px 5px 8px 5px;
}

div.content p {
    font-size          : 100%;
    margin-bottom      : 8px;
	margin-left        : 5px;
	margin-right       : 5px;
    padding            : 1px 5px 8px 5px;
}

div.content ul {
    margin-left     : 25px;
    margin-top      : 1px;
}
div.content li {
    font-size       : 100%;
	color           : #333;
	padding         : 2px 2px 8px 2px;
    list-style-image : url('/images/checkmark-li.png');
    margin-left     : 15px;
	margin-right    : 15px;
}

div.gradient {
	
	min-height:256px;
	background:url("/images/content-grad.png") top left repeat-x;'	
}

ul#planlist li {
	
    list-style-image : url('/images/disc-li.png');
	padding-bottom: 2px;
}

div#blog li {

    margin-left     : 10px;
	margin-right    : 10px;
	list-style-image: none;
	list-style-type : disc !important;
	font-size       : 95%;

}

.blogdesc {
	
	font-size: 90%;
}

h1 {
  font-size      : 120%;
  font-weight    : bold;
  margin-bottom  : 4px;
}

h2 {
  font-size      : 105%;
  font-weight    : bold;
  margin-bottom  : 4px;
}

h3 {
  font-size      : 100%;
  font-weight    : bold;
  margin-bottom  : 4px;
}

p {
  padding        : 3px 3px 6px 3px;
}

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

table th {
  padding        : 5px;
  font-weight    : bold;
  font-size      : 95%;
}

table td {
    padding        : 4px;
    font-size      : 95%;
}

table td.lbl {
  font-weight    : bold;
  white-space    : nowrap;
}

table td.field {
	white-space  : nowrap;
}

table.small td {
    padding        : 3px 8px 5px 8px;
    font-size      : 90%;
}

table.small tr {
	padding        : 0px;
}

table.small th {
	border-bottom  : 1px dotted black;
    padding        : 1px 8px 5px 8px;
    font-size      : 95%;
}

table.small td.lbl {
	text-align: left;
    padding        : 1px 8px 1px 8px;
}

table.standard {
	width        : 95%;
}

table.standard th {
  padding        : 5px;
  font-weight    : bold;
  font-size      : 90%;
}

table.standard td {
    padding        : 5px;
    border-bottom  : 1px solid #555;
    font-size      : 85%;
}

table.standard td.lbl {
  font-weight    : bold;
  white-space    : nowrap;
}

table.standard td.field {
	white-space  : nowrap;
}

div#benefits {
	
	width:808px;
	height:375px;
	margin-left:50px;
	background-image      : url(/images/benefits-table.png);
}

table#benefits {
	margin-top			: 20px;
    width               : 95%;
}

table#benefits td {
    padding        : 5px;
    border-bottom  : 1px dotted #555;
    font-size      : 90%;
}

table#benefits td.lbl {
    border-right   : 1px dotted #555;
    font-size      : 95%;
}
table#benefits td.last {
    padding        : 5px;
    border-bottom  : 0px dotted #555;
}

.toolbar {
  padding-left   : 0px;
  padding-bottom : 5px;
  padding-right  : 5px;
}

.groupbox {
    
    border       : 1px solid #999;
    padding      : 12px;
	clear        : both;
}

.groupbox legend {

    font-weight: bold;
    font-variant: small-caps;
    padding: 0px 5px 0px 5px;
}

.rounded {
    -moz-border-radius : 8px;
    -webkit-border-radius : 8px;
}

.bottom-rounded {
    -moz-border-radius-bottomleft : 8px;
    -moz-border-radius-bottomright : 8px;
    -webkit-border-bottom-left-radius : 8px;
    -webkit-border-bottom-right-radius : 8px;
}

div#hd {
  background     : #EEE;
  margin-top     : 2px;
  padding        : 8px;
  background-image: url(/images/hd-gradient.png);
  background-repeat: repeat-x; 
}

h1#logo_tmp {
  line-height    : 80px;
  color          : white;
  font-size      : 22px;
  font-weight    : bold;
}

div#login_out {
  vertical-align : bottom;
  font-size      : 90%;
  text-align     : right;
  color          : white;
  padding-right  : 5px;
  font-variant   : small-caps;
}

div#login_out a {
    color: white;
    font-variant: small-caps;
}

div#navigation {
  background         : #174372;
  border-top         : 1px solid black;
  border-bottom      : 1px solid black;
  width              : 100%;
  text-align         : center;
  padding            : 5px 0px 5px 0px;
/*  min-height         : 300px;*/
/* background-image: url(/images/nav-gradient.png);
  background-repeat: repeat-x; 
*/
}

div#navigation a { 
  color              : white;
  font-variant       : small-caps;
  font-weight        : bold;
  text-decoration    : none;
  font-size          : 110%;
}

div#navigation a:hover {
    text-decoration  : underline;
    color            : white;
}

div#navigation ul {
  list-style-type : none !important; 
}

div#navigation li {
  display            : inline;
  padding            : 3px 10px 3px 10px;
  color              : white;
  font-variant       : small-caps;
  font-size          : 90%;
}

table#products {

  margin     : 15px;
  border     : 1px solid black;
/*  background : #111;*/
  text-align : center;
  font-weight : normal; 
}


table#products th {
    background    : blue;
}

div#ft a {
    color: white;
}

.lbl {
    text-align: right;
    padding-right: 5px;
}

div#ft {
/*    background: #111B30;*/
/*    background-image: url(/images/footer-shadow.png);
    background-position: center top;
    background-repeat: no-repeat;
*/    min-height: 32px;
}
div#ft p {
    padding-top   : 10px;
    font-size     : 75%;
    text-align    : center;
    color         : white;
}

tr.lined {
    border-bottom  : 1px dotted #AAA;
    width          : 95%;
}

table#yui-dt0-bodytable a {
    color: black;
}


input[type='text'], input[type='password'] {
    padding: 2px;
    border: 1px inset #999;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}

.fieldWithErrors input[type='text'], .fieldWithErrors input[type='password'] {
    background-color: #ffdfdf;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    white-space : nowrap;
}

.fieldWithErrors select {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: #DD2255;
}

.formError {
    color           : #FF8888;
    font-size       : 80%;
    display: inline;
}

/*table#yui-dt0-bodytable td {
    background: #333;
}
.yui-dt-col-name a {
    color: white;
}
.yui-dt-liner {
    border-bottom: 1px solid white;
    color: white;
    background: #555;
}

*/
/*
** Styles not likely to stay around...
*/
ul.todo {
/*    border        : 1px dotted black;*/
    width         : 40%;
/*    background    : #111;*/
    margin        : 15px;
    padding       : 10px;
}

ul.todo li {
    font-weight     : bold;
    padding         : 2px;
    list-style-type : disc;
    font-variant    : small-caps;
    margin-left     : 8px;
}

table.todo thead th {
    font-weight     : bold;
    background      : #EEE;
    padding         : 2px;
    text-align      : center;
}

table.todo td {
    padding         : 4px;
    text-align      : center;
}

pre.todo {
    border        : 1px dotted black;
    background    : #EEE;
    margin        : 15px;
    padding       : 10px;
    /* wrap text */
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

#paging a {
    color         : #0000de;
}

#menu {
  background: url("/images/nav-bg-grad.png") top repeat-x !important;
  float: left;
  list-style: none;
  margin: 0;
  height: 32px;
  width: 100%;
  border-top: 1px solid #222;
/*  border-bottom: 1px solid #222;*/
}


#menu li {
  float: left;
  margin: 0;
  padding: 0;
}

#menu a {
  font-variant: small-caps;
  font-family: "Verdana" !important;
  font-size: .9em;
/*  border-right: 1px solid #777;*/
  color: #CCC;
  display: block;
  float: left;
  margin: 0;
  text-decoration: none;
  padding: 9px 15px;
  background: url("/images/nav-bg-grad.png") top repeat-x;
}

#menu a:hover {
  background: url("/images/hover.png") bottom center no-repeat;
  color: #FFF;
}

#menu a.itemselected {
  background: url("/images/hover.png") bottom center no-repeat;
  color: #FFF;
}

#submenu {
  background: url("/images/nav-bg-grad.png") top repeat-x !important;
  float: left;
  list-style: none;
  margin: 0;
  height: 32px;
  width: 100%;
  margin-bottom: 10px;
}


#submenu li {
  float: left;
  margin: 0;
  padding: 0;
}

#submenu a {
  font-variant: small-caps;
  font-family: "Verdana" !important;
  font-size: .9em;
/*  border-right: 1px solid #777;*/
  color: #CCC;
  display: block;
  float: left;
  margin: 0;
  text-decoration: none;
  padding: 9px 15px;
  background: url("/images/nav-bg-grad.png") top repeat-x;
}

#submenu a:hover {
  background: url("/images/hover.png") bottom center no-repeat;
  color: #FFF;
}

#submenu a.itemselected {
  background: url("/images/hover.png") bottom center no-repeat;
  color: #FFF;
}
