/* main styles */
body {
	margin:0;
	padding:0;
	background:#BBD9EE;
  	color:#000;
	font-family:tahoma,arial,sans-serif;
	font-size:11px;
	}
form {
	margin:0;
	padding:0
	}
img {border:none;}
a {color:#060606;text-decoration: none}
a:hover {text-decoration: underline}
input {vertical-align:middle}
table, td { margin: 0; padding: 0; border: 0; border-collapse: collapse; }
.floatleft {float:left !important}
.floatright {float:right !important}
.clear {clear:both !important}
.bold {font-weight:bold !important}
.normal {font-weight:normal !important}
.block {display:block !important}
input.text,
select,
textarea {
	font-family:arial,sans-serif;
	color:#333;
	font-size:12px;
	vertical-align:middle;
	}
input.text {
	padding:1px 0 0 4px;
	height:14px;
	font-weight:normal;
	}
/* main container */
#main {
	width:992px;
	margin:0 auto;
	}
/* header */
#header {
	position:relative;
	width:992px;
	height:126px;
	background:url(../img/bg-header.gif) no-repeat left bottom;
	}
#welcome span {
	float: right;
	margin: 5px 10px 0 0;
	color: #444;
}
#welcome span a {
	color: #444;
}
/* site logo */
a.logo {
	position:absolute;
	top:5px;
	left:20px;
	}
	
/* header tabs */
#top-navigation {
	position:absolute;
	top:80px;
	left:20px;
	margin:0;
	padding:0;
	list-style:none;
	}
#top-navigation li {
	float:left;
	margin:0 3px 0 0;
	height:34px;
	background:url(../img/tab.gif) repeat-x top;
	}
#top-navigation li a {
	float:left;
	display:block;
	height:20px;
	line-height:19px;
	color:#606060;
	padding:4px 0 0 0;
	}
#top-navigation li span {
	float:left;
	background:url(../img/tab-left.gif) no-repeat left top;
	}
#top-navigation li span span {
	background:url(../img/tab-right.gif) no-repeat right top;
	padding:7px 10px 0 10px;
	}
#top-navigation li.active {
	padding:0;
	height:34px;
	background:url(../img/tab-active.gif) repeat-x top;
	margin-right:2px;
	}
#top-navigation li.active a {
/*	border: 1px solid #500; */
	font-weight: bold;
        margin:0;
	padding:0;
}
#top-navigation li.active span {
	background:url(../img/tab-active-left.gif) no-repeat left top;
	height:34px;
	}
#top-navigation li.active span span {
	background:url(../img/tab-active-right.gif) no-repeat right top;
	height:23px;
	padding:11px 10px 0 10px;
	line-height:19px;
	color:#606060;
	}
	
/* middle */
#middle {
	float:left;
	width:967px;
	background:url(../img/bg-middle.gif) repeat-y left;
	padding:0 13px 0 12px;
	}
/* left column */
#left-column {
	float:left;
	padding:1px 14px 0 12px;
	width:151px;
	}
/* right column */
#right-column {
	float:right;
	padding:0 9px 0 0;
	width:133px;
	}
/* center column */
#center-column {
	float:left;
	width:760px;
	background:url(../img/bg-main-column.jpg) no-repeat left top;
	min-height:584px;
	padding:12px 12px 0 13px;
	}	
* html #center-column {height:584px;}
#center-column a {color:#060606;text-decoration: underline}
 
/* closer */
#closer {
	float:left;
	width:100%;
	background:url(../img/bg-footer.gif) no-repeat;
	height:15px;
	}
	

#footer {
	width:100%;
	margin: 0 auto; padding: 15px 0; text-align: center;
	color: #666;
}
#footer a { color: #666; }
/* left column styles */
#left-column a {color:#3E3E3E;}
#left-column h3 {
	font-size:11px;
	margin:0;
	color:#fff;
	background:url(../img/bg-left-header.gif) no-repeat left top;
	height:25px;
	line-height:23px;
	padding:0 0 0 9px;
	}
ul.nav {
	margin:0 0 11px 0;
	border-bottom:2px solid #FF9600;
	background:#ECEFE7;
	list-style:none;
	padding:0 2px;
	}
