/* CSS Document */
/* Copyright © 1997 Bizymoms. All rights reserved. */

html, body {
	background: #f0f4fd url(../images/background_tile.jpg) repeat-x;
	color: #666666;
}

html, body, td, h1, h2, h3, h4, h5, h6, div, p, ul, li, input, textarea, select, form {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

td {
	text-align: left;
	vertical-align: top;
}

/* header styles */

.page_header {
	width:1000px;
	height:95px;
}
.site_logo {
	background:url(../images/vein_associates_logo.jpg) no-repeat;
	float:left; 
	width: 498px; 
	height: 93px; 
}
.header_links_area {
	float:left; 
	width: 497px; 
	height:48px; 
	padding: 45px 5px 0px 0px; 
	text-align:right;
}

.header_links_blue {
	text-align: right;
	font-size: 13px;
	color: #416ccd;
	line-height: 18px;
}
.header_links_blue a {
	font-size: 13px;
	color: #416ccd;
	text-decoration:none;
}
.header_links_blue a:hover {
	font-size: 13px;
	color: #032839;
	text-decoration: none;
}
.header_links_blue a.selected {
	font-size: 13px;
	color: #032839;
	text-decoration: none;
}

.header_links_gray {
	text-align: right;
	font-size: 14px;
	color: #a80150;
	line-height: 12px;
}
.header_links_gray a {
	font-size: 14px;
	color: #a80150;
	text-decoration:none;
}
.header_links_gray a:hover {
	font-size: 14px;
	color: #78033a;
	text-decoration: none;
}
.header_links_gray a.selected {
	font-size: 14px;
	color: #78033a;
	text-decoration: none;
}

.page_header_top {
	width: 1000px;
	 background:url(../images/page_back_top.jpg) no-repeat; 
	 height: 12px;
}

.header_buttons_back{
	 background:url(../images/page_back_rep.jpg) repeat-y;
	 padding: 0px 12px 0px 12px;
	 height:37px;
	 width: 976px;
	 margin-top:0px;
}

.header_buttons ul {
	padding: 0;
	margin: 0px;
	text-align:center;
}
.header_buttons ul li {
	font-size: 17px;
	text-align: center;
	list-style: none;
	display: inline;
	margin:0px;
}
.header_buttons ul li a {
	height: 29px;
	width: 322px;
	padding: 4px 0px 0px 0px;
	margin-right:2px;
	text-decoration: none;
	float: left;
	color: #03386a;
	background:url(../images/header_buttons_back.jpg) repeat-x;
	border: 1px solid #e5e5e5;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}
.header_buttons ul li a:hover {
	background: url(../images/header_buttons_over.jpg) repeat-x;
}
.header_buttons ul li a.selected {
	background: url(../images/header_buttons_over.jpg) repeat-x;
	color: #010910;
}

.header_rep{
	 background:url(../images/page_back_rep.jpg) repeat-y;
	 padding: 0px 12px 0px 12px;
	 height: 248px;
	 margin:0px;
}

.header_image{
	 width: 445px; 
	 height: 248px; 
	 background:url(../images/header_image.jpg) no-repeat; 
	 float: left;
}

.header_caption{
	width: 531px; 
	height:215px; 
	text-align:center; 
	float:left; 
	padding-top:32px; 
}

.header_caption_grey{
	font-size:16px;
}

.header_caption_red{
	font-size:24px;
	color: #c33043;
}

.header_blue_bar{
	background:url(../images/header_blue_bar_back.jpg) repeat-x; 
	height:74px; 
	border:1px solid #cccccc; 
	padding:12px;
}

.page_content_area{
	background:url(../images/page_content_area_rep.jpg) repeat-y; 
	width:976px; 
	padding: 0px 12px 0px 12px;
}

.testimonials_area{
	float: left; 
	width: 476px;
}

.testimonials_text {
	font-family:"Lucida Handwriting", Georgia, Arial, Helvetica, sans-serif, Verdana;
	font-size:14px;
	color:#fff;
	line-height: 18px;
}

.testimonials_normal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 18px;
	font-style:italic;
}

.testimonials_normal2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 18px;
	font-style:italic;
	color:#ff677b;
}


.testimonials_text2{
	font-family:"Lucida Handwriting", Georgia, Arial, Helvetica, sans-serif, Verdana;
	font-size:14px;
	color:#ff677b;
	line-height:18px;
}

.testimonials_text3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#fff;
	line-height:14px;
	font-style:italic;
}

.phone_number_area{
	float: left;
	width: 380px;
	text-align:right;
	background:url(../images/contact_icon.jpg) no-repeat right;
	height:54px;
	font-size: 22px;
	color: #00cbfe;
	padding: 20px 90px 0px 0px;
}


/* content area styles */

.content_area_left{
	width: 684px;
	border-right: 1px dashed #ccc;
	padding-right: 20px;
}

.content_area_right{
	width: 256px;
	padding-left: 15px;
}

.welcome_text{
	background:url(../images/welcome_text.jpg) no-repeat left;
	padding-left:170px;
	font-size: 22px;
	color: #03386a;
	padding-top: 5px;
	margin-bottom: 15px;
}

img.border {
	border: 1px solid #ccc;
	background: #ffe1e1;
	padding: 2px;
}

.h1 {
	font-size: 22px;
	color: #03386a;
}
.h2 {
	font-size: 18px;
	color: #03386a;
}

