/*--========================================================= 
			HTML TAGS & GENERAL FORMATTING
  --=========================================================--*/
  
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: normal;
	background-color: #FFFFFF;
	}
	
p {
	padding: 0px 0px 3px 0px;
	line-height: 21px;
	}
	
h1 {
	font-weight: bold;
	font-size: 27px;
	line-height: 36px;
	margin: 0;
	padding: 0px 0px 9px 0px;
	border-bottom: 1px solid #FFD700;
	font-family: "Times New Roman", Times, serif;
	}
h2 {
	font-weight: bold;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color:#0A6CD1;
	font-variant:normal;
	line-height: 24px;
	margin: 0;
	padding: 20px 0px 0px 0px;
	}
h3 {
	font-size: 18px;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 18px 0 3px 0;
	}
h4 {
	font-size: 14px;
	line-height: 16px;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 9px 0 0 0;
	}
h5 {
	font-size: 13px;
	line-height: 15px;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 6px 0 0 0;
	}
table td {
	vertical-align: top;
	}

.text_small {
	font-size:x-small;
}

.img_border {
	border: 1px solid #000;
	margin:10px;
	padding:0px;
}

.mod_title {
	color:#363636;
	font-size:18px;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFD700;
}

.quotes {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding:0px 0px 10px 0px;
	line-height:28px;
}

blockquote {
	padding:0px;
}

/*--========================================================= 
			DEFAULT LINK STYLES (mainly in-copy links)
  --=========================================================--*/

a:link {
	color: #003399;
}
a:visited {
	color: #7D7D7D;
}
a:hover {
	color: #CC9900;
}
a:active {
}

/*--========================================================= 
			STRUCTURE ID RULES
  --=========================================================--*/

#content_all {
	margin:0px auto 0px auto;
	width:877px;
}

#container {
	background-color: #F8F8F8;
	margin: 0px auto 0px auto;
	padding: 0;

/*	width:expression(document.body.clientWidth < 810? "805px" : document.body.clientWidth > 920? "920px" : "auto");		*/

	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #EEC221;
	background:url(../media/style/callow-bkg.gif) repeat-y center left;
	}
	
#printhead {
	display:none;
	}

/*--========================================================= 
			HEADER
  --=========================================================--*/

div#header {
	background-color: #B2CFEC;
	width: 100%;
	clear: both;
	height: 94px;
	margin:0px auto 0px auto;
	padding:0px;
	border-bottom: 1px solid #99CCFF;
	}
div#headerL {
	margin:0;
	padding: 0;
	background:url(../media/style/callow_bannerleft.jpg) top left no-repeat;
	float:left;
	height:94px;
	width:350px;
}

div#headerR {
	margin:0;
	padding: 0;
	background:url(../media/style/callow_bannerR.jpg) top right no-repeat;
	height:94px;
	float:right;
	width:422px;
}

/*--========================================================= 
			NAVIGATION - GLOBAL
  --=========================================================--*/

div#globalnav {
	height:56px;
	clear: both;
	background:url(../menu/chrometheme/chromebg6.gif) repeat-x top right;
}

/*--=========== 	Also see menu/chrometheme/chromestyle.css for other settings		===========--*/

div#globalnav li a:visited {
	text-decoration: none;
	color: #FFF;
	}

/*--========================================================= 
			LOCAL PAGE BAR
  --=========================================================--*/

/*--=========== 	Structure		===========--*/

div#localpagebar {
	width: 170px;
	float: left;
	margin: 0px 0;
	padding: 0;
	}
div#localnav_top {
	height:30px;
	background:url(../media/style/localnav_top.gif) no-repeat top left;
	}
div#localnav_btm {
	height:30px;
	background:url(../media/style/localnav_btm.gif) no-repeat top left;
	}

/*--=========== 	Local Navigation		===========--*/

div#localnav {
	background-color: #FFD700;
	margin: 0;
	padding: 9px 5px 9px 5px;
	}
div#localnav p{
	font-size:11px;
	padding:0 10px 0 10px;
	}
div#localnav ul {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
	}
div#localnav li {
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	display: inline;
	}
div#localnav li a {
	display: block;
	padding: 2px 5px 4px 20px;
	margin: 0;
	border-top: solid 1px #FFFDDA;
	background:url(../media/style/bullet_swoop_ylw2.gif) no-repeat center left;
	}
