@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #B0A790;
	background-image: url(../images/bkgnd_stripe_1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*CSS for Banner*/

.twoColFixLtHdr #banner {
	height:110px;
	padding: 0px;
	clear: both;
	float: none;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 

/*CSS for Header*/

.twoColFixLtHdr #header {
	height: 125px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	width: 780px;
} 

/*CSS for Top Navigation*/

.twoColFixLtHdr #topnav {
	background-color: #FFFFFF;
	background-image: url(../images/sjvc_header_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	padding: 0px;
	width: 780px;
} 
.twoColFixLtHdr #topnav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	padding-right: 10px;
	margin: 0px;
	padding-top: 8px;
} 
.twoColFixLtHdr #topnav a {
	text-decoration: none;
	color: #ffffff;
} 
.twoColFixLtHdr #topnav a:hover {
	color: #e6a730;
}

/*CSS for Left Hand Navigation*/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-attachment: scroll;
	background-image: url(../images/sjvc_header_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*CSS for Admin Upload Info*/

.twoColFixLtHdr #uploadinfo {
	float: left; /* since this element is floated, a width must be given */
	width: 780px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-attachment: scroll;
	background-image: url(../images/sjvc_header_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #uploadinfo p {
	font-size: 0.75em;
	color: #7E7357;
	text-decoration: none;
	line-height: 17px;
	text-align: left;
}
.twoColFixLtHdr #uploadinfo a {
	font-size: 13px;
	color: #7e7357;
	text-decoration: none;
	padding-left: 5px;
}
.twoColFixLtHdr #uploadinfo a:hover {
	color: #1c2674;
	text-decoration: none;
}
.twoColFixLtHdr #uploadinfo h1 {
	font-size: 0.85em;
	color: #1c2674;
	text-decoration: none;
	line-height: 16px;
	text-align: left;
}

/*CSS for Admin Upload Directions*/

.twoColFixLtHdr #uploadsidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #uploadsidebar p {
	font-size: 0.75em;
	color: #7E7357;
	text-decoration: none;
	line-height: 17px;
	text-align: left;
}
.twoColFixLtHdr #uploadsidebar a {
	font-size: 13px;
	color: #7e7357;
	text-decoration: none;
	padding-left: 5px;
}
.twoColFixLtHdr #uploadsidebar a:hover {
	color: #1c2674;
	text-decoration: none;
}
.twoColFixLtHdr #uploadsidebar h1 {
	font-size: 0.85em;
	color: #1c2674;
	text-decoration: none;
	line-height: 16px;
	text-align: left;
}
.twoColFixLtHdr #uploadsidebar H2 {
	font-size: 0.85em;
	color: #1c2674;
	text-decoration: none;
	line-height: 16px;
	text-align: justify;
	padding-left: 10px;
}
.twoColFixLtHdr #uploadsidebar li {
	font-size: 0.7em;
	color: #7E7357;
	text-align: left;
	line-height: 1.25em;
	padding-top: 5px;
} 

/*CSS for Admin File Uploader*/

.twoColFixLtHdr #uploadmaincontent {
	clear: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 350px;
	width: 400px;
	background-color: #F7F7F7;
	padding: 10px;
}
.twoColFixLtHdr #uploadmaincontent p {
	font-size: 0.75em;
	color: #7E7357;
	text-decoration: none;
	line-height: 17px;
	text-align: left;
}
.twoColFixLtHdr #uploadmaincontent a {
	font-size: 13px;
	color: #7e7357;
	text-decoration: none;
	padding-left: 5px;
}
.twoColFixLtHdr #uploadmaincontent a:hover {
	color: #1c2674;
	text-decoration: none;
}
.twoColFixLtHdr #uploadmaincontent h1 {
	font-size: 0.85em;
	color: #1c2674;
	text-decoration: none;
	line-height: 16px;
	text-align: left;
}
.twoColFixLtHdr #uploadmainContent H2 {
	font-size: 0.85em;
	color: #1c2674;
	text-decoration: none;
	line-height: 16px;
	text-align: justify;
	padding-left: 10px;
}
.twoColFixLtHdr #uploadmaincontent hr {
	color: #7E7357;
}

/*CSS for Search Bar*/

.twoColFixLtHdr #search {
	padding-top: 20px;
	width: 180px;
}

/*CSS for Main Content Area*/

