/* CSS Document */

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
/********************************  end of INITIAL section */
* {
	margin:0;
}
html, body {
	height:100%;
}
body {
	background-color:#e6bc74; /*gold*/
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#Container {
/*position:relative;*/
background-color:white;
width:800px;
min-height:100%;
height: auto !important;
height:100%; /*for IE6 & 5.5*/
margin:0 auto -150px auto;
}

#Content {
	margin:0px 0px 10px 0px;
	padding:75px 160px 10px 160px;
	background-image:url(img/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#Content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:.8em;
}
#Content a {
	color:#e6bc74; /*gold*/
	text-decoration:none;
}
.right {
	text-align:right;
}
#Content a:hover {
	text-decoration:underline;
}
#Content ul li, ol li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style: outside;
	color:#333333;
	font-size:.8em;
}
#Content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#da251c; /*red*/
	font-size:1em;
}
#Content h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:.9em;
}
.note {
	font-weight:bold;
	color:#da251c;
}
.footer, .push {
	height:150px;
}
.clearFooter {
	clear:both;
	height:150px;
}
#Footer {
	width:800px;
	margin:0 auto 0 auto;
	background-color:#da251c;
	height:150px;
	font-weight:bold;
}
#Footer a {
	color:white;
	text-decoration:none;
	font-size:.8em;
	padding-left:10px;
}
#Footer a:hover {
	color:#CCCCCC;
}
.credit {
	display:block;
	float:right;
	font-size:.7em;
	color:white;
	text-align:right;
	padding-right:10px;
}
.submenu {
	display:block;
	float:left;
}
#Footer a.credit {
	text-decoration:none;
	color:white;
	font-weight:normal;
}
#Footer a.credit:hover {
	color:#e6bc74; /*gold*/
}
#pictures, #doctors {
	visibility:hidden;
	position:absolute;
	width:200px;
	height:115px;
	top:400px;
	left:550px;
	z-index:1;
	padding:5px;
	border:1px solid #cccccc;
	background-color:white;
}
#notice {
	position:absolute;
	width:200px;
	height:120px;
	top:200px;
	left:50px;
	z-index:1;
	padding:5px;
	border:1px solid #cccccc;
	background-color:white;
}
