@import "rightCol.css";

body, html { 
	background: url(../images/layout/background.jpg) repeat-x top #e0dfe3; 
	font-family: Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	text-align: center;
	height: 100%;
	margin:0;
	padding:0;
}

h1, .pageHeader {
	color: #990067;
	font-size: 22px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	color: #006693;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
h4 { color: #990067; margin-bottom: 5px; }
a { color: #006693; text-decoration: none; }
a:hover { color: #008ccf; }
p { margin: 0px; padding: 5px 0px; }
.sectionHeader {
	clear: both;
	background: url(../images/layout/sectionHeadBg.jpg) 0px 0px repeat-x;
	background-color: #990067;
	color: #FFFFFF;
	padding: 5px 10px;	
}

.button, .button a {
	color: #FFFFFF;
	padding: 4px 10px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}

#wrapper { width: 97%; min-width: 990px; max-width: 990px; margin: auto; text-align: left; background-color: #FFFFFF; padding: 10px 3% 0px 3%; 
}

#header { width: 100%; height: 120px; 
}

#VHDlogo {
	margin-top: 10px;
	background: url(../images/layout/headerLogo.jpg) no-repeat top center;
	width: 381px; /*315px;*/
	height: 105px; /*80px;*/
	position: relative;
	z-index: 5;
	float: left;
}
a#VHDlogo {
	margin-top: 10px;
	background: url(../images/layout/headerLogo.jpg) no-repeat top center;
	width: 381px; /*315px;*/
	height: 105px; /*80px;*/
	position: relative;
	z-index: 5;
	float: left;
	display:block;
}

#headerNav {
	float: right;
	width: 400px;
	z-index: 1;
}
	#headerNav ul { float: right; }
	#headerNav .hn_item, .hn_last {
		float: left;
		list-style: none;
		height: 15px;
	}
	#headerNav .hn_item {
		padding: 0px 10px;
		border-right: 1px solid #666666;
	}
	#headerNav .hn_last {
		padding: 0px 0px 0px 10px;
		border-right: none;
	}
	#headerNav a {
		position: relative;
		top: -4px;
		text-decoration: none;
		color: #666666;
		font-size: 11px;
		font-weight: normal;
	}
	#headerNav a:hover { text-decoration: underline; }
#social  { float:right; margin: 10px 0 0 0; 
}	
#social a img  { border:none; margin:0 0 0 5px;}	
#social div { float:left; margin:0 5px 0 0;}
.localeImage img { border: none; padding-top: 5px; }
	
#navigation {
	text-align: center;
	height: 34px;
	overflow: hidden;
	background: url(../images/layout/navBg.jpg) 0px 0px repeat-x;
}
	#navigation .nav_item {
		float: left;
		list-style: none;
		background: url(../images/layout/navBg.jpg) 0px 0px repeat-x;
		height: 28px;
		padding-top: 6px;
		border-right: 1px solid #007cb9; 
		border-left: 1px solid #004462;
	}
	#navigation #nav_vSearch { border-left: none; width: 173px; }
	#navigation #nav_pSymptoms { width: 288px; }
	#navigation #nav_pAdvice { width: 210px; }
	#navigation #nav_uLinks { border-right: none; width: 190px; }
	#navigation #nav_pBlog { width: 120px; }
	#navigation ul { padding: 0px; margin: 0px;  }
	#navigation a {
		text-decoration: none;
		color: #FFFFFF;
		font-size: 14px; 
		font-weight: bold;
	}
	#navigation .nav_item:hover { 
		background-position: 0px -34px; 
		cursor: pointer;
	}
	
	
