/* CSS Document */

body {
	padding: 0;
	margin: 0;
	color: #003366;
	background-color: #999999;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
} 

body a {
	color: #006400;
	font-weight:bold;
	text-decoration:none;
}
body a:hover {
	color: #8A710D;
	text-decoration:underline;
}

.h_body {
	color: #003366;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 10px;
	padding-top: 5px;
}

.h_col {
	color: #C9D58C;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
.pageheading {
	color: #003366;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 30px;
}


.leftpadding {padding-left: 17px; }
.rightpadding {padding-right: 10px; }
.widehorzpadding { padding-left: 30px; padding-right: 30px; font-size: 1.1em;}

.imageframe {
	border: 6px solid #003366;
}
.testframe {
	border: 10px solid #B8CFE7;
}

#container {
	margin: 20px auto;
	text-align: left;
	border: 2px solid #006699;
	background-color: #DCF9EA;
}

.navimages {
	border-left: 1px solid #006699;
	border-bottom: 1px solid #006699;
}

.bottomborder {
	border-bottom: 1px solid #006699;
}

#tagremain {
	background-image: url(images/tagremain.gif);
	background-repeat: repeat-x; 
}

#headingleft {
	background-image: url(images/headingleft.gif);
	background-repeat: no-repeat;
	height: 45px;
}

#headingtail {
	background-image: url(images/headingtail.gif);
	background-repeat: no-repeat;
}
#headingcenter {
	background-image:url(images/headingcenter.gif);
	background-repeat: no-repeat;
}
#headingdoctors {
	background-image:url(images/headingrightcol.gif);
	background-repeat: no-repeat;
}
.headingrow { height: 45px; }

/* internal pages */
#headingtailinternal {
	background-image:url(images/headingtailinternal.gif);
	background-repeat: no-repeat;
}
#headingtop {
	background-image:url(images/headingtop.gif);
	background-repeat: no-repeat;

}
#int_rightedge {
	background-image:url(images/int_rightedge.gif);
	background-repeat: repeat-y;
}


/* body */
#leftcol { 
	background-color:#003366; 
	border-right: 1px solid #006699; 
	color: #999999;
}
#footer {
	color: #999999;
	background-color: #333333;
	font-size: 10px;
	border-top: 1px solid #006699;
}

#leftcol a, #footer a {
	color: #6C9CFF;
}
#leftcol a:hover, #footer a:hover {
	color: #BDD3FF;
	text-decoration:underline;
}

#leftgap { background-color:#DCF9EA; }
#maincol, #rightcol { background-color:#B8CFE7; }
#rightgap { background-image:url(images/rightgap.gif); background-repeat:repeat-y; }
#endgap {background-image:url(images/endgap.gif); background-repeat:repeat-y; } 
#maincolbottom { background-image:url(images/maincolbottom.gif); background-repeat:no-repeat; } 
#rightcolbottom { background-image:url(images/rightcolbottom.gif); background-repeat:no-repeat; } 


/* nesting image in paragraph */
.nestingpara {
	float:left; 
}

/* only for IE */
*html .nestingpara {
	margin-right: 50px;
}
.nestedimageright {
	float:right; margin-left: 5px;
}
.nestedimageleft {
	float:left; margin-right: 10px;
}

/* list items */
ul.bullets li { 
	list-style-type:none; 
	background-image: url(images/bullets.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 20px;
}

ul.menu {
	padding: 5px;
	margin: 0;
}
ul.menu li {
	list-style-type:none; 
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 18px;
	padding-bottom: 10px;
}
ul.menu li.selected {
	list-style-type:none; 
	background-image: url(images/doublearrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 18px;
	padding-bottom: 10px;
}
a#highlighted {
	color: #BDD3FF;
	background-color: #26517D;
}


.testpara {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}