/***********************************************
Hampshire Vein Clinic CSS for Screen
***********************************************/

/* HTML Tags
***********************************************/
*{
	color:#283d9a;
	font:1em/1.3em Verdana, Arial, Helvetica, Tahoma, sans-serif;
	margin:0;
	padding:0;
	border:none;
	text-align:left;
}
body{
	background:#008ed3 url("../graphics/bg-grad.jpg") repeat-x;
	font-size:62.5%;
}
a{
	color:#283d9a;
	text-decoration:none;
}
a:hover{
	color:#000;
}
strong{
	font-weight:bold;
}

h3{
	clear:left;
	color:#000;
	font-size:1.2em;
	margin:0 0 .7em 10px;
}

p{
	font-size:1.1em;
}
	
sup{
	color:#a6d8f0;
	font-size:.8em;
}

label em{
	color:#f00;
	}

/* Root Classes
***********************************************/


/* Clear Fix for IE
***********************************************/
.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix{
	display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

	
/* Structure
***********************************************/
html, body{
	width:100%;
	text-align:center;
}
#Container{
	background:#283c99;
	border:1px solid #fff;
	margin:10px auto;
	width:750px;
	padding:0 1px;
}
	#Header{
		background:url("../graphics/header.jpg") no-repeat;
		float:left;
		height:130px;
		margin:1px 0;
		width:750px;
	}
	#Content{
		background:#fff;
		float:left;
		width:750px;
	}
		#LeftCol{
			float:left;
			padding:1px;
			width:220px;
		}
		#RightCol{
			border-left:1px solid #283c99;
			float:left;
			padding:1px;
			width:525px;
		}
	#Footer{
		background:#2d3392 url("../graphics/bg-footer-grad.jpg") repeat-x;
		border:1px solid #fff;
		color:#a6d8f0;
		float:left;
		padding:4px 0;
		margin-bottom:1px;
		text-align:center;
		width:748px;
	}
	
/* Header
***********************************************/
#Logo{
	float:left;
	margin:10px 0 0 20px;
	height:109px;
	width:210px;
}
#Header ul{
	list-style-type:none;
	float:left;
	margin:60px 0 0 150px;
}
	#Header ul li{
		display:inline;
		float:left;
	}
		#Header ul li a{
			color:#283c99;
			font-size:13px;
			font-weight:bold;
			padding:0 5px;
		}
		.sIFR-hasFlash #Header ul li{
			visibility:hidden;
			padding:0 2px;
			line-height:14px;
		}
			#Header ul li a:hover{
				color:#000;
			}

/* Left Column
***********************************************/
#LeftCol #title{
	background:url("../graphics/bg-heading-grad.jpg") repeat-x;
	color:#fff;
	display:block;
	float:left;
	font-size:1.8em;
	margin-bottom:1px;
	padding:5px 0 5px 10px;
	width:210px;
}
.sIFR-hasFlash #title{
	visibility:hidden;
	line-height:12px;
}
.sIFR-hasFlash #LeftCol #title{
	width:210px;
	_width:200px;
}
#LeftNav{
	background:url("../graphics/bg-leftcol-grad.jpg") repeat-x;
	display:block;
	float:left;
	list-style-type:none;
	padding:5px 0 5px 10px;
	width:210px;
}
	#LeftNav li{
		display:block;
		clear:both;
		padding-top:4px;
		font-weight:bold;
		color:#283c99;
	}
#LeftNavSub{
	background:none;
	clear:both;
	display:block;
	margin-left:20px;
	margin-bottom:5px;
	padding:0;
	width:190px;
}
	#LeftNavSub a{
		background:url("../graphics/arrow.gif") no-repeat 0 8px;
		padding-left:13px;
		padding-top:6px;
	}
		#LeftNavSub li a:hover{
			background-position:0 -42px;
		}
		
.sIFR-hasFlash span.sifrd{
	visibility:hidden;
	font-size:1.4em;
	}

/* Right Column
***********************************************/
#RightCol H1{
	background:url("../graphics/bg-heading-grad.jpg") repeat-x;
	color:#fff;
	display:block;
	margin-bottom:1px;
	float:left;
	width:515px;
	font-size:1em;
	padding:5px 0 5px 10px;
}
.sIFR-hasFlash #RightCol H1{
	width:515px;
	_width:505px;
}
#RightCol p{
	clear:left;
	padding:0 10px 15px;
}
	#RightCol p a{
		color:#008ed3;
	}
		#RightCol p a:hover{
			color:#000;
		}
