/*---------------Base styles--------------*/
*
{
	margin: 0;
	padding: 0;
}
html, body, form
{
	height: 100%;
}
body
{
	background: #fff;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	line-height: 21px;
}
#wrap
{
	min-height: 100%;
	width: 100%;
	background: #00457c url(images/header_bg.jpg) repeat-x;
}
h1
{
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;	
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 20px 0;
	line-height: 21px;
	letter-spacing: normal;
}
h2
{
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 20px 0 10px 0;
	letter-spacing: normal;
}
p
{
	padding: 0 0 20px 0;
}
a img
{
	border: none;
}
a:link, a:visited 
{
    color: #036;
}
a:hover 
{
    color: #f00;
}

/*------------------Nav styles------------------*/  
#nav
{
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;	
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	width: 100%;
	display: block;
	height: 36px;
	color: #fff;
	background: #787878;
}
.mainMenu
{
	margin: 0;
}
.mainMenu .root
{
	display: block;
}
.mainMenu .mi a:link, .mainMenu .mi a:visited
{
	text-shadow: 0 1px 2px #000;
	color: #fff;
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	background: #a5a5a5 url(images/nav_bg.jpg) repeat-x;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.mainMenu .mi a:hover
{
	text-decoration: none;
	background: red;
	background: #898989 url(images/nav_bg_over.jpg) repeat-x;
}
.mainMenu .sel a:link, .mainMenu .sel a:visited
{
	background: #fff;
	color: #000;
	text-shadow: none;
}

/*----------------Content Styles------------------*/
#main 
{
	overflow: auto;
	padding-bottom: 140px; /* must be same height as the footer */
}
#content
{
	width: 890px;
	margin: 0 auto;
	padding: 18px 0 15px 0;
	overflow: auto;
}
#leftCol
{
	width: 260px;
}
/*--leftCol background images --*/
.home, .default
{
	background: transparent url(images/spine.jpg) 0 325px no-repeat;
}
.about-us
{
	background: transparent url(images/vitruvian.jpg) 0 325px no-repeat;
}
.patient-forms
{
	background: transparent url(images/spine.jpg) 0 325px no-repeat;
}
.directions
{
	background: transparent url(images/vitruvian.jpg) 0 325px no-repeat;
}
.tel a:link, .tel a:visited
{
	color:  #fff;
	text-decoration: none;
}
.tel a:active
{
	color: red;
	text-decoration: none;
}
#rightCol
{
	float: right;
	width: 620px;
	background: #fff;
	-moz-box-shadow: 0px 6px 12px #000000;
  	-webkit-box-shadow: 0px 6px 12px #000000;
  	box-shadow: 0px 6px 12px #000000;
  	padding: 0 0 60px 0;
  	margin-right: 10px;
}
#logo
{
	padding: 58px 0 0 0;
}
.vcard
{
	padding: 52px 0 0 0;
	color: #fff;
	font-size: 17px;
	line-height: 27px;
	font-weight: bold;
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;	
}
.vcard .tel
{
	font-size: 16px;
}
.ContentPane .Normal
{
	padding: 20px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	line-height: 21px;
}
.ContentPane .Normal ol
{
	margin: 0 0 0 20px;
}
/*------formLinks styles-------*/
.formLinks a:link, a:visited
{
	text-decoration: underline;
	padding-left: 25px;
}
.formLinks a[href$='.pdf']
{
	background: transparent url(images/pdf.png) top left no-repeat;
}
.formLinks a[href$='.txt']
{
	background: transparent url(images/txt.png) top left no-repeat;
}
.formLinks a[href$='.doc'], a[href$='.docx'], a[href$='.odt']
{
	background: transparent url(images/doc.png) top left no-repeat;
}
.formLinks a[href$='.xls'], a[href$='.xlsx']
{
	background: transparent url(images/spreadsheet.png) top left no-repeat;
}
.formLinks a[href^='http']
{
	background: transparent url(images/web.png) top left no-repeat;
}

/*-----------------Footer styles-----------------------*/
#footerWrap
{
	position: relative;
	width: 100%;
	margin-top: -140px; /* negative value of footer height */
	height: 140px;
	clear: both;
	background: #00457c left bottom repeat-x url(images/footer_bg.jpg);
	/*background: pink;*/
}
#footer
{
	width: 890px;
	margin: 0 auto;
	font-size: 12px;
	padding: 100px 0 0 0;
}
#footer a:link, #footer a:visited,
{
	text-decoration: underline;
}
#copy
{
	width: 260px;
	float: left;
}
#credit
{
	float: left;
	clear: none;
}
.FootNav
{
	width: 380px;
	float: right;
	clear: none;
}
.FootNav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.FootNav li
{
	display: inline;
	padding: 0 10px;
}
.FootNav
{
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 1024px)
{
	.tel a:link, .tel a:visited
	{
		color:  red;
		text-decoration: underline;
	}
	.tel a:active
	{
		color: red;
	}
}

/*Opera Fix*/
body:before 
{
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;/
}



/*  STICKY FOOTER NOTES
1. Do not use vertical margins with this code. You must use vertical padding instead.
2. Do not use relative font sizing - e.g. "em". Use absolute sizing - e.g. "px".
3. When using with .NET, you must add form tag to height 100% statement: 
	html, body, form, #wrap {height: 100%;}
*/