/* CSS to avoid the 'jump' between short and long pages */

html {
	height: 100.3%;
	}

/* Centred Layout Tags*/

body {
	text-align: center; /* Reequired for IE WIn 5.x */
	margin	: 0px;
	background-image:url(images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #FFF;
  }

#pagecontent {
	margin	: 0 auto;
	width   : 900px;
	text-align: left;

  }
/* Layout Divs - Common To All Pages */

#nav {
	margin-left	 		: 260px;
	margin-right 		: 0px;
	margin-top	 		: 0px;
	height		 		: 80px;
	width				: 477px;
	position			: absolute;
	top: 1px;
	background-color: #EDEEE8;
	z-index: 5;
	}
#navbackground {
	margin-left:0px;
	margin-top:0px;
	width:900px;
	height:85px;
	position:absolute;
	z-index:2;
	background-color: ebeee8;
}

#logo {
	position		: absolute;
	margin-left		: 1px;
	margin-top		: 0px;
	width			: 240px;
	height			: 233px;
	z-index:20;
}
#bodycontent {
	margin-top: 90px;
	margin-left:220px;
	width:680px;
	position:absolute;
	z-index:10;
	background-image: url(/images/page-drop-background.png);
	background-position:bottom;
	background-repeat: no-repeat;
	}
	
/* Columns */


.twocolumnwrapper {
	width : 100%;
	}
.leftcolumn {
	width : 48%;
	float : left;
	}
.rightcolumn {
	width : 50%;
	float : right;
	}
.clearboth {
	clear : both;
	}

	
/* Text Styles */

	
#bodycontent h1	{
	color			: #013302;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 14px;
	font-weight		: lighter;
	padding			: 2px 0px 4px 0px;
}

#bodycontent h2	{
	color			: #717456;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 13px;
	font-weight		: 100;
	padding			: 1px 0px 0px 4px;
}

#bodycontent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	color:#000000;
	margin-left:5px;
	margin-right: 5px;
	}
	
	td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#bodycontent li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
}
	
a:link, a:visited {
	color:black;
	}	
	
a:hover {
	color:#790000;
	}
	
h1 a:link, h1 a:visited {
	color:#32398D;
	}	
	
h1 a:hover {
	color:black;
	}
	
/*	Navigation */

ul#nav { /* all lists */

	padding:0;

	margin:0 0 0 2px;

	height:80px;

	list-style:none;

	display:block;


}



#nav li{ /* float list items */

	float:left;

}



/* width for menu items */

#nav li#patients {width:96px;}

#nav li#membersandtrainees {width:200px;}

#nav li#gps {width:64px;}

#nav li#contactus {width:117px;}






#nav a.top-level { /* this class causes IE 5.01 and 5.5 to behave badly... */

	display:block;

	height:80px;

	text-indent:-9999px;

}



li#patients a {background:transparent url("/images/nav-patients.gif") no-repeat 0 -80px;}

li#membersandtrainees a {background:transparent url("/images/nav-membersandtrainees.gif") no-repeat 0 -80px;}

li#gps a {background:transparent url("/images/nav-gps.gif") no-repeat 0 -80px;}

li#contactus a {background:transparent url("/images/nav-contactus.gif") no-repeat 0 -80px;}

#nav li a:hover {background-position:0 0px;} /* hover */



/* Form */
form label {
   display: inline;
   text-align:right;
   margin-right:5px;
   float: left;
   width: 150px;
}

/* Searcy Box */

#searchbox {
	display:block;
	width:150px;
	height:90px;
	float: right;
	z-index: 25;
	margin-top: 0px;
	margin-left: 745px;
	position: absolute;
	text-align: center;
}

#searchbox p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:0em;
	color:#000000;
	padding-bottom: 0px;
}

#searchbox form {
	padding: 0px;
	margin : 0px;
	padding-top: 15px;
}

/*Images */

.imgleft {
	float: left;
}

.imgright {
	float: right;
}

/* Chrome Menu */


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position			: absolute;
	top					: 0;
	border				: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width	: 0;
	font				: normal 11px Verdana;
	line-height			: 18px;
	z-index				: 100;
	background-color	: white;
	width				: 200px;
	visibility			: hidden;
}

.dropmenudiv a{
	width			: 100%;
	display			: block;
	text-indent		: 3px;
	border-bottom	: 1px solid #BBB; /*Theme Change here*/
	padding			: 2px 0;
	text-decoration	: none;
	color			: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color	: #001b00;
	color: white;
}
