@charset "utf-8";
/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	}
	
* {
	margin: 0px;
	padding: 0px;
	}
	
td {
vertical-align:top;
line-height:normal;
}

table {
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	padding:0px;
	margin:0px;	
	background-image:url(images/body-bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#8f9b83;
	
}


#wrapper {
	width:100%;
	margin:0;
	clear:both;
	overflow:hidden;
	background-image:url(images/wrapper-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
}






/* ----------- HEADER ---------- */

#header {
width:100%;
height:135px;
padding:0;
margin:0;
background-image:url(images/header-bg.png);
background-position:top center;
background-repeat:no-repeat;
}

#inner-header {
width:980px;
height:135px;
padding:0;
margin:0 auto;
/*background-image:url(images/inner-header-bg.jpg);
background-position:top center;
background-repeat:no-repeat;*/
position:relative;
}



/* ----------- LOGO ---------- */
#logo {
width:178px;
height:108px;
margin:20px 0 0 20px;
padding:0;
float:left;
display:inline;
/*position:relative;
z-index:5000;*/
}

#logo a:link, #logo a:visited {
float:left;
display:block;
width:178px;
height:108px;
padding:0;
margin:0;
background-image:url(images/cvva-logo.png);
background-position:0 0;
background-repeat:no-repeat;

}

#logo a:hover, #logo a:active {
background-position:-178px 0px;
}

/*-----Print Logo-----*/
#print-logo {
width:222px;
height:103px;
float:left;
margin:0;
padding:0;
}

/*-----Address-----*/
#address {
margin:0;
padding:0;
width:420px;
height:23px;
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:14px;
color:#FFFFFF;
position:absolute;
right:0;
top:2px;
z-index:5000;
}

#address a:link, #address a:visited {
margin:0;
padding:0;
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:14px;
color:#FFFFFF;
text-decoration:none;
}

#address a:hover, #address a:active {
color:#E3F2D3;
}

/*-----Phone-----*/
#phone {
margin:0;
padding:0;
width:224px;
height:40px;
display:block;
position:absolute;
right:30px;
top:24px;
}

#phone a:link, #phone a:visited {
margin:0;
padding:10px 0 0 0;
width:224px;
height:30px;
display:block;
background-image:url(images/phone-bg.png);
background-position:0 0;
background-repeat:no-repeat;
color:#694c4c;
text-align:center;
text-decoration:none;
}

#phone a:hover, #phone a:active {
background-position:-227px 0;
}

#phone a:link span, #phone a:visited span,
#phone a:hover span, #phone a:active span {
color:#2e3f1b;
}

/*----- Patient Portal --------*/

#portal-bui {
margin:0;
padding:0;
width:224px;
height:40px;
display:block;
position:absolute;
right:270px;
top:24px;
}

#portal-chan {
margin:0;
padding:0;
width:224px;
height:40px;
display:block;
position:absolute;
right:510px;
top:24px;
}


.portal a:link, .portal a:visited {
margin:0;
padding:10px 0 0 0;
width:224px;
height:30px;
display:block;
background-image:url(images/phone-bg.png);
background-position:0 0;
background-repeat:no-repeat;
color:#694c4c;
text-align:center;
text-decoration:none;
}

.portal a:hover, .portal a:active {
background-position:-227px 0;
}

.portal a:link span, .portal a:visited span,
.portal a:hover span, .portal a:active span {
color:#2e3f1b;
text-transform:uppercase;
}

#portal-login input#msUserId, #portal-login input#msPassword{
 margin-bottom:3px; margin-top:3px; 
 color:#2e3f1b;
 font-family:Tahoma, Arial, sans-serif;
}

/*-----Top Navigation - Large Buttons-----*/

#menu {
margin:-33px 10px 0 0;
padding:0;
float:right;
width:762px;
height:38px;
/*position:relative;
z-index:1000;*/
}

#menu.inside {
margin:96px 10px 0 0;
padding:0;
float:right;
width:762px;
height:38px;
/*position:relative;
z-index:1000;*/
}
	
