/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	background-color: #FFFFFF;
	margin-right: 0%;
	margin-left: 0%;
	width: 100%;
	overflow: hidden;
	list-style-position: inside;
}

a{
	color: #000066;
	text-decoration: underline;
}

a:link{
	color: #000066;
	text-decoration: underline;
}

a:visited{
	color: #000066;
	text-decoration: underline;
}

a:hover{
	color: #000066;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #FEEB75;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
}

ul{
	width: 70%;
	height: 100%;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	overflow: hidden;
}

#leftBar{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 25%;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	padding-bottom: 5px;
}
#leftBar2{
	font-size: 80%;
	height: 100%;
	overflow: hidden;
	margin-right: 0px;
	width: 100%;
	color: #000066;
	float: right;
	z-index: 1;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../Images/bg_grad_yellow_sm.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-weight: bold;
}
#mainFeature  {
	width: 72%;
	float: none;
	background-color: #FFFFFF;
	font-size: 70%;
	padding-top: 5px;
}
#Layer		{
	width:98%;
	height:100%;
	z-index:1;
	float:left;
	padding-bottom: 10px;
}
#Layer1		{
	width:49%;
	height:100%;
	z-index:1;
	float:left;
	padding-top: 10px;
	padding-bottom: 5px;
	list-style-image: url(../Images/PayDay-Logo-Square-sm.jpg);
	list-style-type: disc;
	background-image: url(../Images/bg_nav.jpg);
}
 #Layer2		{
	width:49%;
	height:100%;
	z-index:1;
	float:right;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}
#rightBar{
	font-size: 75%;
	float: right;
	height: 100%;
	overflow: hidden;
	margin-right: 0px;
	right: 0px;
	width: 26%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: bold;
}
#rightBar2{
	background-color: #FFFFFF;
	font-size: 80%;
	float: right;
	overflow: hidden;
	letter-spacing: 2px;
	text-align: center;
	background-image: url(../Images/bgGrYel.jpg);
	background-repeat: repeat-x;
	width: 26%;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, sans-serif;
}
#content{
	float: right;
	width: 73%;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	background-color: #FFFFFF;
	right: 0px;
	overflow: hidden;
}

#middleNav{
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	background-color: #000066;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	float: none;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	background-position: right;
	background-image: url(../Images/collageY4.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
}
#quote{
	margin: 0;
	margin-right: 0px;
	margin-top: 0px;
	top: 50px;
	position: absolute;
	left: 507px;
	padding-right: 5px;

}
/************* #middleNav styles **************/

#middleNav img{
 display: block;
}

#middleNav a {
	font-size: 80%;
	padding: 0 4px 0 0;
	color: #99CCFF;
}

/************* #topNav styles **************/

#topNav{
	color: #FFFFD9;
	background-color: #000066;
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	height: 18px;
	font-size: 75%;
	padding-top: 5px;
}

#topNav img{
 display: block;
}

#topNav a {
	color: #FEEB75;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	color: #000066;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-decoration: blink;
	background-image: url(../Images/bgGrYel.jpg);
	padding-left: 5px;
	height: 20px;
	overflow: hidden;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 75%;
	padding: 2px 0px 0 10px;
	color: #000066;
	background-color: #000066;
}


/************** #mainFeature styles ***************/

#mainFeature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

#mainFeature img{
	overflow: hidden;
}


/************** #feature styles *****************/

#feature{
	float: left;
	position: static;
	background-color: #FFFFFF;
	width: 72%;
	display: block;
	font-size: 70%;
	padding-top: 5px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 70%;
	color: #000066;
	padding: 5px 5px 5px 5px;
	background-image: url(../Images/bgGrYelSm1.jpg);
}

#siteInfo img{
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 70%;
	float: right;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #leftBar link styles ***********/

#leftBar ul a:link, #leftBar ul a:visited {
	display: block;
	color: #000066;
}
#leftBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftBar li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #leftBar li {
	border-bottom: none;
}

/*********** #rightBar link styles ***********/

#rightBar ul a:link, #rightBar ul a:visited {
	display: block;
	color: #000066;
}
#rightBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#rightBar li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #rightBar li {
	border-bottom: none;
}

#rightBar2 ul a:link, #rightBar2 ul a:visited {
	display: block;
	color: #000066;
}
#rightBar2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#rightBar2 li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #rightBar2 li {
	border-bottom: none;
}
/*********** #resources styles ***********/

#resources{
	margin: 0px;
	font-size: 70%;
	text-align: center;
	letter-spacing: 2px;
	overflow: hidden;
	width: 100%;
	padding: 5;
	font-family: Verdana, Arial, sans-serif;
	color: #000066;
	background-color: #F9F9F9;
}

#resources h3{
	padding: 10px 0px 2px 10px;
}

#resources a {
	color: #000066;
}

#resources a:hover{
	color: #000066;
}


/*********** #image styles ***********/

#image{
	margin: 0px;
	font-size: 80%;
	border: 0;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

#image h3{
	padding: 10px 0px 2px 0px;
}

#image a:link,
#image a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/


#headlines p{
	padding: 5px 0px 5px 0px;
	color: #000066;
}
.espanol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	color: #FEEB75;
	text-decoration: blink;
}
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #000066;
	letter-spacing: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.actRes {
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000066;
	background-image: url(../Images/bg_grad_yellow_sm.jpg);
}

