html {
	padding: 0;
	margin: 0;	
}

body {
	background: #975463 url(/images/bg-body.png) top center repeat-x;
	padding: 0;
	margin: 0;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
}

html, body {
	height: 100%;
}

/*Element styles*/

p, li {
	font-size: 14px;
	font-family: arial;
	color: #000;
}

h1 {
	font-size: 1.3em;
	font-weight: bolder;
	color: #7b173e;
	padding-top:5px;
	padding-bottom:5px;
	text-transform: capitalize;
}

h2 {
	font-size: 1em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #7b173e;
	padding-top:15px;
}

h2.italic-header {
	font-style: italic;
}

h3 {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 0.9em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #7b173e;
}

a {
	color: #7b173e;
	text-decoration: underline;
}

a:hover {
	color: #666;
}

a:active, a:visited, a:link {
	color: #7b173e;
}

a img {
	border: none;
}

li {
	padding-left: 10px;
	list-style-position: inside;
}

.pink {
	color: #79173e;
}

/*floats*/
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.floatcenter {
	margin: 0px auto;
}

.float-wrap {
	overflow: hidden;
}

/* text styles*/
.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.italic-text {
	font-style: italic;
}

.bold-text {
	font-weight:bold;
}

/*padding*/

.no-padding {
	padding: 0;
}

.padall {
	padding: 30px;
}

.padleft {
	padding-left: 30px;
}

.padright {
	padding-right: 30px;
}

.padtop {
	padding-top: 30px;
}

.padtop20 {
	padding-top: 20px;
}

.padbottom {
	padding-bottom: 30px;
}

/*Margin Kills & Buffer*/

.no-margin {
	margin:0;
}

.marginbottom {
	margin-bottom: 20px;
}

.margintop {
	margin-top: 20px;
}

.marginright {
	margin-right: 20px;
}

.marginleft {
	margin-left: 20px;
}

/*Basic Layout*/
#wrapper {
	margin: 0px auto;
	width: 1000px;
}

#container {
	background: #fff;
	margin: 0px auto;
	height: 100%;
}

#content-wrapper {
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	overflow: hidden;
}

.content {
	padding: 20px 30px 30px 30px;
}

.content-with-sidebar {
	width: 540px;
	float: left;
	padding: 20px 30px 30px 30px;
}

.sidebar {
	width: 330px;
	margin: 30px 50px 30px 0;
	float: right;
	min-height: 300px;
	text-align: left;
}

#content-bottom {
	border-top: 3px solid #7c173e;
	background: #ccc;
	min-height: 110px;
	clear: both;
	text-align: center;
}

/*columns*/

.column-wrapper {
	overflow: hidden;
}

.col1 {
    float:left;
    width:280px;
}

.col2 {
    float:left;
    width:320px;
}
.col3 {
    float:left;
    width:335px;
}

/*HEADER DIVs*/
#contact-info-top {
	overflow: hidden;
	padding: 10px 0 5px;
}

#address {
	float: left;
}

#phone {
	float: right;
	text-align: right;
}

#address p, #phone p {
	color: #fff;
}

#header {
	margin: 0px auto;
	height: 282px;
	background: #fff;
	border: 2px solid #ccc;
}

.logo {
	float: left;
	padding: 45px 5px 0 100px;
}

.tagline {
	float: left;
	padding: 161px 0 0;
}

.tagline p {
	font-size: 18px;
}

/* header backgrounds*/

.home #header {
	background: #fff url(/images/header/group-of-people.jpg) top right no-repeat;
}

.accepted-insurance #header {
	background: #fff url(/images/header/claim-form.jpg) top right no-repeat;
}

.contact-us #header {
	background: #fff url(/images/header/phone-keyboard.jpg) top right no-repeat;
}

.new-patients #header, .map #header {
	background: #fff url(/images/header/building.jpg) top right no-repeat;
}

.services-and-procedures #header {
	background: #fff url(/images/header/exercise-treadmill.jpg) top right no-repeat;
}

.healthy-eating #header {
	background: #fff url(/images/header/wine-food.jpg) top right no-repeat;
} 

.healthy-living #header {
	background: #fff url(/images/header/aquatics-class.jpg) top right no-repeat;
}

.risk-factors #header {
	background: #fff url(/images/header/elderly-lady.jpg) top right no-repeat;
}

.symptoms #header {
	background: #fff url(/images/header/chest-pain.jpg) top right no-repeat;
}

.affiliations #header {
	background: #fff url(/images/header/nurse-hospital.jpg) top right no-repeat;
}


