@import "social.css";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	/*background-color: #C1FFDD; /// Found in Color Sheet */
}

h1 {
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h2 {
	margin: 0px 10px 10px 10px;
	padding: 5px 0 5px 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

h3 {
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

h4 {
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

h5 {
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}

p {
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

a {
	outline-style: none;
	/*color: #00652E; /// Found in Color Sheet */
	text-decoration: none;
}

a:hover {
	/*color: #5f7e8e; /// Found in Color Sheet */
}


/***** Structure *****/

#contain {
	margin: 0 auto;
	width: 950px;
	
	/*background-image: url(images/containBG.jpg);
	background-repeat: repeat-y;
	background-color: #013a17; /// Found in Color Sheet */
}


/*** Header ***/

#head {
	width: 950px;
	height: 383px;
	/*background-image: url(images/header.jpg);
	background-repeat: no-repeat; /// Found in Color Sheet */
}


/*** Navigation Menu ***/

#menu {
	margin: 0 auto;
	width: 888px;
	height: 57px;
}

ul#menuBack {
	list-style: none;
	background: url(images/menu/menuBG.jpg);
	width: 888px;
	overflow: auto;
}

ul#menuBack li.colorSlide {
	width: 111px;
	height: 42px;
	display: block;
	float: left;
}

ul#menuBack li#slide1 {
	background: url(images/menu/slide1.jpg) no-repeat;
}

ul#menuBack li#slide2 {
	background: url(images/menu/slide2.jpg) no-repeat;
}

ul#menuBack li#slide3 {
	background: url(images/menu/slide3.jpg) no-repeat;
}

ul#menuBack li#slide4 {
	background: url(images/menu/slide4.jpg) no-repeat;
}

ul#menuBack li#slide5 {
	background: url(images/menu/slide5.jpg) no-repeat;
}

ul#menuBack li#slide6 {
	background: url(images/menu/slide6.jpg) no-repeat;
}

ul#menuBack li#slide7 {
	background: url(images/menu/slide7.jpg) no-repeat;
}

ul#menuBack li#slide8 {
	background: url(images/menu/slide8.jpg) no-repeat;
}

a.menuLink {
	width: 111px;
	height: 42px;
	display: block;
	
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 42px;
	
	color: #000000;
}

a.menuLink:hover {
	color: #ffffff;
}


/*** Content ***/

#content {
	margin: 0 auto;
	width: 888px;
	/*background-image: url(images/contentBG.jpg);
	background-repeat: repeat-y; /// Found in Color Sheet */
}

#pageTitle h2 {
	/*color: #ffffff;
	border-bottom: 1px solid #214451; /// Found in Color Sheet */
}

#contentLeft {
	float: left;
	display: inline;
	width: 232px;
}

#contentRight {
	float: right;
	display: inline;
	width: 656px;
}

/** Sidebar **/

#sidebar {
	padding: 0 10px 0 0;
}

#address {
	margin: 0 10px 10px 10px;
	padding: 5px;
	/*background-color: #1e8f51;
	border: 5px solid #013a17; /// Found in Color Sheet */
}

#address h1 {
	/*color: #ffffff; /// Found in Color Sheet */
}

#address p {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	/*color: #b8d3e2; /// Found in Color Sheet */
}

#address p.call {
	margin: 0 0 5px 0;;
	font-size: 18px;
	font-weight: bold;
	/*color: #ffffff; /// Found in Color Sheet */
}

#contactForm {
	margin: 0 10px 10px 10px;
	padding: 5px;
	/*background-color: #1e8f51;
	border: 5px solid #013a17; /// Found in Color Sheet */
}

#contactForm p {
	margin: 0 0 5px 0;
	font-weight: bold;
	/*color: #ffffff; /// Found in Color Sheet */
}

#contactForm input, textarea {
	/*border: 2px solid #00652e; /// Found in Color Sheet */
}

#contactForm span.submit input {
	font-weight: bold;
	/*color: #ffffff;
	background-color: #8aa3b1;
	border: 2px solid #214451; /// Found in Color Sheet */
}

#specials {
	margin: 0 10px 10px 10px;
	padding: 5px;
	text-align: center;
}

#specials a p, #specials a h4 {
	text-align: center;
}

/** Tag **/

#tag {
	padding: 75px 10px 0 0;
	text-align: center;
}

#tag ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	
	font-size: 13px;
	font-weight: bold;
}

#tag ul li {
	display: inline;
	margin: 0;
	padding: 0 2px 0 5px;
	/*border-left: 1px solid #214451; /// Found in Color Sheet */
}

#tag ul li.first {
	border: none;
}

#tag p {
	margin: 0 0 5px 0;
	font-size: 11px;
	text-align: center;
	/*color: #8AA3B1; /// Found in Color Sheet */
}


/*** Footer ***/

#foot {
	margin: 0 auto;
	padding: 35px 0 0 0;
	width: 888px;
}

#foot p {
	margin: 0 0 3px 0;
	font-weight: bold;
	/*color: #ffffff;  /// Found in Color Sheet */
}