div#localnav li a:link {
	text-decoration: none;
	color: #000;
	padding-left:20px;
	background:url(../media/style/bullet_swoop_ylw2.gif) no-repeat center left;
	}
div#localnav li a:visited {
	text-decoration: none;
	color: #304882;
	}
div#localnav li a:hover {
	background-color: #F8F8F8;
	text-decoration: none;
	color: #FFFFFF;
	padding-left:20px;
	background:url(../media/style/bullet_swoop_ylw2-over.gif) no-repeat center left;
	}
	
/*--========================================================= 
			CONTENTS (main content section)
  --=========================================================--*/

div#contents {
	position: relative;
	line-height: normal;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	}

div#contents_home {
	margin: 0px 40px 20px 0px;
	padding: 20px;
	}

div#contents_home p,
div#contents p {
	line-height: 22px;
	margin: 0;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	}

div#contents_home ul,
div#contents ul {
	line-height: 18px;
	margin: 0 18px;
	padding: 4px 18px;
	}


/*--========================================================= 
			HOME PAGE (updates for April 26/07)
  --=========================================================--*/

#homeLeftcontent {
	position: absolute;
	left:25px;
	top:150px;
	width:250px;
	}

#homeCentercontent {
   	margin-left: 255px;
   	margin-right:262px;
	/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 255px;
   	margin-right:262px;
}

html>body #homeCentercontent {
	margin-left: 255px;
	margin-right:262px;
}

#homeRightcontent {
	position: absolute;
	right:25px;
	top:150px;
	width:250px;
}

/*--========================================================= 
			HOME PAGE layout
  --=========================================================--*/

.homeTitles {
	font-weight: bold;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color:#000;
	line-height: 24px;
	margin: 0px 20px 0px 25px;
	padding: 0px;
	text-align:left;
	}
.homeTitlesL {
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color:#000;
	line-height: 24px;
	margin: 10px 20px 0px 25px;
	padding: 0px;
	text-align:left;
	}

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

.sideColumn /* Side columns and their little children */
{
  float: left;
  width: 240px;
  text-align: left;
}

.sideBox
{
	width: 240px;
	margin: 0 0 1px 0;
	border-left:1px solid #ABC6CD;
	border-right:1px solid #ABC6CD;
	background-color: #E5F0F5;
}

.sideBoxTop
{
  width: 240px;
  background: url(../media/style/sideTop2.jpg) top left repeat-x;
}

.sideBoxBottom
{
	width: 240px;
	background: url(../media/style/sideBottom2.gif) bottom left repeat-x;
}

#middleColumn /* Middle column and his little children */
{
	float: left;
	width: 345px;
	text-align: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

.middleBox
{
/*  width: 368px;			
  background: #FFFFFF url(../media/style/main.gif) repeat-y;		*/
  background-color: #FFFFFF;
  margin: 0 0 0 0;
  border-left:1px solid #ECECEC;
  border-right:1px solid #ECECEC;
}

.middleBoxTop
{
/*  width: 368px;			*/
  background: url(../media/style/mainTop2.jpg) top left repeat-x;
}

.middleBoxBottom
{
/*  width: 368px;			*/
  background: url(../media/style/mainBottom2.gif) bottom left repeat-x;
/*  display: table-cell;		*/
}

.new /* Apply to new paragraphs */
{
  margin-top: 14px;
}

.newSmall /* Apply to new paragraphs for smaller top margin */
{
  margin-top: 5px;
}

.newSmallLast /* Apply to new paragraphs for smaller top margin and larger bottom margin */
{
  margin-top: 5px;
  margin-bottom: 20px;
}


#mainWrapper
{
	padding: 0;
	margin-top: 10px;
	margin-right: 24px;
	margin-bottom: 15px;
	margin-left: 24px;
}

#middleText
{
/*	width: 320px;			*/
	margin: 0;
	padding-bottom:10px;
	background: transparent;
	height: auto !important;
	height: 50px;
	min-height: 50px;
}
#middleText p
{
	line-height: 20px;
}

#newsWrapper
{
	width: 200px;
	font-size:12px;


	line height: 16px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#news p
{
	margin-left: 0px;
	margin-right: 0;
	font-size:12px;

	line height: 16px;
	color: #000000;
}

/*--========================================================= 
			CONTENT_RIGHT
  --=========================================================--*/

#content_right {
	float: right;
	border-left: dotted 1px #99CCFF;
	width: 200px;
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: right;
	}

div#content_right p {
	margin: 2px 8px;
	color:#0A6CD1;
	font-size:11px;
	}

