/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/
/* Import font-face stylesheet */

@import url('fonts.css');



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: -25px -240px 0 0;
	width: 603px;
	top:-5px;
}
#content {
	
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 252px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */

input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: AdobeGaramondProRegular, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */


#access .menu-header,
div.menu,
#colophon,
#branding,
#main {
	margin: 0 auto;
	width: 970px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-size: 14px;
	line-height: 18px;
	/* Trebuchet-based sans serif stack */
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", 
	Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* end font stack */
	color: #373532;
	background: #74706a;
	
	}
#header{width: 972px; position: relative; margin: 0 auto; }
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
	font-size: 110%;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}

a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
#wrapper{
	min-width: 1006px;
	width: 100%;
		background: #ffffff url(images/container-bg2.png) 50% 0 repeat-x;
}


ul.bullet {list-style: disc outside; margin: 18px 0 18px 0;}
		/* ul.bullet li {margin-left: 18px;} */
	ul.bullet, ul.sitemap-list {
		list-style: none;
		display: block;
		margin: 18px 9px 18px 0;
		}
		ul.sitemap-list li a {font-weight: bold;}
			ul.sitemap-list ul li  {font-weight: normal;}
	ul.bullet li {padding-left: 27px; background: url(images/bullet.jpg) 0 0px no-repeat; }
		ul.bullet ul {margin: 0 0 9px 0;}
			ul.bullet ul li {padding-left: 27px; background: url(images/bullet.jpg) 0 0 no-repeat; margin-left: 9px;}

	


/*IMAGES*/

	img {display: inline; border: 0; outline: 0;}

	img .left {

		position: relative;

		float: left;

		margin: 0 18px 18px 0;

		border: 2px solid;

		-moz-border-radius: 6px; /* Optional - you may customize or remove */

		-webkit-border-radius: 6px;

		padding: 7px;		

		}

	img .right {

		position: relative;

		float: right;

		margin: 0 0px 18px 9px;

		clear: right;

		border: 2px solid;

		-moz-border-radius: 6px; /* Optional - you may customize or remove */

		-webkit-border-radius: 6px;

		padding: 7px;	

		background: #fff;	

		}

	.img-staff {position: relative; float: right; display: block; margin: 0 -335px 36px 0; text-align: center;}

	img .center {

		margin: 9px auto; 

		text-align: center; 

		border: 1px solid;

		vertical-align: middle;

		}

	.noborder {border: none;}

	.img-profile {

		position: relative;

		float: left;

		border: 1px solid; 

		overflow: hidden; 

		display: block; 

		margin: 0 18px 18px 18px;

		padding: 9px;

		background: #003851;

		-moz-border-radius: 9px;

		-webkit-border-radius: 9px;

		}

	

/* =Header
-------------------------------------------------------------- */
#header {
	
	height: 477px;
	text-align: left;
	background: #ffffff url(images/site-bg.png) 50% -468px no-repeat;
}

#header address {
			display: block;
			width: 207px;
			position: absolute;
			top: 9px;
			right: 0;
			}
			#header address span {
				font-size: 13px;
				color: #f6ede0;t
				text-shadow: 0 1px rgba(0,0,0,0.65);
				}
			#header address span.callout-phone {
				display: block;
				position: relative;
				font-size: 26px;
				line-height: 30px;
				font-style: normal;
				font-family: Georgia, "Times New Roman", Times, serif;
				color: #fffff;
				}
				/*phone number gradient*/
				#header address span.callout-phone span {
					
					position: absolute;
					width: 100%;
					height: 30px;
					display: block;	
					z-index: 100;
					}
		#header h1#logo {
			width: 417px;
			height: 270px;
			margin: 0;
			position: absolute;
			top: 80px;
			left: 0;
			}
		
			#header h1#logo a {
				width: 359px;
				height: 210px;
				position: absolute;
				top: 50px;
				left: 36px; 				
				display: block;
				text-indent: -999em;
				overflow: hidden;			
				}
		#header h2.strapline {position: absolute; left: -999em; width: 0; height: 0; overflow: hidden; text-indent: -999em; }	
		#header img.photo {
			position: absolute;
			top: 188px;
			left: 454px;
			z-index: 0;
			}


