body
{ 
    margin: 0px 0px; 
    font-family: Times New Roman, Times, Sans-Serif; 
    font-size: 16px; 
    line-height: 130%;
    color: #000000; 
    background-color: #e8e8e8; 
    background-image: url('/images/body-bg.png');
}

.pic { border: 1px solid #000000; }

.master-table { border-left: 2px solid #808080; border-right: 2px solid #808080; background-color: #E8E8E8; }

.header-bg { background-image: url('/images/layout/header-bg.png'); }
.footer-bg { background-image: url('/images/layout/footer-bg.png'); }
.left-menu-bg { background-image: url('/images/layout/left-menu-bg.png'); }
.cellphone-bg { background-image: url('/images/layout/cellphone-bg.png'); }
.fancy-bg { background-image: url('/images/layout/header-fancy-bg.png'); }

.content-ul { background-color: #FFFFFF; background-image: url('/images/layout/content-ul.png'); }
.content-ur { background-color: #FFFFFF; background-image: url('/images/layout/content-ur.png'); }
.content-ll { background-color: #FFFFFF; background-image: url('/images/layout/content-ll.png'); }
.content-lr { background-color: #FFFFFF; background-image: url('/images/layout/content-lr.png'); }

.content-left { background-color: #FFFFFF; background-image: url('/images/layout/content-left.png'); }
.content-right { background-color: #FFFFFF; background-image: url('/images/layout/content-right.png'); }
.content-top { background-color: #FFFFFF; background-image: url('/images/layout/content-top.png'); }
.content-bottom { background-color: #FFFFFF; background-image: url('/images/layout/content-bottom.png'); }

.content-inner { background-color: #FFFFFF; }

.yellow { color: #FFC722; }
.red { color: #DD0000; }
.white { color: #FFFFFF; }
.address-text	{ font-weight: bold; color: #DD0000; }
.content-text { padding: 5px; color: #000000; line-height: 130%; }
.content-hidden { padding: 5px; font-size: 12px; color: #FFFFFF; line-height: 18px; }
.footer-text { padding: 5px 0px 0px 0px; font-size: 12px; font-weight: bold; color: #335E66; line-height: 16px; }

h1, h2, h3, h4, h5
{
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-weight: bold;
    color: #335E66;
    text-align: center;
    margin: 0px 0px;
    padding: 0px 0px;
    padding-bottom: 16px;
}  

h1
{
    font-size: 24px;
    line-height: 32px;
}

h2
{
    font-size: 20px;
    line-height: 27px;
}

strong
{
    color: #335E66;
}

a { color: #0000FF; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: none; }
a.flnk { color: #335E66; text-decoration: none; }
a.flnk:hover { color: #FF0000; text-decoration: none; }

/***** Ratesheet *****/

div.ratesheet-wrap
{
    padding: 0px 8px 10px 8px;
}

table.ratesheet
{
    width: 680px;
    border-collapse: collapse;
    border-spacing: 0px;
}

table.ratesheet th, table.ratesheet td
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    line-height: 16px;
    vertical-align: bottom;
}

table.ratesheet th
{
    color: #FFFFFF;
    text-align: center;
}

table.ratesheet td
{
    padding: 8px 5px;
    border-left: 2px solid #81aeb5;
    border-top: 2px solid #81aeb5;    
    background: #e3eff0;
	text-align: center;
	vertical-align: middle;
}

table.ratesheet td.plan
{
    width: 150px;
    padding-left: 8px;
    font-weight: bold;
    text-align: left;
    border-left: none;
}

/***** Tabs on the Rates Page *****/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 56px; /*--Set height of tabs--*/
	border-bottom: 1px solid #81aeb5;
	/* border-left: 1px solid #999; */
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	height: 55px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 24px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #81aeb5;
	border-bottom: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e3eff0;
	text-align: center;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: +1;
	padding: 4px 30px;
	/* border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li a:hover {
	background: #FFFFFF;
}

ul.tabs li.active, ul.tabs li.active a, ul.tabs li.active a:visited
{
    color: #FFFFFF;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #81aeb5;
	border-bottom: 1px solid #81aeb5; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container 
{
    margin: 0 0 16px 0;
    padding: 0;
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #81aeb5;
}

.tab_content {
	padding: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF
}

.tab_content p
{
    margin: 10px;
    padding: 10px;
    background-color: #e3eff0;
    color: #000000;
}
