/***********GLOBAL OPTIONS***********/
html {font-size: 100.1%;}
body {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 64%;
	/*color: #666666;*/
	color: #333333;
	background-color: #FFF;
	background-image:url(../images/bgnd_body3.jpg);
	background-repeat: repeat-x;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {list-style: none;}
a {}
a:hover {}
a:focus {outline: none;}
img {border: none;}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}	
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


a{
	color: #B51414;
	text-decoration: none;
}

a:link{
	color: #B51414;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #B51414;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #333;
	text-decoration: underline;
}
h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 22px;
 color: #013565;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #B51414;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}
h2 #sell_package2Title {
	font-size: 12px;
}

.h2sub {
	font-size: 12px;
}

.h2price {
	position: relative;
	padding-left: 200px;
	color: #B51414;
}

h3{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 color: #334d55;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}

h4, #contact_phone p, #contact_mail p, #contact_fax p {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 font-weight: BOLD;
 color: #663333;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}

h5{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #336699;
 margin: 0px;
 padding: 0px;
}


p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	/*color: #666666;*/
	color: #333333;
}

ol.noBottomMargin {
	margin-bottom: 0px;
}

ol li {
	padding: 1px 0px 1px 0px;
	font-weight: bold;
	list-style-type: decimal;
}

ol.olLargeType li {
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

ul li {
	list-style-type: disc;
}

.noBullets ul li, ul.noBullets li {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
}

ul.bigRedList li {
	padding: 5px 0px 10px 0px;
	color: #B51414;
}

ul.asterisk li {
	margin-top: 0px;
	font-weight: bold;
	list-style-image: url("images/asterisk.gif");
}

.answer p a {
	font-size: 13px;
	color: #336699;
	text-decoration: underline;
}

table.tblALaCarte {
	margin-left: 37px;
	width: 550px;
}

table.tblALaCarte th {
	text-align: left;
}

table.tblALaCarte th.caption, .caption {
	font-size: 12px;
	text-align: left;
}

table.tblALaCarte td {
	text-align: right;
	color: #B20B0B;
}

table.tblIndented {
	margin-left: 150px;
}

table.withBorders {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

table.withBorders th, table.withBorders td {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

table.tblPadded th {
	padding: 0px 5px 5px 20px;
}

table.tblPadded td {
	padding: 0px 5px 5px 20px;
}

th input {
	height: 100%;
	color: #B20B0B;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 90px;
	border: inset 2px #CCCCCC;
	padding: 0px 0px 0px 5px;
}

.tdPropertyValue {
	font-weight: bold;
	color: #B51414;
}

.whiteBackground {
	background-color: #FFFFFF;
}

td.tdEquityFee {
	color: #577393;
}

td.tdBrokerFee {
	color: #B20B0B;
}

td.tdEquitySavings {
	color: #04601A;
	font-weight: bold;
}

table.tblPadded th.noPadding, .noPadding {
	padding: 0px;
}

.right-align {
	text-align: right;
}

.left-align {
	text-align: left;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/***********MAIN CONTAINER***********/
#main {
	width: 780px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content{
	float: left;
	min-height: 488px;
	width: 708px;
	font-size: 12px;
	background-image: url(../images/grad_textbox2.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 65px;
	border-top-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	clear: both;
	z-index:99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/***********COLUMNS***********/
#contentLeft {
	float: left;
	width: 354px;
}
#contentRight {
	float: right;
	width: 354px;
}

/***********HEADER***********/
#header {
	height: 150px;
	position: relative;
	background-image: url(../images/img_topheader.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D9E1EA;
	border-left-width: 1px;
	border-left-color: #D9E1EA;
}

/*main navigation*/
#mainNav {
	height: 38px;
}
#mainNav ul li a {
	font-size: 11px;
}

.main-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	height: 36px;
	width: 778px;
	overflow: hidden;
	background: url(../images/bg-main-nav-up.gif) repeat-x;
	background-color: #D9E2EB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #90A0B9;
	border-right-color: #fff;
	border-bottom-color: #7488A1;
	border-left-color: #fff;

}
.main-nav li {
	float: left;
	padding-left: 2px;
	background: url(../images/mainnav_separator2.gif) repeat-y;
	background-color: #D9E2EB;
	display: inline;
	list-style-type: none;
	line-height: 28px;
}
.main-nav li.first {
	background-color: #D9E2EB;
	padding: 0;
}
.main-nav li a:link, .main-nav li a:visited, .main-nav li a {
	float: left;
	padding: 5px 9px 8px 8px;
	color: #3F5F83;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.main-nav li a:hover {
	background: url(../images/bg-main-nav-over.gif) repeat-x;
	color: #fff;
	text-decoration: none;
}
.main-nav li.current-page a:link, .main-nav li.current-page a:visited, .main-nav li.current-page a, .main-nav li.current-page a:hover {
	margin-left: -2px;
	margin-right: 2px;
	color: #D9E2EB;
	background: url(../images/mainnav_separator2.gif) repeat-y ;
}

/****************navbar images****************/
#imgSellSwoosh {
	left: 465px;
}

#imgAboutSwoosh {
	left: 5px;
}

#imgBuySwoosh {
	left: 424px;
}

#imgFaqSwoosh {
	left: 28px;
}

#imgToolsSwoosh {
	left: 95px;
}

#imgWhySwoosh {
	left: 188px;
}

#imgContactSwoosh {
	left: 370px;
}

.imgSwoosh {
	position: relative;
	bottom: 14px;
	z-index: 10;
	margin-bottom: -67px;
}

