/***************************************************/
/* AZPoolFinance.com                               */
/* default.css                                     */
/* based on Dreamweaver template 3col_leftNav.html */
/***************************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000000;
}

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

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #0000CC;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 150%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	font-weight: bold;
}

h2{
 font-family: Verdana,sans-serif;
 font-size: 114%;
 color: #333333;
 margin: 0px;
 padding: 0px;
 margin-left: 10px; 
}

h3{
 font-family: Verdana,sans-serif;
 font-size: 100%;
 color: #006699;
 margin: 0px;
 padding: 0px;
 margin-left: 10px; 
}

h4{
 font-family: Verdana,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
 margin-left: 10px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 margin-left: 10px;
}

ul{
	list-style-type: disc;
	margin-right: 40px;
}

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

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Verdana, Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


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

#masthead{
	width: 100%;
}

#navBar{
	float:left;
	width: 20%;
}

#headlines{
    float:right;
	width: 10%;
}

#content{
	background-color:#FFFFFF;
	margin-right: 10px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	background-color: #66CCFF;
	width:100%;
}

#globalNav a {
	font-size: 90%;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	margin-left: 10px;	
	padding: 0px 0px 0px 10px;
	color: #0066CC;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px; 
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
	margin-right: 40px;
	margin-left: 10px;
}

.story img{
	float: left;
	padding: 10px 10px 0px 0px;
}

/************** .calculator styles *****************/
.calculator{
	font-size:10px;
	font-weight: bold;
}

.calculator td {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        color: #62376C;
		text-align: center;
}

.calculator td.field {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #62376C;
}

.calculator td.button {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #62376C;
}

/************** .application styles *****************/
.application{
	font-size:12px;
	font-weight: bold;
}

.application td {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        color: #62376C;
		text-align: center;
}

.application td.field {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #62376C;
}


/************* .siteInfo styles ***************/

.siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


