/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	}
img, a img {
	border: none;
	}
body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
    background: #e5e5e5;
	}
p {
	margin-bottom: 20px;
	xposition: relative;
	xz-index: -1;
	}
h1 {
	font-size: 20px;
	color: #244A88;
	font-weight: bold;
	margin-bottom: 16px;
	xposition: relative;
	xz-index: -1;
	}
h2 a {
	color: #244A88;
	text-decoration: none;
	}
h2 {
	font-size: 18px;
	color: #244A88;
	font-weight: bold;
	margin-bottom: 16px;
	xposition: relative;
	xz-index: -1;
	}
h3 {
	font-size: 14px;
	color: #E63A33;
	font-weight: bold;
	}
#container {
	text-align: left;
	margin: 10px auto;
	width: 960px;
	xposition: relative;
	xz-index: 0;
	background: #fff;

	}
#top_bar {
	width: 960px;

	clear: both;
	background-color: #244A88;
	xposition: relative;
	xz-index: 1;
	display: block;
	}
#top_bar_nav {
	float: right;
	color: #fff;
	font-family:"comic sans MS", arial, helvetica, sans-serif;
	font-size: 13px;
	background-color: #244A88;
	}
#top_bar_nav ul {
	list-style-type: none;
	padding: 2px 6px 0px 0px;
	}
#top_bar_nav li {
	margin-left: 10px;
	display: inline;
	}
#top_bar_nav a {
	color: #fff;
	text-decoration: none;
	}
#top_bar_nav a:hover {
	color: #E63A33;
	}
#header {
	width: 960px;
	height: 80px;
	background:url(images/its-header-logo960x80m.jpg) no-repeat;	
/*	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat; */
/*clear: both;*/
	}
/*	
#main_nav {
	width: 600px;
	height: 44px;
	float: right;
	margin-top: 74px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
#main_nav ul {
	list-style-type: none;
	}
#main_nav li {
	display: inline;
	color: #fff;
	}
#main_nav a {
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px 10px 0px 10px;
	height: 34px;
	line-height: 13px;
	}
#main_nav a:hover {
	background-color: #D3DDE7;
	color: #244A88;
	}
#main_nav li ul li a {
	display: block;
	width: 220px;
	color: #244A88;
	height: 15px;
	background-color: #D3DDE7;
	font-size: 11px;
	text-decoration: none;
	line-height: normal;
	padding: 2px 0px 2px 5px;
	text-align: left;
	font-weight: bold;
	xz-index: 1;
	border-bottom: 1px solid #244A88;
	}
#main_nav li ul li a:hover {
	background-color: #244A88;
	color: #fff;
	}
#main_nav li ul {
	xposition: absolute;
	width: 225px;
	display: none;
	border: 1px solid #244A88;
	border-bottom: none;
	xz-index: 1;
	}
#main_nav li ul.big {
	width: 220px;
	}
#main_nav li ul.big li a {
	width: 215px;
	}
#main_nav li ul li {
	background-color: #D3DDE7;
	color: inherit;
	}
#main_nav li:hover ul, #main_nav li.sfhover ul {
	display: block;
	}
*/	
#main_content {
	float: left;
	width: 585px;
	padding-top: 0px;
	xposition: relative;
	xz-index: -1;
	}
#subnav {
	width: 158px;
/*	border: 1px solid #000;
	background-color: #fdffed; */
	margin-top: 5px;
	padding-bottom: 5px;
	}
#subnav a {
/*	color: #244A88;
	text-decoration: none; */
	}
#subnav a:hover {
/*	background-color: #D3DDE7;*/
	}
#subnav_top {
	background-color: #244A88;
	color: #fff;
	text-align: center;
	width: 148px;
	padding: 0px 0px 3px 10px;
	}
#subnav_top a {
	color: #fff;
	}
#subnav_top a:hover {
/*	background-color: #244A88;
	color: #E63A33; */
	}
#subnav ul {
/*	width: 148px; */
	list-style-type: none;
	}
#subnav li {
	padding: 5px 0px 5px 10px;
	list-style-type: none;	
	}

#interior_content {
	float: left;
	width: auto;
	padding: 0px 10px 0px 5px;
	xposition: relative;
	xz-index: -1;
	}