#RightCol ul{
	clear:left;
	list-style-type:none;
	margin:5px 0 0 20px;
	padding-bottom:10px;
}
	#RightCol li{
		margin-top:4px;
	}
		#RightCol li a{
			background:url("../graphics/arrow.gif") no-repeat 0 3px;
			font-weight:normal;
			padding-left:16px;
		}
			#RightCol ul li a:hover{
				background-position:0 -47px;
			}
#RightCol ul ul{
	font-size:1em;
	float:none;
	margin:0 0 0 30px;
}

#RightCol img{
	float:right;
}
#RightCol td{
	text-align:center;
}
	#RightCol td img{
		float:none;
	}

p#BreadCrumbs{
	color:#7fc6e9;
	display:block;
	float:left;
	font-size:1em;
	padding:5px 5px 7px;
	width:300px;
}
	p#BreadCrumbs:first-line{
		font-weight:normal;
	}
	p#BreadCrumbs a{
		color:#008ed3;
	}
		p#BreadCrumbs a:hover{
			color:#283c99;
		}
dl{
	clear:left;
	float:left;
	font-size:1.1em;
	margin:5px;
	width:93%;
}
	dd{
		margin:0 0 15px;
	}
		dt{
			font-weight:bold;
		}
			dt em{
				color:#008ed3;
				font-size:.8em;
				font-style:italic;
			}
		dd{
			margin:0 0 15px;
		}

address{
	background:#f9fcff;
	border:1px dashed #008ed3;
	padding:10px;
	margin:0 auto 10px;
	width:200px;
	}
	
.profile{
	background:#f9fcff;
	border:1px dashed #a6d8f0;
	padding:20px 20px 10px;
	margin:0 20px 10px;
	}
	.profile img{
		background:#fff;
		border:1px solid #a6d8f0;
		float:right;
		margin:0 10px 10px;
		padding:3px;
		}

/* Footer
***********************************************/
#Footer a{
	color:#fff;
}
	#Footer a:hover{
		color:#a6d8f0;
	}
	
/* Contact Form
***********************************************/
#Content form{
	clear:both;
	font-size:.9em;
	margin:-7px 0 15px;
}	
	#Content fieldset{
		border:none;
	}
	#Content input{
		margin:7px 0 0;
		border:1px solid #7fc6e9;
		width:63%;
		padding:2px 2px 2px 3px;
	}
		#Content input:hover, #Content input:focus, #Content textarea:hover, #Content textarea:focus{
			background:#f2f9fd;
			border:1px solid #008ed3;
		}
	#Content input.Send{
		margin:7px 0 0;
		background:#f2f9fd;
		border:1px solid #008ed3;
		color:#008ed3;
		cursor:pointer;
		padding:2px 20px 2px;
		text-align:center;
		width:auto;
	}
		#Content input.Send:hover{
			background:#bfe3f4;
			border:1px solid #008ed3;
			color:#283d9a;
		}
	#Content br{
		clear:left;
	}
	#Content label{
		display:block;
		width:22%; 
		float:left;
		padding:1% 2% 1% 1%; 
		margin:5px 0 0;
		text-align:right;
	}
	#Content textarea{
		width:63%;
		margin:7px 0 0;
		padding:3px 2px 2px 3px;
		border:1px solid #7fc6e9;
	}

p.maps{
	float:left;
	position:relative;
	}

p.maps img{
	background:#f9fcff;
	display:inline;
	padding:3px;
	border:1px solid #283c99;
	margin:16px;
	}
	
	p.maps a.p1:hover {}
	p.maps a .large {display:block; position:absolute; width:1px; height:1px; border:0px; top:-1px; left:-1px;}
	p.maps a.p1:hover .large {display:block; position:absolute; top:-390px; left:-100px; width:527px; height:490px; padding:0; margin:0; z-index:200;}
	p.maps a.p2:hover .large {display:block; position:absolute; top:-390px; left:-100px; width:516px; height:521px; padding:0; margin:0; z-index:201;}
	
/* sIFR Styles
***********************************************/
.sIFR-flash{
	visibility: visible !important;
	margin:0;
}
.sIFR-replaced{
	visibility:visible !important;
}
span.sIFR-alternate{
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	display:block;
	overflow:hidden;
}
.sIFR-flash + div[adblocktab=true]{
  display: none !important;
}



/* Lightbox CSS
***********************************************/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px 10px 0;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../graphics/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../graphics/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../graphics/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #2e3192;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

