/**************************
* 
* Ecliptic Technologies, Inc.
* Copyright 2005 - 2006 - All Rights Reserved
* Unauthorized use or reproduction of this product is strictly prohibited by law.
* Website: http://www.ecliptictech.com
* Email: sales@ecliptictech.com
*
* Name: Main Style CSS Page
* Description: Global CSS file for the entire site. 
*
**************************/

/* 
*  Importing any other CSS files that I ended up cutting out of
*  the main CSS file to keep the CSS cleaner for readablitity. 
*/

@import url( menu.css ); 			/* The CSS for the menu displays. */

/* ######-----|  Page Styles  |-----###### */
html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
td { /* Using td to fix the default font issues with some browsers. */
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	vertical-align:top;
}
table { /* Takes all the borders, and cell spacing off the tables by default. */
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
	padding:0px;
	margin:0px;
	border:0px;
	width:100%;
}

p {
	font-size:11px;
}

blockquote{
	text-decoration:none;
}

.contentpiece {
	margin-bottom:10px;
}

/* ######-----|  subNav Classes  |-----###### */
#subNav { /* The subNav takes care of the main look of the subNav span. */
	display: none;
}
/* ######-----| / subNav Classes  |-----###### */

#content { /* The class that holds the main body (guts) of the page. Used to set the padding mainly. */
	border-collapse:separate;
	border-spacing:8px;
	height:100%;
}
/* ######-----| / Page Styles  |-----###### */

/* ######-----|  Header/Footer Styles  |-----###### */
#header { /* Sets up the look/feel of the page headers. */
	display: none;
}
#header a:hover { /* Gives the roll over effect to the tabbed navigation. */
	display: none;
}
#footer { /* Sets up the look/feel of the page footers. */
	display: none;
}
/* ######-----| / Header/Footer Styles  |-----###### */

/* ######-----|  / Heading Text Classes  |-----###### */
h1{
	font: bold 18px/20px;
	color:#943A10;
	border-bottom:3px solid #943A10;
}
h2{
	font: bold 16px/18px;
	color:#943A10;
	text-decoration:underline;
	margin-bottom:10px;
}
h3{
	font: bold 14px/16px;
	color:#943A10;
	border-bottom:3px solid #943A10;
	margin:20px 0 10px 0;
}
h4{
	font: bold 14px/16px;
	color:#943A10;
	margin:5px 0 10px 0;
}
h5{
	font: bold 12px/14px;
	color:#943A10;
	margin:5px 0 10px 0;
}
/* ######-----|  / Heading Text Classes  |-----###### */

/* ######-----|   Specific Classes  |-----###### */
#container{
	padding:0px;
	
}
#topband{
	display: none;
}
#logo{
	display: none;
}
#banner{
	display: none;
}
#logobanner{
	display: none;
}
#sidebar{
	display: none;
}
#bodycontent{
	vertical-align:top;
	padding:5px;
	width:100%;
}
.contentdiv{
	color: #000033;
	width:90%;
	margin-bottom:10px;
}
.contentdiv p{
}
#newsletter{
	margin-top:10px;
}

#packages{
	background:#FFF;
}
.pkghead{
	color:#0D4985;
	font-weight: bold;
	font-size: 12px;
}
.pkgheadsm{
	color:#0D4985;
	font-weight: bold;
	font-size: 11px;
	white-space:nowrap;
}

#weather{
	display: none;
}
#marketgrid{
	display: none;
}
#marketticker{
	display: none;
}
.header{
    font-family: arial;
    color: black;
    font-size: 10pt;
    font-weight: bold;
}
.main{
    font-family: arial;
    color: black;
    font-size: 8pt;
    font-weight: normal;
}
.pagernav{
    font-family: arial;
    font-size: 8pt;
    
}
/* ######-----|  / Specific Classes  |-----###### */