.h3 {
	font-size: 13px;
	color: #ff677b;
}
.h4 {
	font-size: 16px;
	color: #000;
}

a.link_default:link, a.link_default:visited {
	font-size: 13px;
	color: #c33043;
	text-decoration: none;
}
a.link_default:hover {
	font-size: 13px;
	color: #c33043;
	text-decoration: underline;
}

.bullet_link1 ul {
	padding: 0;
	margin: 0;
}
.bullet_link1 ul li {
	font-size: 12px;
	list-style: none;
}
.bullet_link1 ul li a {
	display: block;
	padding: 5px 5px 5px 15px;
	text-decoration:underline;
	color: #c33043;
	background:url(../images/bullet.jpg) no-repeat 0 8px;
}
.bullet_link1 ul li a:hover, .bullet_link1 ul li a.selected {
	background:url(../images/bullet.jpg) no-repeat 0 8px;
	color: #c33043;
	text-decoration:none;
}

.bottom_button_1 {
	width: 330px;
	margin-right: 15px;
	float: left;
}
.bottom_button_1 a {
	display: block;
	background:url(../images/AMP_button_up.jpg) no-repeat;
	height: 50px;
	text-decoration: none;
}
.bottom_button_1 a:hover {
	background:url(../images/AMP_button_over.jpg) no-repeat;
}

.bottom_button_2 {
	width: 330px;
	float: left;
}
.bottom_button_2 a {
	display: block;
	background:url(../images/ACOS_button_up.jpg) no-repeat;
	height: 50px;
	text-decoration: none;
}
.bottom_button_2 a:hover {
	background:url(../images/ACOS_button_over.jpg) no-repeat;
}

input.formfeild, textarea.formfeild, select.formfeild {
	font-size: 12px;
	color: #4f4433;
	border: 1px outset;
	background: #fff;
}
input.button {
	background:url(../images/button_back.jpg) repeat-x;
	border:1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 5px;
}
/* Added by Asanka 18/01/2012 */

#divCalendar_appointmentdate_lbl{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px outset;
    color: #4F4433;
    font-size: 12px;
    margin-bottom: 5px;
    width: 243px !important;
}

/* -------------------------- */
.footer_Background{
	background:url(../images/footer_back.jpg) repeat-x; 
	height:210px;
}

.footer_blue_box{
	background:url(../images/footer_blue_box.jpg) no-repeat; 
	width:980px; 
	height:82px; 
	text-align:center; 
	padding:10px;
}

.footer_text_1{
	font-size:14px;
	color: #03386a;
	text-transform:uppercase;
	padding-top:5px; 
	margin-bottom:5px;
}

.footer_text_2{
	text-align:left; 
	padding-left:102px;
	height: 52px;
}

.footer_links_Area{
	width:1000px; 
	margin-top:20px;
}

.footer_links_left{
	float:left; 
	width:600px;
}

.footer_links_right{
	 float:left; 
	 width:395px;
	 padding-right:5px;
	 
}

.footer_links1 {
	font-size:13px;
	color: #03386a;
	margin-bottom:3px;

}
.footer_links1 a {
	font-size: 13px;
	color: #03386a;
	text-decoration: none;
}
.footer_links1 a:hover {
	font-size: 13px;
	color: #000000;
	text-decoration:none;
}
.footer_links1 a.selected {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.footer_links2 {
	font-size:12px;
	color: #416ccd;
	margin-bottom:3px;

}
.footer_links2 a {
	font-size: 12px;
	color: #416ccd;
	text-decoration: none;
}
.footer_links2 a:hover {
	font-size: 12px;
	color: #09235d;
	text-decoration:none;
}
.footer_links2 a.selected {
	font-size: 12px;
	color: #09235d;
	text-decoration: none;
}

.footer_links3 {
	font-size:12px;
	color: #999999;
	margin-bottom:3px;
}
.footer_links3 a {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.footer_links3 a:hover {
	font-size: 12px;
	color: #666;
	text-decoration:none;
}
.footer_links3 a.selected {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

.copywrite_text {
	font-size:12px;
	color: #666666;
	margin-bottom:3px;
	text-align:right;
}

.footer_links4 {
	font-size:12px;
	color: #999999;
	margin-bottom:3px;
	text-align:right;
}
.footer_links4 a {
	font-size: 12px;
	color: #c33043;
	text-decoration: none;
}
.footer_links4 a:hover {
	font-size: 12px;
	color: #8f1727;
	text-decoration:none;
}
.footer_links4 a.selected {
	font-size: 12px;
	color: #8f1727;
	text-decoration: none;
}



.partner_button1 {
	background:url(../images/ACP.jpg) no-repeat;
	width: 220px;
	margin-right: 9px;
	float: left;
}
.partner_button1 a {
	display: block;
	height: 59px;
	text-decoration: none;
}
.partner_button1 a:hover {
	text-decoration: none;

}

.partner_button2 {
	background:url(../images/ACOS.jpg) no-repeat;
	width: 220px;
	margin-right: 9px;
	float: left;
}
.partner_button2 a {
	display: block;
	height: 59px;
	text-decoration: none;
}
.partner_button2 a:hover {
	text-decoration: none;

}

.partner_button3 {
	background:url(../images/ACPF.jpg) no-repeat;
	width: 220px;
	float: left;
}
.partner_button3 a {
	display: block;
	height: 59px;
	text-decoration: none;
}
.partner_button3 a:hover {
	text-decoration: none;

}



