

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #fff; 
	margin: 5px;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 80%;
	background-image: url(../image-files/body.jpg);
}

h1, h2, h3, h4, h5 {
font-family: Arial, Helvetica, sans-serif;
background-color: transparent;
color: #1d487e;
clear: both;
}


h2, h3, h4, h5 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
}

h2 {
border-bottom: 0px solid #8f8fb3;
padding-bottom: 5px;
}

.red {
color: #990000;
}

quote {
padding-left: 20px;
font-size: 85%;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

img.center {   display: block;   margin-left: auto;   margin-right: auto; }


a:link img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

ul li {
padding-bottom: .3em;
}


ul {
padding-bottom: 0px;
}

li {
padding-bottom: .3em;
}

ol li {
padding-bottom: 1.2em;
}
/* -- General Link Styling -- */


hr {
padding: 10px auto;
color: #1d487e;
text-align: center;
}


/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width:960px;
}

#Header {
	position: relative;
}

#Header .ExtraNav span#slogan {
	z-index: 3;
	position: absolute;
	left: 10px; bottom: 7px;
	font: bold 1em Verdana, Arial, Tahoma,  Sans-serif;
	color: #d3d4d5;	
	padding-bottom: 7px;
}

#Header-logo {
	text-align: right;
	clear: both;
	height: 50px; 
	margin: 0; padding: 0;	
}

#Header-logo #logo {
	position: relative;
	height: 41px;
}

#ContentWrapper {
	float: left;
	width: 100%;
	margin-top: -65px;
}

#ContentColumn {
	margin: 0 220px;
	padding: 85px 20px 0 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ddd;
	border-left-color: #ddd;
}

#NavColumn {
	float: left;
	width: 180px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -940px;
	margin-top: 20px;
}

#ExtraColumn {
	float: left;
	width: 200px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
	margin-left: -200px;
	margin-top: -130px;
}

#ExtraColumnHomePage {
	float: left;
	width: 200px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
	margin-left: -200px;
	margin-top: -200px;
}


#ExtraColumn a:link, #ExtraColumnHomePage a:link {
	color: #1d486e;
	display: inline-block;
	text-decoration: none;
	padding-bottom: .5em;
	padding-left: .5em;
}
	
	
#ExtraColumn a:visited, #ExtraColumnHomePage a:visited {
	display: inline-block;
	text-decoration: none;
	padding-bottom: .5em;
	padding-left: .5em;
}



#Footer {
	clear: both;
	width: 920px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	padding-left: 20px;
	padding-top: 0px;
	background-repeat: no-repeat;
}

.Liner {
padding:10px;
}

#Header .Liner {
position:relative; /* copy these 4 green lines and paste into your CSS file */
padding:1px 0;
min-height:41px; /* change this number to the header height you wrote down, minus 2px */
_height:41px; /* IE6 min-height fix */ /* change this number to the header height you wrote down, minus 2px */
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin:0 auto;
	background-color: #fff;
}


#Header .Liner {
background-image:url(../image-files/dcmlogo.jpg);
background-repeat:no-repeat;
	background-color: transparent;
}

}

#ContentWrapper {
	background-color: transparent;
}

#NavColumn {
	background-color: transparent;
}

#ContentColumn {
background-color: transparent;
}

#ExtraColumn, #ExtraColumnHomePage {
	background-color: transparent;
}

#Footer {
	text-align: center;
	font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: black;
}

#ExtraColumn, #ExtraColumnHomePage {
font-size: 90%;
}

#NavColumn h4, #ExtraColumn h4, #ExtraColumnHomePage h4 {
	font-size: 130%;
	color: #fff;
	margin-top: 0;
	background-image: url(../images/nav-background.gif);
	background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 10px;
}

#NavColumn p {
	font-size: 100%;
	color: black;
	margin-top: 0;
	width: 85%;
}



/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h4 {
	font-size: 110%;
	color: #1d487e;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	width: 180px;
	margin: 5px 0;
	padding: 0 0 5px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 4px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
	background-color: #fff;
	margin-bottom: 0px;
	font-size: 100%;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #000;
	display: inline-block;
	text-decoration: none;
	padding: 3px 0 0px 20px;
	background-image: url(../image-files/arrow-link.gif);
	background-repeat: no-repeat;
}

.Navigation a:visited {
	color: #000;
	display: block;
	text-decoration: none;
	background-image: url(../image-files/arrow-link.gif);
	background-repeat: no-repeat;
	padding: 3px 0 0px 20px;
}

.Navigation a:hover {
	color: #069;
	display: block;
	background-image: url(../image-files/arrow-link.gif);
	background-repeat: no-repeat;
	padding: 3px 0 0px 15px;
	margin-left: 4px;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
	color: red;
}

.ThumbnailRight {
text-align: center;
float: right;
margin-left: 10px;
margin-bottom: 10px;
font-size: 8pt;
font-style: italic;
font-weight: normal;
}

.ThumbnailLeft {
text-align: center;
float: left;
margin-left: -20px;
margin-right: 5px;
margin-bottom: 10px;
font-size: 8pt;
font-style: italic;
font-weight: normal;
}

.ThumbnailCenter {
text-align: center;
padding: 10px 20px;
font-size: 8pt;
font-style: italic;
}




/* -- Horizontal Text NavBar -- */

.ExtraNav {
	font-family: Arial, Helvetica, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbb;
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;

}

.ExtraNav a:link {
	color: #1d487e;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.ExtraNav a:visited {
	color: #1d487e;
	text-decoration: none;
}

.ExtraNav a:hover {
	color: #000;
}


