/* 
Title:     Medic Image - subpage.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/
	
#container {
	float: left;
	margin: 0;
	padding: 0;
	width: 953px;
	border-bottom: 1px solid #ccc;
	background: url(../images/subpage_container_bg.gif) repeat-y top left;
}
#titleImagebar {
	border-top: 7px solid #989db2;
}
h1 {
	display: none;
}
#title {
	float: left;
	border-top: 1px solid #fff;
	background: url(../images/gradient_tile.gif) repeat-x top left;
}
/*#title {
	float: left;
	width: 227px;
	height: 120px;
	text-align: right;
	background: url(../images/gradient_tile.gif) repeat-x top left;
	border-top: 1px solid #fff;
}
#title h1 {
	margin: 89px 35px 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #fff;
}*/
#imagebar {
	float: right;
	border-top: 1px solid #fff;
}
/* Sidebar
------------------------------------------------------------------------------------------------- */
#sidebar {
	float: left;
	width: 225px;
	text-align: right;
}
#sidebar ul {
	list-style: none;
	margin: 30px 20px;
	padding: 0;
}
#sidebar li {
	margin: 0 0 .4em 0;
	padding: 0;
	line-height: 1.0em;
}
#sb-links a {
	margin: 0 0 .2em 0;
	padding: 0 12px 0 0;
	font-size: 85%;
	color: #44a8be;
}
#sb-links a:hover {
	color: #44a8be;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat center right;
}

#sb-linkon  {
	color: #44a8be;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat center right;
}

#sidebar p {
	margin: 0 22px;
	padding: 0;
	font-size: 85%;
}
.submenu{
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	margin-right: 2em;
}
/* Content
------------------------------------------------------------------------------------------------- */
#primaryContent {
	float: left;
	padding-bottom: 1em;
	width: 720px;
	font-size: 85%;
}
#primaryContent .gutter {
	float: left;
	margin: 0;
	padding: 30px 30px 0 30px;
}
#primaryContent h3 {
	clear: both;
}
#primaryContent ul {
	/*margin: 0 3em 0 0;
	padding: 0;*/
	list-style-type: none;
}
