
/*--------------------> Header Selectors <--------------------*/

#header {
	display: none;
}

/*--------------------> Mast Selectors <--------------------*/

#mast {
	display: none;
}

/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	display: none;
}

/*--------------------> Column Container Selector <--------------------*/

#column-container {
	width: 600px;
	height: auto;
	padding: 10px;
}

.center {
	text-align: center !important;
}

.noBorder {
	border: none;
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}

/*--------------------> Left Column Selectors <--------------------*/

#left-column {
	display: none;
}

/*--------------------> Main Contact Form Selectors <--------------------*/

#contact {
	width: 396px;
	padding: 10px 0 0 50px;
	font-size: 12px;
	text-align: center;
}

#contact textarea {
	width: 390px;
	height: 80px;
	background-color: #b0c4a4;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #171f13;
	margin-bottom: 9px;
	padding: 3px;
}

#contact input {
	width: 390px;
	height: 18px;
	background-color: #b0c4a4;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #171f13;
	margin-bottom: 9px;
	padding: 3px;
}

#contact a {
	color: #edf7e7;
	text-decoration: underline;
}

#contact a:hover {
	text-decoration: none;
}

#contact p {
	margin: 0;
}

input#submit {
	width: 126px;
	height: 21px;
	background: url(../images/submitBtn.gif) left top repeat-x;
	border: 1px solid #bed9b0;
	color: #bed9b0;
	text-transform:uppercase;
	margin-top: 11px;
	padding: 0;
	cursor: pointer;
}


/*--------------------> Right Column Selector <--------------------*/

#right-column {
	width: 600px;
	height: auto;
	font-size: 14px;
}

#phoneInfo {
	width: 150px;
	height: 25px;
	float: right;
	margin-right: 40px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6fbe44;
	text-align: right;
}

#right-column h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333;
}

#right-column h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 15px 0 10px 0;
}

#right-column h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	padding: 14px 40px 14px 0;
}

.dentistry {
	float: right;
	margin: 20px 4px 0 10px;
}

#right-column a {
	color: #9d8bb7;
	text-decoration: underline;
}

#right-column a:hover {
	text-decoration: none;
}

#right-column p {
	padding: 14px 40px 14px 0;
	line-height: 24px;
}

#right-column ul {
	list-style: none;
	padding: 14px 0 14px 30px;
}

#right-column ul li {
	background: url(../images/bullet.gif) left 8px no-repeat;
	padding: 0 40px 14px 20px;
	line-height: 24px;
}

#right-column ol {
	list-style: none;
	padding-left: 30px;
}

#right-column ol li {
	padding: 0 40px 14px 20px;
	line-height: 24px;
}

.lists {
	width: 260px;
	float: left;
}

#ctas {
	padding: 10px 0 10px 30px;
}

#gallery-cta {
	width: 255px;
	height: 90px;
	display: block;
	float: left;
	background-image: url(../images/gallery-cta.jpg);
	background-position: 0 0;
	margin-right: 25px;
}

#gallery-cta:hover {
	background-position: 0 -90px;
}

#gallery-cta:active {
	background-position: 0 -180px;
}

#appointment-cta {
	width: 255px;
	height: 90px;
	display: block;
	float: left;
	background-image: url(../images/appointment-cta.jpg);
	background-position: 0 0;
}

#appointment-cta:hover {
	background-position: 0 -90px;
}

#appointment-cta:active {
	background-position: 0 -180px;
}

/*----------> Smile Gallery <----------*/

.gallery {
	width: 500px;
	height: auto;
	background: url(../images/gallery-bkgd.gif) right top repeat-y;
	text-align: center;
	padding-left: 60px;
}

.gallery-top {
	width: 500px;
	height: auto;
	background: url(../images/gallery-top.gif) right top no-repeat;
}

.gallery-btm {
	width: 465px;
	height: auto;
	background: url(../images/gallery-btm.gif) bottom right no-repeat;
	padding: 20px 20px 89px 15px;
}

.gallery span {
	font-weight: bold;
	padding: 10px 80px;
}

.gallery img {
	border: 1px solid #9386a4;
	margin: 10px 5px 0 0;
}

/*----------> contactInfo Selectors <----------*/

#contactInfo {
	width: 590px;
	clear: both;
	padding: 20px 0 0 20px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#contactInfo strong {
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
}

#contactInfo p {
	padding-top: 18px;
	color: #6c4a7e;
}

#contactInfo a {
	color: #6c4a7e;
	text-decoration: underline;
}

#contactInfo a:hover {
	text-decoration: none;
}

/*--------------------> Footer Selectors <--------------------*/

#footer {
	display: none;
}

#map {
	width: 550px;
	height: 500px;
	color: #000;
	line-height: 22px;
	border: 1px solid #9d8bb7;
}