.twoColFixLtHdr #mainContent {
	clear: right;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 200px;
	width: 540px;
} 
.twoColFixLtHdr #mainContent p {
	font-size: .75em;
	color: #7E7357;
	text-decoration: none;
	line-height: 17px;
	text-align: justify;
}
.twoColFixLtHdr #mainContent a {
	font-size: 13px;
	color: #1c2674;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #7E7357;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent H1 {
	font-size: 1em;
	color: #1c2674;
	text-decoration: none;
	line-height: 17px;
	text-align: left;
}
.twoColFixLtHdr #mainContent H2 {
	font-size: 0.85em;
	color: #1c2674;
	text-decoration: none;
	line-height: 16px;
	text-align: left;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent H3 {
	font-size: .8em;
	color: #7E7357;
	text-decoration: none;
	line-height: 14px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent img {
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #mainContent li {
	font-size: 0.7em;
	color: #7E7357;
	text-align: left;
	line-height: 1.25em;
	list-style-type: none;
	padding-top: 5px;
} 
.twoColFixLtHdr #mainContent li a {
	text-align: left;
	line-height: 1.25em;
	list-style-type: none;
	padding-top: 5px;
	font-size: 11px;
} 

.twoColFixLtHdr #inpatient-center td {
	font-size: 0.75em;
	color: #7E7357;
	text-decoration: none;
	line-height: 1.1em;
	text-align: left;
	vertical-align:top
}

/*CSS for Password Protected Content*/

.twoColFixLtHdr #passwordContent {
	clear: right;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 100px;
	width: 540px;
} 
.twoColFixLtHdr #passwordContent p {
	font-size: .75em;
	color: #7E7357;
	text-decoration: none;
	line-height: 17px;
	text-align: justify;
}
.twoColFixLtHdr #passwordContent a {
	font-size: 13px;
	color: #1c2674;
	text-decoration: none;
}
.twoColFixLtHdr #passwordContent a:hover {
	color: #7E7357;
	text-decoration: none;
}
.twoColFixLtHdr #passwordContent H1 {
	font-size: 1em;
	color: #1c2674;
	text-decoration: none;
	line-height: 17px;
	text-align: left;
}
.twoColFixLtHdr #passwordContent H2 {
	font-size: 0.85em;
	color: #1c2674;
	text-decoration: none;
	line-height: 16px;
	text-align: justify;
	padding-left: 10px;
}
.twoColFixLtHdr #passwordContent H3 {
	font-size: .8em;
	color: #7E7357;
	text-decoration: none;
	line-height: 14px;
	padding-left: 10px;
}
.twoColFixLtHdr #passwordContent img {
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #passwordContent li {
	font-size: 0.7em;
	color: #7E7357;
	text-align: left;
	line-height: 1.25em;
	list-style-type: none;
	padding-top: 5px;
} 
.twoColFixLtHdr #passwordContent li a {
	text-align: left;
	line-height: 1.25em;
	list-style-type: none;
	padding-top: 5px;
	font-size: 11px;
}

/*CSS for Footer*/

.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6a730;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.twoColFixLtHdr #footer a {
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #666666;
}

/*CSS for General Use*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*CSS for password protected login*/

.twoColFixLtHdr #login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #7E7357;
}
.twoColFixLtHdr #login h3 {
	font-size: 13px;
	color: #7E7357;
	text-decoration: none;
	line-height: 14px;
}
.twoColFixLtHdr #login input {
	border: 2px solid #7E7357;
	background-color: #f7f7f7;
	margin-top: 8px;
}

/*CSS for left hand navigation menu*/

.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #1c2674;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
}
.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	text-decoration: none;
}
.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	border-bottom: 1px solid #e6a730;
	border-top: 1px solid #e6a730;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	border-bottom: 1px solid #e6a730;
	border-top: 1px solid #e6a730;
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a{
	color: #666666;
	background: url(../images/arrowbullet.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
}
.arrowlistmenu ul li a:visited{
color: #666666;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #666666;
background-color: #F3F3F3;
}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
color: #666666;
background-color: #F3F3F3;
}

/*CSS for forms*/

.twoColFixLtHdr #form body {
	font-size: 0.75em;
	color: #7E7357;
	text-decoration: none;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #form td {
	font-size: .75em;
	color: #7E7357;
	text-decoration: none;
	line-height: 17px;
}
.twoColFixLtHdr #form input {
	font-size: .75em;
	color: #7E7357;
	text-decoration: none;
	line-height: 17px;
}
.twoColFixLtHdr #form select {
	font-size: .75em;
	color: #7E7357;
	text-decoration: none;
	line-height: 17px;
}
.twoColFixLtHdr #form a:link {
	font-size: 13px;
	color: #1c2674;
	text-decoration: none;
}
.twoColFixLtHdr #form a:active {
	font-size: 13px;
	color: #1c2674;
	text-decoration: none;
}
.twoColFixLtHdr #form a:visited {
	font-size: 13px;
	color: #1c2674;
	text-decoration: none;
}