#callouts {
	float: right;
	width: 194px;
	text-align: left;
	}
.callout_box_home {
	width: 235px;
	height: 325px;
	float: left;
	xmargin: 0px 5px;
	background-image: url(images/callout_box_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px;	
	}

.callout_box_home h1 {
	font-size: 16px;
	color: #244A88;
	font-weight: bold;
	margin-bottom: 5px;
	xposition: relative;
	xz-index: 1;
	}
.callout_box_home h1 a {
	text-decoration: none;
	color: #244A88;
	display: block;
	xposition: relative;
	xz-index: 1;
	}
.quotes {
	clear: both;
	color: #244A88;
	font-style: italic;
	font-weight: bold;
	}
.quotes td {
	width: 235px;
	padding: 0px 10px;
	vertical-align: top;
	}
.red {
	color: #E63A33;
	}
.callout_box_home h1 a:hover {
	background-color: #fff;
	}
.callout_box_home p {
	margin-bottom: 10px;
	xposition: relative;
	xz-index: 1;
	}
.callout_box_home ul {
	text-align: left;
	margin-left: 15px;
	color: #244A88;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 30px;
	}
.white_bg {
	background-color: #fff;
	display: block;
	xposition: relative;
	xz-index: 0;
	}
.learnmore {
	font-weight: bold;
	color: #E63A33;
	float: right;
	padding-right: 5px;
	}
.learnmore a {
	font-weight: bold;
	color: #E63A33;
	text-decoration: none;
	}
.learnmore a:hover {
	text-decoration: underline;
	}
#announcments {
	width: 176px;
	border: 2px solid #244A88;
	border-top: none;
	color: #244A88;
	text-align: center;
	padding: 4px;
	margin-bottom: 10px;
	xposition: relative;
	height: 280px;
	xz-index: -1;
	background-color: #FDFFED;
	}
#footer {
	color: #244A88;
	xposition: relative;
	xz-index: 1;
	clear: both;
	padding-top: 10px;
	}
#footer p {
	xposition: relative;
	xz-index: 1;
	}
#footer a {
	color: #244A88;
	text-decoration: underline;
	}
#footer a:hover {
	text-decoration: underline;
	}
h2.picheader {
	background-repeat: no-repeat;
	padding-left: 32px;
	border-bottom: 1px solid #244A88;
	}
	
	
/* Migrated from old site */
.text20{
	font-family:sans-serif;
	font-size:20px;
	color:#FFFFFF;
	}
	

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #244A88;
	color : White;
	font-size : small;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

/*.menubdr{
	background-color : #B3B7BB;
}*/
/* */
#pagemenu,
#catmenu {
	background: #104c96;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	width: 958px; height: 32px;
	margin: 0px; padding: 0px;
	margin-top:8px;
	border: 1px solid #fff;
    display: block;
}
/* This is the style for the first UL (horizontal) */
#pagemenu ul,
#catmenu ul 
 {
	float: left;
	height: 32px; line-height: 32px;
	margin: 0px; padding: 0px;
/*    display:inline;
	list-style-type: none;	
	list-style: none; */

}

