@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:1px #CCC solid;
	background:url(../Images/container_background.jpg) repeat-y 10px top;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:230px;
}
#mainContent a {
	color:#3F71B6;
}
#header {
	background-color:#B70014;
}
#datetime {
	background-color:#3F71B6;
	text-align:right;
	color:#FFF;
	padding:5px;
}
.mainimage_home {
	background:url(../Images/main_image_home.jpg) no-repeat 10px top;
}
.mainimage_whereweare {
	background:url(../Images/main_image_whereweare.jpg) no-repeat 10px top;
}
.mainimage_services {
	background:url(../Images/main_image_services.jpg) no-repeat 10px top;
}
.mainimage_prescriptioncollection {
	background:url(../Images/main_image_prescriptioncollection.jpg) no-repeat 10px top;
}
.mainimage_repeatprescriptions {
	background:url(../Images/main_image_repeatprescriptions.jpg) no-repeat 10px top;
}
.mainimage_contactus {
	background:url(../Images/main_image_contactus.jpg) no-repeat 10px top;
}
#nav {
	margin:0;
	padding:0;
	background:#666;
	width:100%;
	float:left;
	font-size:small;
}
#nav li {
	display:inline;
	padding:0;
	margin:0;
}
#nav a:link, #nav a:visited {
	color:#FFF;
	background:#666;
	padding:5px 5px 5px 5px;
	float:left;
	width:auto;
	border-right:1px solid #FFF;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	height:35px;
}
#nav a:hover {
	color:#DDD;
	background:#3F71B6;
}
#home #nav-home a, #about #nav-about a, #archive #nav-archive a, #lab #nav-lab a, #reviews #nav-reviews a, #contact #nav-contact a {
	background:#e35a00;
	color:#fff;
	text-shadow:none;
}
#home #nav-home a:hover, #about #nav-about a:hover, #archive #nav-archive a:hover, #lab #nav-lab a:hover, #reviews #nav-reviews a:hover, #contact #nav-contact a:hover {
	background:#e35a00;
}
#nav a:active {
	background:#B70014;
	color:#fff;
}
.selected{
		background-color:#3F71B6!important;

}
.singleline {
	padding-top:13px!important;
	height:27px!important;
}
#footer {
	background:#3F71B6;
	color:#FFF;
	font-size:small;
	height:31px;
}
#copyright {
	padding-top:10px;
	padding-left:5px;
	text-align:left;
}
p.photoright {
	padding:2px 0px 8px 10px;
	font-size:90%;
	color: #3F71B6;
	font-style:italic;
	margin: 0px;
}
#mainContent p, #mainContent h1, #mainContent h2, #mainContent h3, #mainContent li {
	color:#666;
}

#mainContent p{
	font-weight:bold;
}
.netdp, .netdp a {
	text-align:center;
	font-size:x-small;
	color:#666;
	text-decoration:none;
}
.formlabel {
	width: 200px;
	float: left;
	clear: both;
	display: block;
	text-align:right;
	padding-right:10px;
}

.labeltext{
	color:#F00;
}