/*#menu ul {
width:963px;
height:39px;
padding:0;
margin:0;
text-align:center;
list-style-type:none;
}*/

#menu li {
/*margin:0;
padding:0;*/
float:left;
/*display:inline;*/
display:block;
}

#menu li a:link, #menu li a:visited{
margin:0 2px 0 2px;
padding:0;
display:block;
height:38px;
font-family:Tahoma, Arial, sans-serif;
font-size:14px;
line-height:38px;
color:#FFFFFF;
/*width:auto;*/
text-decoration:none;
position:relative;
text-align:center;
}


#menu li a:hover, #menu li a.active {
}


#menu li a.sm:link, #menu li a.sm:visited {
width:80px;
background-image:url(images/nav-button-sm.png);
background-repeat:no-repeat;
background-position:0 0;
}

#menu li a.sm:hover, #menu li a.sm.active {
background-position:-86px 0;
}

#menu li a.md:link, #menu li a.md:visited {
width:114px;
background-image:url(images/nav-button-md.png);
background-repeat:no-repeat;
background-position:0 0;
}

#menu li a.md:hover, #menu li a.md.active {
background-position:-118px 0;
}

#menu li a.lg:link, #menu li a.lg:visited {
width:144px;
background-image:url(images/nav-button-lg.png);
background-repeat:no-repeat;
background-position:0 0;
}

#menu li a.lg:hover, #menu li a.lg.active {
background-position:-145px 0;
}


/*#menu li a.current {
background-image:url(images/main-nav-active.gif);
background-position:left;
background-repeat:repeat-x;
color:#0b81e9;
}*/

#menu li ul {
left : -999em;
position : absolute;
  }

#menu li ul li { 
float: none;  
  }

#menu li ul a:link, #menu li ul a:visited,
#menu li.lrg ul a:visited,
#menu li.md ul a:visited,
#menu li.sm ul a:visited {
width:204px;
/*width : 224px;*/
display:block;
padding:5px 5px 5px 15px;
height:20px;
background:none;
color:#523128;
/*background-image:url(images/dropdown-nav-states.png);
background-position:0 0;
background-repeat:no-repeat;*/
font-weight : normal;
text-align:left;
  } 

#menu li ul a:hover,
#menu li.lrg ul a:hover,
#menu li.md ul a:hover,
#menu li.sm ul a:hover{
background-image:url(images/dropdown-nav-states.png);
background-position:0 -28px;
background-repeat:no-repeat;
background-color:#FFFFFF;
  }

#menu li:hover ul, #menu li.sfhover ul {
width:224px;
margin:0 0 0 2px;
padding:5px 0 0 0;
height:auto;
left: auto;
background-image:url(images/nav-dropdown-bg.jpg);
background-position:top left;
background-repeat:repeat-x;
border:1px solid #523128;
background-color:#def3f2;
border-top:none;
  }
  
#menu ul li.end a, #menu ul li.end a:visited {
background-image:url(images/dropdown-bg-end.jpg);
background-position:bottom left;
background-repeat:no-repeat;
border:none;
}


/* ----------- CONTAINER ------ */
#container {
width:949px;
margin:0 auto;
padding:0 0 50px 0;
position:relative;
}

/*-----Content Wrap Top-----*/
#content-wrap-top {
margin:20px 0 0 0;
padding:0;
width:949px;
height:20px;
display:block;
background-image:url(images/content-wrap-top.png);
background-position:top center;
background-repeat:no-repeat;
}



#content {
margin:0 auto;
padding:20px 30px 0 30px;
width:889px;
/*width:949px;*/
background-image:url(images/content-bg.png);
background-position:top left;
background-repeat:repeat-y;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:24px;
color:#646060;
min-height:350px;
/*float:left;
position:relative;
z-index:100;*/
}

#content span.first-letter {
width:30px;
height:27px;

