/* ================= UNDO DEFAULT ================= */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%;font-weight: normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd,legend,input,select { margin:0; padding:0 }
a img,:link img,:visited img, fieldset { border:0; }
address { font-style:normal }
table { border:none;padding:0;margin:0;border-collapse:collapse;border-spacing:0; }
address,caption,cite,code,dfn,em,th,var { font-style:normal;font-weight:normal;text-align:left; }


/* ================= BASIC ================= */

body {
	font-family: Arial, sans-serif;
	color: #000;
	background: #FFF url(../images/back_home.gif) repeat-x 0 0;
	}

#logo {
	background: transparent url(../images/logo.gif) no-repeat 0 0;
	width: 300px;
	padding-top: 80px;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 181px;
	left: 24px;
	}

#menu {
	position: absolute;
	top: 284px;
	left: 15px;
	width: 813px;
	}

#menu li {
	float: left;
	padding: 19px 10px 0 10px;
	}

#menu li.selected {
	background: transparent url(../images/caret.gif) no-repeat 50% 0;
	}

#menu li a {
	display: block;
	height: 0;
	padding-top: 12px;
	overflow: hidden;
	background-position: 0 0;
	background-color: transparent;
	background-repeat: no-repeat;
	}

#menu li a.home {
	width: 40px;
	background-image: url(../images/nav_home.gif);
	}

#menu li a.about {
	width: 74px;
	background-image: url(../images/nav_about.gif);
	}

#menu li a.patient {
	width: 154px;
	background-image: url(../images/nav_patient.gif);
	}

#menu li a.forms {
	width: 108px;
	background-image: url(../images/nav_forms.gif);
	}

#menu li a.request {
	width: 192px;
	background-image: url(../images/nav_request.gif);
	}

#menu li a.contact {
	width: 91px;
	background-image: url(../images/nav_contact.gif);
	}

#wrap {
	padding-top: 326px;
	background: transparent url(../images/bigmaze.gif) no-repeat 810px 0;
	}

#home #wrap {
	padding-top: 356px;
	}

#content {
	color: #528b00;
	padding: 0 26px 46px 26px;
	width: 758px;
	}

#content p {
	line-height: 1.6;
	font-size: 1em;
	margin-bottom: 20px;
	}

#home #content p {
	line-height: 2.1em;
	font-size: .95em;
	}

#content a {
	color: #6545a1;
	border-bottom: 1px solid #b0a8c0;
	}

#content h2 {
	color: #FF9E20;
	letter-spacing: -1px;
	font-size: 1.5em;
	margin-top: 20px;
	text-transform: lowercase;
	}

#content h3 {
	text-transform: uppercase;
	margin: 10px 0 0 0;
	font-weight: bold;
	}

#content #mssHolder {
	padding: 4px;
	border: 1px solid #906fc0;
	float: left;
	margin: 0 26px 0 0;
	}

#content .end {
	padding-right: 25px;
	background: transparent url(../images/lilmaze.gif) no-repeat top right;
	}

#content ul {
	color: #6545a1;
	padding: 10px 10px 10px 30px;
	list-style-type: square;
	line-height: 1.6em;
	border: 1px solid #FFDB9C;
	margin-bottom: 20px;
	}

.photo {
	padding: 4px;
	border: 1px solid #906fc0;
	float: right;
	margin: 0 0 0 26px;
	}
	

.columns {
	border: 1px solid #FFDB9C;
	}

.columns td {
	width: 50%;
	vertical-align: top;
	}

#content .columns ul {
	border: none;
	}

#footer {
	font-size: 80%;
	color: #FF9E20;
	margin-left: 20px;
	margin-bottom: 10px;
	}
