/* CSS Document */

body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin: 0;
	padding: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
/*  This is the overall contatiner */
#container {
	width: 860px;
	padding:10px;
	border:thin, #000000;
	}

/* this is from Pelvic */

body1  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	/* background-image: url(images/Concept-7_CS3_bkgd.jpg) repeat-x scroll center top; */
	background: #FFFFFF url(images/Concept-7_CS3_bkgd.jpg) repeat-x scroll center top;
	
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	clear:both;
}
#header {
	width: 820px;
	height: 80px; 
	background:#FFFFFF; 
	border:thin;
	border-style:solid;
	border-color:#666666;
	background-image:url(images/header-1.gif);
	background-repeat:no-repeat;
	padding:20px;
	clear:both;
	
}

/* this is the Port container that changes with the Javascript  */
#port-content {
	width: 860px;
	padding:0px;
	text-align:left;

}
#content {
	width: 540px;
	margin-top:20px;
	margin-right:20px;  
	background:#FFFFFF;
	border:.5px;
	border-style:solid;
	border-color:#666666;
	padding:4px;
	text-align:center;
/*	clear:both;  */
}
#footer {
	clear: both;
	border-top:1px;
	border-top-color:#666666;
	height: 66px;
	text-align: center;
	vertical-align: middle;
	background: transparent;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size:8px
	margin-top: 10px;
	padding-top:10px;
}

#descrip-col-right {
	float:right;
	width: 260px;
	margin-top:0px;
	background:#FFFFFF;
	border:.5px;
	border-style:solid;
	border-color:#666666;
	padding:4px;
	padding-top:4px;
	clear:both;
}

#menu-top {
float:right;
margin-left:-10px;
width:auto;

}

/* This s the Top menu number roll over and set up  */
 #menu-top ul
{
	list-style: none;
	/* vertical-align: middle;  */
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size: 10px;
}

#menu-top li
{
width:auto;
float: left;
margin: 2px;
}

#menu-top li a
{
	background: solid;
	height: 18px;
	line-height: 14px;
	float: left;
	width: 20px;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	background-color: #ffffff;
	float: right;
}

/* Hide from IE5-Mac \*/
#menu-top li active
{
background-color:#863000;
}
/* End hide */


#menu-top a:hover {
	background: url(background.gif) #fff bottom left repeat-x;
	color: #FFFFFF;
	background-color:#863325;
}

/*text styles  */
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.Description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}




/* this is the content are undker flash banner  */
#page-container {width: 1024px;margin: auto; background:transparent; }
#content-pelvic {
	float:left; 
	width: 1024px; 
	margin-top: 0px;
	margin-left: 0px;
	background:transparent url(images/Concept-7_CS3_content-bkgd.jpg) repeat-x scroll center top;
	/*_margin-left:0px;	*/
	padding-top:6px;
}