/* CSS Document */

/* defaults, globals, and miscellaneous
==============================================================================*/

* { /* Removes defaults from all elements. This includes list indentation! */
margin: 0;
padding: 0;
} 

body {
font-size: 62.5%; /* 16px × 62.5% = 10px. This sets the stage for using ems */
font-family: Trebuchet MS, sans-serif; 
color: #444;
margin: 0px 20px 0 20px;
background: #ffffff url(../images/body_tile_gray.png) repeat;
}

hr {
display: none;
}
a {
text-decoration: none;
}

a:link, a:visited {
color: #0066cc;
text-decoration: underline;
}

a:hover, a:active {
text-decoration: none;
}

a.popup {
padding-right: 15px;
background: url(../images/icon.gif) no-repeat 100%;
}

.clearHack {
display: block;
visibility: hidden;
clear: both;
height: 0;
}
#skipLink {
display: none;
}

.center {
text-align: center;
}

.pagetop {
margin-top: 30px;
}

.getadobe {
border-top: 1px solid #ccc;
margin: 0;
padding: 10px 0 10px 0;
}
.getadobe p {
margin: 0 0 0 25px;
padding: 0;
color: #555;
font-size: 1.2em;
font-weight:normal;
line-height: 1.2em;
}
.yellowbg {
margin: 25px 0 0 0;
padding: 5px 5px 5px 10px;
background-color:#FFFFCC;
}

/* Images
==============================================================================*/
img {
border: 0; /* removes border in case images get have anchor around them */
}
.image-left {
float: left;
margin: 3px 3px 3px 0;
}

.image-right {
float: right;
margin: 3px 0 3px 3px;
}



/* heading & typography elements
==============================================================================*/
/* p {
font-family: Trebuchet MS;
font-size: 1.3em;
line-height: 1.6em;
letter-spacing: 0;
text-align: left;
word-spacing: normal;
text-decoration: none;
color: #444;
background-color: #fff;
} */

p {
font-size: 1.3em;
line-height: 1.3em;
margin: 0 0 15px 0;
}

b, strong {
color: #444;
}



h1 {
font-size: 2.2em;
line-height: 1.2em;
color: #444;
margin: 0px;
font-weight: bold;
}

h2 {
font-size: 1.9em;
line-height: 1.2em;
color: #ff9900;
margin: 10px 0 15px 0;
font-weight: normal;
border-bottom: 1px solid #b3b3b3;
padding-bottom: 5px;

}

h3 {
font-size: 1.3em;
line-height: 1.3em;
color: #444;
margin: 5px 0 2px 0;
font-weight: bold;

}

h4 {
font-size: 1.3em;
line-height: 1.2em;
color: #666;
margin: 5px 0;
font-weight: bold;
}


blockquote, .standout {
font-size: 1.4em;
line-height: 1.5em;
color: #00cc33;
margin: 0;
padding: 0;
display: inline-table;
font-weight:bold;
}


/* layout setup
==============================================================================*/

#container { 
width: 770px;
margin: 0 auto;
position: relative;
background: #ffffff; /* repeat-x left bottom url(../images/content_bottom_shade.png); */
/* padding-bottom: 20px; */
border-right: 1px solid #c3bfbc;
border-left: 1px solid #c3bfbc;
}



/* header setup
==============================================================================*/
#pageHeader {
background: #ffffff no-repeat left top url(../images/logo.gif);
width: 770px;
/*height: 130px;*/
margin: 0 auto 10px auto;
position: relative;
/* border: 1px solid #ccc; */ /*Temporary */
}


#pageHeader h1 {
display: none;
}

#pageHeader h2 {
display: none;
}


#utsealcontainer {
width: 750px;
background: url(../images/utseal.gif) no-repeat 100% 5px; 
margin: 0 auto 10px auto;
text-align: right;
height: 80px;
/* border: 1px solid #ccc; */
position: relative;
}

#utsealcontainer #content p {
font-size: 1.2em;
padding-top: 25px;
}

#utsealcontainer #content {
margin: 0 86px 0 0;
}

/* top-level navigation
==============================================================================*/
#navcontainer
{
width: 750px;
background: #fff;
/* border-bottom: 1px solid #bbb; */
margin-right: auto;
margin-left: 20px;
text-align: left;
height: 20px;
font-size: 1.3em;
position: relative;
list-style-type: none;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;

/*border-right: 1px solid #808080;*/
margin-right: 5px;
padding-right: 5px;
}

#navlist li a, #navlist li a:link
{
background: #fff;
color: #555;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
font-weight: bold;
}

#navlist li a:hover
{
color: #000;
border-bottom: 3px solid #f90;
cursor: pointer;
background: #fff /*eee*/;
font-weight: bold;
}

#navlist li a#current, #navlist li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #f90;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #f90;
background: #fff /*eee*/;
}

/* Content Container setup
==============================================================================*/

#contentContainer {

margin-right: 230px;
margin-left: 10px;
background: #ffffff no-repeat right top url(../images/bg-content.jpg);
/* border: 1px solid #ccc; */ /*Temporary */
}

#contentContainer #content {
position: relative;
padding: 20px 10px 10px 10px;
}

#content #headerimage {

}

#content p {
line-height: 1.6em;

}
.small {
font-size: 1.2em;
margin: 0 0 10px 0;
padding: 0;
}

#content ul {
margin: 5px 0 10px 20px;
list-style: disc;
}
#content ol {
margin: 5px 0 10px 40px;
}

