body
{
	/*background-color: #3D47B6;*/
	background-image: url(../images/footerbackground.gif); 
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	font-family: verdana, Helvetica, sans-serif;
}

body, table, td, input
{
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #000066;
}

h1
{
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

h2
{
	font-size: 11px;
	color: #000066;
}

p
{	
	margin: 5px 0px 15px 0px;
}

ul
{
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 0px 25px;	
	list-style: url(../images/dot.gif);
}

strong
{
	color: #3D47B6;
}

.small
{
	font-size: 10px;
}

div.textbox
{
	border-left: 6px solid #E9C016;
	padding: 1px 0px 3px 5px;
	display: inline;
}

div.textbox input
{
	border: 1px solid #B9B2C0;
	height: 15px;
}

input.button
{
	height: 21px;
}



a:link, a:visited, a:active
{
	color: #3D47B6;
}

a:hover
{
	color: #E9C016;
}

/* Page ------------------------ */

#page
{
	width: 100%;	
}

/* Header --------------------- */

#header
{
	height: 30px;
	background: url(../images/header.gif) repeat-x;
}

/* Logo Bar -------------------*/

#logo
{
	background-image: url(../images/logo_banner.gif);
	height: 37px;	
}

#logo img
{
	margin: 0px 0px 0px 174px;
	
}


#logo .image
{
	margin: 0px 0px 0px 0px;
	width: 476px;
	height: 37px;	
	float: left;
	background: url(../images/logo.gif) no-repeat;
	display: block;
}

#logo a h1
{
	
}

/* Sub header ---------------------*/

#subheader
{
	background: url(../images/subheader.gif) repeat-x;
	height: 16px;
}

/* Menu -------------------------*/

#menu
{
	background-image: url(../images/menubar.gif);
	height: 18px;	
	padding: 0px 0px 0px 433px;
}

#menu span
{		
	display: none;
}

#menu a img
{
		border: 0px;
}


/* Content ----------------------*/

#content
{
	background-color: #F8F8F8;
	padding: 25px 0px 25px 30px;	
}

#contenthome
{
	background-color: #F8F8F8;
	padding: 0px 0px 0px 0px;	
}

#singlecolumn
{
	padding: 0px 0px 0px 30px;
}

#column1
{
	float: left;
	width: 370px;
	border-right: 1px dashed #DDDDDD;
	padding: 25px 25px 25px 55px;
	background-color: #F8F8F8;	
}

#column2
{
	padding: 25px 25px 25px 155px;
	margin: 0px 0px 0px 310px;
	background-color: #F8F8F8;		
}

#b2bcolumn1
{
	background-color: #E9EEF7;
	float: left;
	width: 500px;
	/*height: 550px;*/
	
	padding: 15px 0px 20px 20px;
	margin: 0px 2px 0px 0px;
	border: 1px solid #B5C3E1;
}

#b2bcolumn1 table
{
	margin: 0px 0px 16px 0px;
}

div.box
{
	background-color: #E9EEF7;
	padding: 12px 0px 12px 15px;
	border: 1px solid #B5C3E1;
	width: 483px;
}

/* Footer ------------------------*/

#footer
{
	padding: 8px 0px 0px 58px;
	height: 20px;
	color: #FFFFFF;
}

/* Data Table -----------------------*/

table.data
{
	
	width: 500px;
	border-collapse: collapse;
	border: 1px solid #D8D8D8;
}

table.data caption
{
	background-color: #4D61C7;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	border-top: 3px solid #E9C016;
}

table.data thead th
{
	text-align: left;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #D8D8D8;
	background-color: #B5C3E1;
}

table.data tbody td
{
	padding: 0px 0px 0px 10px;
	height: 20px;
	border-bottom: 1px solid #D8D8D8;
}

select.dropdown
{
	font-size: 11px;
	width: 200px;
}

/* Forms -------------------------*/

table.form
{
	border: 1px solid #AAAAAA;	
	width: 700px;
	border-collapse: collapse;
	margin: 8px 0px 0px 0px;
	background-color: #EEEEEE;
}

table.form td, table.form th
{
	height: 30px;
}

table.form th
{
	background-color: #4D61C7;
	text-align: right;
	padding: 4px 5px 4px 5px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 2px solid #E9C016;
	font-size: 11px;
	font-weight: bold;	
	text-align: left;
	padding: 4px 5px 4px 15px;
	border-bottom: 2px solid #E9C016;
	border-right: none;
}

table.form th.horiz
{
	text-align: left;
	padding: 4px 5px 4px 15px;
	border-bottom: 2px solid #E9C016;
	border-right: none;
}

table.form td
{
	/*border-top: 1px solid #AAAAAA;*/
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding: 2px 10px 2px 5px;	
}

table.form input.textbox
{
	background-color: #FFFFE0;
	border: 1px solid #333333;
	height: 16px;
}



/* Home login box --------------- */

table.homelogin
{
	font-size: 10px;
}

table.homelogin th
{
	padding-right: 15px;
	text-align: right;
	width: 55px;
}

table.homelogin td, table.homelogin th
{
	height: 27px;
}

/* special pricing */
table#special thead th{
	background: #cccccc;
}

table#special caption{
	background: #333333;
}