ul.nav li {
	padding:4px 4px 6px 5px;
	background:url(../img/bg-dotted.gif) repeat-x bottom;
	}
ul.nav a {
	padding:0 0 0 12px;
	background:url(../img/arrow.gif) no-repeat 0 4px;
	}
ul.nav a:hover {
	font-weight:bold;
	}
ul.nav li.last {background:none;}

#left-column .link {
	display:block;
	width:142px;
	height:25px;
	background:url(../img/bg-left-link.gif);
	margin:0 0 4px 0;
	font-weight:bold;
	padding:0 0 0 9px;
	line-height:25px;
	color:#60635A;
	}
	
/* center column styles */
.top-bar {
	float:left;
	width:603px;
	border-left:2px solid #f70;
	padding:0 0 0 9px;
	margin:0 0 4px 0;
	}
/* text page header */
.top-bar h1 {
	font:20px/21px verdana,sans-serif;
	color:#43729F;
	margin:0 0 4px 0;
	}
/* orange button */
.top-bar a.button {
	float:right;
	display:block;
	width:75px;
	height:35px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:27px;
	background:url(../img/bg-orange-button.gif) no-repeat;
	}
	
/* bar with select */
.select-bar {
	clear:both;
	border-top:2px solid #f70;
	border-bottom:2px solid #f70;
	padding:5px 0 3px 0;
	margin:0 0 17px 0;
	}
.select-bar select {width:145px;margin:0 2px;}

/* table container */
div.table {
	float:left;
	position:relative;
	width:614px;
	margin:0 0 37px 0;
	}
table.listing {
	border-bottom:1px solid #9097A9;
	width:613px;
	padding:0;
	margin:0;
	border:1px solid #9097A9;
	}
table.listing th {
	border-top:0 !important;
	}
table.listing th.full {border-left:0;border-right:0 !important;text-align:left;text-transform:uppercase;}
div.table img.left {
	position:absolute;
	top:0;
	left:0;
	}
div.table img.right {
	position:absolute;
	top:0;
	right:1px;
	}
/* table styles */
table.listing td,
table.listing th {
	border:1px solid #fff;
	text-align:center;
	}	
table.listing th {
	background:#9097A9;
	color:#fff;
	padding:5px;
	}
table.listing td {
	background:#D8D8D8;
	color:#000;
	padding:3px 5px;
	}
table.listing .bg td {
	background:#ECECEC;
	}
table.listing .white td {
	background:#fff;
	}	
table.listing .first {border-left:0px solid #9097A9;text-align:left;}
table.listing .last {border-right:0px solid #9097A9;}

table.listing th.first {background:#9097A9 url(../img/bg-th-left.gif) no-repeat left top;border-left:0;}
table.listing th.last {background:#9097A9 url(../img/bg-th-right.gif) no-repeat right top;border-right:0;}

table.listing .style1 {font-weight:bold;color:#FF7A00;}
table.listing .style2 {font-weight:bold;padding-left:16px;}
table.listing .style3 {padding-left:25px;}
table.listing .style4 {padding-left:35px;}
table.form .last {padding:1px 0 1px 5px;text-align:left;}
table.form th,
table.form td {padding-left:10px;}
table.form input.text {width:262px}

/* table select */
div.table .select {
	float:right;
	margin:2px 1px 0 0;
	width:176px;
	height:25px;
	background:#9097A9 url(../img/bg-select.gif);
	color:#fff;
	}
div.table .select strong {
	float:left;
	padding:5px 0 0 5px;
	}	
div.table .select select {
	float:right;
	width:78px;
	margin:2px 3px 0 0;
	text-align:right;	
	}
	
/* right column header */
#right-column .h {
	float:left;
	background:#7E878A;
	border:1px solid #B8B8B8;
	border-bottom:0;
	padding:3px 10px;
	color:#fff;
	text-transform:uppercase;
	}
/* right column box */
#right-column .box {
	float:left;
	width:121px;
	padding:5px;
	border:1px solid #B8B8B8;
	background:#EBEBEB;
	margin:0 0 15px 0;
	}
	
/* right column buttons */
.buttons {
	clear:both;
	text-align:center;
	padding:30px 0 15px 0;
	}
.buttons input {margin:0 0 6px 0;}

.top-tab-container {
	padding-left: 2px;
	font-size: 10pt;
	}

.top-tab-container a {
	color: #60635A;
}

.top-tab-item {
	padding: 3px;
	margin-right: 3px;
	}

.top-tab-textbox {
	font-size: 8pt;
	position: relative;
	top: -1px;
	border: 1px solid #9097A9;
	}

.top-tab-button {
	font-size: 8pt;
	}

.group-title-open {
	font-size: 14pt;
	font-weight: bold;
	padding: 4px;
	}

#main-table {
	font-size: 11px;
	align: center;
	margin: 4px 20px 0 20px;
	border: 1px solid #9097A9;
	}

.main-drop-down {
	font-size: 8pt;
	}

.main-add-button {
	font-weight: bold;
	font-size: 10pt;
	}
.subtitle-cell {
	font-size: 11px;
	font-weight: bold;
	}
.contact {
	font-size: 12pt;
}

#Container {
	text-align: left;
        margin: 0 auto;
}
#Container td {
	font-size: 11pt;
}
#Container h3 {
	font-size: 12pt;
}

