body
	{
		margin: 0;
		padding: 0;
		font: 85% Arial, Helvetica, sans-serif;
		text-align: center;
		color: #333;
		/*background-color: #D6D6D6;
		background-color: #e72d38;*/
		background-color: #878787;
	}

form
{
padding: 0;
margin: 0;
display: inline;
}
	
	a:link {
		color: #C00;
		text-decoration: underline;	
	}
	a:visited {color: #C00;}
	
	a:hover, a:active
	{
		color: #F00;
		text-decoration: none;
	}
	
	h1
	{
		font-size: 140%;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
	}

	/*div.line { background: url('images/vert-line-dotted.gif') no-repeat right center; }*/
	
	#container
	{
		margin: 1em auto;
		width: 750px;
		text-align: left;
background-color: #fff;
		/*padding: 10px;
		border: solid 5px #fff;*/
		/*background-color: red;*/
		border-style: solid;
		border-width: 1px;
		border-color: #125ca5;
	}

	
	#header
	{
		height: 65px;
		background-color: white;
		background-image: url(images/logo.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
		margin-top: 10px;
	}


	#header h1
	{
		font-size: 1px;
		text-align: right;
		color: #fff;
		margin: 0;
		padding: 0;
	}

	#header h2
	{
		font-size: 1px;
		text-align: right;
		color: #fff;
		margin: 0;
		padding: 0;
	}
	
	#logoclick {
		position: absolute;
		width: 240px;
		height: 45px;
		left: 5px;
		cursor: pointer;
	}

	
	#skipmenu
	{
		font-size: 1px;
		position: absolute;
		left: 250px;
		top: 5px;
	}
	#skipmenu a
	{
		color: white;
	}
	
	#phone
	{
		position: absolute;
		right: 5px;
		top: 5px;
		width: 209px;
		height: 27px;
		height: 50px;
		color: #666666;
		font-size: 80%;
		/*background-image: url('images/phone-number.gif');
		background-image: url('images/phone-number-new.gif');*/
		background-image: url('images/details.jpg');
		background-repeat: no-repeat;
	}

		#phone-new
	{
		position: absolute;
		right: 5px;
		top: 5px;
		width: 209px;
		height: 27px;
		height: 50px;
		color: #666666;
		font-size: 80%;
	}
	
	#navigation
	{	
		background-color: #159;
		background-image: url('images/nav-back-2.gif');
		background-position: top;
		background-repeat: no-repeat;
		height: 20px;
		line-height: 19px;
		color: white;
	}
	#navigation a
	{
		color: white;
		text-decoration: none;
	}
	
	#navigation a:visited
	{
		color: white;
		text-decoration: none;
	}
	
	#navigation a:hover
	{
		color: #c00;
		background-color: white;
	}	
	
	#navigation-links
	{
		margin-left: 20px;
		color: white;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 90%;
	}
	
	#navlist
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#navlist li
	{
		display: inline;
		padding: 0;
		margin: 0;
	}
	#navlist li a
	{
		color: white;
	}
	#navlist li:before { content: "| "; }
	#navlist li:first-child:before { content: ""; }
	
	/*IE workaround*/
	/*All IE browsers*/
	* html #navlist li
	{
		border-left: 1px solid #E53039;
		padding: 0 0.4em 0 0.4em;
		margin: 0 0.4em 0 -0.4em;
	}
	/*Win IE browsers - hide from Mac IE\*/
	* html #navlist { height: 1%; }
	* html #navlist li
	{
		display: block;
		float: left;
	}
	/*End hide*/
	/*Mac IE 5*/
	* html #navlist li:first-child { border-left: 0; }
	
	
	#fontchanger
	{
		float: right;
		display: inline;
		margin-right: 20px;
		color: #D3D3D3;
		font-size: 95%;
	}
	
	#copy
	{
		border: 1px solid #CCC;
		background-color: #EDF4F8;
		background-image:url(images/background-nurse.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		padding-top: 5px;
		padding-left: 20px;
	}
	
	#copy-setheight
	{
		border: 1px solid #CCC;
		background-color: #EDF4F8;
		background-image:url(images/background-nurse.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		padding-top: 15px;
		padding-left: 20px;
		/*height: 475px;*/
		padding-bottom: 15px;
	}


	#copy-setheight-white
	{
		border: 1px solid #CCC;
		/*background-color: #EDF4F8;
		background-image:url(images/background-nurse.jpg);*/
		background-position: bottom;
		background-repeat: no-repeat;
		padding-top: 15px;
		padding-left: 20px;
		/*height: 475px;*/
		padding-bottom: 15px;
	}

	
	#copy ul, #copy-setheight ul
	{
		/*list-style: disc url('images/bullet.gif') inside ;
		list-style: disc url('images/bullet.gif');*/
		list-style: disc;
		margin-left: 0;
		margin-left: 5px;
		padding-left: 1em;
padding-left: 3em;
		text-indent: -1em;

	}
	#copy li, #copy-setheight li {
		margin-top: 1.0em;
	}
	#copy li a, #copy-setheight li a {
		color: #C00;
	}
	#copy li a:hover, #copy-setheight li a:hover {
		color: #F00;
	}
	#copy li a:visited, #copy-setheight li a:visited {
		color: #C00;
	}
	
	#rightcolumn
	{
		float: right;
		width: 38%;
		padding-top: 0px;
		padding-left: 15px;
		margin-left: 15px;
		padding-left: 5px;
		margin-left: 5px;
		padding-right: 5px;
		margin-right: 5px;
		/*background-color: yellow;*/
	}
		
	#footer
	{
		clear:both;
		/*position: relative;*/
		/*bottom: 268px;;*/
		width: 750px;
		height: 55px;
		height: 25px;
		text-align: center;
		font-size: 75%;
		color: #999999;
		/*background-color: #0F0;*/
		
	}
	
	#footer-links
	{
		height: 45px;
		height: 15px;
		clear: both;
		text-align: center;
		vertical-align: bottom;
		font-size: 120%;
		background-color: #e72d38;
		background-color: #878787;
	}
	#footer-links ul
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#footer-links li
	{
		display: inline;
		padding: 0;
		margin: 0;
		color: #069;
		font-size: 120%;
		font-size: 100%;
	}
	#footer-links li a
	{
		color: #E52F39;
		text-decoration: none;
		color: #fff;
	}
	#footer-links li a:hover
	{
		color: #E52F39;
		color: #125ca5;
		text-decoration: underline;
	}
	#footer-links li:before { content: "| "; }
	#footer-links li:first-child:before { content: ""; }
	
	/*IE workaround*/
	/*All IE browsers*/
	* html #footer-links li
	{
		border-left: 1px solid #666666;;
		padding: 0 0.4em 0 0.4em;
		margin: 0 0.4em 0 -0.4em;
	}
	
	/*Win IE browsers - hide from Mac IE\*/
	* html #footer-links { height: 1%; }
	
	* html #footer-links li
	{
		display: block;
		float: left;
	}

	/*End hide*/
	/*Mac IE 5*/
	* html #footer-links li:first-child { border-left: 0; }
	
	
	
	#copyright
	{
height: 25px;
padding: 5px;
text-align: center;
		/**/
		
	}