@charset "UTF-8";
@import url(refine.css);
/* CSS Document */

/* CONTAINER 1 
#container1 {
	background: #ccc1d2 none repeat;
}*/
#container1 {
	height: 250px;
	background: #ccc1d2 url(../../images/banner_bkg.gif) no-repeat top center;
}

/* BANNER */
#banner {
	width: 950px;
	border: solid 2px #ccc1d2;
	background: url(../../images/drvulich.jpg) bottom left no-repeat #fff;
	
}
/* WELCOME */
#welcome {
	width: 450px;
	height: 220px;
	color: #47458c;
	padding-top: 30px;
	float:left;
	text-align:right;
}
.welcome {
	font-size: 1.2em;
	margin: 5px 0px 5px 130px;
	
}

/* CALLOUTS */
#flash {
	width: 458px;
	background:#fff;
	float:right;
	padding:5px;
}

.callout {margin:5px;/*padding-bottom:5px;*/border:solid #ccc1d2 1px;height:72px; font:12px "arial", Times, Serif;}
.callout img.left {margin-right:10px;}
.callout img.right {margin-left:10px;}
.callout h3 {padding:2px 5px; margin:0;}
.callout h3.one, .callout h3.one a {background:#76a6a1; color:#ffffff;}
.callout h3.two, .callout h3.two a {background:#f2efc4; color:#8c5b30;}
.callout h3.three, .callout h3.three a {background:#e9ca9c;color:#8c5b30;}
.callout p {padding:5px;}
.callout p a, .callout p a:hover {color:#676767;}

.movie {
	margin: 15px;
}
/* CONTENT 2 */
#container2 {
	background: url(../images/bg_1.gif) repeat-x bottom;
}
#container2_content {
	background: url(../images/bg_1.gif) repeat-x bottom;
	width: 950px;
	height: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 15px;
}	
#main {
	width: 622px;
	padding-right: 0px;
}

#main p {
	margin-bottom: 18px;
}
#main .services {width:622px; margin-bottom: 18px; padding-bottom:8px;}
#main .lists {width:100%; margin-bottom: 22px; padding-bottom:8px;}
#main ul {float:left; width:50%;}
	
#main ul {
	padding-left: 0;
	margin-left: 0;
}
	
#main ul li{
	font:18px Arial;
	list-style: none;
	margin: 0;
	padding: 0.25em 0;
	
	}
#main ul li	a {

	font-weight: normal;
}
#main ul li a:hover {

}

#sidebar {
	float:right;
	width: 274px;
	margin: 0;
}

/* APPOINTMENT */
#appointment {
	width: 274px;}
	
#appointment {
	height: 100%;
	background: url() bottom right no-repeat #fff;
	color: #47458c;
	border: solid 2px #e9ca9c;
	float: left;
	margin:0 0 10px 0;
}
#appointment p{
	margin: 0px 10px;
	line-height: 18px;
}

	/* Form */
form#appointment {
	position: relative;
}
div#name, div#phone, div#email {
	position: relative;
	float: left;
	margin-left: 10px;
}
div#name {
	margin-top: 10px;
}
div#phone{
	margin-top: 5px;
}
div#email{
	margin-top: 5px;
}
input#name-field, input#phone-field, input#email-field {
	width: 242px;
	padding: 1px 3px;
}
label.overlabel {
	color: #274769;
}
label.overlabel-apply {
	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 1;
	color: #274769;
	font-size: .75em;
}
#submit_form {
	/*background: transparent url(../../images/submit_1.gif) no-repeat scroll 0 0;*/
	cursor: pointer;
	width: 60px;
	height: 22px;
	border: 0 none;
	
}
#submit {
	float: right;
	margin: 10px 12px 0 0;
}
	
	/* FLEX BOXES */
#flexbox_1, #flexbox_2, #flexbox_3, #flexbox_4 {
	width: 274px;
	float: left;
	color: #000;
	text-align: left;
	border: solid 2px #e9ca9c;
	margin:0 0 10px 0;
	padding: 0 0 0 0;
}
#flexbox_fb {
	width: 274px;
	float: left;
	color: #000;
	text-align: left;
	border: solid 2px #003399;
	margin:0 0 10px 0;
	padding: 0 0 0 0;
}
h3.flexhdr {color:#47458c; background-color:#e9ca9c; height:20px; font-size:16px; padding:2px 0 0 8px; margin-bottom:0px;}
#flexbox_1 a, #flexbox_2 a, #flexbox_3 a {
	color: #fff; border:none; 
}
#flexbox_1 {background:#f6f6f6;}
#flexbox_2 {background: #e9ca9c;}
#flexbox_3 {background: #e9ca9c; }
#flexbox_4 {background: #e9ca9c;}
#flexbox_fb {background: #fff;}
#flexbox_1 img, #flexbox_2 img, #flexbox_3 img,#flexbox_4 img, #flexbox_fb img { padding:0px; margin:0px;}
.info {
	/*line-height: 0;min-height:150px;*/
	padding:8px;
	
}
	
.readmore {
	/*width:80px;*/
	height: 20px;
	background-color: #e9ca9c;
	font-size: 12px;
	padding: 2px 10px 0 10px;
	float: right;
	margin: -22px 0px 0 0;
}

