body {
		background: #02254d url(/i/bgfade.jpg) repeat-x;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #262200;
		margin: 0;
		padding: 0;
		text-align:center;
}
img,{
border:3px solid #304d6f;
}

.hidden, .alt, #add_phone { display: none; }

/* Floaty Images */
.right { float: right;	padding: 5px 0 8px 8px; }
.left {	float: left; padding: 5px 8px 8px 0; }
.special {font-size: 80%}




/* Common Structural Elements
----------------------------------------------- */
#wrapper {
	width: 780px;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
	background: #304d6f url(/i/bgwrapper.jpg) 0 0 repeat-x;	
}
#int_wrapper {
	background: transparent url(/i/bgint.gif) 0 0 repeat-x;
	width: 748px;
	margin: 0 5 0 5;
	padding: 7px 7px 0 7px;
}

#main {	
	background: #edebda; 
	padding-bottom: 5px;
	height: 1%;
	font-size: 85%;
}


#footer {
	width: 746px;
	margin: 5px auto 0 auto;
	padding-bottom: 20px;
	font-size: 100%;
	color: #edebda;
	text-align: center;
	
}


/* Header
----------------------------------------------- */
h1#header, h1#header a, h1#header a:hover, #header img  {
	width: 780px;
	height: 155px;
	margin: 0;
	padding: 0;
}

h1#header { background: url(/i/headerimg.jpg) 0 0 repeat-x;}
  
h1#header a {
	display: block;
	text-indent: -9999px; 
	text-decoration: none;
	border: 0;
	background: none;
  }

#header img { display:block; visibility:hidden; }



/* Global Nav
----------------------------------------------- */
#nav {
	width: 720px;
	height: 38px;
	margin: 0 auto 50px auto;
	font-size: 100%;
	background: transparent url(/i/navsep.gif) center bottom no-repeat;
}

#nav ul	{
	width: 720px;
	height: 30px;
	background: transparent url(/i/nav.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#nav ul li {
	list-style: none;
	position: absolute;
	text-align: center;
	}
	
#nav ul li, ul li a {
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
}

	
#nav ul li a {
	text-decoration: none;
	color: #9aa55e;
	font: bold 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

#nav a:hover { color: #7b99ab; }	
	
#homemenu {left: 0; width: 60px;}	
#aboutmenu {left: 60px; width: 80px;}
#hearmenu  {left: 140px; width: 100px;}
#nhsmenu {left: 240px; width:130px;}
#diagnosismenu	{left: 370px; width: 100px;}
#hearingaidsmenu {left: 470px; width: 90px;}
#exhibitionsmenu {left: 560px; width: 80px;}
#contactmenu {left: 640px; width: 80px;}


#homemenu a:hover {background: transparent url(/i/nav.gif) 0 -30px no-repeat;}
#aboutmenu a:hover {background: transparent url(/i/nav.gif) -60px -30px no-repeat;}
#hearmenu a:hover  {background: transparent url(/i/nav.gif) -140px -30px no-repeat;}
#nhsmenu a:hover  {background: transparent url(/i/nav.gif) -240px -30px no-repeat;}
#diagnosismenu a:hover  {background: transparent url(/i/nav.gif) -370px -30px no-repeat;}
#hearingaidsmenu a:hover {background: transparent url(/i/nav.gif) -470px -30px no-repeat;}
#exhibitionsmenu a:hover {background: transparent url(/i/nav.gif) -560px -30px no-repeat;}
#contactmenu a:hover  {background: transparent url(/i/nav.gif) -640px -30px no-repeat;}


/* You are here - main nav */

body#home #homemenu {background: transparent url(/i/nav.gif) 0 -30px no-repeat;}
body#about #aboutmenu  {background: transparent url(/i/nav.gif) -60px -30px no-repeat;}
body#hear #hearmenu  {background: transparent url(/i/nav.gif) -140px -30px no-repeat;}
body#nhs #nhsmenu  {background: transparent url(/i/nav.gif) -240px -30px no-repeat;}
body#diagnosis #diagnosismenu {background: transparent url(/i/nav.gif) -370px -30px no-repeat;}
body#hearingaids #hearingaidsmenu  {background: transparent url(/i/nav.gif) -470px -30px no-repeat;}
body#exhibitions #exhibitionsmenu  {background: transparent url(/i/nav.gif) -560px -30px no-repeat;}
body#contact #contactmenu  {background: transparent url(/i/nav.gif) -640px -30px no-repeat;}


/* Links
----------------------------------------------- */

a, a img { border: 0;}

a:link { color: #065D7E; text-decoration : none;}

a:visited {	color: #9aa55e;	text-decoration : none; }

a:hover { color: #9aa55e; text-decoration: underline; }

a:active { color: #b3c93d;  }

#footer a { color: #7e6138; }

body#home #homemenu a, body#work #workmenu a, body#work_detail #workmenu a, 
body#about #aboutmenu a, body#resume #resumemenu a, 
body#journal #journalmenu a, body#contact #contactmenu a {	
color: #7b99ab; }

/* Text
----------------------------------------------- */

h2 a, h2 {
	margin: 0;
	color: #6C8A9C;
	font-size: 17px;
	font-weight: normal;
}

h2 a:hover {	color: #9aa55e; }

h3 {
	color: #9aa55e;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 21px;
}

h4 {
	color: #9aa55e;
	font-weight: bolder;
	font-size: 14px;
	display:inline;
	
}

h5 {
	color: #000000;
	font-size: 12px;
	display:inline;
	margin-left:25px;
	
}
h6 {
	color: #000000;
	font-weight: bolder;
	font-size: 14px;
	display:inline;
	
}

/* Other text */
p {
	margin-bottom: 12px;
	margin-top: 0;
	line-height: 14pt;
	padding: 0;
}


/* Home
----------------------------------------------*/

#intro_left {
	float: left;
	width: 250px;
	text-align: centre;
	font-size: 100%;
}

#intro_right {
	float: right;
	width: 400px;
	text-align:left;
	padding-right:50px;
	}
#exhib {
	float: right;
	width: 450px;
	font-size:120%;	
	text-align:left;
	margin-right:25px;
	
}
#exhib_left {
	clear:both;
	float:left;
	width:300px;
	text-align:left;
	display:inline;
	height: 13px;
	
}
#exhib_right {
	
	float: right;
	width: 150px;
	text-align:right;
	display:inline;
	height: 13px;
}
#exhib_left1 {
	clear:both;
	float:left;
	width:400px;
	text-align:left;
	display:inline;
	height: 18px;
	
}
#exhib_right1 {
	float: left;
	width: 125px;
	text-align:right;
	display:inline;
	height: 18px;
	text-indent:100px;
}
#exhib_right2 {
	float: right;
	width: 50px;
	text-align:right;
	display:inline;
	height: 18px;
}

#main_left {
	float: left;
	width: 210px;
	text-align: right;
	font-size: 100%;
	padding-top: 15px;
}

#main_right {
	float: right;
	width: 500px;
	text-align:left;
}
.clear {
	clear:both;
	height: 0px;
	}
#forms {
	padding-right:100px;
	text-align:center;
	}
.forms {
	border: #9aa55e thin dashed;
	font-size:10px;
	vertical-align:bottom;
	}

/* Hack for IE5 Win to make the */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

hr {
color: #000000;
background-color: #000000;
height: 1px;
width: 100%;
display:inline;
}
