/*------------------------------------------------------
Main Style Sheet for Essex Knee Surgery

version:	1.0
created:	06-03-2008
author:		http://www.phasetwo.co.uk
------------------------------------------------------*/

body {
	min-width:760px;
	background-color: #5285C7;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	background-image: url(../images/top-fade.jpg);
	background-repeat: repeat-x;
	}

/* Anchor Styling
------------------------------------------------------*/

a:link, a:visited {
	color: #0066FF;
	}

a:hover, a:active {
	color: #660099;
	}

/* 
------------------------------------------------------*/
	
#wrapper {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}
	
#header {
	width: 760px;
	height: 250px;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
#header img {
	margin-top: 100px;
	margin-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#nav {
	list-style-type: none;
	width: 738px;
	height: 35px;
	background-image: url(../images/button.jpg);
	margin-right: 11px;
	margin-left: 11px;
	display: inline;
	float: left;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
#nav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
	
#nav li {
	display: inline;
	float: left;
	}
	
#nav a {
	text-decoration: none;
	color: #003399;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	line-height: 35px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}
	
#nav a:hover, a:active {
	color: #0099FF;
	}
	
#mainContent {
	width: 473px;
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 20px;
	background-image: url(../images/mainContent-fade-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 30px;
	}
	
#mainContent p {
	line-height: 1.5;
	font-size: 12px;
	}
#mainContent ul {
	line-height: 1.3;
}
#mainContent ul ul {
	list-style-image: url(../images/bullet2.gif);
}


	
#sideBar {
	display: inline;
	float: right;
	width: 185px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sideBar h2 {
	font-weight: bold;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 12px;
	background-image: url(../images/sidebar_h3bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sideBar  ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sideBar  li {
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B3C6E1;
}
#sideBar ul li a {
	text-decoration: none;
}




#footer {
	background-repeat: no-repeat;
	background-position: bottom;
	width: 760px;
	background-image: url(../images/footer-bg.gif);
	clear: both;
	}
	
#footer p {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.4;
	text-align: center;
	}
	
#footer a {
	text-decoration: none;
}


/* P.P.Indicator
------------------------------------------------------*/

#home #nav .home a,
#prof #nav .prof a,
#pati #nav .pati a,
#surg #nav .surg a,
#anae #nav .anae a,
#hosp #nav .hosp a,
#cont #nav .cont a,
#link #nav .link a

	{
	color: #660099;
	cursor: default;
	text-decoration: none;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	}

/* All Headings
------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	display: block;
	color: #003399;
	}
	
.gallery {
	display: inline; /*nasty ie5 fix*/
	border: 1px solid #666666;
	padding: 15px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	width: 176px;
	float: left;
	height: 275px;
}
.gallery img {
	padding: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #232323;
	border-right-color: #232323;
	border-bottom-color: #232323;
	border-left-color: #232323;
}
.gallery h3 {
	background-color: #232323;
}
.gallery a {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #3A6674;
}
.right {
	display: block;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* old */



#mainContent h1 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent h2 {
	font-size: 13px;
	font-weight: bold;
}
#mainContent h4 {
	color: #5285C7;
	padding: 5px;
	display: block;
	font-size: 12px;
}
#mainContent ul {
	list-style-image: url(../images/bullet.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent li {
	padding: 2px 0px;
}

.img-border {
	border: 1px solid #ABBFD3;
	background-color: #FFFFFF;
	padding: 3px;
	display: inline;
	margin: 3px;
}

.img-border-right{
	border: 1px solid #ABBFD3;
	background-color: #EBF5FF;
	padding: 3px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	display: inline;
}


/* Twitter
------------------------------------------------------*/

#twitter {
margin:0px 0px 10px;	
}


/*------------------------------------------------------*/