/* Author: Josh Black
 * Title:  primary.css
 * Date:  Feb 28, 2003
 * Description: This is the primary style sheet for the new Watkins Employee Benefits Web Site.  This file will describe
 * the overall layout and style of the new site.
 */

 
/* Text settings */ 
p {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}
p.serif {
	font-family: palatino linotype, times new roman, helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}
p.smallfont {
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: palatino linotype, times new roman, serif, helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
h3.contact {
  font-family: "palatino linotype", "times new roman", serif, helvetica, sans-serif;
  color: #000000;
	text-align: left;
	text-decoration: underline;
	font-style: italic;
}
span.breadcrumb {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
span.bold {
  font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
span.italic {
  font-family: arial, helvetica, sans-serif;
	font-style: italic;
}
span.bolditalic {
  font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
span.underitalic {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}
span.smallitalic {
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}


/* Table settings */
table.primary {
	border-style : outset;
	border-color : #000000 #FFFFFF #FFFFFF #000000;
	border-left-width : 1px;
	border-top-width : 1px;
}
table.border {
	border-color: #000000 #000000 #000000 #000000;
}
th.halfborder {
	background-color: #94A1F6;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px; 
	border-right-width: 1px;
	border-bottom-width: 0px;
}
th.fullborder {
background-color: #94A1F6;
	border-style: solid;
  border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
th.blue {
	background-color: #1A32BA;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
td.halfborder {
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
td.paddingframe {
	padding-left: 20px; 
	padding-top: 20px; 
	padding-right: 20px; 
	padding-bottom: 20px;
	border-color: #000000 #000000 #000000 #000000;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;	
}
td.padding {
	padding-left: 20px; 
	padding-top: 20px; 
	padding-right: 20px; 
	padding-bottom: 20px;
}
td.blue {
  background-color: #1A32BA;
	vertical-align: top;
}
td.rightframe {
	border-color: #000000 #000000 #000000 #000000; 
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
}
td.bottomframe {
	border-color: #000000 #000000 #000000 #000000;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}
td.leftframe {
	border-color: #000000 #000000 #000000 #000000;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
td.leftbottomframe {
	border-color: #000000 #000000 #000000 #000000;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}  

/* List settings */
li {
  font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}

/* Anchor settings */
a:visited {
  color: #6666FF;
}
a.breadcrumb:visited {
  color: #9999FF;
}
a.breadcrumb:link {
  color: #9999FF;
}