/* global styles */
html, body {
	height:100%;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}
body.base1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
}
body.base2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
}
body.base3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #000000;
}
body.base4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
}
body {
	height:100%;
	background-color: #edd480;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body.interior {
	background-color: #edd480;
/*	
	background-image: url(content/all/Med D/images/internal/intbg.gif);
	background-color: #FFFFFF;
*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a, a:link {
	color: #003399;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #000066;
}
h1 {
	font-size: 115%;
	color: #003399;
}
h2 {
	font-size: 110%;
	color: #0066cc;
}
h3 {
	font-size: 100%;
	color: #003366;
}
h4 {
	font-size: 100%;
	color: #FF6600;
}


/* base ids for the site structure */
#wrapper {
	background-color:#fff;
	width:280px;
}
#wrapper.interior {

	border-bottom:2px solid #C2CCD6;

	height:auto;
	margin:0;
	padding:0px 0px 10px 10px;
	position:static;
	text-align:left;
	width:675px;
	overflow:auto;
}
#header, #content, #content_well {
	background-color:#fff;
	width:229px;
}
#header {
	width:229px;
	height:65px;
}
#skipnav {
	display:none;
}
/* CSS to position and style header, utility nav and search area */
#id {
	float:left;
	width:100%;
}

/* rule for ie mac */
#util_nav {
	position:relative;
	left:0;
	top:15px;
	height:30px;
	padding:0;
}

/* commented backslash hack v2 \*/
/* rule for everyone else */
#util_nav {
	position:relative;
	left:0;
	top:15px;
	height:30px;
	padding:0;
}
/* end hack */

#util_nav_items {
	height:30px;
	margin:0 0 0 60px;
	padding:0;
	float:left;
}
/* ie hack to fix left margin*/

*html body div#util_nav_items {
	height:20px;
	margin:0 0 0 30px;
	padding:0;
	float:left;
}

.collapse {
	width:150px;
	margin:0;
	padding:0;
	display:block;
}
.search {
	margin:4px 0 0 0;
	padding:0;
	width:100px;
	height:18px;
	border:0;
}
.srchbtn {
	margin:0 0 0 5px;
}
#search_form {
	padding:0;
	margin:0;
	float:left;
	display:inline;
}
/* homepage navigation and photo styles */
div#homenav	{
	height: 204px;
	width: 300px;
	margin:0;
	padding:0;
	border:0;
	float:left;
}
#photo {
	float:left;
	margin:0 0 0 4px;
}
/* homepage content well styles */
#content_well {
	clear:both;
	width:280px;
	height:170px;
	margin:0;
	padding:0 0 10px 0;
	background-color:#fff;
}
#solcenter, #news {
	background-image:url(content/all/Med D/images/home/boxbg.gif);
	background-position:bottom;
	width:370px;
	float:left;
	min-height:150px;
}
#solcenter a, #solcenter a:link, #news a, #news a:link {
	color: #003399;
	text-decoration:none;
}
#solcenter a:visited, #news a:visited {
	color: #006699;
	text-decoration:none;
}
#solcenter a:hover, #news a:hover {
	color: #000066;
	text-decoration:underline;
}

*html div#solcenter, *html div#news {
	background-image:url(content/all/Med D/images/home/boxbg.gif);
	background-position:bottom;
	width:370px;
	float:left;
	height:150px;
}
*html div#solcenter {
	margin:10px 0 0 7px;
	padding-bottom:10px;
}
#solcenter {
	margin:10px 0 0 12px;
	padding-bottom:10px;
}
*html div#solcenter ul {
	list-style: disc url(content/all/Med D/images/home/ularrow.gif) outside;
	margin-left:10px;
	margin-top:3px;
	padding-left:10px;
	padding-bottom:10px;
	height:auto;
	width:150px;
}
#solcenter ul {
	list-style: disc url(/content/all/Med D/images/home/ularrow.gif) outside;
	margin-left:10px;
	margin-top:3px;
	padding-left:20px;
	padding-bottom:3px;
	height:auto;
	width:150px;
	float:left;
}
#solcenter li{
	margin:0 0 3px 0;
}
*html div#news {
	margin:10px 0 0 12px;
	padding-bottom:10px;
}
#news {
	margin:10px 0 10px 15px;
	padding-bottom:10px;
}
*html div#news ul {
	list-style-image: url("content/all/Med D/images/bullet_orange.gif"); 
	margin-left:10px;
	margin-top:3px;
	padding-left:20px;
	padding-bottom:10px;
	height:auto;

}
#news ul {
	list-style-image: url("content/all/Med D/images/bullet_orange.gif"); 
	margin-left:10px;
	margin-top:3px;
	padding-left:20px;
	padding-bottom:3px;
	height:auto;
}
#news li {
	margin:0 1 3px 0px;
}
#text_options {
	float:left;
	width:360px;
	height:20px;
	display:block;
}
/* global footer styles */
#footer {
	width:675px;
	clear:both;
	text-align:center;
	margin:0 0 0 0;
	padding:10px 0 10px 0;
	background-color:#ffffff;
	background-repeat:no-repeat;
}
#footer p {
	text-align:center;
	width:85%;
	margin-left:auto;
	margin-right:auto;
}
/* interior navigation styles */
div#navigation	{
	clear:both;
	height: 46px;
	width: 675px;
	margin:0;
	padding:0;
	border:0;
}

