/* ----- Dan Medica Portal - /styles/portal.css ----- */
* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
body, html {
	background:#fff;
}
h1, h2, h3, h4 {
	margin:0;
	padding:10px 0;
}
h1#random {
	margin:10px 0 5px;
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
	color:#093;
	font-size:18px;
	text-align:center;
	padding:5px 0;
}
#ticker {
	padding:0;
	margin:10px 0 5px;
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
}
h2 {
	font-size:16px;
	color:#585858;
}
h3 {
	font-size:14px;
	color:#585858;
}
p {
	font-size:14px;
	line-height:18px;
	margin:5px 0;
	color:#585858;
}
img {
	border:0;
}
a {
	display:block;
	text-decoration:none;
	padding:0;
	margin:0;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	color:#fff;
	background:transparent url(../images/styles/portal-button.gif) no-repeat  left top;
}
a:hover {
	color:#06c;
	background:transparent url(../images/styles/portal-button.gif) no-repeat left bottom;
}
/* --- Classes --- */
.bold {
	font-weight:bold;
}
.warn {
	color: #c00;
}
.empty {
	display:none;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
/* --- Containers --- */
#wrapper {
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -400px;
	width:760px;
	padding:20px;
	border: 2px solid #eee;
	border: 0;
	background:#fff url(../images/styles/portal-bg.jpg) 100px 34px no-repeat;
}
/* --- Banner --- */
#banner {
	height:109px;
	margin:0;
	background: transparent url(../images/styles/portal-dmlogo.gif) no-repeat 0px 0px;
}
#address {
	float:right;
	padding:0 10px 0 0;
	text-align:center;
	margin:0;
}
#address p {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:14px;
	color:#06c;
}
#address #top {
	font-size:12px;
	line-height:20px;
	font-weight:bold;
}
#address #bottom {
	line-height:20px;
}
/* --- Content --- */
#content {
	width: 100%;
	margin:0 0 0 0;
	padding:0;
	font-size:14px;
}
#content h2 {
	font-weight:normal;
	font-style:italic;
	color:#06c;
}
#content ul {
	margin:10px 0 0 20px;
	font-size:14px;
	font-style:italic;
	color: #585858;
}
#content li {
	margin:5px 100px 5px 100px;
	line-height:1.25;
	list-style:disc;
}
#content li.sub {
	margin:5px 0 5px 0;
	list-style:none;
}
/* ----- Links -----*/
#linksleft {
	float:left;
	width:350px;
	text-align:center;
	padding:0 0 20px;
}
#linksright {
	float:right;
	width:350px;
	text-align:center;
	padding:0 0 20px;
}
/* --- Footer --- */
.clear {
	clear:both;
}
#footer {
	clear:both;
	height:24px;
	font-size:11px;
	line-height:24px;
	color:#585858;
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
}
#footer a {
	display:inline;
	font-size:11px;
	background-image:none;
	color:#999;
}
#footer a:hover {
	color:#06c;
}
#copyright {
	float:left;
	clear:none;
	width:200px;
	text-align:left;
}
#links {
	float:right;
	clear:none;
	width:200px;
	text-align:right;
	font-weight:bold;
}