/*HEADINGS*/
	h1, h2, h3, h4, h5, h6, dt {font-weight: normal; }
	h1, dt, #sidebar h3 {font-family: 'AdobeGaramondProRegular';}
	h1 {
		line-height: 36px; 
		margin: 0 0 18px;
		}
	h2 {
		font-size: 25px;
		line-height: 27px;
		margin: 18px 0 12px;
		}
		h2 span {display: block; font-size: 95%;}
	h3 {
		font-size: 18px;
		margin: 0 0 18px;
		display: inline;
		}
	h4 {
		font-size: 18px;
		line-height: 18px;
		margin: 9px 0 9px;
		}
	h5 {
		font-size: 14px;
		line-height: 18px;
		margin: 18px 0 0;
		}


/* =Content
-------------------------------------------------------------- */

#main {
	padding: 0;
	color: #373532;
}
#main
#content {
	margin-bottom: 36px;
	width: 603px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 18px;
}

#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
		#content h3 span {}

#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
#content {
		margin: 0 333px 0 36px;
		padding: 0 0 18px;
		text-align: left;
		}
	body.interior #content {min-height: 630px;}
		
		#content a:hover {text-shadow: 0 1px rgba(255,255,255,0.65);}
		#content h1.headline {
			font-size: 36px;
			font-weight: bold;
			line-height: 54px;
			margin: 0;
			text-align: left;
			position: relative;
			color: #125c81;
			text-shadow: 0 1px rgba(255,255,255,0.75);
			white-space: nowrap;
			}
			#content h1.headline em {font-size: 22px; line-height: 36px; display: block; color: #e88e00; text-align: right;}
		#content h2 {color: #14658e; font-weight: bold;}
			#content h2 em {font-size: 95%;}
		#content h2.summary {
			font-size: 18px; 
			color: #14658e;
			font-style: italic; 
			font-weight: normal;
			margin: 0 0 36px; 
			}
		#content h3 {font-weight: bold; color:#14658e;}
			#content h3 span {}
		#content h4 {font-weight: bold;}
		#content dt {font-weight: bold;}
		#content dt span {}
		/* on-page sub nav */
		#content p.sub_nav {line-height: 27px; margin: 0 0 9px; font-size: 12px;}
			#content p.sub_nav a {font-weight: bold; text-decoration: none;}
			#content p.sub_nav a:hover, #content p.sub_nav a.active {
				text-decoration: underline;
				}

.entry-content a {font-size: 15px; font-weight: normal; font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", 
		  "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;}
		#content a:hover {text-shadow: 0 1px rgba(255,255,255,0.65);}

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	font-size: 36px;
	font-weight: bold;
	line-height: 54px;
	margin: 0;
	text-align: left;
	position: relative;
	color: #125c81;
	text-shadow: 0 1px rgba(255,255,255,0.75);
	white-space: nowrap;
	font-family:'AdobeGaramondProRegular';

}
.entry-title a:link,
.entry-title a:visited {
	
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: orange;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-content a {font-size: 15px; font-weight: normal; font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", 
		  "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.tour-styled dt{
	border-top: 1px solid black;
	text-align: right;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */
#content img{
	max-width: 640px;
}

#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
img.right {
clear:right;
float:right;
margin:0 0 15px 15px;
}

/* =Navigation
-------------------------------------------------------------- */

#navigation {
		width: 720px;
		height: 63px;
		position: absolute;
		top: 18px;
		left: 50%;
		margin-left: -435px;
		z-index: 500;
		text-align: left;	
}
#navigation ul {
	width: 720px;
	height: 63px;
	}
#navigation ul li {display: inline; float: left;}
#navigation ul li a {display: block;}

