/*
-----------------------------------------------
Anthony Fisher screen style
author:	  anthony fisher
version:  04.30.2006
----------------------------------------------- */


/*
-----------------------------------------------
General Setup
----------------------------------------------- */ 

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666;
text-decoration: none; }
a {
	color:  #003399;
	outline: none;
	}
a:visited {
	color:  #663300;
	}
a:active {
	color:  #000000;
	}
a:hover {
	color: #666666;
	}
	
p {
	margin: 0 0 16px 0;
	padding: 0;
	text-align: left; /* for ie6win bug */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 10px;
	text-decoration: none;
	line-height: 1.3;
	}
h1 {
	margin: 0 0 13px 0;
	}
h2 {
	font-size: 22px;
	color: #f63;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 5px 0
	}
h3 {
	font-size: 15px;
	color: #f63;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 1px;
	}
img {
	border: 0;
	}
strong, b {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.fiftytwo {
	margin: 0 0 40px 0; /* subtracting 12px to account for p bottom margin */
	}
.navbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.navbold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #660033;
}
.hide {
	display: none;
	}
	
/*
-----------------------------------------------
Table Styles
----------------------------------------------- */ 

#maintable {
	position: relative;
	width: 761px;
	margin-left: auto;
	margin-right: auto;
	}
#maintable .blue {
	background-color: #1c4fa3;
	}
#maintable .white {
	background-color: #fff;
	}
	
/*
-----------------------------------------------
Header
----------------------------------------------- */ 
	
#headerbg {
	position: relative;
	background-color: #aecd18;
	}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	color: #c60;
	background-color: #aecd18;
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	}
#header a {
	color:  #6a8401;
	text-decoration: none;
	outline: none;
	}
#header a:visited {
	color:  #6a8401;
	text-decoration: none;
	outline: none;
	}
#header a:active {
	color:  #ffc;
	}
#header a:hover {
	color: #fff;
	text-decoration: none;
	outline: none;
	background-color: none;
	}
#utilities {
	position: relative;
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 12px;
	text-align: right;
	}	
/*
-----------------------------------------------
Navigation
----------------------------------------------- */ 

#global {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #f9763c;
	}
#global img {
	display: inline;
	border: 0;
	}
#secondary {
	margin: 0;
	padding: 0;
	}
#secondary img {
	display: block;
	border: 0;
	}
#secondary ul {
	margin: 0 15px 11px 14px;
	padding: 0;
	display: block;
	font-size: 12px;
	line-height: 22px;
	list-style: none;
	}
#secondary li a, #secondary li a:visited, #secondary li a:active {
	text-decoration: none;
	color: #9cf;
	}
#secondary li a:hover, #secondary li strong {
	color: #ff9;
	font-weight: normal;
	text-decoration: none;
	}
#breadcrumb {
	position: relative;
  	margin: 24px 0 27px 34px;
	width: 100%;
  	font-size: 12px;
	color: #9c6;	
	}
#breadcrumb a {
	text-decoration: underline;
	color: #9c6;
	}
	
/*
-----------------------------------------------
Content
----------------------------------------------- */ 

/* ie6win fix */
#title {
	position: relative;
  	margin: 0 0 0 34px;
	padding: 0;
	}
#content3 {
	float: left;
	margin: 0px;
	padding: 0 25px 0 34px; 
	background: #fff;
	border-right: 1px dotted #fc3;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	width: 418px; /* incorrect ie5win box model value */
	voice-family: "\"}\""; /* ie5win fudge starts */
	voice-family:inherit;
	width: 358px; /* ie5win fudge ends */	
	}
html>body #content3 {
	width: 358px; /* be nice to opera */
	}
#content3 ul {
	margin: 8px 0 0 30px;
	padding: 0;
	line-height: 18px;
	list-style-image: url(/i/cBullet.gif) no-repeat;
	}
#content3 ul li {
	margin: 0 0 7px 0;
	}
#content4 {
	float: left;
	margin: 0;
	padding: 0 19px 0 15px;
	background: #fff;
	font-size: 13px;
	line-height: 18px;
	color: #999;
	width: 143px; /* incorrect ie5win box model value */
	voice-family: "\"}\""; /* ie5win fudge starts */
	voice-family:inherit;
	width: 108px;  /* ie5win fudge ends */
	}
html>body #content4 {
	width: 108px; /* be nice to opera */
	}
/* blue */
#content4 h3 {
	font-size: 13px;
	font-weight: bold;
	color: #69c;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	}
/* orange */
#content4 h4 {
	font-size: 13px;
	font-weight: bold;
	color: #f93;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	}

/*
-----------------------------------------------
Footer
----------------------------------------------- */ 

#footer {
	margin: 25px 0 12px 0;
	width: 762px;
	font-size: 13px;
	color: #369;
	text-transform: lowercase;
	margin-left: auto;
	margin-right: auto;
	}
#footer a, #footer a:visited, #footer a:active, #footer a:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.newstextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
