/*********************************
* Joyce Ivy Foundation Style Sheet
* 
* @author: Chris Balduino
* @date: 9/06
*********************************/

/************************************
* Link styles
************************************/

a, a:link, a:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 14px;
	color: #0033FF;
}

a:hover {
	color: #009900;
}

a.news, a.news:link, a.news:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 13px;
	color: #0033FF;
}

a.pressReleaseLink, a.pressReleaseLink:link, a.pressReleaseLink:visited {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 12px;
	color: #333333;
}

a.quoteLink, a.quoteLink:link, a.quoteLink:visited {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 12px;
	color: #FFFFFF;
}

a:hover, a.quoteLink:hover, a.pressReleaseLink:hover, a.news:hover {
	color: #009900;
}

a.note, a.note:visited {
	font-size: 9px;
	color: #666666;
}


/************************************
* Generic page styles
*************************************/
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 11px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
}

p {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p.block {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 0px;
}

p.blockSmall {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 0px;
}

p.introText {
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
	margin: 0px 0px 15px 0px;
}

p.app_note {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 4px;
}

/* used for About Joyce Ivy block text after an article */
p.pressReleaseHeader {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 30px;
}

p.pressRelease {

	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 12px;
}

ul, li {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

ul.newsList {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

ol.faqList {
	margin: 0 0 0 30px;
	padding: 0;	
}

ol.faqList li {

}

ul.noSpace {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	padding: 0px;
}

li.newsBullet {
	list-style-type: disc;
	text-indent: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
}

input.button {

	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #DDE2DC;
	border: 2px solid #006600;
}

.newsDate {

	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

.requiredField {

	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

.requiredNote {

	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
.note {
	font-size: 10px !important;
	font-style: italic;
	color: #666;
}

.quoteHighlight {
	padding: 10px;
	border: 1px solid #666666;
	background: #DDD;
	margin-top: 5px;
}

.center {
	vertical-align: middle;
}

.timeline {
	padding: 10px;
}
.timeline p {
	background: #C8E0C5;
	padding: 3px;
	border: 1px solid #3E6E38;
}

.messageConfirm {
	color: #006600;
}
.messageError {
	
}
.siteAlert {
	/*font-weight: bold;*/
	padding: 7px;
	background: #FFC2B3;
	color: #D20000;
	border: 1px solid #D20000;
	margin: 5px 0 25px 5px;
}
.siteAlert a {
	/*font-weight: bold;*/
}

/**************************************
* Table Styles
***************************************/

.tblBanner {
	background-image: url(../images/banner3.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 900px;
	text-align: right;
	vertical-align: bottom;
}

.applicationTable td {

	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.applicationTable th {

	font-size: 13px;
	font-weight: bold;
	color: #006600;
	text-align: left;
	padding-right: 10px;	
}

.appTableRule {
	background-color: #006600;
	height: 3px;
	padding: 0px;
	margin: 0px;
}

.nestedAppTable {
	border-collapse: collapse;
	border: 1px solid #333333;
	background-color: #CCCCCC;
}

.nestedAppTable td {
	border: 1px solid #333333;
	border-collapse: collapse;
	padding: 2px;
}

.nestedAppTable th {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	padding: 3px;
}


/********************************
* Main page construct styles
*********************************/
.mainContentArea {
	padding: 10px;
	background-image: url(../images/content_tile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.rightColumnContent {
	padding-top: 10px;
	padding-left: 10px;
}


/*******************************
* Table styles 
*******************************/
.contentTable {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.contentHeader {

	font-size: 12px;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	height: 25px;
	padding-left: 5px;
	border: 1px solid #999999;
}

.contentBody {

	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 5px;
	width: 100%;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #999999;
}

.secondaryTable {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	border-collapse: collapse;
}	
	
.secondaryHeader {

	font-size: 12px;
	vertical-align: middle;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	height: 25px;
	padding-left: 5px;
	border: 1px solid #999999;
}

.secondaryBody {

	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 5px;
	width: 100%;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #999999;
}


.alertTable {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	border-collapse: collapse;
}	
	
.alertHeader {

	font-size: 12px;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D20000;
	height: 25px;
	padding-left: 5px;
	border: 1px solid #999999;
}

.alertBody {

	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 5px;
	width: 100%;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #999999;
}

.dataTable {
	width: 100%;
	border: 1px solid #999999;
	border-collapse: collapse;
}

.dataTable th {
	text-align: left;
	color: #FFFFFF;
	background-color: #006600;
	border: 1px solid #999999;
	padding: 3px;
}

.dataTableRowOdd {
	background-color: #9CCA96;
	border: 1px solid #999999;
	padding: 3px;
	font-size: 11px;
}

.dataTableRowEven {
	background-color: #C8E0C5;
	border: 1px solid #999999;
	padding: 3px;
	font-size: 11px;
}

.alertGreen {
	padding: 7px;
	font-weight: bold;
	border: 1px solid #23831F;
	background: #8AD187;
	color: #333333;
}


ul.newsSpecial {
	margin: 10px 0 20px 20px;
	padding: 0;
}
ul.newsSpecial li p {
	text-indent: -68px;
	margin: 0 0 8px 68px;
}

/***********************************
* Footer styles
************************************/
.footer {
	margin: 20px 0 0 0;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
}
.footer a {
	font-size: 10px;
}


/*****************
* nav menu styles
******************/

.navBG {
	width: 185px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a {
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover { /*hover background color*/
background-color: #5279E6;
}