#our-blog,#our-team, #your-first-visit, 
#new-patients, #general-dentistry, 
#cosmetic-dentistry, #contact {
	height: 63px;
	overflow: hidden;
	text-indent: -999em;
	background: url(images/site-bg.png) no-repeat;
	}
	#navigation ul li #our-blog {width:65px; background-position: -24px 0px;}
	#navigation ul li:hover #our-blog, #navigation ul li.sfhover #our-blog, 
	#navigation ul li.active #our-blog {background-position: -24px -63px;}

#navigation  ul li #general-dentistry {width: 69px; background-position: -89px 0px;}
	#navigation  ul li:hover #general-dentistry, #navigation ul li.sfhover #general-dentistry, 
	#navigation  ul li.active #general-dentistry {background-position: -89px -63px;}

	#navigation ul li #our-team {width:83px; background-position: -158px 0px;}
	#navigation ul li:hover #our-team, #navigation ul li.sfhover #our-team, 
	#navigation ul li.active #our-team {background-position: -158px -63px;}
					
	#navigation  ul li #your-first-visit {width: 135px; background-position: -241px 0;}
	#navigation  ul li:hover #your-first-visit, #navigation ul li.sfhover #your-first-visit, 
	#navigation  ul li.active #your-first-visit {background-position: -241px -63px;}

	#navigation  ul li #new-patients {width: 109px; background-position: -376px 0px;}
	#navigation  ul li:hover #new-patients, #navigation ul li.sfhover #new-patients, 
	#navigation  ul li.active #new-patients {background-position: -376px -63px}

	

	#navigation ul li #cosmetic-dentistry {width: 145px; background-position: -488px 0px;}
	#navigation ul li:hover #cosmetic-dentistry, #navigation ul li.sfhover #cosmetic-dentistry, 
	#navigation ul li.active #cosmetic-dentistry {background-position: -488px -63px;}

	#navigation ul li #contact {width: 70px; background-position: -633px 0px;}
	#navigation ul li:hover #contact, #navigation ul li.sfhover #contact, 
	#navigation ul li.active #contact {background-position: -633px -63px;}
/* dropdown NAV styles */
				#navigation ul li ul {
					width: 216px;
					height: auto;
					position: absolute;
					left: -999em;
					display: block;
					margin: -18px 0 0;
					background: #f6ede0 url(images/subnav-bg.png) 50% 100% no-repeat;
					border: 5px solid #1a83b8;
					-moz-border-radius: 9px;
					-webkit-border-radius: 9px;
					-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.35);
					-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.35);
					padding: 9px 0;
					}
				#navigation ul li:hover ul, #navigation ul li.sfhover ul,
				  #utility-nav ul li:hover ul, #utility-nav ul li.sfhover ul {
						left: auto;
					}
					/*Horizontally Centers UL*/
					 
					#navigation ul li.our-blog {margin-left: -54px;}
					#navigation ul li.our-team ul {margin-left: -54px;}
					#navigation ul li.your-first-visit ul {margin-left: -45px;}
					#navigation ul li.new-patients ul {margin-left: -54px;}
					#navigation ul li.general-dentistry ul {margin-left: -36px;}
					#navigation ul li.cosmetic-dentistry ul {margin-left: -27px;}
					#navigation ul li.contact ul {margin-left: -63px;}

					
					#navigation ul li ul li, #utility-nav ul li ul li {float: none;}
						#navigation ul li ul li a, #utility-nav ul li ul li a {
							display: block;
							
							float: none;
							font-weight: normal;
							text-decoration: none;
							line-height: 27px;
							padding: 0 18px;
							text-align: left;
							color: #092f41;
							}
	#navigation ul li ul li a:hover, #navigation ul li ul li.active a, 
	#utility-nav ul li ul li a:hover, #utility-nav ul li ul li.active a {color: #4587c1; font-weight: bold;}
	
/*SIDEBAR*/
#callouts {margin: 0; padding-top: 27px;list-style: none;display: inline;}
				
			#sidebar #callouts li img {display: block; position: relative;}
			 

			#sidebar #callouts li a:hover img {top: 2px;}
			#sidebar ul li{list-style: none;}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}f
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,