div#contents_home ul,
div#content_right ul {
	margin: 0 0 0 20px;
	padding: 9px;
	font-size:11px;
	list-style-position: outside;
	list-style-image: url(../media/style/bullet_swoop_ylw.gif);
	list-style-type: none;
	}

div#contents_home li,
div#content_right li {
	padding: 4px 0;
	line-height: 15px;
	color:#0A6CD1;
	}

div#contents_home a,
div#content_right a {
	text-decoration: none;
	color: #304882;
	}

div#contents_home a:link,
div#content_right a:link {
	text-decoration: none;
	color: #304882;
	}

div#contents_home a:visited,
div#content_right a:visited {
	text-decoration: none;
	color: #7D7D7D;
	}

div#contents_home a:hover,
div#content_right a:hover {
	text-decoration: underline;
	color: #000;
	}
	
.bluehead {
	margin: 0 0 10px 0;
	background-color: #304882;
	height:41px;
	border:none;
	}
.bluehead_top {
	height:11px;
	background:url(../media/style/right_top.gif) no-repeat top left;
	}
.bluehead h3 {
	margin: 5px 0;
	padding: 0 0 0 8px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
	}

/*--========================================================= 
			CONTENT_RIGHT - NEWSLETTER (wider)
  --=========================================================--*/

div#content_right_wide {
	float: right;
	border-left: solid 1px #99CCFF;
	padding:10px;
	width: 190px;
	background-color:#FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 15px;
	}
div#content_right_wide p {
	color:#0A6CD1;
	font-size:11px;
	}
div#content_right_wide ul {
	margin: 0 0 0 20px;
	padding: 9px;
	font-size:11px;
	list-style-position: outside;
	list-style-image: url(../media/style/bullet_swoop_ylw.gif);
	list-style-type: none;
	}
div#content_right_wide li {
	padding: 4px 0;
	line-height: 15px;
	color:#0A6CD1;
	}
div#content_right_wide a:link {
	text-decoration: underline;
	color: #304882;
	}
div#content_right_wide a:visited {
	text-decoration: none;
	color: #7D7D7D;
	}
div#content_right_wide a:hover {
	text-decoration: underline;
	color: #000;
	}

.newsletter_title {
	font-weight: bold;
	text-align:center;
	font-size: 24px;
	margin: 0;
	padding: 5px 0px 9px 0px;
	border-bottom: 1px solid #FFD700;
	font-family: "Times New Roman", Times, serif;
	background-color:#304882;
	color:#FFF;
	}

/*--========================================================= 
			FOOTER
  --=========================================================--*/
	
#footer {
	clear: both;
	background-color: #304882;
	background:url(../menu/chrometheme/chromebg6.gif) repeat-x top left;
	color:#ffffff;
	font-size: x-small;
	height:56px;
	padding: 5px 20px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	}
#footer p {
	font-size: x-small;
	line-height: 14px;
	margin: 0;
	padding: 0;
	}
#footer a:link {
	color:#FFFFFF;
	}
#footer a:visited {
	color:#FFD700;
	text-decoration:none;
	}
#footer a:hover {
	color:#CC9900;
	text-decoration: underline;
	}

/*--========================================================= 
			PAGE LOCATER
  --=========================================================--*/

div#pg_locator {
	position:relative;
	clear: right;
	color: #aaa;
	margin: 9px 0 0px 0;
	padding:0 20px 0 0;
	font-size:x-small;
	text-align:right;
	}
	
div#pg_locator a {
	text-decoration: none;
	color: #999;
	}
	
div#pg_locator a:hover {
	color: #000;
	}
	
/*--========================================================= 
			TABLE - side by side software
  --=========================================================--*/
	
.bg_blue_dark {
	background-color:#0A6CD1;
	color:#FFF;
	padding:0px 0px 5px 10px;
}	

.bg_blue_light {
	background-color:#99CCFF;
	color:#000;
	padding:2px 0px 2px 10px;
	font-weight:bold;
}	
	