div#navigation #menu	{
	height: 46px;
	width: 780px;
	margin: 0;
	padding: 0;
	position: relative;
	left:2px;
}
#subnav{
	background: #ffffff;
	width: 780px;
	margin: 0;
	padding: 0;
}
div#subnav ul#submenu{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
ul#submenu li{
	white-space:nowrap;
	float:left;
	margin: 0;
	padding: 0;
	width:auto;
}
#subnav li a, #subnav li a:link{
	background-color:#ffffff;
	text-decoration:none;
	display: block;
	padding: 10px;
}
#subnav li a:hover{
	background-color:#b5d2e3;
	text-decoration:none;
	display: block;
	padding: 10px;
}
#subnav li a.active, #subnav li a.active:link{
	background-color:#b5d2e3;
	text-decoration:none;
	display: block;
	padding: 10px;
}
.clear{
	clear: both;
	display:block;
	height: 1px;
	background:#ff0000;
	width:inherit;
}
*html div.clear{
	clear: both;
	display:inline;
	height: 1px;
	background:#ff0000;
	width:inherit;
}
/* interior content well styles */
#content_well.interior {
	clear:both;
	width:780px;
	height:100%;
	display:block;
	margin:0;
	padding:0;
	border-top: 1px solid #a0a0a0;
}

#main_content {
	float:left;
	width:555px;
	margin:10px 0 0 15px;
	background-color:#fff;
}
*html div#main_content {
	float:left;
	width:555px;
	margin:10px 0 0 7px;
	background-color:#fff;
}
#sidebar {
	float:right;
	width:191px;
	margin:0;
	height:100%;
        background-image:url(content/all/Med D/images/internal/sidebarbg.gif);
	background-repeat:repeat-y;
}
#sidebar #solcenter, #sidebar #news{
	width:191px;
	margin:0;
	padding:0 0 5px 0;
	background-image:url(content/all/Med D/images/internal/boxbg.gif);
	background-position:bottom;
}
#sidebar #news ul{
	padding-bottom:10px;
}
#pageheader {
	/* border-bottom:1px solid #999;*/
	width:600px;
	height:30px;
}
#pageheader h1 {
	font-size:120%;
	font-weight:bold;
	color:#003399;
	float:left;
	margin:0;
	padding:0;
	line-height:200%;
}
#tools {
	width:auto;
	float:right;
	margin:0;
	padding:0;
}
#tools img{
	margin:0;
	padding:0;
}


/* DATA TABLE STYLES */
table td {
	font-size:100%;
}
.outline th {
	background-color:#003399;
	color:#fff;
	text-align:left;	
	font-size:120%;
}
.outline th.left {
	background-color:#CCE0F5;
	color:#000;
	text-align:left;	
	font-size:120%;
}
table.outline {
      	background-color:#000;
        font-size:100%;
}
.outline td{
	background-color:#fff;
        font-size:100%;
}
caption {
	text-align:left;
	margin:3px 0 5px 0;
	font-size:120%;
	font-weight:bold;
	color:#000;
}
table.subtable {
	background-color:#000;
}
table.subtable th {
	background-color:#ccc;
	color:#000;
	font-size:100%;
}
table.subtable td {
	background-color:#fff;
	color:#000;
	font-size:100%;
}
.subtable caption {
	display:none;
}
form.archive {
	width:auto;
}

p.floatleft {
	float:left;
	margin:5px;
}
.floatleft {
	float:left;
	display:inline;
}
.floatright {
	float:right;
	display:inline;
}
.clear {
	clear:both;
}
.notice {
	padding:0 10px;
	border:1px solid #ff0000;
}

.fsClean {
	padding:10px;
	border:none;
}
.optionstable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #000000;
        line-height: 150%;
}

/*   2006/2007 Note on Top of page      */
.HiLiteTextOrange {
	color: #FF6600;
	font-weight:bold;
}

/* Special Table Formatting 

.LeftLineWhite {
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:thin;
}
.BottomLineSolid {
	border-bottom-style:solid;
	border-bottom-width:medium;
	border-bottom-color: #000000;
}
*/

div.specialBox {
    width: 9em;
    background-color: #FFFFFF;
    margin: 3px;
}
div.top-left-corner, div.top-right-corner {position:absolute; width:20px; height:20px;
background-color:#edd480; overflow:hidden;}

div.top-left-inside, div.top-right-inside {position:relative; font-size:150px; font-family:arial;
color:#FFFFFF; line-height: 40px;}

div.top-left-corner { top:0px; left:0px;}

div.top-right-corner {top:0px; right:-1px;}

div.top-left-inside {left:-8px;}

div.top-right-inside {left:-25px;}

div.box-contents {
	position: relative; padding: 8px; color:#FFFFFF;
}

div.fox-format {
-webkit-border-radius: 25px;
border: 1px solid #fff;
color:#fff;
padding: 10px;
width:250px;
}