/* This is the style for the top level list items */
#pagemenu ul li,
#catmenu ul li {

	width: auto;
	display: inline;
	float: left;
	list-style-type: none;
	height: 32px; line-height: 32px;
	margin: 0px; padding: 0;
	list-style: none;
}
#pagemenu ul li.home,
#catmenu ul li.home {
	background: none;
}
/* The style for all links */
#pagemenu a,
#catmenu a {
	color: #FFF;
	text-decoration: none;
}
/* The universal hover state colors and background for all LI items and links */
#pagemenu li:hover a,
#pagemenu li.sfhover a,
#pagemenu li a:hover,
#catmenu li:hover a,
#catmenu li.sfhover a,
#catmenu li a:hover {
	color: #FFF;
	text-decoration: underline;
	background: #d4dde7;
	color:#000;
}
/* This is the style for the top level links, if different than the universal */
#pagemenu ul li a,
#catmenu ul li a {
/*	display: block;*/
	height: 32px; line-height: 32px;
	margin: 0px; padding: 0px 7px;
	text-decoration: none;
	border-right: 1px solid #FFF;
	background: #104c96;
	font-weight: bold;
	text-decoration:underline;
}
/* Home link */
#pagemenu ul li.home a {
	width: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: #104c96;
}
#pagemenu ul li.home a:hover {
	width: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: #d4dde7;
	text-decoration:underline;	
}
/* if you want to set a "current page item" style, do it here */
#pagemenu ul li.current_page_item a,
#catmenu ul li.current_page_item a {
	display: inline;
}
#catnav a{
text-decoration:underline;
	font-size: 12px;
}
/* */
.sidebar .widget {
border: 1px solid #000;
	clear: both;
	padding: 5px 10px;
	margin-top:10px;
	margin-bottom:5px;	
	margin-left:5px;

}
.sidebar h4 {
	clear: both;
		background: #104c96;
/*	background: #013565 url(images/sidebar-h4-bg.gif) top left no-repeat;*/
	color: #FFF;
	font-size: 11px;
	text-transform: normal;
	letter-spacing: 1px;
	margin: 0 0 10px 0; padding: 8px 0px 8px 15px;
	line-height: 13px;
}
.sidebar h4 img {
	padding: 0px;
}
.sidebar h4 a {
	color: #FFF;
	text-decoration: none;
	margin: 0px; padding: 0px;
}
.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar img {
	padding: 5px 0px;
	text-decoration: underline;		

}
.sidebar p, 
.sidebar .textwidget {
	padding: 5px 0px;
}
/*.sidebar img {
	text-align: center;
}*/
.sidebar ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.sidebar ul li {
	margin: 0px; padding: 0px 0px 0px 0px;
	line-height: 14px;
	background: url(images/arrow.gif) 0px 6px no-repeat;
	list-style-type: none;	
        font-size:12px;
}
.sidebar ul li a {
	text-decoration: underline;
}
.sidebar ul li a:hover {
	
}
.sidebar ul li ul {
	margin: 0px; padding: 0px;
	list-style-type: none;	
}
.sidebar ul li ul li {
	margin: 0px; padding: 0px 0px 0px 8px;
	list-style-type: none;	
}
.sidebar a.rsswidget img {
	display: none;
}

/* */
/* MC MOD: Added these items for checkout process */
		body {
			font-family: arial;
			}
		#wrapper {
			}
		.checkoutSelectionHeader {
			padding: 10px;
			margin: 0px 0px 15px 0px;
			background-color: #214b87;
			color: #FFFFFF;
			font-size: 20px;
			font-family: arial;
			font-weight: bold;
			}
		#checkoutOptions {
			}
		#checkoutOptions #optionSet {	
			border: 1px solid #666666;
			margin: 4px;
			height: 325px;
			}
		#checkoutOptions #optionSet .header {
			font-weight: normal;
			background-color: #c9d3e4;
			color: #214b87;
			font-size: 18px;
			height: 24px;
			padding: 4px;
			}
		#checkoutOptions #optionSet .description {
			background-color: #214b87;
			color: #FFFFFF; 
			font-weight: bold;
			font-size: 12px;
			height: 100px;
			padding: 10px;
			}
		#checkoutOptions #optionSet .options {
			background-color: #c9d3e4;
			color: #214b87;
			font-size: 14px;
			padding: 10px;
			}
		#checkoutOptions #optionSet .options a {
			color: #214b87;
			text-deocration: underline;
			}
		#checkoutOptions #optionSet .options a:hover {
			color: #FF0000;
			text-deocration: none;
			}
		#checkoutOptions #optionSet .options table td {
			color: #214b87;
			font-size: 12px;
			padding-bottom: 4px;
			}
		#checkoutProgressBar {
			margin: 0px 0px 10px 0px;
			}
		#checkoutProgressBar #links {
			width: 210px;
			border: 1px solid #666666;
			margin: 0px 0px 0px 10px;
			}
		#checkoutProgressBar #links a {
			font-size: 12px;
			padding-bottom: 6px;
			color: #FF0000;
			text-decoration: underline;
			}
		#checkoutProgressBar #links a:hover {
			color: #214b87;
			text-decoration: none;
			}
	/* -------------------------------------- */