/*-----------------------------------------------------------------------------------------------*/
/*                                      URBAN SPA THEME                                          */
/*-----------------------------------------------------------------------------------------------*/

/* THEME STYLES 
------------------------------------------------- */

@import url('style.css');

/*-----------------------------------------------------------------------------------------------*/
/*                         CSS RESET (MODIFIED VERSION OF YAHOO UI CSS RESET)                    */
/*-----------------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

img {
	border: none;
	text-decoration: none;
}

*:focus {
	outline: none;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                               STYLES                                          */
/*-----------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
}

h1, h2, h3, h4, h5 {}

h1 {font-size: 3.5em;}

h2 {font-size: 3em;}

h3 {font-size: 2em;}

h4 {font-size: 1.5em;}

h5 {font-size: 1em; font-weight: bold;}

p {margin: 10px 0;}

a {text-decoration: none;}

a:hover {text-decoration: underline;}

strong {
	font-weight: bold;
}

em {
	
}

.lFloat {
	float: left;
	margin: 0 10px 10px 0;
}

.rFloat {
	float: right;
	margin: 0 0 10px 10px;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                            COMMON LAYOUT                                      */
/*-----------------------------------------------------------------------------------------------*/

#wrapper, #footer {
	width: 778px;
	margin: auto;
	padding: 11px 11px 0 11px;
}

	#header {
		height: 200px;
		background: transparent url(../images/header.jpg) no-repeat;
	}
	
	#menu {
		height: 27px;
		line-height: 27px;
		border-top: solid 2px;
		border-bottom: solid 2px;
		text-align: right;
		font-size: 1.12em;
		padding: 0 5px;
	}
	
		#menu .menuLeft {
			float: left;
		}
		
		#menu a {
			text-decoration: none;
			font-weight: bold;
			margin: 0 3px;
		}
		
	#content {
		overflow: hidden;
		background-repeat: repeat-y;
		background-position: left;
		position: relative;
		min-height: 350px;
		height: auto !important;
		height: 350px;
	}
	
		#main {
			width: 532px;
			padding: 25px;
			float: right;
			min-height: 350px;
			height: auto !important;
			height: 350px;
		}
		
			#main h2 {
				margin-bottom: .8em;
			}
			
			#main p a {
				text-decoration: underline;
			}
		
		#sidebar {
			width: 168px;
			padding: 25px 10px 155px 10px;
			float: left;
		}
		
			#sidebar ul {
				
				font-size: 1.2em;
			}
			
			#sidebar ul a {
				margin-left: 15px;
			}
			
			#sidebar ul.contactInfo {
				margin: 10px 0;
				font-size: 1em;
				
			}
			
			#sidebar > ul.contactInfo {position: absolute; bottom: 24px; }
			#sidebar > ul.contactInfo a {margin-left: 0px;}

	#footer {
		text-align: center;
		font-size: .75em;
	}
	
		#footer a {
			text-decoration: none;
			margin: 0 3px;
			line-height: 1.8em;
		}
		
		#footer a em {
			text-decoration: underline;
		}

/*-----------------------------------------------------------------------------------------------*/
/*                                            SERVICES PAGE                                      */
/*-----------------------------------------------------------------------------------------------*/

.pServices p {
	border-bottom: dotted 1px;
	padding: 0 0 10px 0;
}

.pServices h5 strong {
	margin: 0 15px;
}

.pServices h5 a {
	font-size: .9em;
	margin: 0 3px;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                            SERVICES PAGE                                      */
/*-----------------------------------------------------------------------------------------------*/

.pBenefits h4 {
	margin-top: 25px;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                            LINKS PAGE                                         */
/*-----------------------------------------------------------------------------------------------*/

.pLinks p {
	border-bottom: dotted 1px;
	padding: 0 0 10px 0;
}

.pLinks a {
	display: block;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                            CALENDAR PAGE                                      */
/*-----------------------------------------------------------------------------------------------*/

/* APPT BOOK WEEK VIEW
	---------------------- */

	table
	{display: table;}

	table.appt-book
	{
	margin: 0 0 7px 7px;
	width: 500px;
	}

			table.appt-book tr.nav td.link
			{text-align: right;}

			table.appt-book tr.nav td a
			{font-size: 12px;}

			table.appt-book tr.title td
			{
			padding: 3px 5px;
			}

		table.appt-book tr.stripe 
		{
		}

			table.appt-book td
			{
			padding: 5px;
			width: 20px;
			border-bottom: none;
			border-right: none;
			}

			table.appt-book td.time
			{
			color: #333;
			width: 20px;
			}


form.appt
	{
	margin: 15px 0 15px 0;
	}