/*Main Nav*/
			
		#navigation {
			margin: 0px auto;
			padding: 14px 0 14px 50px;
			margin: 0px auto;
		}
		
		ul#main-menu a
		{
			font-weight: normal;
			text-decoration: none;
			font-family: arial;
		}
		
		ul#main-menu a.current {
			color: #ccc;
		}

		#main-menu ul{
			text-align: center; 	
			display: inline;
			margin-left: 20px;
		}
		
		ul#main-menu, ul#main-menu ul, ul#main-menu li
		{
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}
		
		ul#main-menu li { 
			display: inline;
		 	border-right: 1px solid #ccc;
		 	line-height: 18px;
		 	list-style: none;
		 }
		
		ul#main-menu li.last {
			border: none;
		}
		
		ul#main-menu li a
		{
		color: #fff;
		text-decoration: none;
		min-height: 100%;
		font-size: 14px;
		padding: 22px 9px;
		}
		
		ul#main-menu li a:hover
		{
			color: #999;
		}
		
		.last {
			border: none;
		}
		
/*DROPDOWN MENUS*/

ul#submenu { 
	display: none;
-webkit-box-shadow: 0px 5px 10px 0px #666666;
-moz-box-shadow: 0px 5px 10px 0px #666666;
box-shadow: 0px 5px 10px 0px #666666; 
top: 50px;
*margin-left:-157px;
z-index: 200;
min-width: 150px;
}

ul#submenu li { 
	float: none; border-bottom:1px solid #ccc; border-right: none;text-align:left; padding:4px; background:7b173e;
}

ul#submenu li.last {
	border: none;
}

ul#submenu li a
{
	padding: 0px;
	margin: 0px;
	background: none;
}

ul#main-menu li:hover ul#submenu
{
	display: block;
	position: absolute;
	font-size: 8pt;
}

ul#main-menu li:hover ul#submenu li a
{
	display: block;
	border: none;
	padding: 2px;
	background: none;
}

/*Footer Menu */

#footer {
	margin: 0px auto;
	clear: both;
	width: 1000px;
	text-align: center;
}

#footer ul
{
text-align: center;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
width: 100%;
/* fixes Firefox 0.9.3 */
font-family: Arial,Helvetica,sans-serif;
color: #000;
}

#footer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
line-height: 20px;
}

#footer ul li a
{
border-right: 1px solid #fff;
color: #fff;
padding-left: 4px;
padding-right: 6px;    
text-decoration: none;
font-size: 14px;
}

#footer ul li a.last {
	border: none;
}

#footer ul li a:hover
{
color: #ccc;
}

/*Footer Styles */

#footer {
	padding-top: 20px;
	padding-bottom: 5px;
	color: #fff;
	background: #4a1b23;
}

#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

/*Copyright div */
#copyright {
	margin: 0px auto;
	text-align: center;
	color: #fff;
	font-size: 11px;
	padding: 15px 0;
}

#copyright p {
	color: #fff;
}

#copyright a {
	color: #fff;
	text-decoration: none;
}

#copyright a:hover {
	color: #fff;
}

/*misc*/

/*rounded button with gradient*/
.gradient-box {
	background: url(/images/bg-gradient-box.png) center no-repeat;
	width: 327px;
	height: 76px;
}

.gradient-box p {
	text-align: center;
	color: #fff;
	padding: 10px;
}

.gradient-box a {
	color: #fff;
	text-decoration: none;
}

/*light gray text*/
.light-gray {
	color: #999;
}

/*larger text @ 18px*/
.large18 {
	font-size: 16px;
} 

/*bright red text*/
.bright-red {
	color: #ff0000;
}

/* sidebar box styles on new patients page*/
.sidebar-red-box {
	background: #371e16;
	padding: 20px 20px 20px 30px;
}

.sidebar-red-box p, .sidebar-red-box a, .sidebar-red-box h2, .sidebar-light-red-box a, .sidebar-light-red-box p {
	color: #fff;
	text-decoration: none;
}

.sidebar-red-box h2.underline {
	border-bottom: 1px solid #666;
	color: #fff;
}

/*sidebar lighter sidebar box*/
.sidebar-light-red-box {
	background: #552f2e;
	padding: 10px 30px;
	text-align: center;
}

/*home sidebar buttons*/
.home-sidebar-menu-item {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
	text-transform: uppercase;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 20px;
}

.home-sidebar-menu-item:hover {
	border: 1px solid #7b173e;
}

.home-sidebar-menu-item a {
	text-decoration: none;
	color: #999;	
}

.home-sidebar-menu-item:hover a {
	color: #7b173e;
}

/*gray box quote padding*/
.quote {
	padding: 20px 15px;
	margin: 0;
}