#Footer .ExtraNav {
	margin: 12px auto;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #fff;
	width: 85%;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #bbb;
	border-bottom-color: #bbb;
}
.CalloutBox img {
	margin-top: 10px;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn, .ImageCenter {
	padding: 5px;
	background-color: #fff;
	border: 0px;
}

.AdSenseBoxLeft {
margin: 0 7px 5px 0px;
float: left;
}

.AdSenseBoxRight {
margin: 0 10px 12px 10px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
color: #1d487e;
font-size: 90%;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 30px 12px;
padding: 10px;
}

/* -- RSS Box -- */

#RSSbox {
	width: 148px;
	border: 1px solid #8f8fb3;
	margin: 8px auto 5px 3px;
	padding: 2px 2px 5px 2px;
	font-size: 100%;
	font-weight: bold;
	background-color: #ffffcc;
	color: #1d487e;
	line-height: 110%;
	text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: normal;
color: #1d487e;
display: block;
line-height: 150%;
margin-bottom:10px;

}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 10px;
text-align: right;
}

.ItemCenter{
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 10px 12px 10px;
text-align: left;
}


/* ------ C2 - My Addons ------ */

#submission_text {
	width: 450px;
}

.c2Form {
	padding:8px;
  border:1px solid #ddd;
	width: 450px;
	font-size: 90%;
}

form{
	width: 450px;
}

.InvShelp {
  	background-color: #ffc;
}


.InvShelpT {
  	background:#ddd; 
  	text-align:left;
}


a:link.InvShelp {
	color:#000;
}


.InvShelpbox {
  	background-color: #ffc;
  	padding: 2px;
  	border: 1px solid #666;
}


.InvSquestions {
  	font-weight: normal;
}
  

.titleInput {
  	width:80%; 	
  	padding-top:4px;
}

  
.storyInput {
  	width:50%;
  	height: 300px;
  	padding-top:4px;
}
  

.otherText {}
  

.dividerRule {
  border-top:0px solid #ddd;
}
  

.vIsText_3000 {
  height: 125px;
}


#comments td.date {
 display: none; 
}


.subBodyText {
	text-align: justify;
}


#show_hide_link {
	color: #1d487e;
}







/* Datagrid Table */
table.tbl { background-color:#ffffff; width: 100%; border: 1px dotted #7A84C2; font-size: .85em; clear: both; }
td.tbl-header { background-color:#ffffff; color: #7A84C2; text-align: center; padding: 3px; font: calibri; font-weight: bold; border-bottom: 1px dotted #7A84C2; white-space:nowrap}
tr.tbl-footer {}
table.tbl-footer { font-size: 1em; }
tr.tbl-row {}
tr.tbl-row:hover { background: #7A84C2; } /* Old color: #E9E9E9 */
tr.tbl-row-even { background: #F7F6F3; }
tr.tbl-row-odd { background: White; }
tr.tbl-row-highlight:hover { background: #6699cc; cursor: pointer; }
td.tbl-nav { background: url('/images/bg_image.jpg'); height: 20px; border-top: 2px dotted #7A84C2; color: #7A84C2 }
td.tbl-pages { text-align: center; }
td.tbl-row-num { text-align: right; }
td.tbl-cell {padding: 5px; text-align: left; background-color:#ffffff; border-bottom: 1px dotted; #7A84C2; }
td.tbl-controls { text-align: left; }
td.tbl-found {}
td.tbl-checkall {}
td.tbl-page { text-align: right; }
td.tbl-noresults { font-weight: bold; color: #9F0000; height: 45px; text-align: center; }
span.tbl-reset { margin: 5px 5px; }
img.tbl-reset-image { margin-right: 5px; border: 0px none; }
span.tbl-create { margin: 5px 0; }
img.tbl-create-image { margin-right: 5px; border: 0px none; }
div.tbl-filter-box {}
img.tbl-arrows { border: 0px none; }
img.tbl-order-image { margin: 0 2px; border: 0px none; }
img.tbl-filter-image { border: 0px none; }
img.tbl-control-image { width: 100px; height: 90px; border: 0px none; }
span.page-selected { color: black; font-weight: bold; }
input.tbl-checkbox {}






/* ------ Section 8 - My Addons ------ */

ul, ul ul{
list-style-type: square;
margin: 16px 0 0 0px;
line-height: 130%;
}

.AdSenseBoxHeader {
	margin-left: 10px;
	padding: 0;
	background-color: #fff;
	border: 0px;
}

.footermenu {
	font-size: 87%;
	text-align: center;
	color: #1d487e;
	text-decoration: none;

}

a:link {
	text-decoration: none;
}

.citation{
	font-size: .8em;
	color: #1d487e;
}

#sitemap{
	font-size: .91em;
}
.indent {
	margin-left: 20px;
}

/* ------ 
.spacing {
	line-height: 150%;
}
------ */

.left {
	margin-left: -50px;
}

.dcmproducts{
	cellpadding: 5px;
	bordercolor="#111111";
}

#dentalplans {
white-space:nowrap;
font-size: .90em;
color: #003366;
line-height: 100%;
border: 1px dotted;
font-weight: bold;
margin-bottom: 50px;

}

.AdSenseBoxLeaderboard {
padding-left: 10px;
}

.uncf {
font-size: .85em;
}

.img-inline {
float: left;
padding-bottom: 1em;
margin-left: 0px;
}

.formbody {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12 px;}

#special-offer {
}


.sprites { 
    background-image     : url(../images/spritefeeds.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat; 
 } 
 
 #facebookbuttonround_png { 
    height               : 15px; 
    width                : 15px; 
    background-position  : -0px -0px; 
 } 
 
 #rssfeedbuttonround_png { 
    height               : 14px; 
    width                : 15px; 
    background-position  : -15px -0px; 
 } 
 
 #twitterbuttonround_png { 
    height               : 15px; 
    width                : 15px; 
    background-position  : -30px -0px; 
 } 