/***********************************************/
/* index.css                                   */
/***********************************************/
body{
  font-family: Verdana,Arial,Helvetica,sans-serif; 
	color: #333333;
	background-image:url(../images/masks_light3a.jpg);
	background-repeat:repeat;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
p {
  font-family: Verdana,Arial,Helvetica,sans-serif; 
/*	text-align:center; */
/*  font-weight: bold; */
  color: #000000;
  }
.center {
	text-align:center; 
}

#non-profit {
	margin: 40px 0px;
	padding: 10px 0px 20px 0px;
	font-size: 80%;
	text-align: center;
}
.intelligent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	color:#063;
	margin-top: 30px;
	padding-bottom: 30px;
	text-align:left;
	max-width: 756px;
	min-width: 700px;	
}
.benefit0 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	max-width: 756px;
	min-width: 700px;
}
.benefit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	color:#063;
	text-align:center;
	max-width: 756px;
	min-width: 700px;	
}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
    }

a:hover {
    color:#FF3300;
    }
/* overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6 {
    font-family: Verdana,Arial,Helvetica,sans-serif; 
	margin: 0px;
	padding: 0px;
    }
ul{
    list-style-type: square;
    }
ul ul{
    list-style-type: disc;
    }
ul ul ul{
    list-style-type: none;
    }
label{
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    color: #334d55;
    }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#banner {
background-color:#000000;
}
#masthead{
	margin: 0;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #cccccc;
	width: 98%;
}
#masthead  h1{
	font-size: 120%;
}	
#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#navBar sectionLinks  {
	margin: 40px 0px;
	padding: 10px 0px 20px 0px;
	font-size: 60%;
}
#navBar  h1 {
/*  color:#00FFFF;  */
	font-size: 110%;
}

/*********** #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;}

/*********** #sectionLinks styles ***********/
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 88%;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}
#sectionLinks img{
    padding: 5% 0 5% 15%;
}
#sectionLinks naver img {
	float:right;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}
#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}
#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/
#globalNav{
    background-color:#CCCCCC;
    border:ridge;
	font-size: 130%;
	width:auto;
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    color:#00FF00;
	margin: 10px 0px 20px 0px;
    padding: 5px 0px 5px 10px;
    white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/* adjust margins to change separation between the feature image and text flowing around it */
/************** .content styles *****************/
#content{
    float:right;
	width: 75%;  
	margin: 0;
/*	padding: 0 3% 0 0;  */
}
.content1 h1{
	text-align:center;
}
.content1 img {
/*	padding: 1% 5%;  */
}
/*
#content2 { 
    padding: 60px 0 0 0;
	background-image:url(../images/kellyOpatrick650x504.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#content2 h1 {
	text-align:center;
	color:#030;
	padding: 10px 0 10px 0;
}
#content2 h3 {
	text-align:center;
/*    padding: 20px 0 0 187px;  */
	color:#063;
}
#content2 p{
    text-align:center;
	padding: 0px 90px 0px 90px;  
	color:#090;
	font:bold;
}
.content2 italic {
    text-align:center;
	color:#090;
	font:italic;
}
*/	
/************** #advert styles **************/
#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}
#advert img{
	display: block;
}

/************** #headlines styles **************/
#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
#headlines h1{
	padding: 15px 0px 5px 20px;
}
#headlines p{
	padding: 5px 0px 5px 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/************* #footer styles ***************/
#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
    color:#000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
    color:#000000;
}

