﻿#container  {
    margin: 0px;
    background: #ddcdb3 url('../images/layout/background.jpg') repeat-x top left;
    padding: 0px;
}

#shellContent {
	margin: auto;
	width: 900px;
}

#header {
	width: 100%;
	height: 262px;
	padding: 0px;
	margin: 0px;
}

#logo {
	width: 301px;
	background-image: url('../images/layout/logobkgd.jpg');
	text-align:center;
	padding-top: 130px;
	font-family: "Trajan Pro", Times;
	font-size: 12pt;
	font-weight: bold;
	color: #606e55;
}

#title {
	color: #1f2819;
	font-size: 20pt;
	font-weight: bold;
	border-top: 1px solid #1f2819;
	border-bottom: 1px solid #1f2819;
	margin-left: 15px;
	margin-right: 15px;
}

#subContainer {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#contentBody {
    padding: 10px;
    text-align:left;
    vertical-align:top;
    background-color: #eee7dc;
    width: 700px;
}

#homeTable {
	width: 90%;
	margin: auto;
}

#homeTable td {
	vertical-align:top;
	width: 33%;
}

.newPatient {
	width: 500px;
	margin: auto;
	border: 1px solid #68765D;
}

.newPatient td {
	padding: 2px;
}

#navLeftCell {
	background: #ddcdb2;
	width: 201px;
	vertical-align: top;
}

#navLeft {
	padding: 5px 5px 0px 5px;
}

#navLeft a:visited {
	display: block;
	color: #352513;
	height: 35px;
	vertical-align: middle;
	line-height: 35px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px dashed #a79372;
}

#navLeft a:active {
	display: block;
	color: #352513;
	height: 35px;
	vertical-align: middle;
	line-height: 35px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px dashed #a79372;
}

#navLeft a:link {
	display: block;
	color: #352513;
	height: 35px;
	vertical-align: middle;
	line-height: 35px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px dashed #a79372;
}

#navLeft a:hover {
	color: white;
	background: #A79372 url("../images/nav-arrow.jpg") no-repeat left center;
}

#footer {
	padding: 10px;
	background: #A79372 url('../images/layout/footerSlice.jpg') repeat-x top left;
}

#footerText {
	text-align:left;
	font-size:80%;
	width: 900px;
	margin: auto;
}
#footerText a {color: #352513; text-decoration:none;}
#footerText a:hover {text-decoration:underline;}

#address {
	margin-top: 30px;
	text-align:center;
	font-family:"Trajan Pro", Times;
	font-size: 11pt;
	font-weight: bold;
}