/* 
	Eyetext Section Style Sheet * HOME SECTION *	
	
	Author:				Matt Brown <matt@mattb.net.nz>
	Version:			1.0
	Date:					Jan 2003

*/

/**** Static Page Elements Styles ****/

/* Nav Bar Background */
.navbar-bg {
	background-color: #999999;
}
.navbar-abg {
	background-color: #666666;
}
/* Bottom Border of Nav Bar */
.navbar-bb {
	background-color: #eeeeee;
}
/* The Nav Bar itself */
.navbar {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal;
	background-color: #ff6600;
}

a.navl:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal;
	background-color: #ff6600;
}
a.navl:active {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal;
	background-color: #ff6600;
}
a.navl:visited {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal;
	background-color: #ff6600;
}
a.navl:hover {  
	text-decoration: underline;
}

select.navdrop {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: normal; 
	font-weight: normal; 
	text-align: center; 
	width: 120px; 
	height: 12px;
	padding: 0px;
}

/* Help / Search  */
.help-bg {
	background-color: #ffcc00;
}
.help-content {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #333333; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal;
}
.help-title {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px; 
	color: #333333; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal;
}
.search {
	background-color: #ff6600;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #ffffff; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
input.search {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height: normal; 
	font-weight: normal; 
	color: #666666; 
	background-color: #cccccc; 
	width: 120px; 
	text-align: left;
	padding-left:3px;
}

.adcolumn {
	background-color: #cccccc;
}
.adrow {
	border: 1px solid #999999;
	background-color: #cccccc;
}
/**** General Text Styles ****/
.text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px; 
	line-height: 14px; 
	color: #333333; 
	background-color: #ffffff;
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal;
	text-align: justify;
}
.cellheading {
	font-weight: bold;
}
.heading {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.subheading {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
/**** Page Content Styles ****/

/* Generic Links */
a:link {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
	color: #333333; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a:active {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
	color: #333333; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a:visited {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
	color: #333333; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: bold;
}
a:hover {  
	text-decoration: underline;
}

.listrow1 {
	background-color: #ffffff;
}

.listrow2 {
	background-color: #ffffcc
}

.imageTitle {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #6699FF;
	text-align:center;
}

.imageDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #BBBBBB;
	text-align:justify;
}
.imageCaption {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	line-height: 12px; 
	color: #333333; 
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal;
}
.imageBlurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	margin-left: 5;
	margin-right: 5
}

.imgBorder {
        border:2px solid #6699FF;
}

