/* @override 
	http://rmwebsite.com/freshstartdental/redesign/style.css
	http://rmwebsite.com/freshstartdental/wp-content/themes/freshstartdental/style.css
	http://www.freshstartdental.com/wp-content/themes/freshstartdental/style.css
*/

/*------------------------------------------------------------------------------------
  Copyright Rosemont Media 2009. Used with Permission.                             
  May not be duplicated or reproduced.
/*------------------------------------------------------------------------------------*/

/* ------------------------ type selectors ------------------------ */
body { 
	background:#fff;
	font:13px/20px Arial, Helvetica, Verdana, sans-serif; 
	color:#000;
}

#inside {
	background: #edfaf5 url("images/bgBodyInside.png") repeat-x;
}

h1	{ font-size:1.2em; }
h2	{ font-size:1.1em; }
h3	{ font-size:1.0em; }

a {
	color:#61B24B;
	text-decoration:underline;
	outline:none;
}

a:hover { text-decoration:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("images/bullet-back-to-top.jpg") right no-repeat;
}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

#everything {
	width:980px;
	margin:0 auto;
	text-align:left;
}

/* ------------------------ header framework ------------------------ */
header {
	width: 980px;
	margin: 0 auto;
}

#inside header {
	height: 249px;
}

#logo {
	margin-top: 8px;
	float: left;
}

/* ------------------------ nav ------------------------ */
nav { 
	background:url("images/nav.png") no-repeat; 
	width:714px; 
	height:22px;
	margin:47px 10px 0 0;
	display: inline;
	padding:0;
	float: right;
}

nav li, nav a {
	height:22px;
	display:block;
}

nav li {
	float:left;
	list-style:none;
	display:inline;
	position:relative;
	text-indent: -9999px;
	margin-right: 1px;
}

#nav-01 { width: 169px; }
#nav-02 { width: 169px; }
#nav-03 { width: 196px; }
#nav-04 { width: 176px; }

#nav-01 a:hover { background:url("images/nav.png")  0px -23px no-repeat; }
#nav-02 a:hover { background:url("images/nav.png") -170px -23px no-repeat; }
#nav-03 a:hover { background:url("images/nav.png") -340px -23px no-repeat; }
#nav-04 a:hover { background:url("images/nav.png") -537px -23px no-repeat; }

/* ------------------------ dropdown nav ------------------------ */
nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;
	z-index: 100;
	background: url("images/spacer.gif");
}

nav li ul li { 
	height:30px;
	border:none;
	text-indent: 10px;
	font-size: 12px;
	margin-bottom: 5px;
	background-color:#e3f8ef;
}	

nav li ul li a {
	width:100%;
	height:30px;
	line-height:30px;
}

nav a {
	font-size:1.0em;
	color:#736b6c;
	text-decoration:none;
}

nav li:hover ul, nav li.sfHover ul	{ left: 0px; }

nav li ul li a:hover {
	background:#c8c131!important;
	color: #fff;
	text-decoration:none;
}

nav li ul, nav li ul li { width:285px; }

/* ------------------------ home flash framework ------------------------ */
#flash-piece {
	clear: both;
	height: 492px;
}

/* ------------------------ content framework ------------------------ */
#content {
	width:568px;
	float:left;
	margin: 0 20px 0 30px;
	display: inline;
	padding: 32px 0px;
}

#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content ul, #content dl {
	margin:0px 0px 10px 0px;
}

#content h1 {
	color:#0B799E;
	font-size:24px;
	padding-bottom:4px;
	font-weight: normal;
	clear: both;
}

#content h2 {
	color:#0B799E;
	font-size:20px;
	padding-bottom:4px;
	font-weight: normal;
	clear: both;
}

#quote {
	border-bottom:1px solid #BED6CE;
	color:#555A5B;
	float:left;
	font-size:20px;
	line-height: 28px;
	margin-bottom:20px;
	margin-right:10px;
	padding-bottom:20px;
}

.special-box {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
}

#content ul li {
	margin: 10px 0 10px 20px;
}

/* ------------------------ aside framework ------------------------ */
aside {
	width:171px;
	float:left;
	padding: 32px 0px;
}

#contact {
	width: 184px;
}