.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	font-size: 26px;
	font-weight: bold; 
	color: #125C81; 
	text-shadow: 0 1px rgba(255,255,255,0.75); 
	line-height: 150%; 
	margin: 9px 0 27px 27px;
}
.widget-area a:link,
.widget-area a:visited {
	
	text-decoration: none;
	line-height: 24px;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area{
	display: inline;
}
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
	list-style: none;
}
#main .widget-area ul ul li a{
	padding-left: 18px;
}
#main .widget-area ul ul li a:hover, #main .widget-area ul ul li.current_page_item a {
	background: url(images/icon_sidebar_active.png) 0 50% no-repeat; 
	COLOR: orange;
}
#primary {

}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */
/*FOOTER*/
	#footer {
		position: relative;
		width: 100%;
		/*text-align: center;*/
		color: #fff;
		background: #74706a url(images/ft-bg.png) 50% 0 repeat-x;
		}
		#ft-columns {width: 954px; padding-top: 27px; margin: 0 auto;}
			#ft-columns dl {float: left;}
				#ft-columns dt {font-size: 23px; color: #ffffff; margin: 9px 0; font-weight: normal; text-shadow: 0 1px rgba(0,0,0,0.65); padding-left: 36px;}
				#ft-columns dd {padding: 9px 0 0 36px;}
					#ft-columns dd ul, #ft-columns dd li {margin: 0; line-height: 18px;}
						#ft-columns a { font-size: 13px; text-decoration: underline; color: #b6b0a6; font-weight: normal; text-shadow: 0 1px rgba(0,0,0,0.65); padding-left: 18px;}
						#ft-columns a:hover {text-decoration: underline; color: #ffffff;}
			
			#ft-columns dl.affiliations {width: 396px;}
				#ft-columns dl.affiliations dt, #ft-columns dl.affiliations dd {padding: 0 0 0 36px;}	
				#ft-columns dl.affiliations li {padding-left: 18px; line-height: 36px; background: url(images/icon_affiliate.png) 0 50% no-repeat; margin: 0;}
				
					#ft-columns dl.affiliations a {
						text-decoration: none;
						line-height: 22px; 
						padding: 6px 9px 6px 9px; 
						margin: 0;
						background: #373532; 
						border: 1px solid #373532;
						border-width: 1px 1px 1px 0;
						-moz-border-radius-topright: 9px;
						-moz-border-radius-bottomright: 9px;
						-webkit-border-top-right-radius: 9px;
						-webkit-border-bottom-right-radius: 9px;
						}
					
			#ft-columns dl.explore {width: 324px; background: url(images/site-bg.png) 0 -135px no-repeat;}
				#ft-columns dl.explore dd {padding-left: 45px;}
					#ft-columns dl.explore li a:hover, #ft-columns dl.explore li.active a {background: url(images/icon_arrow.gif) 0 50% no-repeat;}
				
			#ft-columns dl.contact {width: 216px; background: url(images/site-bg.png) -324px -135px no-repeat;}	
				#ft-columns dl.contact dd {padding-left: 54px;}
					#ft-columns dl.contact ul {margin-bottom: 9px;}
				#ft-columns dl.contact a {padding-left: 0;}
				#ft-columns dl.contact a.phone {padding-left: 27px; background: url(images/icon_phone.gif) 0 50% no-repeat;} 
				#ft-columns dl.contact a.email.addicon {padding-left: 27px; background: url(images/icon_email.gif) 0 50% no-repeat;}
				
			/*footer text nav */
			#ft-columns p.text_nav {margin: 18px 0 0;}
			#footer ul li {
				list-style: none;
			}

#footer {
	margin-bottom: 20px;

}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
			font-size: 36px;
			font-weight: bold;
			line-height: 54px;
			margin: 0;
			text-align: left;
			position: relative;
			color: #125c81;
			text-shadow: 0 1px rgba(255,255,255,0.75);
			white-space: nowrap;
			font-family: AdobeGaramondProRegular;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/*-----------------------------------------------
	Tours/Slideshows 
	*/
