﻿body 
{
	/*
	background: #fafafa url("Images/People2.jpg") repeat-x fixed top;
	
	*/
	background-color: #fafafa;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border:none;
	width:100%;
	height:100%;
	text-align: left;
	font-family: Verdana, Calibri, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight:normal;
	/*color: #5060b0;  RGB 80 96 176 */
	color:Navy;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TOP INFORMATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information 
{
	position:relative;
	width:1000px;
	height:30pt;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	text-align:left;
	}
	
#top-information-home 
{
	position:absolute;
	text-align:right;
	border-bottom:1px dotted #CACACA;
	top:0;
	right:200px;
	height:2em;
	padding:0 1.5% 0 0;
	}
	
#top-information-phone 
{
	text-align:center;
	border-left:1px dotted #CACACA;
	position:absolute;
	top:0;
	left:800px;
	height:100%;
	padding:0 0 0 2%;
	}	
	
#logo 
{
	position:absolute;
	float:left;
	width:800px;
	font-size:20pt;
	bottom:-3px;
	font-family: Georgia, Tahoma;
	font-variant:small-caps;
	/*font-weight:bold;*/

	text-align:left;
	left:80px;
	
}

#logoImage{	border:none; height:50px; }

#logoDescription{font-size: 9pt; font-family: Tahoma; color:Maroon;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MAIN NAV 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main, #footer,
#nav-main div, #footer div 
{
	position:relative;
	float:none;
	width:990px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left:10px;
	
	margin-left:auto;
	margin-right:auto;
	
	background:#608fc8;
	text-align:left;
	font-weight:normal;
	color:white;
	overflow:hidden;
}
#nav-main{text-transform:uppercase;}
#nav-main div, #footer div  
{
	background:#5060b0;
	width:191px;
	height:auto;
	position:absolute;
	top:0;
	right:0;
}
#footer a:link, #footer a:visited {color:white;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NAV LIST
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#nav-main ul{height: 10pt; text-align:left; margin:0}
	
#nav-main li 
{
	height: 10pt;
	display:inline;
	list-style:none;
	background:none;
	text-align:left;
}
#nav-main a:link, #nav-main a:visited, #nav-main a:active 
{
	color:white;
	text-align:left;
	height: 10pt;
}

#nav-main a:hover 
{
	color:white;
	text-decoration:underline;
	height: 10pt;
	text-align:left;
	font-weight:bold;
}

#nav-main li.current a:link, #nav-main li.current a:visited 
{
	text-decoration:underline;
	text-align:left;
}

#nav-main li.current a:hover 
{
	color:white;
	text-decoration:underline;
	text-align:left;
}

#nav-main li.current a:active , #nav-main a:active 
{
	color:white;
	height: 10pt;
	text-decoration:underline;
	text-align:left;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link, #nav-main a.StaticSelectedStyle:visited 
{
	color:white;
	text-decoration:underline;
	text-align:left;
}

/* 1.1 HEADERS */
h1, h2, h3, h4, h5, h6 
{
	margin: 0;
	font-family: Calibri, Arial, Verdana, Tahoma;
	font-weight: bold;
	text-indent:5pt;
}

p{margin-top:8pt; text-align:left; text-indent:0;}

h1 {font-size: 11pt;}
h2 {font-size: 11pt; font-weight: normal;}
h3 {font-size: 10pt;}
h4 {font-size: 10pt; font-weight: normal;}
h5 {font-size: 9pt;}
h6 {font-size: 9pt; font-weight: normal;}

hr {border: 0;	border-top: 1px solid #eaeaea;	height: 1px;}

a {text-decoration: none; color: #d32525;}
a:visited {	color: #980000;}
a:hover {text-decoration: underline;color: #e05252;}
a:active {color: #980000;}

#divAdZone, 
#divNewsLine,
#divContainer
{    
    background-color: #ffffff;
    
    position:relative;
    float:none;
    
    width:998px;
    height:60px;
    
    margin-left:auto;
    margin-right:auto;
    
    border: 0;
    border-left: dotted 1px #608fc8; 
    border-right: dotted 1px #608fc8;
    
    text-align:left;
    text-decoration:none;
    overflow:hidden;
}

/* Main Content */
#divContainer
{    
	height:620px;
    overflow:hidden;
    border: solid 1px #608fc8;
    border-top: solid 3px #5060b0;
}

#divNewsLine, #newsLineBox 
{
	color: Navy;
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	height:auto;
	border:none;
	border-top: dotted 1px #608fc8;
	padding-top:1pt;
	padding-bottom:1pt;
	text-indent:1pt;
}
/* NewsLine style, inside #divNewsLine */
#newsLineBox {width: 100%; border: none;}

/* Ads Zone 1: Feature Ads */
.featureLink1, 
.featureLink2, 
.featureLink3, 
.featureLink4
{
	width:249px; 
	float:left;
}

/* area beyond divContainer*/
#outerArea{	width:100%; }

/* full scale - single column layout*/
#fullScale
{
	width:96%;
	margin-right:auto;
	margin-left: auto;
}

/*leftmost column, 3 col layout*/
#sidebar 
{
	float:left;
	width:200px;
	margin-right:auto;
}



/*rightmost column, 3 col layout*/
#rightcol
{
	float: right;
	margin-left:auto;
	width: 200px;
	overflow:auto;
	
}


/* middle column, 3 col layout*/
#content3col
{
	float:left;
	width:596px;
	margin-left: 1px;
	margin-right: auto;
	overflow-x:hidden;
}


/* left column, 2 col layout*/
#editColumnLeft, #editColumnRight
{
	position:relative;
	float:left;
	width:480px;
	height:600px;
	margin-right: auto;
	padding-left:10px;
	overflow:auto;
}

/* right column, 2 col layout*/
#editColumnRight
{
	float:right;
	margin: 0px;
	margin-left: auto;
	border-left:dotted 1px blue;
	
}

.AdsColumn120, .AdsColumn160
{
	width:120px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
}

.AdsColumn160
{
	width:160px;
}



/*********************************/

/* full height */
.spacerCol
{
	position:relative;
	overflow:auto; 
	height:610px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	border-left: solid 1px #608fc8;
}

.headerCol, .headerColR, .headerText
{
	position:relative;
	height:18pt;
	width:auto;
	margin-left:auto;
	margin-right:auto;
 	text-indent:5pt;
	padding-top:2pt;
	color: white;
 	font-weight:bold;
 	background-color:#608fc8;
 	vertical-align:middle;
}
.headerColR { background-color:#5060b0; }

.avatar
{
	float:left;
	margin-left:5pt;
	margin-top:2pt;
	margin-right:7pt;
	margin-bottom:2pt;
}


/* height adjustable */
.textBlockContainer
{
	overflow:visible; 
	min-height:0px;
	color:inherit;
	height:auto;
}

/* height adjustable */
.textBlock
{
	padding-left:5pt;
	padding-right:5pt;
}

.mapSearchBox
{
    text-indent:5px;
    font-weight:bold;
    height:20px;
    vertical-align:middle;
}

.spacerTab
{
	position:relative;
	height:590px;
	width:auto;
	overflow:auto;
	border:none;
	border-left: solid 1px #608fc8;
	text-align:left;
	/*overflow-x:hidden;*/
}

#Clk
{
	text-indent:15px;
	padding: 1px;
}

.taxCalc
{
	padding:5pt;
	height:600px;
	width:auto;
	overflow:auto;
	border-left: solid 1px #608fc8;
	border-right: solid 1px #608fc8;
	text-align:left;
	/*overflow-x:hidden;*/
}
.taxItem, .taxItemText
{
	width:100%;
	min-height:15pt;
	padding-top: 1pt;
	border-bottom: solid 1px #eaeaea;
	font-family:Arial;
	color:#404040;
	text-align:left;
}

.taxItemText
{
	min-height:18pt;
	padding-top: 1pt;
}

.taxDivRight
{
	float:right;
	text-align:left;
	margin-left:10px;
}

.lblTaxRef
{
	width:120px;
	background-color:#eaeaea;
}

.lblTaxAmt
{
	font-size:12pt;
}
.lblTaxTotalAmt
{
	font-size:12pt;
	font-weight:bold;
}
.lblTaxRef
{
	font-size:9pt;
}
.cmbTax
{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	background-color:Transparent;
	border:none;
	text-align:left;
	min-width: 150px;
	color: #606060;
}
.taxItem h1,h2,h3,h4,h5,h6
{
	font-family:Arial;
	color:#404040;
}
.taxItem h1
{
	font-size:12pt;
	font-weight:bold
}

.taxItem h2
{
	font-size:11pt;
	font-weight:bold;
}
.taxItem h3, .taxItemText h3
{
	font-size:10pt;
	font-weight:normal;
}
.taxItem h4
{
	font-size:9pt;
	font-weight:normal;
}
.taxItem h5
{
	font-size:8pt;
	font-weight:normal;
}
/* TAX TEXT BOX WATERMARK */
.taxWmark {	background-color:#F0F8FF;	color:gray;}



