/*
-----------------------------------------------
CMI Insurance Worldwide Screen Styles
Author: Matthew DeVille
Version:  December 2009
----------------------------------------------- */


@import "reset.css";
/*  mass reset so all browsers have margins set to zero
	and creates em based font sizing
	1em = 10px (approx.)
*/


/*
-----------------------------------------------
Color Library

Color Name			- 	Hex Value
Black(example)		-	#000
----------------------------------------------- */


/* Common=General
----------------------------------------------- */
body{
	background:#00338e url('../images/common/bg1.jpg') repeat-x;
	color:#333;
}
a,
a:link{
	color:#00338e;
}
a:hover{

}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
strong {font-weight:bold;}
h1{
	clear:left;
	font:bold 18px Helvetica, Arial, sans-serif;
	color:#d6492a;
	margin-bottom: 20px;
}
h2{
	clear:left;
	font:bold 14px Helvetica, Arial, sans-serif;
	color:#00239f;
	margin-bottom:15px;
}
h3{
	clear:left;
	font:bold 14px Helvetica, Arial, sans-serif;
	color:#000;
	margin-bottom: 15px;
}
h4{
	clear:left;
	font:bold 12px Helvetica, Arial, sans-serif;
	color:#d6492a;
	margin-bottom: 15px;
}
h5{
	clear:left;
	font:bold 12px Helvetica, Arial, sans-serif;
	color:#00239f;
	margin-bottom: 15px;
}
h6{
	clear:left;
	font:bold 12px Helvetica, Arial, sans-serif;
	color:#000;
	margin-bottom: 15px;
}



p{
	font-size: 12px;
	line-height: 16px;
	margin:0 0 12px;
}
.floatLeft{float:left;}
.floatRight{float:right;}
.clear{clear:both;}
.alignRight {text-align:right;}
.alignCenter {text-align:center;}
b,
strong,
.bold{font-weight:bold;}
sup,
sub{
	line-height:0px;
}
.block{display:block;}
.inline{display:inline;}



/* Common=Sructure
----------------------------------------------- */
#page{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	padding:0 0 6px;
	margin:10px;
}
#page .pageWrapper{
	width:965px;
	margin:0 auto;
}


/* Header
----------------------------------------------- */
#header{
	width:965px;
	height:128px;
	background:url(../images/common/bg-top.png) no-repeat 0 0;
}
#header .hdr_left {
	width:220px;
	float:left;
}
#header .hdr_left .logo{
	width:176px;
	height:78px;
	margin:22px 0 0 35px;
	float:left;
}

#header .hdr_right {
	width:740px;
	height:128px;
	float:right;
}
#header .search{
	float:right;
	height:89px;
	margin:0 20px 0 0;
	width:210px;
}
#header .search .Doc2Form {
	width: 210px;
	height: 22px;	
}
#header .search fieldset{
	display:block;
	width: 170px;
	height: 22px;
}
#header .search .umbEditorTextField {
	float: left;
	width:170px;
	height:16px;
	padding:4px 0 0;
	border:1px solid #ccc;
}
#header .search input.button{
	float: right;
	margin: -22px 0 0 0;
	border:none;
	outline:none;
	background:white url('../images/common/btn-go.png') no-repeat;
	width:34px;
	height:22px;
	cursor:pointer;
}
#header .search p {
	clear:both;
	font: 10px Arial, Helvetica, sans-serif;
	color:#666;
	margin-top:4px;
}

/* Added by Clint Sommer to address issues in the email sign up form - 100126
----------------------------------------------------- */
#header .search fieldset ol { margin: 0; padding: 0; list-style: none; }
#header .search fieldset ol li { float: left; margin: 0; padding: 0; list-style: none; }
#header .search input.button { text-indent: -10000px; }
#header .search .umbEditorTextField { padding: 2px; width: 166px; }
#header .search img { margin-top: 63px; }
#header .search p img { margin-top: 5px; }


