/***** Page *****/

body {
	background:#636958;
	margin:0;
	padding:0;
	color:#333;
	font-family: "Trebuchet MS";
	font-size: 70%;
}

#wrapper {
  color:#000000;
  border-right:5px solid #53584A;
  border-left:5px solid #53584A;
  background:#ffffff;
  width:/*740px*/ 90%;
  margin:0 auto;
  padding:0;
}

/***** Top *****/

#top {
  color:#FFFFFF;
  background:#6699CC;
  height:80px;
  margin:0;
  padding:0;
}
#logo h1 {
	height: 80px;
	margin: 0;
	padding: 0 0 0 10px;
 	background: url(images/medical_logo.png) no-repeat 99% 0%; 
	line-height: 80px;
}
#logo {
	height: 80px;
	line-height: 80px;
}
#logo h1 a {
	text-decoration: none;
	clear: none;
	float: left;
	height: 52px;
	background-position: left center;
}




#top a {
  text-decoration:none;
  color:#fff;
  background:inherit;
}

#top a:hover {
  text-decoration:underline;
}

/***** Navigation *****/

#navigation ul, #navigation li {
  margin:0;
  padding:0;
}

#navigation {
	font-size:1em;
	background:#fff;
	height:20px;
	line-height:20px;
	color:#fff;
	padding-left: 10px;
}

#navigation li{
	list-style-type:none;
	white-space:nowrap;
	float:left;
	border-right: 1px solid white;
}

#navigation li a{
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color: #fff;
	float:left;
	padding:0;
	width: 80px;
	text-align: center;
	background-color: inherit;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	margin: 0 1.5px;
}

#navigation .selected, #navigation a:hover{
	color:#fff;
	background-color: #70A50C;
	background-image: url(images/nav2.jpg);
	background-repeat: no-repeat;
}

/***** Main *****/

#main {
  width:/*720px*/ auto;
  padding:10px;
}

/***** Content *****/

#content {
  position: relative;
  /*float:left;*/
  width:/*555px*/ auto;
  margin-right: 160px;
  padding: 5px 5px 5px 5px;
}


#content h2 {
  text-align:left;
  font-size:1.2em;
  margin:0px 0 0 0;
  padding:10px 5px 0 5px;
  color:inherit;  
}

#content p {
padding-left:10px;
padding-right:10px;
margin:10px 5px 10px 5px;
}

#content a {
text-decoration:none;
}

#content a:hover {
text-decoration:none;
}

/***** Sub Content *****/

#subcontent {
  position: relative;
  float:right;
  width:150px;
  margin:0;
  padding:5px 5px 5px 0;
}

.menu h4 {
	text-align:center;
	font-size:1em;
	margin:0;
	padding:5px;
	color:#FFFFFF;
	background: url(images/corner2nb.jpg) top left no-repeat;
	border-bottom: 2px solid white;
}

.menu {
	color: #333;
	padding:0;
	margin:0 0 10px 0;
	background:inherit;
}

.menu ul {
  list-style: none;
  border: none;
  margin: 0;
  padding: 0;
}
		

.menu li a {
	display: block;
	background-color: #588EBD;
	color: #fff;
	text-decoration: none;
	border:0;
	padding:5px 5px 10px 20px;
	/* height: 10px; */
}

.menu li a:hover {
  border:0;
  background-color: #71A70B;
  color: #fff;
}

html>body .menu li a {
  width: auto;
}

html>body .menu h4 {
  width: auto;
}

/***** Footer *****/

#footer {
	font-size:1em;
	background:#71A70B;
	clear:both;
	padding:0;
	line-height:3em;
	height:3em;
	color:#fff;
	text-align:center;
	border-bottom: 5px solid #53584A;
}

#footer a {
	color:#fff;
	text-decoration:none;
	line-height: 1.8em;
}

#footer a:hover {
text-decoration:underline;
}a {
	color: #71A70B;
}
a:hover {
	color: #2175BC;
}
#navigation .selected, #navigation li.active {
	color:#fff;
	background-color: #44DD3C;
	background-image: url(images/nav2.jpg);
	background-repeat: no-repeat;
	width: 80px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