#content li {
font-size: 1.3em;
}

.finddentistnow img {
float: right;
margin: 5px 0 5px 8px;
padding: 2px;
background-color:#FFF;
border: 1px solid #ccc;
}


.standout-right {
position: relative;
width: 170px;
float: right;
margin: 10px 10px 10px 15px;
padding: 5px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #ffffcc url(../images/arrow.gif) no-repeat 100%;
}

.standout-right p {
margin: 0 26px 0 0; 
font-size: 1.4em;
text-align:right;
font-weight:normal;
}

#announcement {
	
	margin: 10px 0;
	padding: 10px 15px;
	color: #555;
	background: #ffc;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#announcement p {
line-height: 1.4em;
margin: 0px;
}

.introblock {
margin:0 0 1.5em 0;
border:1px solid #feb;
border-left: 4px solid #f60;
background-color:#ffc;
color:#000;
padding:.2em 1em .4em;
}

.introblock p {
padding-left:0;
}

/* Sidebar Container setup
==============================================================================*/

#sidebarContainer {
width: 220px;
float: right;
margin-right: 5px;
background: #ffffff repeat-x left top url(../images/bg-sidebar.jpg);
/* border: 1px solid #ccc; */ /*Temporary */
}

html>body #sidebarContainer {
margin-right: 10px;
}

#sidebarContainer #sidebar {
padding: 10px 0 10px 10px;

}

#sidebarContainer ul {
margin: 0 0 0 10px;
padding: 10px;
list-style: disc ;

}



/* Sidebar Menus
==============================================================================*/

.orangebox {
color: #555;
margin: 0 0 15px 0;
clear:both;
}

/* Contain the floats using the :after method */
.orangebox:after {
content: ".";  
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

/*  \*/
* html .orangebox {
height: 1%;
}
/*  */

/* End float containing rules */

/* .orangebox img {
float: left;
margin-right: 5px;
margin-top: 5px;
} */

/* Apply Holly Hack to the non-floated content */

/*  \*/
* html .hollyhacked {
height: 1%;
}
/*  */


.orangebox .image-left {
float: left;
margin: 3px 6px 5px 0;
}

.orangebox .image-right {
float: right;
margin: 3px 3px 5px 0;
}
.orangebox .imgborder {
padding: 2px;
background-color:#fff;
border: 1px solid #ebebeb;
}

.orangebox h1 {
border-bottom: 1px solid #ccc;
color: #ff8400 /*ff9900*/;
font-size: 1.3em;
font-weight:bold;
line-height: 1em;
margin: 0;
padding: 3px 10px 4px 0px;
}

.orangebox p {
margin: 0;
padding: 10px 0 10px 0;
font-size: 1.2em;
}
.orangebox li {
font-size: 1.2em;
}

/* Sidebar Menus
==============================================================================*/

.bluebox {
background: #afd9ff;
color: #000000;
margin-bottom: 20px;
}

.bluebox img {
float: left;
margin-right: 5px;
margin-top: 5px;
}

.bluebox h1 {
background: #388bd8;
border-bottom: 2px solid #8fcbff;
color: #ffffff;
font-size: 1.8em;
margin: 0;
padding: 3px 10px 2px 10px;
}

.bluebox p {
margin: 0;
padding: 10px;
}


/* footer
==============================================================================*/
#footer {
border-top: 2px solid #878787;
background: #f1f1f1;
margin-left: 10px;
margin-right: 10px;
text-align: center;
/*height: 60px; */
}

#footer p {
margin: 0;
padding: 10px 5px 5px;
font-size: 1.3em;
line-height: 1.3em;
}

#footer a:link, #footer a:visited {
color: #878787;
}

#footer a:hover, #footer a:active {
}



/* Submenu setup (Not using)
==============================================================================*/

/* Sub menu width and paddng styles */
#submenu {
color: #ffffff;
text-align: center;
width: 467px;
padding-top: 3px;
height: 20px;
position: absolute;
top: 130px;
left: 10px;
font-weight: bold;

}

#submenu a {
color: #ffffff;
font-weight: bold;
padding: 4px 10px;
text-decoration: none;
}


#submenu .current {
padding: 4px 10px;
}

/* Data Tables
==============================================================================*/

.infotable {
margin: 10px 0;
border-bottom: 1px solid #cce2ff;

}
.infotable th {
background-color: #cce2ff;
text-align: left;
font-weight: normal;
}
.infotable th, .infotable td {
padding: 3px 8px;
vertical-align: top;
}
.infotable .altcolor {
background-color: #e1eeff;
}
.infotable th p { 
font: bold 1.2em/1em 'trebuchet ms', arial, sans-serif;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.infotable td p { 
font: normal 1.2em/1em 'trebuchet ms', arial, sans-serif;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.normalweight {
font-weight: normal;
}


#datatable {
/* border: 1px solid #666666; */

font-weight: normal;
margin: 0 0 10px 0;
border-bottom: 1px solid #D9D9D9;
}

#datatable th {
text-align: left;
background-color: #3d80df;
font: bold 1.2em/1.3em 'trebuchet ms', arial, sans-serif;
color: #ffffff;
padding: 3px 8px;
}

#datatable td {
font: normal 1.1em/1.3em 'trebuchet ms', arial, sans-serif;
padding: 3px 8px;
border-left: 1px solid #D9D9D9;
border-right: 1px solid #D9D9D9;
}

#datatable tr.selected td {
background-color: #cce2ff;
font-weight: bold;


}