/*******************************************/
/* kristy2.css                             */
/* Use with template essentials.html          */
/*******************************************/
/* HTML tag styles                         */
/*******************************************/ 

div#main {
  margin-left: 8%;
  margin-right: 8%;
  }
  
body {
	background-image: url(images/turqbackground.jpg);
	background-repeat: repeat;
    background-color: #00CCCC;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.2em;	
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;

}

a:link{ /* an unvisited link */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
 	font-weight: 900;
	text-decoration: underline;
}
;
a:visited{ /* a visited link */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFCC;
	font-weight: 900;
	text-decoration: underline;
}

a:hover{  /* a link with the mouse hovering over it */
    color: #FFFFCC;
	background-color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-decoration: underline;
}

a:active{ /* the selected link */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-weight: 900;
	text-decoration: underline;
}

/* Logo   */
h1{
 font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #33FFFF;
 margin: 0px;
 padding: 0px;
 line-height: 1.2em;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #FFFFCC;
 text-align: center;
 line-height: 1.3em;
 margin: 0px;
 padding: 5x 0px 5px 0px;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #333333;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 text-align: center;
 line-height: 1.3em;
}

h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #990099;
 font-style: normal;
 margin: 0px;
 padding: 2px 0 3px 0;
 text-align: center;
 line-height: 1.3em;
}

h5{
 font-family: Verdana, Arial,Helvetica, sans-serif;
 font-size: 70%;
 color: #ffffcc;
 font-style: normal;
 margin: 0 0 0 0px;
 padding: 2px 0 2px 10;
 text-align: center;
 line-height: 1.5em;
}

h6{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
 color: #FFFFCC;
 text-align: center;
 margin: 0px;
 padding: 0px;
}

ul{ list-style-image: url(images/leftbutton.jpg);
	list-style-position: outside;
	}
li { 

}

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

#masthead{
	padding: 5px 0px 0px 0px;
	width: 100%;
}
#navBar{
	float: left;
	width: 20%;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 5px;
	background-image: url(images/leftborder2.jpg);
}

#headlines{
  	float: right;
	width: 20%;
	margin: 20px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}
#content{
	float: left;
  	width:55%;
	background-image: url(images/turq3.jpg);
}

#siteInfo{
	float: bottom;
	width: 90%;
}

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

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

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

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 20px;
	font-size: 80%;
	font-weight: 500;
}

.feature h3{
	padding: 3px 0px 0px 0px;
	text-align: center;
}

.feature p{
	padding: 0px 0px 0px 0px;
    font-size: 80%;
	text-align: center;
    line-height: 1.3em;
}

.feature img{
	float: left;
	padding: 3px 5px 3px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 70%;
	font-weight: 900;
	padding: 0px 0px 0px 25px;
	text-align: center;
    text-decoration: underline;
}

/*********** #navBar link styles ***********/
#navBar ul {list-style: none; list-style-position: outside; margin: 0; padding: 0;}

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

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


/*********** #tablelinks styles    ***********/

#tablelinks{ table-layout: inherit }


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative; 
	margin: 5px 0px 0px 0px;
	padding-left: 25px;
	font-size: 80%;
	list-style: none;
}

#sectionLinks h3{
	padding: 10px 0px 2px 0px;
	color: #ffffcc;
}

#sectionLinks h4{
    color:#993399;
	}

#sectionLinks a {
	display: block;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-weight: 900;
	text-decoration: none;
}

#sectionLinks a:hover{
	background-color: #999999;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}

/************** #headlines styles **************/

#headlines{
	margin: 2px 10px 0px 0px;
	padding: 0px 8px 0px 0px;
	font-size: 80%;
	color: #FFFFCC; 
	line-height: 1.3em;
	text-align: left;	
}

#headlines p{
	padding: 0px 10px 0px 0px;
}