#foot p.d101 {
	float: right;
	display: inline;
}

#foot p.d101 a {
	/*color: #ffffff; /// Found in Color Sheet */
}

#foot p.d101 a:hover {
	/*color: #5F7E8E; /// Found in Color Sheet */
}


/***** General Classes *****/

div.clear {
	clear: both;
}

div.alignRight {
	text-align: right;
}

#list ul {
	list-style-position: inside;
	list-style: square;
}

#list ul li {
	margin: 0 0 5px 20px;
}

#list ul li a {
	font-weight: bold;
}

#list ul li ul li {
	/*color: #00652E; /// Found in Color Sheet */
}

ul.catNav {
	margin: 0 0 20px 0;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	
	font-size: 11px;
	text-align: center;
}

ul.catNav li {
	display: inline;
	margin: 0;
	padding: 0 2px 0 5px;
	/*border-left: 1px solid #214451; /// Found in Color Sheet */
}

ul.catNav li.first {
	border: none;
}

img.rightIMG {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
	/*border: 1px solid #000000; /// Found in Color Sheet */
}


/***** Specific Pages *****/

/*** Home ***/

#home {
	padding: 0 10px 0 0;
}

#home p {
	color: #214451;
}


/*** Our Team ***/

#team {
	padding: 0 10px 0 0;
}


/*** Services ***/

#services {
	padding: 0 10px 0 0;
}

#services ul {
	list-style-position: inside;
	list-style: square;
}

#services ul.description {
	margin: 0 0 10px 0;
}

#services ul.description li {
	margin: 0 0 5px 20px;
}

#services .procImages {
	margin: 0 0 10px 0;
}

#services .procImages img {
	margin-right: 10px;
	border: 1px solid Black;
}


/*** Smile Gallery ***/

#gallery {
	padding: 0 10px 0 0;
}

#gallery img {
	margin: 0 10px 10px 0;
	border: 1px solid #000000;
}

body.galleryBody {
	margin: 10px;
	background-color: #8AA3B1;
	text-align: center;
}

#galleryPop {
	margin: 0 auto;
	padding: 10px;
	width: 500px;
	background-color: #ffffff;
	border: 10px solid #214451;
}

p.galleryPhone {
	margin: 0;
	text-align: right;
	position: relative;
	bottom: -22px;
}

#galleryPop h5 {
	width: 100%;
	border-bottom: 1px solid #000000;
}

p.galleryTitle {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #00652E;
}

#galleryPop table {
	margin: 0 auto 20px auto;
}

#galleryPop td {
	padding: 10px;
}

#galleryPop img {
	border: 1px solid #000000;
}

p.galleryClose {
	margin: 0;
	font-size: 12px;
	text-align: right;
}

p.galleryClose a {
	font-weight: bold;
	color: #214451;
}

p.galleryClose a:hover {
	color: #00652E;
}


/*** Office Tour ***/

#tour {
	padding: 0 10px 0 0;
}

/** Slide Show **/

/* default link style - needed to make the :active work correctly in IE */
tour.a, tour.a:visited, tour.a:hover, tour.a:active {
color:#000;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
width:480px; 
height:464px; 
background:#eee url(images/office/show/outsideoffice.jpg) 15px 40px no-repeat;
border:1px solid #aaa;
margin:0 auto;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.show {
padding:0; 
margin:400px 0 0 0; 
list-style-type:none; 
position:relative; 
width:480px;
}
/* remove the default image border */
.show img {
border:0;
}
/* make the list horizontal */
.show li {
float:left;
}
/* style the link text to be central in a surrounding box */
.show li a, .show li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:26px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.show li a img {
position:absolute; 
top:-400px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.show li a img.landscape {
top:-360px;
border-left:15px solid #eee;
border-right:15px solid #eee;
}
/* fix the left position for the portrait images */
.show li a img.portrait {
left:0;
border-left:90px solid #eee;
border-right:90px solid #eee;
}
/* style the hover background color for the text boxes */
.show li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.show li a:active, .show li a:focus {
background:#444; 
color:#fff;
}
/* make the images visible on active/focus */
.show li a:active img, .show li a:focus img {
visibility:visible;
}


/*** Testimonials ***/

#testimonials {
	padding: 0 10px 0 0;
}


/*** Forms ***/

#forms {
	padding: 0 10px 0 0;
}

#forms img.acrobat {
	margin: 25px 0 0 0;
}

/*** Contact Us ***/

#contact {
	padding: 0 10px 0 0;
}

#contact h4 {
	margin: 0 0 2px 0;
	font-size: 16px;
}

#contact div.googleMap {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
}


/*** Site Map ***/

#sitemap {
	padding: 0 10px 0 0;
}

#sitemap ul {
	list-style-position: inside;
	list-style: square;
}

#sitemap ul li {
	margin: 0 0 5px 20px;
	font-weight: bold;
}

#sitemap ul li ul {
	margin-top: 5px;
}