aside p, aside h1, aside h2, aside h3, aside h4, aside h5, aside h6, aside ul, aside dl {
	margin:0px 0px 10px 0px;
}

#subnav {
	list-style: none;
	border-top: 1px solid #bed6ce;
	font-size: 11px;
	width: 171px;
}

.title {
	border-bottom: 1px solid #bed6ce;
}

.title a {
	color: #555a5b;
	text-decoration: none;
	padding: 10px 0 10px 10px;
	width: 161px;
	display: block;
}

.title ul {
	list-style: none;
	margin-bottom: 0px;
}

.title ul li {
	margin: 0;
}

.title ul a {
	color: #61b24b;
	padding: 10px 0 10px 10px;
	width: 162px;
	display: block;
	border: none;
}

.title a:hover {
	background: #bed6ce;
}

.button {
	background: #55a6e1;
	padding: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
	box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
}

.button:hover {
	background: #61b24b;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#quick-contact {
	padding: 17px 10px;
	background: #55a6e1;
	font-size: 11px;
	color: #A3D7F6;
	box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	margin-bottom: 20px;
}

#quick-contact h2 {
	color:#fff;
	font-size: 12px;
	margin-bottom:5px;
	padding-bottom:2px;
	padding-top:5px;
	font-weight: normal;
}

#quick-contact strong, #quick-contact em {
	color:#fff;
	font-size: 12px;
}

#quick-contact input {
	background:#FFf!important;
		border: none;
	color:#555A5B;
	font:11px Arial,Helvetica,sans-serif;
	height:17px;
	margin-right:15px;
	margin-top:6px;
	padding:2px 5px;
	width:146px;
}

#contact #testimonials {
	border:1px solid #BED6CE;
	float: left;
	padding: 12px;
	font-size: 11px;
}

#testimonials cite {
	color:#0B799E;
	margin-top: 10px;
	display: block;
}

#homepageplayer {
	float:right;
	background: url("images/videobg.png") no-repeat;
	width: 340px;
	height: 296px;
	padding:15px 10px 10px 27px; 
	
}




/* ------------------------footer framework ------------------------ */
footer {
	width:100%;
	background: #555A5B url("images/bkgdFooter.jpg") repeat-x;	
	margin:0;
	padding: 0;
	clear: both;
	color: #fff;
}

.middle {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 10px;
}


footer h2 {
	color: #61B24B;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
}

footer p { 
	margin-bottom:10px;
}

footer ul {
	margin:10px 0;
	text-align: center;
}

footer li {
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid;
}

footer li:first-child { border: none; }

#copyright {
	text-align: center;
	margin-bottom: 40px;
}

/* ------------------------old-styles framework ------------------------ */


table.lefttable  {
	border-spacing:0;
	float:left;
	max-height:520px;
	width:283px;
	margin-bottom: 20px;
}

table.lefttable th {
	border:1px inset #BED6CE;
	color:#0B799E;
	font:bold 12px Arial,Helvetica,sans-serif;
	height:2px;
	padding:5px 5px 5px 15px;
}

table.lefttable td.imagebox {
	padding:0 5px 0 10px;
	vertical-align:top;
}

table.lefttable td {
	border:1px inset #BED6CE;
	color:#6B736F;
	font:12px Arial,Helvetica,sans-serif;
	padding:10px 5px 10px 15px;
	vertical-align:top;
}


#networkcontainer {
	float: right;
	margin-top: -30px;
	width: 385px;
}

#online-network {
	width: 213px;
	margin: 0 0 10px 30px;
	}
	#online-network-contact {
	width: 213px;
	margin: 0 0 10px 0px;
	}
#networkcontainer h2 {
		margin-left: 30px;
}

.socialMedia {
	width:42px;
	height:42px;
	text-indent:-9999px;
	margin-left:15px;
	float:left;
}

#online-network a.socialMedia:hover {
	background-position: bottom left;
}

#youtube { background:url("images/youtube.png") no-repeat; }
#facebook {	background:url("images/facebook.png") no-repeat; margin-left: 0px;}
#rss { background:url("images/rss.png") no-repeat; }
#twitter { background:url("images/twitter.png") no-repeat; }
