/* CSS for The Bristol School of Anaesthesia */

/*GENERAL*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
}
table {
	border: 1px solid #ebebeb;
}
img {
	text-decoration: none;
	border: 0px;
}




#main {
	width: 800px;
	min-height: 600px;
	height: auto; !important;
	height: 600px;
	background-image: url(images/main.gif);
	background-repeat: no-repeat;
}
#main_long {
	width: 800px;
	background-image: url(images/main.gif);
	background-repeat: no-repeat;
}
#middle {
	width: 800px;
	height: 375px;
	margin-top: 40px;
	border: 0px solid #631818;
	float: left;
}
#top {
	width: 800px;
	height: 100px;
	margin-top: 10px;
	float: left;
}
#nav {
	width: 400px;
	height: 84px;
	text-align: left;
	float: left;
	padding: 16px 0px 0px 0px;
}
#logo {
	width: 800px;
	float: left;
	height: 156px;
	text-align: right;
}
#buffalos {
	width: 360px;
	height: 100px;
	text-align: right;
	float: right;
}
#box {
	border: 0px dotted EBEBEB;
	width: 800px;
	min-height: 500px;
	height: auto; !important
	height: 500px;
	float: left;
}
#box_long {
	border: 0px dotted EBEBEB;
	width: 800px;
	float: left;
}
#client_area {
	width: 754px;
	float: left;
	text-align: right;
	padding: 0px 46px 0px 0px;
}
#open_text {
	width: 800px;
	float: left;
	height: 40px;
	margin-top: 40px;
	text-align: left;
}
#contact {
	width: 800px;
	float: left;
	text-align: right;
	margin-top: 6px;
}
#pics {
	width: 800px;
	float: left;
	text-align: left;
}
#text {
	float: left;
	width: 790px;
	min-height: 280px;
	height: auto; !important
	height: 280px;
	text-align: left;
	padding: 0px 5px 0px 5px;
}
#text_long {
	float: left;
	width: 790px;
	text-align: left;
	padding: 0px 5px 0px 5px;
}
#facility_text {
	float:right;
	width:380px;
	height:280px;
	text-align:left;
}

#facility_image {
	float:left;
	width:350px;
	height:280px;
	text-align:left;
}





#heading {
	width: 790px;
	height: 40px;
	float: left;
	text-align: left;
	font-size: 18px;
	color: #999900;
	margin-top: 20px;
	padding: 0px 5px 0px 5px;
}
a:link {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #CCCC66;
	text-decoration: none;
}
a:visited {
	color: #cc3300;
	text-decoration: none;
}
a.heading_tiny:link {
	color: #cc3300;
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
}
a.heading_tiny:visited {
	color: #cc3300;
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
}
a.heading_tiny:hover {
	font-weight: bold;
	color: #cccc66;
	text-decoration: none;
	font-size:10px;
}


/* text format */
.heading_cv {
	font-weight: bold;
	font-size: 14px;
}
.gray {
	color: #666666;
}


/* navigation */

#nav {
	width: 400px;
	height: 84px;
	text-align: left;
	float: left;
	padding: 16px 0px 0px 0px;
}
#nav_ftp {
        width: 435px;
        height: 84px;
        text-align: left;
        float: left;
        padding: 16px 0px 0px 0px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav_ftp ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
#nav  li {
	float: left;
	margin: 0;
	display: inline;
	padding-right: 8px;
	}
#nav_ftp  li {
        float: left;
        margin: 0;
        display: inline;
        padding-right: 8px;
        }	
#nav a:hover {
	color: #cccc66;
	}
#nav_ftp a:hover {
        color: #cccc66;
        }
#nav #currentpage a {
	color: #cccc66;
	}
#nav_ftp #currentpage a {
        color: #cccc66;
        }



/* 
#navigation {
	width: 160px;
	height: 300px;
	float: left;
	text-align: left;
	margin-top: 40px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 160px;
	}
	
#navigation a {
	color: #333333;
	padding: 0;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #990000;
	}
	
#navigation #currentpage a {
	color: #990000;
	}
*/
.red {
	font-weight: bold;
	color: #CC0000;
}
