/* CSS Document */

body  {
	font: 100%;
	background: url(../images/bg.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg.jpg);
	min-width: 760px;
}

#wrapper {
	width: 739px;
	margin: 0 auto;
	text-align: left;
}

.reg {
	font-size: .5em;
	line-height: .5em;
}

/* BRANDING: This is the different header images */

#branding {
	background-image: url(../images/Headers/header1.jpg);
	margin-top: 126px;
	width: 731px;
	height: 200px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding2 {
	background-image: url(../images/Headers/header2.jpg);
	margin-top: 126px;
	width: 731px;
	height: 200px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding3 {
	background-image: url(../images/Headers/header3.jpg);
	margin-top: 126px;
	width: 731px;
	height: 200px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding4 {
	background-image: url(../images/Headers/header4.jpg);
	margin-top: 126px;
	width: 731px;
	height: 200px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding5 {
	background-image: url(../images/Headers/header5.jpg);
	margin-top: 126px;
	width: 731px;
	height: 200px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding6 {
	background-image: url(../images/Headers/header6.jpg);
	margin-top: 126px;
	width: 731px;
	height: 200px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

#branding7 {
	background-image: url(../images/Headers/header7.jpg);
	margin-top: 126px;
	width: 731px;
	height: 200px;
	text-align: left;
	border: 4px solid #FFFFFF;
}

/* CONTACT: This is for the address info */

#address {
	border-bottom: 1px dashed #67A33E;
	width: 719px;
	height: 13px;
	margin-top: 15px;
	padding: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #67A33E;
}

/* CONTENT */

#content {
	width: 455px;
	float: right;
	margin-top: 13px;
}

#content h1 {
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #304E23;
}

#content h2 {
	padding-right: 20px;
	padding-left: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #67A33E;
}

#content h3 {
	padding-right: 20px;
	padding-left: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #9CC239;
} 

#content h4 {
	padding-right: 20px;
	padding-left: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #9CC239;
} 

#content p {
	padding-right: 20px;
	padding-left: 8px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}

.normal {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}

.small {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* SLIDESHOW */
	
#slideshow {
	width:410px;
	height:273px;
	padding-top: 0;
	margin-left: 10px;
	padding-bottom: 0;
	margin-right: 10px;
	float: left;
	border: 5px solid #F0F4EA;
}

/* FEATURES */

#feature {
	margin-right: 20px;
	float: right;
}

#feature2 {
	float: left;
	font-size: 10px;
	color: #000000;
	padding-left: 8px;
}

/* LEFT NAVIGATION MENU */

#mainNav {
	width: 255px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px dashed #67A33E;
	background: #304E23;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

#mainNav ul a {
	display: block;
	width: 225px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #304E23;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 8px;
	border-bottom: 1px dashed #F0EC92;
	
}

#mainNav li {
	padding-left: 10px;
	padding-right: 10px;
}

#mainNav ul a:hover {
	width: 225px;
	padding-left: 8px;
	background-color: #67A33E;
	color: #FFFFFF;
	font-weight: normal;
}

#mainNav ul a:active {
	width: 225px;
	background-color: #79ab52;
	color: #FFFFFF;
}

#mainNav ul a:selected {
	width: 225px;
	background-color: #79ab52;
	color: #FFFFFF;
}

html>body #mainNav ul a {
	margin: auto;
}

#home #mainNav .home a,
#about #mainNav .about a,
#services #mainNav .services a,
#smile #mainNav .smile a,
#insurance #mainNav .insurance a,
#faq #mainNav .faq a,
#contact #mainNav .contact a {
	background-color: #67A33E;
	color: #FFFFFF;
	cursor: default;
	font-weight: bold;
}

/* PHONE NUMBER */

#phone {
	width: 255px;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 1px solid #67A33E;
	border-top: 1px solid #67A33E;
	border-bottom: 1px solid #67A33E;
	background: #9CC239;
}

#phone h2, #phone p {
	padding-right: 8px;
	padding-left: 20px;
}

.normalphone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #304E23;
}

.phone {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}

.local {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/* LIST */

#list {
	width: 255px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px dashed #67A33E;
}

#list ul {
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

#list li {
	list-style: none;
	display: block;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	border-bottom: 1px dashed #304E23;
}

#list .dark {
	display: block;
	background-color: #F0F4EA;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#list h1 {
	margin-left: 20px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #304E23;
}

#list h2 {
	margin-left: 20px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E03A3E;
}

#list p {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-right: 8px;
}

.green {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #67A33E;
}

.ltgreen {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9CC239;
}

/* LIST 2 */

#list2 {
	width: 455px;
	float: left;
	padding-top: 0px;
}

#list2 ul {
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
}

#list2 li {
	list-style: none;
	display: block;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #9CC239;
	border-bottom: 1px dashed #304E23;
}

#list2 .dark {
	display: block;
	background-color: #F0F4EA;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #67A33E;
}

#list2 h1 {
	margin-left: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #76b9e6;
	border-bottom: 8px solid #e3eaef;
}
	

/* ENDING FOOTER AREA */

#end {
	border-top: 1px dashed #67A33E;
	width: 729px;
	height: 100px;
	margin: 0 auto;
	padding: 10px 0;
	padding-right: 10px;
	text-align: right;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
}

#address-footer {
	float: left;
	width: 520px;
	margin: 0 auto;
	padding-left: 10px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #304E23;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

.floatlft {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.floatrt {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* LINKAGE */

a:link {
	color: #67A33E;
	text-decoration: underline;
}
a:visited {
	color: #67A33E;
	text-decoration: underline;
}
a:hover {
	color: #F0EC92;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/* BUTTONS */

.button a {
	display: block !important;
	height: 20px !important;
	padding: 10px 20px ;
	background: url(../images/button_shadow.png) repeat-x;
	background-color: #72aa45 ;
	border: 1px dashed #F0EC92;
	border-radius: 5px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 215px;
	color: #304E23;	
	text-decoration: none;
	float: left;
	margin-top: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	}
	
.button  a:hover {
	background-color: #5F8F3A;
	color: #213618;
}

.fbConnectWidgetHeaderTitle,
.uiBoxLightblue {
	background-color: #F4EF94 !important;
}
	