/* Slideshow home */
#slideshow-home {
	width: 462px;
	position: absolute;
	top: 191px;
	left: 454px;
	z-index: 0;
	}
	#slideshow-home .slideshow {
		width: 462px;
		height: 228px;
		overflow: 0;
		list-style: none;
		margin: 0;
		padding: 0;
		}
		.slideshow li img {width: 462px; height: 228px;}
	#slideshow-home div#overlay {
		width: 462px;
		height: 228px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background: url(../images/slideshow/slideshow-overlay.png);
		}
	#container #slideshow-home a {
		width: 36px;
		height: 81px;
		overflow: hidden;
		text-indent: -999em;
		display: block;
		z-index: 1000;
		position: absolute;
		top: 81px;
		outline: none;
		}
	#container a#prev {
		left: 0;
		margin-left: -36px;
		background: url(../images/slideshow/pager-prev.png) 0 0 no-repeat;
		}
	#container a#next {
		left: 462px;
		background: url(../images/slideshow/pager-next.png) 0 0 no-repeat;
		}

		

/* SESAME CSS */
img.right {
	margin: 0 0 15px 15px;
	float: right;
	clear: right;
	}
img.left {
	margin: 0 15px 15px 0;
	float: left;
	clear: left;
	}
img.left-border {
	float: left;
	clear: left;
	margin: 5px 15px 15px 0;
	border: solid 1px #333; /* Customize me! */
	}
img.right-border {
	float: right;
	clear: right;
	margin: 5px 0 15px 15px;
	border: solid 1px #333; /* Customize me! */
	}
p.flash_notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
	}
.clear {clear: both;}
/* This styled div acts as the hr for most browsers */
div.hr {
	height: 0px;
	background-color: #ffffff; /* Customize me! */
	border: solid 1px #ffffff; /* Customize me! */
	border-width: 1px 0 0 0; /* Customize me! */
	margin: 17px 0 18px;
	padding: 0;
	clear: both;
	}
/* This is the backup for screen readers */
dd.hr {
	display: none;
	border-bottom: 2px white;
	}
/* Clear Fix */
.clear {clear: both;}
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.cf {display: inline-block;} /*this trips hasLayout for ie7*/
.cf {display: block;} /*this returns it back to normal*/
* html .cf {height: 1px;}
/*-----------------------------------------------
	Before/After 
	*/

	/*CSS Styled*/
	/* Styled Before and After */
	ul.before-after-styled {
		list-style: none;
		margin: 0;
		padding: 0;}
		ul.before-after-styled li {
			width: 488px;
			margin: 0 0 17px 0;
			padding: 7px 0 9px 9px;
			border-bottom: 1px solid;
			}
			ul.before-after-styled li h2 {
				margin: 0;
				}
			ul.before-after-styled li img {
				width: 232px;
				height: 105px;
				float: left;
				border: 1px solid;
				margin: 9px 9px 0 0;
				}
			ul.before-after-styled li p {
				float: left;
				width: 50%;
				margin: 3px 0 9px 0;}
			ul.before-after-styled div.detail {
				clear: both;
				width: 456px;
				padding: 10px;
				}
				ul.before-after-styled div.detail p {
					width: 100%;
					float: none;
					}