#header .Doc2Form { margin-top: 19px; }
/* ----- */

#mainNavigation{
	clear:both;
}
.mainNav{
	display:inline;
	float:right;
	height:40px;
	margin:0 40px 0 0;
	list-style:none;
}
.mainNav li{
	background:url(../images/common/bg-mainNavLi.png) repeat-x;
	float:left;
	margin:0;
}
.mainNav li.first span {
	background:url(../images/common/bg-mainNavLeft.png) no-repeat;
	float:left;
	margin:0;
	padding-left:8px;
}
.mainNav li.last span {
	background:url(../images/common/bg-mainNavRight.png) no-repeat top right;
	float:left;
	margin:0;
	padding-right:8px;
}
.mainNav li a,
.mainNav li a:link{
	color:#333;
	float:left;
	font-size:14px;
	line-height:12px;
	padding:16px 15px 10px;
	text-decoration:none;
	white-space:nowrap;
}
.mainNav li a:hover,
.mainNav li a.active{
	color:#00338e;
}

.home #primaryContent, 
.interior #primaryContent,
.interiorUtil #primaryContent {
	background:url(../images/common/bg-mid.png) repeat-y;
	
	/* Added by Clint Sommer 100127 to fix a Chrome display bug */
	/** /position: relative;/**/
	/**/
}
#primaryContent .top { background: url(../images/common/bg-pagetop.png) no-repeat; height:10px; margin-bottom: 10px; }
#primaryContent .bot { clear:both;  background: url(../images/common/bg-pagebot.png) no-repeat; height:10px; margin-top: 30px; }

/* Homepage
----------------------------------------------- */
.home #primaryContent .leftContent {
	width:660px;
	float:left;
	margin:0 0 0 23px;
}
.home #primaryContent .leftContent ul {
	margin:10px 10px 20px 5px;
}
.home #primaryContent .leftContent ul li {
	font-size: 12px;
	margin:5px 0;
	padding-left:15px;
	background: url(../images/common/bulletBgOrange.png) no-repeat 0 2px;
}

.home #primaryContent .rightContent {
	width:240px;
	float:left;
	margin:0 0 0 20px;
}

#personaBox {
	background:#ffffff url(../images/home/persona-bg.jpg) no-repeat 0 0;
	width:660px;
	height:285px;
	position:relative;
}
#personaBox p{font-size:12px;}
#personaBox img.header{margin:1px 0 0 14px;}
#personaBox .section{position:absolute;}
#personaBox .section img{margin-bottom:7px;}
#personaBox .section a{color:#00338e; text-decoration:underline;}

#personaBox .section a:hover{color:#00338e; text-decoration:none;}

#personaBox .student{
	top:78px;
	left:21px;
	width:170px;
}
#personaBox .parents{
	top:196px;
	left:99px;
	width:95px;
}
#personaBox .administrator{
	top:64px;
	left:390px;
	width:150px;
}
#personaBox .traveler{
	top:186px;
	left:499px;
	width:154px;
}

#homeText {
	margin:30px 10px;	
	/* Added by Clint Sommer 100127 to fix a Chrome display bug */
	overflow: hidden;	
	position: relative;
	
	height: 350px;
	/**/
}

#homeText .picColumn {
	width:190px;
	float:left;
	margin:0 20px 20px 0;
}
#homeText .textColumn {
	margin:0 0 20px 0;
	width:430px;
	float:left;
}
#homeText h2 {
	font:bold 18px Helvetica, Arial, sans-serif;
	color:#d6492a;
	margin-bottom:20px;
}
#travelNews {
	overflow:hidden;
	background:url(../images/home/newsBot.png) no-repeat bottom left;
	
	/* Added by Clint Sommer 100127 to fix a Chrome display bug */
	/**/
	width:640px;	
	position: absolute;
	left: 0;
	bottom: 0;
	/**/
}
#travelNewsTop {
	height:28px;
	width:640px;
	float:left;
	background:url(../images/home/newsTop.png) no-repeat;
}
#newsLabel {
	margin-top: -26px;
	font-size: 14px;
	font-weight: bold;
	color:#d6492a;
	padding:10px;
	float:left;
	width:110px;
	background: url(../images/home/newsArrow.png) no-repeat 90% 48%;
}
#newsLink {
	margin:-24px 0 0 140px;
	width:475px;
	padding:0;
	float:left;
	display:inline;
}
#newsLink .newsItem{
	background:none !important;
	padding:0 10px 0 0;
	width:490px;
	height:24px;
}
#newsLink .date { font-weight: bold; margin-right: 15px; }
#travelNewsBot {
	clear:left;
	height:10px;
	width:640px;
	float:left;
}