#AppMain {
	width: 500px;
	float: left;
/*	border: 1px solid #333; */
}
div#MyInfo h3 {
	font-size: 12pt;
        width: 95%;
        color: #444430;
        border-bottom: 1px solid #333;
}

div#InfoText {
        margin-top: 10px;
}

div#InfoText p {
	font-size: 11pt;
}
div#InfoText a {
	font-size: 10pt;
	text-decoration: underline;

}
#AppSideBar {
	width: 236px;
	color: #444430;
	float: right;
	padding: 0 16px 0 0;
/*	border: 1px solid #333; */
}
#AppSideBar a {
        font-size: 9pt;
        text-decoration: underline;
	color: #666;
}

.error { font-size: 85%; font-weight: bold; color: #F00; background: transparent; line-height: normal; }

.smaller { font-size: 85%; }

.wborder { border: 1px solid #cc0000; }

.pad4 { padding: 4px }

p.fineprint { font-size: 75%; color: #666; }

/* table.entry, td { padding: 2px; border: 6px solid #cccc99; } */
/* td.label { background:#336633; color:#FFFFFF; font-weight: bold;  } */
td.label { font-weight: bold;  }

tr.white
{
  padding-left: 4px;
  padding-right: 4px;
  background:#FFFFFF;
  color:#000000;
}
tr.row1
{
  padding-left: 4px;
  padding-right: 4px;
  background:#9097A9;
  color:#fff;
}

tr.row2
{
  background:#D8D8D8;
  color:#000000;
}
tr.row3
{
  background:#ECECEC;
  color:#000000;
}
tr.row4
{
/*  background:#D9FCC2; */
  background:#33CC33;
  color:#000000;
}
tr.row5
{
/*  background:#E1F4CE; */
  background:#99FFCC;
  color:#000000;
}
tr.spacerow
{
  background:#000000;
  color:#000000;
}
table.Features {
	text-align: center;	
`	padding: 2px;
	border-collapse: separate;
}

table.Features td.feature {
        font-weight: bold;
        text-align: left;
        padding-left: 10px;

}

table.Features td.date {
        white-space: nowrap;
        width: 1%;
        padding: 0 10px;
        text-align: right;
        font-size: 11px;
}

table.Features tr.virtual td {
        text-align: left;
        padding-left: 10px;
        background: #ECECEC;
}

table.Features th {
        text-align: left;
        color: #333;
        padding-left: 10px;
        background: #f00;

}

table.Features td h3, table.Form td h3, table.Address td h3 {
        color: #606060;
        border-bottom: 1px solid #333;
}
table tr.shade td {
        background: #D8D8D8;
}
.bluesubhead
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	text-decoration : none;
	color : #333366;
	line-height : 20px;
	font-weight : bold;
}
.maincontent	{
	font-size: 10pt;
	font-family: Helvetica Regular, Arial, sans-serif;
	color: black;
	text-decoration: none;
	margin-top: 6pt;
}

table.vmail td {
	font-size: 11px;
        font-weight: bold;
        text-align: left;
}

table.vmail td.vmailactions {
	align: right;
	text-align: right;
	border: 2px;
	padding: 6px;
}
table.itsp {
	text-align: left;	
	padding: 4px; border: 6px solid #9097A9;
	border-collapse: separate;
}

table.itsp td {
	padding: 20px;
	border-bottom: 1px solid #D8D8D8;
	font-size: 12px;
}

td.detail {
        border-bottom: 1px solid #D8D8D8;
}

.text3 { font-size: 18px; font-family: Arial, Helvetica}
.hdg2        { color: #5a5a5a; font-size: 14px; font-family: Arial, Helvetica; font-weight: bold; padding-bottom: 3px }

.font11 { font-size: 11px; }

table.radio td {
	padding: 0px 10px 4px 10px;
	text-align: center;
	font-size: 12px;
}

table.review {
	text-align: left;	
	padding: 0px; 
        margin: 24px;
	spacing: 1px;
	border-collapse: separate;
}
table.review .row1 { background: #B1B78B; }
table.review td {
	padding: 1px;
	font-size: 12px;
}
#tabmargin {
	margin: 20px 40px 20px 40px; 
	text-align: left;
/*	border: 1px solid #333; */
}
.contentblock { 
  padding: 10px;
}
.contentblock p { font-size: 11px; }
.contentblock p.contact {
        font-size: 14pt;
}
#FrontContainer {
        width: 719px;
        text-align: left;
        margin: 0 auto;
/*        border: 1px solid #f00; */
}

#FrontWrapper {
	float: left;
	width: 100%;
	margin-bottom: 10px;
/* 	border: 1px solid #00f;	 */
}
#FrontCenter {
	padding: 12px;
	text-align: left;
	float: left;
	width: 320px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 340;
/*	border: 1px solid #333;	 */
}
#RightSidebar {
	width: 240px;
	margin: 0;
	text-align: left;
	float: right;
/*	border: 1px solid #333;	 */
}
#Login {
	border-bottom: 2px solid #fff;
	padding: 15px 15px 6px 15px;
}

#Lists {
	padding: 15px;
}

#Lists ul {
	margin: 0;
	padding: 0;
}

#Lists li {
	color: #666;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 9px;
}

#Lists li a {
	font-size: 10px;
}

#RightSidebar #Login h2 {
	font-size: 12px;
	margin: 0 0 3px 0;
	padding: 0;
}

#RightSidebar #Lists h2 {
	font-size: 12px;
	margin: 0 0 3px 0;
	padding: 0;
}

#Login h1 {
	font-size: 1.5em; margin: .75em 0 }
}

#RightSidebar #Login p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#RightSidebar #Login table {
	margin: 5px 0 0 0;
}

#RightSidebar #Login th {
	font-size: 10px;
	font-weight: bold;
	background: none;
	border: none;
	color: #000;
	white-space: nowrap;
	text-align: left;
	padding: 0 3px 0 0;
}

#RightSidebar #Login td {
	background: none;
	border: none;
	padding: 0;
	text-align: left;
}

#FrontCenter h1 {
	color: #444430;
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	margin: 12px 0 5px 0;
	padding: 0;
}

#FrontCenter p {
	padding: 0;
	margin: 1.12em 0;
	font-size: 12px;
}
#FrontCenter ul {
 	list-style-type: square;
 	padding: 0;
	margin-left: 20px;
 }
 
#FrontCenter ul a:link, #FrontCenter ul a:visited {
 	text-decoration:none;
	font-weight: bold;
 	color: #333333;
 }
 
#FrontCenter ul a:hover {
 	text-decoration:none;
 	color: #9097A9;
 }

#FrontCenter td.label {
       font-size: 10px;
        font-weight: bold;
        background: none;
        border: none;
        color: #000;
        white-space: nowrap;
        text-align: left;
        padding: 0 3px 0 0;
}
#footer-links {
        color: #BBD9EE;
}
#footer-links a, #footer-links a:link, #footer-links a:visited {
        text-decoration:none;
        color: #BBD9EE;
 }