/*height:30px;*/
display:block;
margin:0 5px 0 0;
padding:3px 0 0 0;
font-size:24px;
background-image:url(images/first-letter-bg.gif);
background-position:center;
background-repeat:no-repeat;
text-align:center;
float:left;
}

#content p {
padding:0 0 15px 0;
line-height:20px;
color:#646060;
}

#content a:link, #content a:visited {
color:#a12024;
text-decoration:none;
}

#content a:hover, #content a:active {
color:#4e7839;
text-decoration:underline;
}

#content a:link img, #content a:visited img {
border:none;
}

#content a:hover img, #content a:active img {
border:none;
}

#content a.map:link img, #content a.map:visited img {
margin:0 auto;
padding:0;
width:247px;
height:170px;
display:block;
border:2px solid #ab3a3e;
}

#content a.map:hover img, #content a.map:active img {
border:2px solid #2e3f1b;
}

#content ul, #content ol {
margin-left:20px;
color:#646060;
font-size:14px;
line-height:18px;
}

#content ul li, #content ol li {
margin:0;
padding:0 0 5px 0;
color:#646060;
font-size:14px;
line-height:18px;
}

#content ul li a:link, #content ul li a:visited,
#content ol li a:link, #content ol li a:visited {
color:#a12024;
text-decoration:none;
}

#content ul li a:hover, #content ul li a:active,
#content ol li a:hover, #content ol li a:active {
color:#4e7839;
text-decoration:underline;
}



#content h1, #content h1 a:link, #content h1 a:visited {
font-family:Tahoma, Arial, sans-serif;
font-size:22px;
color:#9e1c20;
padding:0 0 20px 0;
margin:0;
font-weight:normal;
text-decoration:none;
}

#content h1 a:hover, #content h1 a:active {
color:#2e3f1b;
}

#content h2, #content h2 a:link, #content h2 a:visited {
font-family:Tahoma, Arial, sans-serif;
margin:0;
padding:0 0 5px 0;
font-size:22px;
color:#4e7839;
text-decoration:none;
text-transform:uppercase;
}

#content h2 a:hover, #content h2 a:active {
color:#2e3f1b;
}

#content h3, #content h3 a:link, #content h3 a:visited {
font-family:Tahoma, Arial, sans-serif;
margin:0;
padding:0 0 15px 0;
font-size:18px;
color:#4e7839;
text-transform:uppercase;
letter-spacing:1px;
text-decoration:none;
}

#content h3 a:hover, #content h3 a:active {
color:#327ec1;
}

/*-----Use these if needed-----
#content h4, #content h4 a:link, #content h4 a:visited {
font-family:Tahoma, Arial, sans-serif;
font-size:16px;
font-weight:bold;
color:#6ba8a9;
margin:0;
padding:5px 0 5px 0;
text-decoration:none;
}

#content h4 a:hover, #content h4 a:active {
color:#533128;
}

#content h5, #content h5 a:link, #content h5 a:visited  {
font-family:Tahoma, Arial, sans-serif;
font-size:14px;
line-height:18px;
font-weight:bold;
color:#207173;
padding:0;
text-decoration:none;
}

#content h5 a:hover, #content h5 a:active {
color:#533128;
}-----*/

/* ----------- LEFT COLUMN ---------- */

#left-column {
float:left;
width:320px;
margin:0;
padding:0;
}

/*-----Callout Buttons-----*/
#callout-buttons {
margin:0 auto;
padding:0 0 20px 0;
width:256px;
}

#callout-buttons a:link, #callout-buttons a:visited {
padding:0;
margin:0 0 5px 0;
width:256px;
height:74px;
display:block;
background-position:0 0;
background-repeat:no-repeat;
}

#callout-buttons a:hover, #callout-buttons a:active {
background-position:-256px 0;
}

.central-venous-access {
background-image:url(images/central-venous-access.gif);
}

.dialysis-access {
background-image:url(images/dialysis-access.gif);
}

.endovascular-therapies {
background-image:url(images/endovascular-therapies.gif);
}