#planBox {
	width:240px;
	background:url(../images/common/rightBoxMid.png) repeat-y;
	float:left;
}
#planBox .boxTop {
	width:240px;
	height:10px;
	background:url(../images/common/rightBoxTop.png) no-repeat;
	clear:both;
	float:left;
}
#planBox .boxBot {
	width:240px;
	height:10px;
	background:url(../images/common/rightBoxBot.png) no-repeat;
	clear:both;
	float:left;
}
#planBox .boxContent {
	display:inline;
	margin:2px;
	background:url(../images/common/microgradient.jpg) 0 100px no-repeat;
	width:236px;
}
#planBox .planContent {
	clear:both;
	margin:5px 15px 15px;
}
#planBox .planContent p {
	font-size: 11px;
	margin-bottom:3px;
}
#planBox .planContent form {
	margin:0;
}
#planBox .planContent input.planSubmit{
	float:left;
	margin:10px 60px;
	border:none;
	outline:none;
	background:white url('../images/common/btn-BuyNow.png') no-repeat;
	width:99px;
	height:34px;
	cursor:pointer;
}
#planBox .planContent .planSelect {
	font-size: 12px;
	width:205px;
	height:22px;
	margin:0;
}
#whyCMI {
	clear: left;
	float:left;
	margin:30px 10px 10px;
	width:220px;
}
#planBox h2 {
	font:bold 18px Helvetica, Arial, sans-serif;
	color:#00338e;
	margin-bottom:5px;
}
#whyCMI h2 {
	font:bold 18px Helvetica, Arial, sans-serif;
	color:#00338e;
	margin-bottom:20px;
}
div.dashDiv {
	clear:both;
	float:left;
	background:transparent url(../images/common/dashDivHoriz.gif) repeat-x;
	height:1px;
	margin:10px 3px 15px 3px;
	width:230px;
}

/* Interior
----------------------------------------------- */
.interiorUtil #primaryContent .leftContent,
.interior #primaryContent .leftContent {
	width:190px;
	float:left;
	margin:0 20px 0 23px;
}
.interiorUtil #primaryContent .rightContent,
.interior #primaryContent .rightContent {
	width:190px;
	float:left;
	margin:0 20px 0 20px;
}
.interiorUtil .caseStudy,
.interiorUtil .whiteBox,
.interior .caseStudy,
.interior .whiteBox {
	clear:both;
	width:190px;
	background:url(../images/common/boxMid.png) repeat-y;
	overflow:hidden;
	margin:0 0 15px 0;
}
.interiorUtil .caseStudy .boxTop,
.interiorUtil .whiteBox .boxTop,
.interior .caseStudy .boxTop,
.interior .whiteBox .boxTop {
	width:190px;
	height:10px;
	background:url(../images/common/boxTop.png) no-repeat;
	clear:both;
}
.interiorUtil .caseStudy .boxBot,
.interiorUtil .whiteBox .boxBot,
.interior .caseStudy .boxBot,
.interior .whiteBox .boxBot {
	width:190px;
	height:10px;
	background:url(../images/common/boxBot.png) no-repeat;
	clear:both;
}
.caseStudy h3{
	font:bold 11px Helvetica, Arial, sans-serif;
	color:#d6492a;
	margin-bottom: 10px;
}


