/* CSS Document */

body {
	background-color:#f4ffe4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003300;
	margin:0;
	padding:0;
	}
	
a {
	color:#824644;
	}
	
a:hover {
	color:#333333;
	}
	
h1 {
	padding-top:10px;
	font-family:"Trebuchet MS";
	font-size:24px;
	color:#003300;	
	letter-spacing:1px;
	text-align:right;
	padding-right:30px;
	}
	
h2 {
	font-size:18px;
	color:#003300;
	letter-spacing:1px;	
	}
	
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#003300;
	letter-spacing:1px;
	font-weight:bold;
	line-height:14px;
	margin-top:10px;
	padding:0 0 0 4px;
	border-left-color:#824644;
	border-left-style:solid;
	border-left-width:10px;
	}
	
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003300;
	letter-spacing:1px;
	font-weight:bold;
	line-height:14px;	
	}
	
hr {
	color:#003300;
	height:1px;
	}
	
ol li {
	list-style:disc;
}
	
/* ID definitions */
	
#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:4px;
	width:99%;	
	padding:0;
	height:100px;		
	background-color:#FFFFFF;
	color:#333333;
	}
	
#left-corner {
	position:absolute;
	left:0px;
	top:0px;
	width:25px;
	height:25px;
	background-image:url(../images/left-corner.gif);
	background-repeat:no-repeat;
	z-index:3;
	}
	
#right-corner {
	position:absolute;
	right:-1px;
	top:0px;
	width:25px;
	height:25px;
	background-image:url(../images/right-corner.gif);
	background-repeat:no-repeat;
	z-index:3;
	}
	
#banner {
	position:absolute;
	top:0px;
	left:0px;
	padding:0;
	margin:0;
	width:100%;
	height:100px;
	background-color:#D5EDB3;
	background-image:url(../images/banner-background.jpg);
	background-repeat:repeat-x;
	border-top-color:#99CC66;
	border-top-style:solid;
	border-top-width:1px;
	}
	
#banner-title {
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;	
	width:360px;
	height:40px;
	text-align:center;	
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#003300;
	font-weight:bold;
	letter-spacing:1px;
	z-index:5;
	}
	
#banner-left {
	position:absolute;
	top:0px;
	left:0px;
	width:236px;
	height:100px;
	background-image:url(../images/greenpractice.jpg);
	background-repeat:no-repeat;
	background-position:right;
	z-index:4;
	}
	
#banner-right {
	position:absolute;
	top:0px;
	right:-1px;
	width:236px;
	height:100px;
	background-image:url(../images/reception.jpg);
	background-repeat:no-repeat;
	background-position:right;
	z-index:4;
	}
	
#banner-login {
	position:absolute;
	top:76px;
	right:200px;
	width:180px;
	height:20px;
	padding:2px 0 0 22px;
	background-image:url(../images/arrow-button.gif);
	background-repeat:no-repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003300;
	}
	
#banner-datetime {
	position:absolute;
	top:80px;
	left:250px;
	width:200px;
	height:12px;
	padding:0 0 0 6px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003300;
	}
	
#banner-login a {
	color:#003300;
	font-size:12px;
	}
	
#banner-login a:hover {
	color:#824644;
	}
	
#top-narrative {
    position:absolute;
	top:101px;
	left:0px;
	height:20px;
	width:100%;	
	background-color:#99CC66;
	border-top-color:#824644;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#003E4E;
	border-bottom-style:solid;
	border-bottom-width:1px;
	line-height:20px;
	font-size:11px;
	color:#824644;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	text-align:center;
	z-index:2;
	}
		
#accessibility-navigation {
	width:500px;
	margin-left:4px;
	padding:0;
	color:#000954;
	}
	
#accessibility-navigation a {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003300;
	padding:0;
	margin:0;
	}
	
#accessibility-navigation a:hover {
	color:#990000;
	}
	
#content-column-left {
	position:absolute;
	top:124px;
	left:0px;
	width:200px;
	background-color:#5C743D;	
	border-right-color:#5C743D;
	border-right-width:1px;
	border-right-style:solid;
	border-bottom-color:#5C743D;
	border-bottom-width:1px;
	border-bottom-style:solid;	
	z-index:2;
	}
	
#content-column-center {
	position:absolute;
	height:450px;
	width:100%;
	top:124px;
	left:0px;
	right:0px;
	background-color:#FFFFFF;
	padding:0;
	margin:0;
	}
	
#content-column-right {
	position:absolute;	
	top:124px;
	right:-2px;
	width:200px;
	background-color:#FBE1BD;
	border-left-color:#003300;
	border-left-style:solid;
	border-left-width:1px;	
	border-bottom-color:#003300;
	border-bottom-style:solid;
	border-bottom-width:1px;	
	padding:0;
	margin:0;	
	}
	
#content {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:0 210px 0 210px;
	}
	
#patientinfo {
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	margin:0;
	padding:0;	
	}
	
#patientinfo ol {
	margin:0;	
	padding: 0;
	list-style: none;	
	}
	
#patientinfo ol li {
	display:block;
	width:190px;	
	background-color:#FBE1BD;
	border-bottom-color:#003300;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin:0;		
	font-size:11px;
	color:#003300;		
	text-align:center;
	padding:5px;
	}
	
#patientinfo ol li  a {
	color:#824644;	
	}
	
#patientinfo ol li a:hover {
	color:#333333;
	}
	
#tail {
	width:100%;
	height:50px;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-top-style:solid;
	font-size:9px;
	color:#999999;
	}
	
#index {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	}
	
#index a {
	color:#666666;
	padding:0 2px 0 2px;	
	}
	
#index a:hover {
	color:#333333;
	}
	
#news {
	margin-left:auto;
	margin-right:auto;
	width:70%;
	background-color:#FBE1BD;
	color:#003300;
	border-top-color:#003300;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#003300;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:4px 10px 4px 10px;
	}
	
#news a {
	color:#003300;
	}
	
#news a:hover {
	color:#990000;
	}
	
/* class definitions */
	
.line-color {
	color:#000954;
	}
	
.patient-info-emphasis {
	color:#003300;
	font-weight:bold;
	}
	
.lists ol {
	list-style:square;	
	}
	
.image-left {
	float:left;
	margin-right:10px;
	margin-bottom:4px;
}
	
.image-right {
	float:right;
	margin-left:10px;
	margin-bottom:4px;
}

.banner-subtitle {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003300;
	font-weight:bold;
	letter-spacing:1px;
}
	
	

	
	
	
	
