/*
Theme Name: CHN - Ungated
Theme URI: http://www.canadianhealthcarenetwork.ca/
Description: Ungated Theme.
Version: 1.0
Author: EquiSoft
Author URI: http://www.equisoft.com/
*/

#background-top {background-image: url("images/background-top.png");}
#background-bottom {background-image: url("images/background-bottom.png");}


#outer-head {background-image: url("images/background-head.png");}
#outer-foot {background-image: url("images/background-foot.png");}

#userlogin, #userlogin-inner {background-image: url("images/userbox.png");}


.themecolor {color: #013E7F;}
a {color: #013E7F;}
a:hover {color: #013E7F;}


#content h2, #content h2 a {color: #00afdb;}




#header {
	height: 196px;
}

#welcomebox {
	background: url("images/welcomebox-bg.png") bottom repeat-x;
	padding: 20px 10px 0 30px;
	color: #013e7f;
	font-size: 13px;
	line-height: 1.7em;
}
#homebox {
	float: right;
	width: 570px;
	line-height: 1.3em;
}
#hometext {
	float: left;
	width: 330px;
	line-height: 1.5em;
}

#welcomebox h2, #homebox h2 {
	color: #4dc8ea;
	font-style: italic;
	font-weight: normal;
}

#welcomebox h2 {
	display: inline;
}
#homebox h2 {
	margin: 10px 0 !important;
	display: block;
}

#welcomebox ul {
	margin: 0;
	padding: 0;
	
}
#welcomebox li {
	list-style: none;
	background: url("images/bullet-home.png") left 3px no-repeat;
	margin: 5px 0;
	padding: 0 0 0 20px;
	color: #666;
}

#homebox .rightcol {
	float: right;
	width: 190px;
}

#homebox .leftcol {
	float: left;
	width: 330px;
}


.home-button-physicians, .home-button-pharmacists, .home-button-nurses, .home-button-managers {
	display: block;
	margin-top: 10px;
	padding-bottom: 2px;
	background-image: url("images/home-buttons.png");
	background-repeat: no-repeat;
	width: 190px;
	height: 21px;
	line-height: 21px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.home-button-physicians:hover, .home-button-pharmacists:hover, .home-button-nurses:hover, .home-button-managers:hover {
	color: #fff;
	text-decoration: none;
}
.home-button-physicians {background-position: 0 0;}
.home-button-pharmacists {background-position: 0 -30px;}
.home-button-nurses {background-position: 0 -60px;}
.home-button-managers {background-position: 0 -90px;}


.welcome-brought {
	position: absolute;
	bottom: 10px;
	right: 0;
	height: 40px;
	line-height: 40px;
	font-size: 0.8em;
	color: #666;
}
.welcome-brought img {
	margin-left: 10px;
	vertical-align: middle;
}