.interiorUtil .whiteBox .boxContent,
.interior .whiteBox .boxContent {
	margin:2px;
	background:url(../images/common/microgradient.jpg) 0 100px no-repeat;
	width:186px;
}
.interiorUtil .caseStudy .boxContent,
.interior .caseStudy .boxContent {
	float:left;
	margin:2px;
	padding:5px 12px 0 15px;
	background: none;
	width:160px;
	font-size: 11px;
}
.interiorUtil .whiteBox .planContent,
.interior .whiteBox .planContent {
	clear:both;
	margin:15px;
}
.interiorUtil .caseStudy .boxContent p,
.interiorUtil .whiteBox .planContent p,
.interior .caseStudy .boxContent p,
.interior .whiteBox .planContent p {
	font-size: 11px;
	margin-bottom:3px;
}
.interiorUtil .caseStudy .boxContent a,
.interior .caseStudy .boxContent a { 
	font-weight: bold; 
	text-decoration: none;
}
.interiorUtil .whiteBox .planContent form,
.interior .whiteBox .planContent form {
	margin:0;
}
.interiorUtil .whiteBox .planContent input.planSubmit,
.interior .whiteBox .planContent input.planSubmit{
	margin:10px 32px;
	border:none;
	outline:none;
	background:white url('../images/common/btn-BuyNow.png') no-repeat;
	width:99px;
	height:34px;
	cursor:pointer;
}

/* Added by Clint Sommer - 100126
----------------------------------------------------- */
.interior #pageContent input.button{
	margin:10px 32px;
	border:none;
	outline:none;
	background:white url('../images/common/btn-Submit.png') no-repeat;
	width:107px;
	height:34px;
	cursor:pointer;
	text-indent: -10000px;
}
/* ----- */

.interiorUtil .whiteBox .planContent .planSelect,
.interior .whiteBox .planContent .planSelect {
	font-size: 12px;
	width:155px;
	height:22px;
	margin:0;
}
.interiorUtil .whiteBox div.dashDiv,
.interior .whiteBox div.dashDiv {
	clear:both;
	display:inline;
	background:transparent url(../images/common/dashDivHoriz.gif) repeat-x;
	height:1px;
	margin:10px 3px 15px 3px;
	width:180px;
}
.interiorUtil .whiteBox h2,
.interior .whiteBox h2 {
	font:bold 18px Helvetica, Arial, sans-serif;
	color:#00338e;
	margin-bottom:5px;
}



.interiorUtil #greyBox,
.interior #greyBox {
	width:190px;
	background:url(../images/common/greyBoxMid.png) repeat-y;
	margin:0 0 15px 0;
}
.interiorUtil #greyBox .boxTop,
.interior #greyBox .boxTop {
	width:190px;
	height:10px;
	background:url(../images/common/greyBoxTop.png) no-repeat;
	clear:both;
}
.interiorUtil #greyBox .boxBot,
.interior #greyBox .boxBot {
	width:190px;
	height:10px;
	background:url(../images/common/greyBoxBot.png) no-repeat;
	clear:both;
}
.interiorUtil .leftContent #greyBox .boxContent,
.interior .leftContent #greyBox .boxContent {
	margin:2px;
	background:none;
	padding:5px 12px 0 15px;
	width:160px;
	font:13px Georgia, Times New Roman, serif;
}
.interiorUtil .leftContent #greyBox .boxContent .author,
.interior .leftContent #greyBox .boxContent .author {
	font:11px Helvetica, Arial, sans-serif;
}

.interiorUtil .leftContent .whiteBox .boxContent,
.interior .leftContent .whiteBox .boxContent {
	margin:2px;
	background:none;
	width:186px;
}
.interiorUtil .centerContent,
.interior .centerContent  {
	width:460px;
	margin:0 20px;
	float:left;
	display:inline;
}
.interiorUtil .centerContent  {
	width:670px;
	margin:0 23px 0 40px;
	float:left;
	display:inline;
}
.interiorUtil .centerContent #pageContent,
.interior .centerContent #pageContent {
	font-size: 12px;
	line-height: 18px;
}
.interiorUtil .centerContent #pageContent p,
.interior .centerContent #pageContent p {
	font-size: 12px;
	line-height: 18px;
}

