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

/*For All Pages*/

* {
	margin: 0;
	padding: 0;
}

html, body {
height: 100%;
width: 100%;
}

body {
background: url('../_images/bgstripe.png') repeat-x #fbfbfb;
font-family: helvetica, sans-serif;
min-height: 100%;
font-size: 85%;
line-height: 1.5em;
color: #44284a;
}

a {
color: #2a1734;
}

.clear{clear:both;}

/* #topLftcorner{background:url(../_images/topLft-vignette-trans.png) no-repeat;position:absolute;top:0; left:0;width:268px;height:269px;}
#topRtcorner{background:url(../_images/topRt-vignette-trans.png) no-repeat;position:absolute;top:0; right:0; width:268px;height:269px;}
#botLftcorner{background:url(../_images/botLft-vignette-trans.png) no-repeat;position:absolute;bottom:0; left:0; width:268px;height:269px;}
#botRtcorner{background:url(../_images/botRt-vignette-trans.png) no-repeat;position:absolute;bottom:0; right:0; width:268px;height:269px;} */

/*For Front Page*/

#topclear {
height: 20px;
}

#fulllogo {
background: url('../_images/mainlogo.png');
margin-left:  auto;
margin-right: auto;
margin-top: 5em;
width: 760px;
height: 589px;
text-indent: -9999px;
}

#navfront {
width: 760px;
height: 38px;
margin: auto;
}

/*Other Pages*/

#center {
border-color: #81737d;
border-width: 0px 1px;
border-style: solid;
background: url('../_images/bg.png') repeat-x #fbfbfb;
margin: auto;
width: 800px;
min-height:100%;
}

#map {
float: right;
width: 350px;
height: 350px;
margin-left: 1.5em;
margin-bottom: 1.5em;
border-color: #81737d;
border-width: 5px 5px 5px 5px;
border-style: solid;
}

#logo {
background: url('../_images/logo.png');
width: 209px;
height: 145px;
float: left;
position: relative;
top: 20px;
}

#logotop {
background: url('../_images/cornerlogo.png');
width: 655px;
height: 146px;
text-indent: -9999px;
margin: auto;
position: relative;
top: 10px;
}

#navtop {
width: 655px;
height: 38px;
position: relative;
margin: auto;
}

#text {
clear: both;
margin: auto;
width: 609px;
margin-top: 20px;
margin-bottom: 30px;
}

#appt {
background: url('../_images/appt.png');
height: 142px;
width: 600px;
text-indent: -9999px;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
}

#line {
background: url('../_images/line.png') no-repeat;
float: left;
width: 900px;
height: 11px;
margin-bottom:20px;
}

img.inset {
	border: none;
	float: right;
	margin-top: 0px;
	margin-left: 17px;
	margin-bottom: 10px;
	}
	
img.insetleft {
	border: none;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
	}
	
img.center {
margin: auto;
display: block;
}
	