.surgical-therapies {
background-image:url(images/surgical-therapies.gif);
}

.vascular-diseases {
background-image:url(images/vascular-diseases.gif);
}

.vein-center {
background-image:url(images/vein-center.gif);
}

.wound-care {
background-image:url(images/wound-care.gif);
}



/* ----- Right Column on the homepage which contains the content.----- */

#right-column {
float:left;
width:500px;
margin:0;
padding:30px 0 150px 30px;
}

/*-----Left Column on the inside pages that have a subnav-----*/
#left-column-inside {
margin:0;
padding:0 0 20px 0;
float:left;
width:550px;
}


/*-----Related Links-----*/
#subnav {
margin:0;
padding:0;
width:300px;
float:right;
}

#subnav h1 {
color:#2e3f1b;
}


#subnav ul {
margin:0;
padding:0;
list-style-type:none;
}

#subnav li {
margin:0;
padding:0;
}

#subnav li a:link, #subnav li a:visited {
margin:0;
padding:0 0 5px 0;
font-family:Tahoma, Arial, sans-serif;
font-size:13px;
color:#2a7ec2;
text-decoration:none;
}

#subnav li a:hover, #subnav li a:active {
text-decoration:underline;
}

/* ----------- NEWS ---------- */

/*#news {
margin:0;
padding:0;
width:290px;
min-height:200px;
background-image:url(images/news-bg.png);
background-position:top left;
background-repeat:repeat-y;
}

#news h1 {
padding:0 0 0 20px;
margin:0 auto;
width:262px;
height:53px;
display:block;
background-image:url(images/right-col-header-bg.gif);
font-family:"Courier New", Courier, monospace;
font-size:24px;
line-height:50px;
color:#143d18;
text-transform:capitalize;
font-variant:small-caps;
text-decoration:none;
}

#news h1 a:link, #news h1 a:visited {
padding:0 0 0 0;
margin:0 auto;
display:block;
width:262px;
height:53px;

font-family:"Courier New", Courier, monospace;
font-size:24px;
line-height:50px;
color:#143d18;
text-transform:capitalize;
font-variant:small-caps;
text-decoration:none;
}

#news h1 a:hover, #news h1 a:active {
color:#2f9cdd;
}

#news-end {
padding:0;
margin:0;
display:block;
width:290px;
height:6px;
background-image:url(images/news-end.png);
background-position:top left;
background-repeat:no-repeat;
}*/





/* ----------- FOOTER ------ */
#footer {
	margin:0;
	padding:5px 10px 5px 10px;
	width:929px;
	height:51px;
	display:block;
	background-image:url(images/footer-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#848981;
}


#footer p {
width:650px;
margin:0;
padding:0 30px 0 30px;
}

#footer ul {
	width:auto;
	margin:0 auto;
	padding:0;
}

#footer li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style-type:none;
	display:inline;
	text-align:center;
	padding:0;
	margin:0;
}

#footer a:link, #footer a:visited {
	padding:0;
	margin:0;
	color:#4e7839;
	text-decoration:none;
	font-weight:normal;	
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
}

/*-----Tree in footer area-----*/
#footer-tree {
margin:0;
padding:0;
width:239px;
height:251px;
display:block;
background-image:url(images/footer-tree.png);
background-position:top center;
background-repeat:no-repeat;
position:absolute;
bottom:8px;
right:15px;
}


/*-----Facebook Link

#facebook {
margin:5px 0 0 0;
padding:0;
width:38px;
height:38px;
}

#facebook a:link, #facebook a:visited {
margin:0;
padding:0;
display:block;
width:38px;
height:38px;
background-image:url(images/facebook.png);
background-position:0 0;
background-repeat:no-repeat;
border:none;
}

#facebook a:hover, #facebook a:active {
background-position:-40px 0;
}-----*/


/*-----Print vs. Screen Classes----*/
.printonly {
	display:none;
	visibility:collapse;
	}
.screenonly {
	visibility:visible;
	display:block;

