@charset "utf-8";
/* CSS Document */

body {
	background-color:#F4F4F4;	
	font-variant:small-caps;
}
.wrapper {
	position:relative;
	width:950px;
	margin:10px auto;
	background-color:#F4F4F4;
	border:1px solid black;	
	-webkit-box-shadow:  0px 0px 15px #000;
	-moz-box-shadow:  0px 0px 15px #000;
	box-shadow:  0px 0px 15px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(scripts/PIE.htc);	
}
.header {
	position:relative;
	padding:8px;	
}
.headerinfo {
	position:relative;
	width:650px;
	padding-top:15px;
	float:right;
	text-align:center;	
}
#nav {
	position:relative;
	clear:both;
	height:30px;
	background-color:#CCCCCC;
	background-image: url(/images/navbg.jpg);
	background-repeat: repeat-x;
}
.content {
	position:relative;
	padding:8px;	
}
.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(scripts/PIE.htc);	
}
.border {
	border:1px solid black;	
}
.shadow {
	-webkit-box-shadow:  4px 4px 8px #000;
	-moz-box-shadow:  4px 4px 8px #000;
	box-shadow:  4px 4px 8px #000;
	behavior: url(scripts/PIE.htc);	
}

.spacer {
	position:relative;
	clear:both;
	height:2px;	
}
.button {
	border:none;	
}
.home3 {
	position:relative;
	width:45%;
	height:310px;
	margin-left:28px;
	float:left;
	border:3px ridge grey;
	text-align:center;
	background-image: url(/images/home3BG.jpg);
	background-repeat: repeat-x;
}
.footer {
	position:relative;
	margin-top:10px;
	text-align:center;	
	padding:8px;
}
.footersocial {
	position:relative;
	text-align:center;
	margin:10px auto;	
}
.copyright {
	margin-top:8px;
	text-align:center;
	color:#666666;	
	font-size:.9em;
}
.copyright a {
	color:#666666;
	text-decoration:none;	
}
.copyright a:hover {
	text-decoration:underline;
	color:blue;	
}
/* MENU BAR */
#nav {
	position:relative;
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
}

#nav ul{

	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border-width: 1px 0;
}

#nav ul li{

display: inline;
}

#nav ul li a{
float: right;
color: black; /*text color*/
padding: 7px 11px;
text-decoration: none;
border-left: 1px solid #CCC; /*dark purple divider between menu items*/
}

#nav ul li a:visited{
color: black;
}

#nav ul li a:hover, #nav ul li .current{

color: red !important; /*text color of selected and active item*/
padding-top: 7px; /*shift text down 1px for selected and active item*/
padding-bottom: 7px; /*shift text down 1px for selected and active item*/
}
/*END MENU BAR*/

/*CONTACT PAGE*/
.contacttext {
	position:relative;
	width:47%;
	float:left;
	margin-left:15px;
	border:3px ridge grey;
	background-color: #CCCCCC;
	background-image: url(images/home3BG.jpg);
	background-repeat: repeat-x;
	text-align:center;
	padding-top:5px;
}
.contactform {
	position:relative;
	width:47%;
	float:right;
	margin-right:15px;
	border:3px ridge grey;
	background-color: #CCCCCC;
	background-image: url(images/home3BG.jpg);
	background-repeat: repeat-x;
	text-align:center;
	padding-top:5px;
}
.contactformdisclaimer {
	font-size:small;
	color:blue;	
}
.errorMsg {
	width:480px;
	margin:5px auto;
	border:1px solid black;
	padding:5px;
	background-color:red;
	color:yellow;	
	text-align:center;
}
.successMsg {
	width:480px;
	margin:15px auto;
	border:1px solid blue;
	padding:5px;
	background-color:white;
	color:blue;	
	text-align:center;
}
#form-full .inputbox {
	height: 24px;
	padding: 6px;
	border: 1px solid black !important;
	border-radius: 6px;
	width: 90%;
}
#form-full .inputtextarea {
	height: 60px;
	padding: 6px;
	border: 1px solid black;
	border-radius: 6px;
	width: 90%;
}
/*END CONTACT PAGE*/

/*APPOINTMENT PAGE*/
.appointmenttext {
	position:relative;
	width:47%;
	float:left;
	margin-left:15px;
	border:3px ridge grey;
	background-color: #CCCCCC;
	background-image: url(images/home3BG.jpg);
	background-repeat: repeat-x;
	text-align:center;
	padding-top:5px;
	font-size:1.5em;
}
.appointmentform {
	position:relative;
	width:47%;
	float:right;
	margin-right:15px;
	border:3px ridge grey;
	background-color: #CCCCCC;
	background-image: url(images/home3BG.jpg);
	background-repeat: repeat-x;
	text-align:center;
	padding-top:5px;
}
.appointmentfieldset {
	margin:10px;	
}
.datepicker {
	text-align:center;	
}
.input50 {
	width:50px;	
}
.input75 {
	width:75px;	
}
.input150 {
	width:150px;	
}
.input250 {
	width:250px;	
}
/*END APPOINTMENT PAGE*/

/*TEXT */
.bold {
	font-weight:bold;	
}
.xxsmall {
	font-size:.6em;	
}
.xsmall {
	font-size:8px;
}
.small {
	font-size:10px;
}
.medium {
	font-size:12px;
}
.medLrg {
	font-size:14px;	
}
.large1 {
	font-size:17px;	
}
.large {
	font-size:20px;
}
.xlarge {
	font-size:24px;
}
.xxlarge {
	font-size:30px;	
}
.xxxlarge {
	font-size:40px;	
}
.red {
	color:#900;	
}
.center {
	text-align:center;	
}
.smallCaps {
	font-variant:small-caps;	
}
.pageTitle {
	font-size:20px;
	font-variant:small-caps;
}
.vision {
    display: none;
}