.interiorUtil .centerContent #pageContent ul,
.interior .centerContent #pageContent ul {
	margin:10px 10px 20px 10px;
}
.interiorUtil .centerContent #pageContent ul li,
.interior .centerContent #pageContent ul li {
	margin:5px 0;
	padding-left:20px;
	background: url(../images/common/bulletBgOrange.png) no-repeat 0 5px;
}

/* Left Content List */
.leftContent ul,
.leftContent ul {
	margin:10px 0 20px 0;
}
.leftContent ul li,
.leftContent ul li {
	margin:5px 0;
	padding-left:20px;
	background: url(../images/common/bulletBgOrange.png) no-repeat 0 5px;
}

/* table styles */
.interiorUtil .centerContent #pageContent table,
.interior .centerContent #pageContent table {
	border:1px solid #ccc;
	margin-bottom: 15px;
	width: 100%;
}
th h2 {
	text-align:center;
	margin-bottom:0;
}
td {
	text-align:center;
}
.interiorUtil .centerContent #pageContent table th,
.interior .centerContent #pageContent table th {
	background:#e6e6e6 url(../images/common/tableTHBg.png) repeat-x;
	border-bottom: 1px solid #ccc;
	padding:6px;
	font-weight: bold;
}
.interiorUtil .centerContent #pageContent table tr.odd,
.interior .centerContent #pageContent table tr.odd {
	background-color: #f1f1f1;
}
.interiorUtil .centerContent #pageContent table td,
.interiorUtil .centerContent #pageContent table th,
.interior .centerContent #pageContent table td,
.interior .centerContent #pageContent table th {
	padding:6px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.interiorUtil .centerContent #pageContent table td.first,
.interiorUtil .centerContent #pageContent table th.first,
.interior .centerContent #pageContent table td.first,
.interior .centerContent #pageContent table th.first {
	text-align:left;
	padding:6px;
	border-bottom: 1px solid #ccc;
	border-left:none;
}


.breadcrumb{
	float: left;
	padding:0;
	margin:8px 0 30px -10px;
}
.breadcrumb li{
	background:url(../images/common/bctick.png) no-repeat right 2px;
	float:left;
	font-size:11px;
	padding:0 15px 0 10px;
}
.breadcrumb li.active{
	background:none;
}
.breadcrumb li a,
.breadcrumb li a:link{
	color:#007cc3;
	text-decoration:none;
}
.breadcrumb li.active a,
.breadcrumb li.active a:link{
	background:none;
	color:#333;
}
#pageContent h2 {clear:both;}


/* SubNavigation
-------------------------------------*/

