h1 
{
    font-size: 18px;
    font-weight: bold;
    color: #000080;
}

ul 
{
    list-style-type:square;
    text-align:left;
}


a:link {text-decoration: underline;}
a:active {text-decoration: none;}
a:visited {text-decoration: underline;}
a:hover {text-decoration: underline;}

.menu_level1
{
    text-decoration: none;
    color: White;
    font-weight: bold;
    margin-left: 6px;
    padding: 2px;
    font-size: 11px;
}

.menu a:link,.menu a:active,.menu a:visited,.menu a:hover
{
    text-decoration: none;
    color: White;
    font-size: 11px;
}

.menu td 
{
    padding-left: 6px;
}

.menu_level2
{
    text-decoration: none;
    color: white;
    font-weight: normal;
    margin-left: 6px;
    padding: 2px;
    background-color: #C4DDF4;
    font-size: 11px;
}

.menu_level2 
{
    border-collapse:collapse;
}

.menu_level2 td
{
    background-color: #CDE2F5;
    padding: 3px;
    border-bottom: dotted 1px black;
}

.menu_level2 td td
{
    border-bottom: none;
}

.menu_level2 a:link, .menu_level2 a:active, .menu_level2 a:visited, .menu_level2 a:hover, .menu_level2 a
{
    text-decoration: none;
    color: #2067AE;
}

body {
	font-size: 12px;
	font-family: arial;
	color: #000000;
	background: #ffffff;
}

p 
{
    text-align:left;
}

img {
	border: none;
}

div#title {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	padding: 5px;
	/* background-color: #FFFFCA; */
	width: 75%;
	margin-top: 40px;
}

div#form {
	margin: 20px;
}

div#form p {
	margin: 2px;
	background-color: transparent;
	font-size: 16px;
	text-align: center;
}

div#form p.title {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	padding: 5px;
	/* background-color: #FFFFCA; */
	width: 75%;
	text-align: center;
}

div#form p.left {
	/* text-indent: 1em; */
	text-align: justify;
	margin-bottom: 1em;
	font-size: 15px;
}

div#form table {
	background: white;
	border-collapse: collapse;
	margin: 0px;
	empty-cells: show;
}

div#form table.invisible {
	border: none;
	background: none;
	border-collapse: collapse;
	width: 84%;
	margin: 2px;
	empty-cells: show;
}

div#form table.invisible td {
	background: none;
	text-align: center;
}

div#form thead th {
}

div#form thead td {
	border: 1px solid white;
	background-color: transparent;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

div#form thead p {
	text-indent: 1em;
	background-color: transparent;
	text-align: left;
	margin-bottom: 1em;
}

div#form th, div#form td.header  {
	font-size: 13px;
	border: 1px solid white;
	font-weight: 700;
	background: #CAE4FF;
	padding: 5px;
	text-align: right;
	color: #000080;
	vertical-align: top;
	width: 120px;
	min-width: 120px;
}

div#form th.yellow {
	color: #000080;
	background-color: #FFFFCA;
	font-weight: bold;
	font-size: 13px;
	padding: 4px;
}

div#form th.yellowsmall {
	color: #000080;
	background-color: #FFFFCA;
	font-weight: bold;
	font-size: 13px;
	padding: 4px;
}

div#form td.yellow {
	color: #000080;
	background-color: #FFFFCA;
	font-weight: bold;
	font-size: 13px;
	padding: 4px;
}

div#form th.white {
	border: 1px solid #2880D7;
	background: white;
	color: black;
}



div#form td {
	border: 1px solid white;
	font-size: 100%;
	font-weight: normal;
	background: transparent;
	text-align: left;
	color: black;
	padding: 2px;
	vertical-align: top;
}

div#form td.left {
	text-align: left;
}

div#form td.text {
	font-size: 14px;
	text-align: left;
	padding-left: 12px;
	border-top: solid 1px #000080;
}

