/* @override http://lform.local/M%20-%20N/Montville%20Veterinary%20Group/Site/2011-07-11/style.css */

body {
	padding: 0px;
	text-align: center;
	color: #000000;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
#wrapper {
	width: 821px;
}

.oneColFixCtr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.logo {
	background-image: url(images/logo.bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.oneColFixCtr #mainContent {
 padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #welcome {
	position: relative; left:20px; width:440px; 
}

.oneColFixCtr #textContainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position: relative;
	left: 20px;
	width:440px;
	color: #000000;
	}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
}
.txt a:link {
	
	color: #000000;
	text-decoration: underline;
}
.txt a:visited {

	color: #000000;
	text-decoration: underline;
}
.mail-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #ebbd8d;
	text-decoration: underline;
}
.mail-txt a:link {
		color: #ebbd8d;
	text-decoration: underline;
}

.mail-txt a:visited {
		color: #ebbd8d;
	text-decoration: underline;
}

.mail-txt a:hover {
		color: #ce100f;
	text-decoration: underline;
}

.mail-txt a:active {
		color: #ebbd8d;
	text-decoration: underline;
}

.logobg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/letter-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 9px;
}
.txt1
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:normal;
color:#666666;
}
.txt a:hover {
	
	color: #000000;
	text-decoration: none;
}.txt a:active {
	
	color: #000000;
	text-decoration: underline;
}

	.oneColFixCtr #textContainer a: link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: underline;
	}
	.oneColFixCtr #textContainer a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: underline;
	}
	.oneColFixCtr #textContainer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
	}
	.oneColFixCtr #textContainer a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
	}
	
	
	.oneColFixCtr #textContainerinner {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position: relative;
	left: 20px;
	width:760px;
	} 
	
.oneColFixCtr #banner{
	float: right;
	width:290px;
	margin-right:20px;
	margin-top: 0px;
}

.oneColFixCtr #picture{
	float: right;
	width:235px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 20px;
}


/* Overall */

h2 {
	font-family: "Arial", sans-serif;
	color: #656565;
	font-size: 19px;
	margin-bottom: 15px;
}

/* Home */

.hours {
	margin-top: 20px;
	width: 290px;
	margin-bottom: 25px;
	
	font-family: "Arial", sans-serif;
}

.hours h2 {
	color: #656565;
	font-size: 19px;
	margin-bottom: 25px;
	text-align: center;
}

.hours>span {
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.5;
	background: url('images/dot.jpg') center repeat-x;
}

.hours>span b {
	padding: 2px;
	padding-left: 0;
	background-color: #fff;
	float: left;
	text-transform: uppercase;
}

.hours>span em {
	font-style: normal;
	float: right;
	padding: 2px;
	padding-right: 0;
	background-color: #fff;
}