/* anatomy of a tooth */
#anatomy-of-a-tooth {background: url(../../media.sesamehost.com/images/anatomy-of-a-tooth/anatomy-of-a-tooth-bg.gif); height: 525px; position: relative; width: 300px}
#anatomy-of-a-tooth a {cursor: help; display: block; position: absolute}
#anatomy-of-a-tooth a:hover {background: transparent}
a#bone {height: 20px; left: 30px; top: 380px; width: 40px}
a#cementum {height: 20px; left: 100px; top: 460px; width: 90px}
a#dentin {height: 20px; left: 80px; top: 165px; width: 60px}
a#enamel {height: 20px; left: 165px; top: 135px; width: 60px}
a#gingiva {height: 30px; left: 20px; top: 275px; width: 60px}
a#periodontal {height: 30px; left: 205px; top: 440px; width: 70px}
a#pulp {height: 30px; left: 125px; top: 220px; width: 50px}
a#print {cursor: pointer; height: 23px; left: 240px; top: 502px; width: 60px}
#bd #anatomy-of-a-tooth a img {border: none; display: block; height: 0; position: absolute; width: 0; margin:0; padding:0;}
#bd #anatomy-of-a-tooth a:hover img {height: 98px; width: 300px}
a#bone:hover img {left: -30px; top: -380px}
a#cementum:hover img {left: -100px; top: -460px}
a#dentin:hover img {left: -80px; top: -165px}
a#enamel:hover img {left: -165px; top: -135px}
a#gingiva:hover img {left: -20px; top: -275px}
a#periodontal:hover img {left: -205px; top: -440px}
a#pulp:hover img {left: -125px; top: -220px}