form#contact label
{
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

form#contact fieldset
{
    border:none;
    margin-top: 20px;
    padding-left: 0px;
}

form#contact fieldset legend
{
    color: #990067;
    font-weight: bold;
    padding-left: 0px;
}

form#contact button
{
    display: block;
    margin-top: 10px;
    color: black;
    font-size: 0.9em;
    padding: 3px;
    border: 1px black solid;
    background-color: #EBEBEB;
}

form#contact textarea
{
    height: 100px;
}

div#confirmation
{
    text-align: center;
    padding: 15px;
    border: 1px #1CB933 solid;
    background-color: #C3FFC1;
    font-weight: bold;
    color: #116C05;
}

	
.content_leftCol {
	float: left;
	width: 64%;
	min-width: 598px;
	padding: 2% 4% 2% 0.7%;
	overflow: hidden;
	font-size: 12px;
}

.content_noCols {
	float: left;
	width: 98%;
	min-width: 598px;
	padding: 2% 4% 2% 0.7%;
	font-size: 12px;
}

.content_rightCol {
	float: left;
	padding: 2% 0.7% 2% 0px;
	width: 30%;
	min-width: 225px;
	font-size: 12px;
}

.noFloat, .noFloatThin { clear: both; }
.noFloatThin { height: 1px; }

#footer {
	width: 97%;
	min-width: 926px;
	max-width: 990px;
	background-color: #f7f7f7;
	padding: 20px 3% 45px;
	border-top: #e2e2e2 2px solid;
	position: relative;
	margin: auto;
}
	#footer_nav  ul { float: left; margin: 0px; padding: 0px; }
	
	#footer_nav .subNav_item {
		float: left;
		list-style: none;
		height: 15px;
		padding: 0px 10px;
		border-right: 1px solid #666666;
	}
	
	#footer_nav #subNav_last {
		padding: 0px 0px 0px 10px;
		border-right: none;
	}
	
	#footer_nav a, #footer_designers a {
		position: relative;
		top: -4px;
		text-decoration: none;
		color: #666666;
		font-size: 11px;
		font-weight: normal;
	}
	
	#footer_nav a:hover, #footer_designers a:hover { text-decoration: underline; }
	
	#footer_designers { float: right; color: #666666;
		font-size: 11px;
    text-align:right;
}
    
    
    /* Content */
    
div.outlineBox
{
    margin: 10px;
    padding: 10px;
    border: 1px black solid;
}

div.outlineBox h4
{
    padding-top: 0px;
    margin-top: 0px;
}

dt
{
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 1.1em;
}

dd
{
    margin-left: 0px;
    padding-bottom: 20px;
}

/** Practice details page **/

div.pdbasics, div.pdmap, div.pdmore
{
    padding: 20px;
    /*border: 1px #00B3FF / #00A0E5 solid;*/
    border: 2px #98BBC9 solid;
}

div.pdbasics h2, div.pdmap h2, div.pdmore h2
{
    text-align: left;
    font-size: 1.8em;
    font-weight: normal;
}

div.pdbasics
{
    width: 555px;
    float: left;
    height: 325px;
}

div.pdmap
{
    float: right;
    margin-bottom: 10px;
    height: 325px;
}

div.pdmap div#gMap
{
    margin: 20px 0px;
}

div.pdmore
{
    text-align: center;
    clear: both;
    text-align: left;
    min-height: 110px;
}

div.pdmore li
{
    list-style-image: url(../images/practices/bullet.gif);
}

div.pdrightbox
{
    float: right;
    /*border-left: 1px #006693 solid;*/
    border-left: 1px #98BBC9 solid;
    height: 90%; /* May not be applied, depending on parent. */
    min-height: 50px;
    color: #006693;
    padding: 5px;
    margin-left: 15px;
    margin-right: 10px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
}

ul.ticks, ul.crosses
{
    padding-left: 20px;
}

ul.ticks li
{
    list-style: none;
    background-image: url('../images/tick.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}

ul.crosses li
{
    list-style: none;
    background-image: url('../images/cross.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}
#tabs {
		width: 97%;
	min-width: 926px;
	max-width: 990px;
	padding: 0 3%;
	position: relative;
	margin: auto;
	background: #FFF; 
	}
div.panes {
		width: 97%;
	min-width: 926px;
	max-width: 990px;
	padding: 0 3%;
	position: relative;
	margin: auto;
	border-top:0;
	font-size:11px;
	background-color:#BBDC8B;
	text-align:left;
}
div.panes div {
	display:none;
	background-color:#BBDC8B;
	padding:10px;
	overflow: auto;
}
.panes ul { list-style-type:none; margin:0 40px 0 0; padding:0; float: left;  }
/* root element for tabs  */
#tabs ul { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:22px;
}

/* single tab */
#tabs ul li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
#tabs ul a {
	background: url(../images/layout/bg_tab.jpg) no-repeat 0 0;
	font-size:11px;
	display:block;
	height: 22px;
	line-height:22px;
	width: 178px;
	text-align:left;
	text-decoration:none;
	color:#006838;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
	position:relative;
	top:1px;
}

#tabs ul a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
#tabs ul a:hover {
	background: url(../images/layout/bg_tab.jpg) no-repeat -190px 0;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#tabs ul a.current, #tabs ul a.current:hover, #tabs ul li.current a {
	background: url(../images/layout/bg_tab.jpg) no-repeat -190px 0;
}
.panes a {
	color: #628F2C;
}
.panes a span {
	color: #006838;
	font-weight: bold;
}
.breadcrumb { font-size: 16px; color: #006D9E; margin-bottom:10px;}
.socialmedia { margin-top:10px; }
.socialmedia img { margin-right:10px; }
