/* Primary CSS for ALL Sisk Healthcare Websites - no site specific styles */

/* ++ reset ++ */

* {
	margin: 0;
	padding: 0;	
}

a img {
	border: none;
}

/* ++ common html selectors ++ */

body {
	background-color: #ffffff;
	color: #606060;
	font: 0.8em/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
	/* see homepage.css for h1 specifically for homepage */
	background-color: #606060;
	color: #ffffff;
	font-size: 200%;
	font-weight: normal;
	margin: 0 5px 0 2px;
	padding: 0.3em 10px;
}

h2 {
	/* see homepage.css for h2 specifically for homepage */
	border-bottom: 1px solid #606060;
	font-size: 160%;
	font-weight: normal;
	margin: 0.5em 5px 0.5em 0;
	padding: 0 0 0.3em 0;
}

h3 {
	/*this header is assigned site specific colour */
	font-size: 120%;
	font-weight: normal;
	margin: 0.3em 0;
}

h4 {
	color: #a4a4a4;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0.3em 0;
}

p {
	font-size: 85%;
	padding: 0.3em 0;
}

.go_p {
	font-size: 85%;
	padding: 0.3em 0;
}

ul {
	list-style: square outside;
}

ul li {
	margin: 0.3em 0;
}

a {
	color: #606060;
}

a:link {
	text-decoration: underline;
}

a:visited {
	color: #999999;
	text-decoration: underline;
}

a:hover, a:active {
	color: #606060;
	text-decoration: none;
}

/* ++ basic structure ++ */

#container {
	background: #ffffff url(../../img/common/bg_main.gif) top left repeat-y;
	margin: 20px auto 0 auto;
	width: 955px;
}

#header {
	background: transparent url(../../img/common/bg_header.gif) top left no-repeat;
	margin: 0 auto;
	width: 955px;
}

#logo {
	float: left;
	padding: 5px;
	text-align: left;
	width: 330px;
}

#headerExtra {
	/* NOTE: this image is site specific, but has the same name */
	/*background: transparent url(../../img/common/bg_header_extra.jpg) top right no-repeat;*/
	float: left;
	height: 120px;
	margin: 5px;
	text-align: right;
	width: 600px;
}

/* main navigation will have specific site styles in navigation.css */
#mainNav {
	margin: 0 auto;
	text-align: left;
	width: 955px;
}

#primaryContent {
	background: #ffffff url(../../img/common/bg_sideNav.gif) top left repeat-y;
	margin: 0 auto;
	width: 955px;
}

#primaryBase {
	background: transparent url(../../img/common/bg_primaryContent_base.gif) bottom left no-repeat;
	margin: 0 auto;
	width: 955px;
}

/*homepage specific styles in homepage.css */

#contentLeft {
	float: left;
	text-align: left;
	width: 170px;
}

#contentRight {
	float: left;
	text-align: left;
	width: 785px;
}

/*additional feature and layout styles in followon.css*/

#footer {
	background: transparent url(../../img/common/bg_footer.gif) top left repeat-y;
	border-top: 20px solid #ffffff;
	font-size: 85%;
	padding: 0 0 2.0em 0;
	text-align: right;
	width: 955px;
}

#baseNav {
	background: transparent url(../../img/common/bg_footer_top.gif) top left no-repeat;
	padding: 10px 0 0 0;
}

#externalLinks {
	margin: 1.5em 0 0.5em 0;
}

/* ++ miscellaneous general styles ++ */

#headerExtra a 
{
	float:right;
	font-size: 85%;
	padding: 5px 25px 0 0;
}

#headerExtra a.imageLink
{
	padding:17px 0 0 0;
}

#headerExtra a:link, #headerExtra a:visited {
	color: #606060;
	text-decoration: underline;
}
#headerExtra a:hover, #headerExtra a:active {
	color: #cb0639;
	text-decoration: none;
}

.clear {
	clear: both;
}

div.hrClear {
	clear: both;
	height: 1px;
}

div.hrClear hr {
	display: none;
}

.newsDate
{
	width:85px;
	float:left;
}

.newsTitle
{
	width:430px;
	float:left;
}

.newsDetail
{
	width:550px;
	float:left;
}

.downloadDoc
{
	display:block;	
    background: url("../../img/followon/icon_download.gif") left top no-repeat;
    padding-left:20px;
    margin-bottom:8px;
}

div#rightImg {
	float: left;
	width: 200px;
}

.floatImageRight
{
	float: right;
	width: 200px;
}