/*-----------------------------------------------
	Forms
	*/
	/* Global form styles */
	div.referral-form, div.appointment-form, div.comments {
		width: 100%;
		margin-top: 18px;
		letter-spacing: normal;
	}

	fieldset {border: 0; padding: 9px 0;margin: 0 18px;}
		fieldset h2 {margin: 0 0 9px;}
		fieldset p {margin: 0 0 18px;}
		fieldset p.disclaimer {font-size: 90%; font-style: italic; margin: 0;}
		fieldset dl {}
			fieldset dl dt {font-size: 16px; clear: both; margin: 9px 0 0;}
				fieldset dd ul {margin: 9px 0;}
					fieldset dd ul li, fieldset dd ol li {list-style: none;}
					fieldset dd li {
						clear: both;
						margin: 3px 0;
						padding: 5px 0 4px 10%;
						overflow: auto;
						height: auto;
						position: relative;
						}
					fieldset dd li:hover {background: #d5e0eb;/* customize me - this is the hover color change of li */}
					fieldset dd li input:hover, fieldset dd li input:focus,
					 fieldset dd li select:hover, fieldset dd li select:focus,
					 fieldset dd li textarea:hover, fieldset dd li textarea:focus {
					 	background: #f1f1f1;/* customize me - this is the hover color change of form fields*/
					 	outline-color: #537197;/* customize me */
					 	}
						fieldset li h3 {font-size: 12px; line-height: 18px; margin: 0;}
						fieldset li div {float: left; display: inline-block; width: 40%; position: relative; padding-right: 5%;}
						fieldset li div.input-street {width: 85%;}
						fieldset li div.input-city {width: 60%;}
						fieldset li div.input-full-name {width: 85%;}
						fieldset li div.input-phone-full {width: 85%;}
						fieldset li div.input-email {width: 85%;}
						fieldset li div.input-zip {width: 20%;}
						fieldset li div.content-switch, fieldset li div.radio, fieldset li div.checkbox {width: 85%;}
							fieldset li div.radio input {border: none;}
							fieldset li div.radio label {padding-right: 9px; font-size: 90%;}
						/*fieldset li div.hidden-content, fieldset li.hidden-content {display: none;}*/
						fieldset li div.input-select-full {width: 85%;}
						fieldset li div.input-comments {width: 85%;}
							li div.input-comments textarea {height: 63px; overflow: auto;}
						fieldset li div.input-captcha {width: 50%;}
						fieldset li div.verification {width: 35%;}
							li div.verification img {
								border: 1px solid;
								margin-top: 9px;
								-moz-border-radius: 4px; /*for Moz, optional*/
								-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
								}
							fieldset li div label {
								line-height: 18px;
								font-weight: bold;
								margin-bottom: 9px;
								font-size: 80%;
								color: #537197;/*override to match site*/
								}
							fieldset li div input, fieldset li div textarea, fieldset li div select {
								display: block;
								line-height: 18px;
								width: 100%;
								border: 1px solid;
								padding: 4px 0 3px;
								text-indent: 4px;
								margin-top: 9px;
								-moz-border-radius: 4px; /*for Moz, optional*/
								-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
								}
							fieldset li div select {height: 25px;}
							fieldset li div.radio input {display: inline; width: auto; margin-right: 4px;}
							fieldset li div div {width: 100%;}
						fieldset dl dd.form-footer button {/*these styles control the look of the button, change as necessary*/
							clear:both;/*do not change, forces button to sit below floated elements*/
							display: block;
							width: 125px;
							height: 34px;
							text-align: center;
							margin: 0;
							background:#cfdae4;/* customize me! */
							border: 1px solid #537197;
							line-height: 34px;
							color:#537197;/* customize me! */
							font-size:12px;
							font-weight:bold;
							-moz-border-radius: 4px; /*for Moz, optional*/
							-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
							}


	/* appointment form
	* Styles only for the appointment request form
	*/


	/* comment form
	* Styles only for the comments form
	*/
	/*numbering added by jQuery*/
	fieldset ol li span.comment-number {
		font-size: 150%;
		color: #537197;/* customize me*/
		position: absolute;
		left: 9px;
		top: 9px;
	}


	/* referral form
	* Styles only for the referral form
	*/
	.referral-form fieldset li div.radio {width: 40%;}

	/* JQuery */
	input.error, select.error, textarea.error {border-color: #a52003; background: #fefda1;}
	div.error {
		background: url(../images/validate_error.gif) 0 0 no-repeat;
		color: #a52003;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		display: block;
		margin: 12px -2% 0 0;
		text-indent: -999em;}
	div.success {
		background: url(../images/validate_ok.gif) 0 0 no-repeat;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		display: block;
		margin: 12px -2% 0 0;
		text-indent: -999em;}

	.contact-form div.error, .contact-form div.success {margin-left: 0;}


    .bullet li {padding-left: 27px; background: url(../../images/bullet.jpg) 0 0px no-repeat; }
.bullet  {margin: 0 0 9px 0;}
            .bullet li {padding-left: 27px; background: url(../../images/bullet.jpg) 0 0 no-repeat; margin-left: 9px;}

/*LOOPED SLIDER*/
/*
		 * Required 
		*/
		.slideContainer { display: inline; width:463px; height:270px; overflow:hidden; position:absolute; cursor:pointer;  }
		div.slides { position:absolute; top:0; left:0; }
		ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
		div.slides > div,ul.slides li { position:absolute; top:0; width:463px; display:none; padding:0; margin:0; }
		.slide>h3{ margin-top: -4px;margin-left: 25px;color: white;
							display: block;
							background: url(images/tran.png) repeat;
							font-size: 18px;
							font-style: italic;
							font-weight: normal;
							padding-right: 5px;}
		
		/*
		 * Optional
		*/
		.previous{position: absolute;height: 228px; width: 231px;background: url(images/tran.png) no-repeat;text-indent: -9000px;}
		.previous:hover{background: url(images/sliderButtonLeft.png);}
		.next{position: absolute;left: 231px;height: 228px; width:231px; background:url(images/tran.png)no-repeat;text-indent: -9000px;}
		.next:hover{background: url(images/sliderButtonRight.png);}
		#loopedSlider { margin:0 auto; width:462px; position:relative; clear:both; width:462px; height:228px;top: 188px; left: 198px; }
		ul.pagination { list-style:none; padding:0; margin:0; }
		ul.pagination li  { float:left; }
		ul.pagination li a { padding:2px 4px; }
		ul.pagination li.active a { background:blue; color:white; }

#splashSlider { margin:0 auto; width:462px; position:relative; clear:both; width:462px; height:228px;top: 188px; left: 198px; }
.splashContainer {background-url: url(images/splashSlider/background.png) repeat; display: inline; width:462px; height:270px; overflow:hidden; position:absolute; cursor:pointer;  }
#splashSlider .previous{display:none;}
#splashSlider .next{position: absolute; height: 228px; width: 462px; left: 0; background: url(images/tran.png) repeat; text-indent: -9000px;}