.leftContent .navigation {
	padding:0 10px;
	margin:0;
	width:165px;
}
.leftContent .navigation li {
	margin: 0;
	padding: 0;
	background: none;
}
.leftContent .navigation li a{
	font:12px Helvetica, Arial, sans-serif;
	border-top:1px solid #ccd6e8;
	color:#333;
	display:block;
	padding:1px 0;
	text-decoration:none;
}
.leftContent .navigation li.first {}
.leftContent .navigation li.first a { border-top:none; }
.leftContent .navigation li a span { display:block; padding:9px; }
.leftContent .navigation li a:hover span { color:#00239f; }
.leftContent .navigation li.active span,
.leftContent .navigation li.parentActive a span{
	background:url(../images/common/subNavActiveBg.png) repeat-x;
	font-weight: bold;
	color:#00239f;
}

.leftContent .navigation ul{
	display:none;
	margin: 0;
	padding:7px 0 6px;
	border-top:1px solid #ccd6e8;
}
.leftContent .navigation li.parentActive ul{
	display:block;
}
.leftContent .navigation li.parentActive ul li a{
	background:none;
	border-top:none;
	padding:0 0 0 20px;
	margin:1px 0;
}
.leftContent .navigation li.parentActive ul li a span{
	background:none;
	padding:5px 10px 5px 0;
	color:#333 !important;
	font:11px Helvetica, Arial, sans-serif;
	font-weight:normal;
}
.leftContent .navigation li.parentActive ul ul{
	padding:0;
}
.leftContent .navigation li.parentActive ul ul li a:hover,
.leftContent .navigation li.parentActive ul li.active ul li a{
	background:transparent url(../images/common/redCross.png) no-repeat 10px 50%;
	color:#333;
	padding-left:40px;
	font-weight:normal;
}
.leftContent .navigation li.parentActive ul ul li.active a{
	text-decoration:underline;
}
/* Tertiary Active States */
.leftContent .navigation li.parentActive ul li.active a,
.leftContent .navigation li.parentActive ul li a:hover{
	color:#00239f;
	background:transparent url(../images/common/redCross.png) no-repeat 10px 50%;
}



/* Footer
----------------------------------------------- */
#footer {
	background:transparent url('../images/common/bg-footer.png') no-repeat bottom left;
	font-size: 11px;
	overflow:hidden;
}
#footer h4 {
	color:#007cc3;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:10px;
}
#footer .col p, #footer .col ul li {
	color:#007cc3;
	font-size: 11px;
}
#footer .col ul li {
	margin-bottom: 10px;
}
#footer .col ul li a, #footer .col ul li a:link {
	color:#007cc3;
	text-decoration: none;
}
#footer .col ul li a:hover {
	text-decoration: underline;
}
#footer #firstCol {
	width:200px;
	float:left;
	margin:20px 0 20px 32px;
}
#footer #secondCol {
	width:200px;
	float:left;
	margin:20px 0 20px 140px;
}
#footer #thirdCol {
	width:200px;
	float:left;
	margin:20px 0 20px 140px;
}
#addressBar {
	overflow:hidden;
	width:960px;
	margin:0 0 0 2px;
	border-bottom: 1px solid #ccc;
	background:#e7e7e7 url(../images/common/addBarBg.png) repeat-x;
}
#addressBar p {font-size: 11px; line-height: 16px; margin-bottom: 3px;}
.abLeft {
	font-size: 11px;
	float:left;
	width:372px;
	margin:10px 5px 5px 32px;
}
.abRight {
	font-size: 11px;
	text-align: right;
	float:right;
	width:500px;
	margin:0 5px 0 5px;
}
.abRight img {
	float:left;
	margin-left: 33px;
}
.copy_l{
	font-size: 11px;
	float:left;
	width:600px;
	margin:10px;
	color:#8099c7;
}
.copy_r{
	font-size: 11px;
	text-align: right;
	float:right;
	width:300px;
	margin:10px;
	color:#8099c7;
}
.copy_r a, .copy_r a:link {
	float:right;
	padding:0 10px;
	color:#8099c7;
	text-decoration: none;
}
.copy_r a:hover{
	text-decoration: underline;
}

/* Miscellaneous
----------------------------------------------- */
.cmiBlue {
	color:#007cc3;
}


