@charset "utf-8";
/* CSS Document */

/* forces Firefox & Safari to display the scroll bar */

html{

    min-height: 100%;
    margin-bottom: 1px;
    cursor: default;
}


/*Page Styles*/

body {
	background-color: #fff;
	margin: 0;
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 85%;
	line-height:150%;
/*	force vertical scrollbar to stop "shifting" between shorter and longer pages*/
	overflow-y: scroll;
}

/*Page Wrapper Styles*/

.wrapper {
    width:970px;
	margin-left:auto ;
	margin-right:auto ;
	}
	
.live {
		width:970px;
		float:left;
			/*(note: you need a float for the background color to work)*/
		background-color:#eaebef;
		border:solid;
		border-color:gray;
		border-width:thin;
		border-top-width:thick;
		border-bottom-width:thick;
}
	
.header {
	width:970px;
	height:161px;
	border-left:solid;
	border-left-color: gray;
	border-left-width:thin;
	border-right:solid;
	border-right-color: gray;
	border-right-width:thin;
	}
	
.header-small {
	display:none;
}

.menu-area {
	float:left;
	width:225px;
/*	min-height:100%;*/
}

.content {
	/*max-width:970px;*/
	display:block;
	float:left;
	width:704px;
	padding:20px;
	background-color:#FFF;
	min-height:285px;
	}
	
.footer {
	clear:both;
	display:block;
	float:left;
	width:930px;
	padding:20px;
	background-color:#eaebef;
	border-left-style:solid;
	border-left-color:gray;
	border-left-width:thin;
	border-right-style:solid;
	border-right-color:gray;
	border-right-width:thin;
	border-bottom-style:solid;
	border-bottom-color:gray;
	border-bottom-width:thin;
	}
	
/*Type Styles*/

h1 {
	font-size:180%;
	font-weight:bold;
	color:gray;
	line-height:125%;
}

h1.clinicians {
	color:#0f75bd;
}

h1.patients {
	color:#e97f27;
}

h2 {
	color:gray;
}

/*Define Default Styles (used on interior pages)*/

/*Define Default List Styles: */

/*Define Default link Styles:*/

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #f87407;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #f87407;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #f87407;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #e66800;
}


/*Define Menu Styles:*/

a.menu:link, a.menu:visited {
display:block;
float: none;
padding:10px 10px 5px 10px;
margin:0;
font-weight:normal;
color:#fff;
background-image:url(images/nav_field_0.jpg);
background-repeat:no-repeat;
background-color:#0f75bd;
width:205px;
height:25px;
text-decoration:none;



}

a.menu-current:link, a.menu-current:visited, a.menu-current:hover, a.menu-current:active {
display:block;
float: none;
padding:10px 10px 5px 10px;
margin:0;
font-weight:normal;
color:#fff;
background-image:url(images/nav_field_1.jpg);
background-repeat:no-repeat;
background-color:#e97f27;
width:205px;
height:25px;
text-decoration:none;


}

a.menu:hover, a.menu:active {
display:block;
float: none;
padding:10px 10px 5px 10px;
margin:0;
font-weight:normal;
color:#fff;
background-image:url(images/nav_field_1.jpg);
background-repeat:no-repeat;
background-color:#e97f27;
width:205px;
height:25px;
text-decoration:underline;
}





/*Define Footer Type Styles*/

.footer-text {
	color: #000;
	text-align:center;
	font-size:80%;
	}
	
	
	a.link {
		color:#005a99;
		font-weight:normal;
	}

/*Define image stylesl*/
.image-float-right {
	margin:0 0 40px 20px;
}

/*Media queries for screens less than 971 pixels wide*/

@media (max-width: 971px) {
	
.wrapper {
    width:100%;
	}
	
.live {
		width:100%;
}
	
.header {
	width:100%;
	}
	
.header-small {
	display:block;
	text-align:center;
}

.header-large {
	display:none;
}

.menu-area {
	width:100%;
	padding:0;
}

.content {
	width:90%;
	padding:5%;

	}
	
.footer {
	width:90%;
	padding:5%;
	}
	
	
	/*Define Menu Styles:*/

a.menu:link, a.menu:visited {
width:100%;
text-align:center;
}

a.menu-current:link, a.menu-current:visited, a.menu-current:hover, a.menu-current:active {
width:100%;
text-align:center;
}

a.menu:hover, a.menu:active {
width:100%;
text-align:center;
}


.image-float-right {
	margin-left:20px;
	margin-right:20px;
}

	
	
	}