@media screen {
html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 

}

xx#content ul {
	list-style-type: disc;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	padding-left:5px;
	}
	
	#content ul {
	list-style: none;
	padding-left:5px;
	}
	
	#content ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 16px;
  }
  
	

body {
font-size: 100.01%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #666666;
background-color: #ffffff;

}
#header {
background-image:url(../designs/header-bg-strip2.jpg);
background-position:top left;
background-repeat:repeat-x;
height:132px;
}
#header2 {
background-image:url(../designs/header-bg2.jpg);
background-position:top left;
background-repeat:no-repeat;
width:760px;
height:132px;
}
#subHeader {
background-color:#00457C;
padding:4px;
}
#subHeader h2 {
display:none;
}
#subHeader {
text-align:right;
background-image:url(../designs/an-eye-for-insurance.gif);
background-position:top left;
background-repeat:no-repeat;
padding:10px;
}
#subHeader a {
font-size:70%;
color:#FFCC33;
text-decoration:none;
font-weight:bold;
background-image:url(../designs/util-nav-bullet.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:14px;
}
#subHeader a:hover {
color:#ffffff;
}
#navContentContainerA {
margin-top:6px;
background-image:url(../designs/left-nav-bg.gif);
background-position:left;
background-repeat:repeat-y;
}
#navContentContainerB {
background-image:url(../designs/left-nav-curves.gif);
background-position:bottom left;
background-repeat:no-repeat;
}


#primaryNav {
background-color:#00457C;
width:160px;
padding:5px;
float:left;
color:#fff;
 font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
}

.loginButton {
	color: #000;
background: #80A2BE;
border: 2px outset #d7b9c9
}


/*
#primaryNav a {
color:#FFFFFF;
font-size:70%;
text-decoration:none;
}
#primaryNav a:hover {
color:#FFD205;
}
#primaryNav table tr td {
border-bottom:1px solid #FFD205;
padding:6px;
} */
#content {
font-size:75%;
line-height:200%;
padding:0.5em 2em 2em 2em;
margin-left:170px;

}
#content ul {
width:500px; /* to fix an ie bug where bullet points are not aligned */
}
#content p,h1,h2,h3,h4,h5,h6 {
margin:1em 0;
}
#content h1 {
font-size:120%;
font-weight:bold;
}
#content h2 {
font-size:100%;
font-weight:bold;
}
#content h3 {
font-size:100%;
font-weight:bold;
color:#00457C;
}
#content h4 {
font-size:90%;
font-weight:bold;
color:#00457C;
}
#content h5 {
font-size:80%;
font-weight:bold;
color:#00457C;
}
#content h6 {
font-size:80%;
font-weight:bold;
font-style:italic;
color:#00457C;
}
#content a {
color:#00457C;
}
#content a:hover {
color:#80A2BE;
}
#subContent {
clear:both;
}
#banner {
background-color:#80A2BE;
padding:6px;
clear:both;
border-top:6px solid #ffffff; /* Use this instead of a top margin due to IE bug */
}
#banner #TWFT {
background-color:#ffffff;
}
#footer {
font-size:70%;
padding:6px;
}

/* Primary */

ul#primary { 
  margin: 6px 6px 6px 0;
  border: 0 none;
  padding:0;
  width: 159px; /*For KHTML*/
  list-style: none;
  text-indent:0;
}

/* this is the root menu */
ul#primary li {
    margin: 0;
    padding: 6px 0 0 0;
    width: 159px; /*For KHTML*/
    list-style: none;
    font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
    color:#FFF;
    float: left; /*For IE 7 lack of compliance*/
    display: block !important; /*For GOOD browsers*/
    display: inline; /*For IE*/
    position: relative;
}

ul#primary li.firstLi {
    padding-top: 6px;
}

ul#primary li li,
ul#primary li li li {
    display: block;
    margin: 0;
    padding-left: 0;
    color: #FFF;
    font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
    background: #80A2BE;
    width:159px;
    xborder-bottom: 1px solid #00457C;
} 
 
ul#primary:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
  
  
}
ul#primary li:hover,
ul#primary li.iehover{
    color:#FFD205;
}