/* Landing Page
------------------------------------------------ */
.landingPageBlock {
	overflow:hidden;
	clear:both;
	background: url(../images/common/dashDivBg.gif) repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.photoBlock {
	float:left;
	width:120px;
	margin:0 20px 0 0;
}
.textBlock {
	float:left;
	width:320px;
}
.photoThumb { background: url(../images/common/photoBorderMid.gif) repeat-y; font-size:0;}
.phTop{ background: url(../images/common/photoBorderTop.gif) no-repeat; height:5px;}
.phBot{ background: url(../images/common/photoBorderBot.gif) no-repeat; height:5px;}
.photoThumb img { padding:0 5px; }


/* Product Page 
------------------------------------------------ */
.photoThumbLarge { background: url(../images/common/photoBorderLgMid.png) repeat-y; margin:0 10px; font-size:0;}
.photoThumbLarge .phTop{ background: url(../images/common/photoBorderLgTop.png) no-repeat; height:4px; width:160px;}
.photoThumbLarge .phBot{ background: url(../images/common/photoBorderLgBot.png) no-repeat; height:4px; width:160px;}
.photoThumbLarge img { padding:0 4px; }
.dlDOC {margin:10px;}

/* Site Map - Added 100112 by Clint Sommer
------------------------------------------------ */
#page #primaryContent #pageContent ul.sitemap { margin: 10px 0 0 0; padding: 0; list-style: none; }
#page #primaryContent #pageContent ul.sitemap ul{ margin: 5px 0 0 15px; padding: 0; list-style: none; }

#page #primaryContent #pageContent ul.sitemap li { margin: 0 0 2px 0; padding: 0; list-style: none; background: none; }

ul.sitemap li { color:#007cc3; font-size: 18px; }
ul.sitemap li a,
ul.sitemap li a:link { color:#007cc3; text-decoration: none; }
ul.sitemap li a:hover { text-decoration: underline; }    

ul.sitemap ul li { color:#007cc3; font-size: 16px; }
ul.sitemap ul li a,
ul.sitemap ul li a:link { color:#007cc3; text-decoration: none; font-weight: normal; }
ul.sitemap ul li a:hover { text-decoration: underline; font-weight: normal; }
	
ul.sitemap ul ul li { color:#007cc3; font-size: 14px; }
ul.sitemap ul ul li a,
ul.sitemap ul ul li a:link { color:#007cc3; text-decoration: none; font-weight: normal; }
ul.sitemap ul ul li a:hover { text-decoration: underline; font-weight: normal; }
	
ul.sitemap ul ul ul li { color:#007cc3; font-size: 12px; }
ul.sitemap ul ul ul li a,
ul.sitemap ul ul ul li a:link { color:#007cc3; text-decoration: none; font-weight: normal; }
ul.sitemap ul ul ul li a:hover { text-decoration: underline; font-weight: normal; }

/* Site Map Custom - Added 100129 by Clint Sommer
------------------------------------------------- */
#page #primaryContent #pageContent .sitemap-custom { margin: 0; padding: 0; list-style: none; width: 400px; }
#page #primaryContent #pageContent .sitemap-custom ul{ margin: 0; padding: 0; list-style: none; }

#page #primaryContent #pageContent .sitemap-custom ul li { margin: 0; padding: 0; list-style: none; background: none; }
#page #primaryContent #pageContent .sitemap-custom ul li a { display: block; padding: 6px; border-bottom: 1px solid #CCC; font-weight: bold; }
#page #primaryContent #pageContent .sitemap-custom ul li a:hover { text-decoration: none; }

.sitemap-custom ul li { color:#FFF; font-size: 14px; }
.sitemap-custom ul li a,
.sitemap-custom ul li a:link { color:#FFF; text-decoration: none; background-color: #00225c; }
.sitemap-custom ul li a:hover { text-decoration: underline; background-color: #000f29; }    

.sitemap-custom ul ul li { color:#FFF; font-size: 13px; }
.sitemap-custom ul ul li a,
.sitemap-custom ul ul li a:link { color:#FFF; text-decoration: none; font-weight: normal; background-color: #00338e; }
.sitemap-custom ul ul li a:hover { text-decoration: underline; font-weight: normal; background-color: #000f29; }

.sitemap-custom ul ul ul li { color:#FFF; font-size: 12px; }
.sitemap-custom ul ul ul li a,
.sitemap-custom ul ul ul li a:link { color:#FFF; text-decoration: none; font-weight: normal; background-color: #0047c2; }
.sitemap-custom ul ul ul li a:hover { text-decoration: underline; font-weight: normal; background-color: #000f29; }
	
.sitemap-custom ul ul ul ul li { color:#FFF; font-size: 11px; }
.sitemap-custom ul ul ul ul li a,
.sitemap-custom ul ul ul ul li a:link { color:#FFF; text-decoration: none; font-weight: normal; background-color: #005af5; }
.sitemap-custom ul ul ul ul li a:hover { text-decoration: underline; font-weight: normal; background-color: #000f29; }

/* List Styles - Added 100115 by Clint Sommer
---------------------------------------------------- */

/** /
ul.relative { position: relative; }

ul { margin: 0 0 15px 15px; padding: 0; list-style: disc; line-height: 1.3em; }
ul li {	margin: 0 0 6px 0; padding: 0 0 0 10px; }
ul li ul { margin: 6px 0 0 10px; padding: 0; list-style: circle; }
ul li ul li { margin: 0 0 6px 0; padding-left: 10px; }
ul li ul li ul { margin: 6px 0 0 10px; padding: 0; list-style: square; }
ul li ul li ul li { margin: 0 0 6px 0; padding-left: 10px; }


ul.plain { margin: 0 0 20px 0; padding: 0; list-style: none; }
ul.plain li { margin: 0 0 6px 0; padding: 0; background-image: none; }
ul.plain li ul { margin: 6px 0 0 20px; padding: 0; }
ul.plain li ul li {	background-image: none;	}
/**/

/* OL Styles */
ol { margin: 0 20px 12px 35px; padding: 0; list-style: decimal; line-height: 1.3em; }
ol li {	margin: 0 0 8px 0; padding: 0; }
ol li ol { margin: 8px 0 0 30px; padding: 0; list-style: lower-alpha; }
ol li ol li {}
ol li ol li ol { margin: 8px 0 0 30px; padding: 0; list-style: lower-roman; }
ol li ol li ol li {}

ol.plain { margin: 0 20px 12px 0; padding: 0; list-style: none; }
ol.plain li { margin: 0 0 8px 0; padding: 0; background-image: none; }
ol.plain li ol { margin: 8px 0 0 0;	padding: 0;	}
ol.plain li ol li { background-image: none; }

/* UL OL Styles */
ul li ol { margin-top: 5px; }
ul li ol li { padding-left: 0; background: none; }

/* OL UL Styles */
ol li ul li { margin-top: 5px; padding-left: 12px; }

/* Table Styled - Added 100115 by Clint Sommer
---------------------------------------------------- */
table.table-default {
	margin: 0 0 15px 0;
	padding: 0;
	width: 95%;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
	}
table.table-default tr {
	margin: 0;
	padding: 0;
	}
table.table-default tr th {
	margin: 0;
	padding: 8px 5px 8px 5px;
	font-weight: bold;
	}
table.table-default tr td {
	margin: 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	}
table.table-default tr td td { margin: 0; padding: 0; border: none; }

/* Table Styled - Added 100115 by Clint Sommer
---------------------------------------------------- */
table,th,td { font-weight: normal; vertical-align: top; text-align: left; }

table.table-default { border: 1px solid #CCC; }
table.table-default tr th { border-bottom: 1px solid #CCC; background-color: #CCC; }
table.table-default tr td { border-bottom: 1px solid #CCC; }
table.table-default tr.alt-row { background-color: #F0F0F0; }

.interior .centerContent #pageContent .card table { margin: 0 0 20px 0; padding: 0; border: 1px dotted #000; width: 252px; height: 144px; font-size: 10px; line-height: 11px; }
.interior .centerContent #pageContent .card table table { margin: 0; padding: 0; border: none; }
.interior .centerContent #pageContent .card table tr { margin: 0; padding: 0; }
.interior .centerContent #pageContent .card table th{ margin: 0; padding: 0; }
.interior .centerContent #pageContent .card table td { margin: 0; padding: 2px 4px; border: none; }
.interior .centerContent #pageContent .card table td img { margin: 0; padding: 0; }