div#form td.boldvalue {
	font-size: 16px;
	text-align: left;
	padding-left: 12px;
	font-weight: bold;
}

div#form td.text_uline {
	font-size: 14px;
	text-align: left;
	padding-left: 12px;
	/* border-bottom: solid 1px #000080; */
}

div#form .prompt {
	width: 33%;
	font-size: 12px;
	font-weight: bold;
	background: none;
	padding: 4px;
	text-align: right;
	color: #000080;
}

div#form p.checkbox {
	text-indent: 0;
	background: transparent;
	font-size: 16px;
	font-weight: 100;
	margin: 3px;
	text-align: left;
}

.formfield {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.formfieldleft {
	color: black;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.formfieldright {
	color: black;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
}

div#form table.invoice {
	border-collapse: collapse;
	background-color: white;
	width: 100%;
	margin: 0px;
	border: solid 1px #2880D7;
}

div#form table.invoice th {
	border-bottom: solid 2px black;
}

div#form table.invoice td {
	padding: 2px 8px 2px 8px;
	text-align: right;
	border: none;
}

div#form table.invoice td.left {
	text-align: left;
}

div#form table.invoice td.item {
	text-align: left;
	padding-right: 8px;
	white-space: nowrap; 
	width: 100%;
	font-weight: 100;
}

div#form table.invoice td.total {
	border-top: solid 2px black;
	font-weight: bold;
}

div#form table.invoice td.subtotal {
	border-top: solid 2px black;
	font-weight: 200;
}

div#form table.invoice td.padtop {
	padding-top: 10px;
}

div#form table.invoice td.padbottom {
	padding-bottom: 10px;
}

div#address a {
	font-weight: bold;
	color: #bbbbbb;
	background: #ffffff;
	text-decoration: none;
}

div#address a:hover {
	text-decoration: underline;
}

div#step_menu {
	
}


div#step_menu table {
	width:100%;
	font-size:12px;
	color:white;
	background:none;	
}

div#step_menu table th {
	background: url(/images/bkgd-headline.gif);	
	padding: 3px;
}

div#step_menu table td {
	border-bottom: solid 1px white;
	padding-bottom: 4px;
}

div#step_menu table td.past {
	color:gray;
}

div#step_menu table td.currentimage {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: none;
	padding:0;
	margin:0;
}

div#step_menu table td.image {
	padding:0;
	margin:0;
	border-bottom: none;
}

div#step_menu table td.current {
	color:#000066;
	font-weight:bold;
}

div#step_menu table td.future {
	color:#000066;
}

.submit {
	color: #2880D7;
	font-weight: bold;
	font-size: 14px;
	border-width: 1px;
	border-style: outset;
	border-color: #2880D7;
	background-color: #FFFFCA; 
	margin: 4px 0 4px 0;
}

.note {
	font-size: 9px;
	font-weight: normal;
	color: black;
}

.error_box {
	background-color: #FFFFCA;
	border: dashed 1px red;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 6px;
}

.warning {
	font-size: 12px;
	font-weight: bold;
	color: red;
}

ul.stat_row {
	list-style-type: none;
}

ul.stat_row li {
	display: inline;
}

.BlogEntryHeaderPostTitle 
{
    font-size: 14px;
    font-weight: bold;
    font: Verdana;
}

ul.planlist 
{
    font-size:12px; 
    font-family: Arial, Helvetica, sans-serif;
    margin-top:2em;
}

ul.planlist li
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #003366;
    
    margin-bottom: 4px;
    font-weight: 400;
}

p.price
{
    margin: 2px 2px 8px 0px;
    font-size: x-large;
    text-align: center;
    vertical-align: middle;
}

a.orderbutton:hover
{
    background: red;
}

fieldset 
{ 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    font-weight:bold; 
    margin-top:4px;
}

legend
{
    font-size:large;
    font-weight:bold;
}


.progress * { display:inline !Important;}
.progress { display:inline;}