/* Root Menu - with href*/
ul#primary li a,
ul#primary li li a,
ul#primary li li li a,
ul#primary li li li li a {
    padding: 0 4px 6px 6px;
    margin-bottom: 0;
    display: block;
    color: #FFF;
    font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
    border-left: 6px solid #00457C;
    border-right: 4px solid #00457C;
    border-bottom:1px solid #80A2BE;
}
ul#primary li a {
    border-left: 0 none;
}

/* Root Menu Hover Persistence */

ul#primary a:hover,
ul#primary li:hover a,
ul#primary li.iehover a {
    color: #FFD205;
}

/* 2nd Menu */

ul#primary li:hover li a,
ul#primary li.iehover li a {
  background: #80A2BE;
  color: #00457C;
  border-left: 6px solid #80A2BE;
  border-right: 4px solid #80A2BE;
}

/* 2nd Menu Hover Persistence */

ul#primary li:hover li a:hover,
ul#primary li:hover li:hover a,
ul#primary li.iehover li a:hover,
ul#primary li.iehover li.iehover a {
  xbackground: #00457C;
  color: #FFD205;
  text-decoration: underline;
}

/* 3rd Menu */

ul#primary li:hover li:hover li a,
ul#primary li.iehover li.iehover li a {
  color: #FFD205;
}

/* 3rd Menu Hover Persistence */
ul#primary li:hover li:hover li a:hover,
ul#primary li:hover li:hover li:hover a,
ul#primary li.iehover li.iehover li a:hover,
ul#primary li.iehover li.iehover li.iehover a {
  color: #FFD205;
}

/* 4th Menu 
ul#forms li:hover li:hover li:hover li a,
ul#forms li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #072B61;
}*/

/* 4th Menu Hover 
ul#forms li:hover li:hover li:hover li a:hover,
ul#forms li.iehover li.iehover li.iehover li a:hover {
  background: <cfoutput>#barBgColour#</cfoutput>;
  color: #FFF;
}*/

ul#primary ul {
  display: none;
  position: absolute;
  top: 0;
  left: 159px;
  xborder-bottom: 6px solid #FFD205;
}

ul#primary ul ul,
ul#primary ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 159px;
  
}

/* Do Not Move - Must Come Before display:block for Gecko */

ul#primary li:hover ul ul,
ul#primary li:hover ul ul ul,
ul#primary li.iehover ul ul,
ul#primary li.iehover ul ul ul {
  display: none;
}

ul#primary li:hover ul,
ul#primary ul li:hover ul,
ul#primary ul ul li:hover ul,
ul#primary li.iehover ul,
ul#primary ul li.iehover ul,
ul#primary ul ul li.iehover ul {
  display: block;
}

/******* Utility *******/

ul#utility {}
ul#utility li {
	color: #FFCC33;
    list-style: none;
}

ul#utility li.lastLi {border-right: 0 none;}

ul#utility a {
    color: #FFCC33;
    text-decoration: none;
}

ul#utility li a:hover {
    color: #FFF;
	text-decoration: none;
}

ul#utility ul {
    margin: 0;
    border: 0 none;
    list-style: none;
    display: none;
    position: absolute;
}


/******** News ********/
#newsPanel {
    float: right;
    margin: 0 6px;
    font-size: 80%;
    background-color: #80A2BE;
    padding: 10px;
    color: #333;
}

#newsPanel ul,
#newsPanel ul ul {
    list-style-type: none;
}

#newsPanel li {
    margin-bottom: 12px;
}

#newsPanel h2 {
    font-size:120%;
    font-weight:bold;
    color: #FFD205;
}

.primaryNewsCategoryTitle {
    color: #FFF;
    font-weight: bold;
}
.newsItemTitle {
    font-weight: bold;
}

.newsItemSummary {}

.newsItemDate {}

.newsItemSummary {}

.newsItemLink {}


} /*end screen style*/

@media print {
#header {
display:none;
}
#subHeader {
display:none;
}
#primaryNav {
display:none;
}
#content {
margin:0;
padding:0;
}
#banner {
display:none;
}
#footer {
font-size:75%;
margin:0;
padding:0;
}
#footer p {
margin-top:3em;
}




} /*end print style*/
