/****************************************
|	CLEAR ALL STYLES
****************************************/
* {
	margin:0px;
	padding:0px;
	outline: none;
}

/****************************************
|	GLOBAL STYLES
****************************************/

html, body { min-height: 100%; }
body {
	color: #7d7d7d;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background-color: #eee;
}
a {
	text-decoration: none;
	color: #0375d8;
}
a:hover { text-decoration: underline; }
a:active { color: #111; }
img { border: none; }
h1 {
	width: 600px;
	height: 104px;
	margin-top: 16px;
	float: left;
	background: url(../images/global/gj_logo-gabe-blue.png) no-repeat;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
}
h2 {
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	height: 28px;
	padding: 12px 20px 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	behavior: url(js/PIE.htc);
	position: relative;
	line-height: 0;
	background: #bfbfbf url(../images/global/gradbg.jpg) repeat;
}
h3 {
	color: #252525;
	font-size: 24px;
	padding: 5px 0;
}
h4 {
	background: #bfbfbf url(../images/global/gradbg.jpg) repeat;
	color: #333;
	font-size: 14px;
	text-align: center;
	width: 120px;
	height: 26px;
	padding-top: 14px;
	text-transform: uppercase;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	behavior: url(js/PIE.htc);
	float: left;
	position: relative;
	line-height: 0;
}
h5 {
	background-color: #000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	padding: 7px 15px 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	behavior: url(js/PIE.htc);
}
ul { list-style: none; }

/****************************************
|	LAYOUT
****************************************/
#bg_bottom { padding-bottom: 85px; }
#wrapper { margin: 0 auto; width: 980px; }
#content {
	background: #fff;
	width: 100%;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(js/PIE.htc);
}
#content_area {	padding: 20px; }
.clear { clear: both; }
.content-full { 
	width: 940px; 
	float: left; 
	margin-top: 20px; 
}
.content-two_thirds { width: 630px; margin-top: 20px; }
.content-two_thirds .newslider {
	margin-bottom: 20px;
}
body#home .content-two_thirds , body#home .content-two_thirds > div { z-index: 20; position: relative; overflow: hidden;}

 body#home .content-two_thirds > div {z-index: 22;}
.content-one_third { width: 290px; margin-top: 20px; }
.content-left { float: left; }
.content-right { float: right; }

.content-one_third__list {
	-moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
	padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.content-one_third__list li {
	font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

.content-one_third__list li:first-child {
	border-top: none;
}

/****************************************
|	HEADER
****************************************/
#header { clear: both; height: 120px; }
#header-side {
	float: right;
	width: 340px;
	height: 30px;
	margin-top: 50px;
	position: relative;
	z-index: 3;
}
#social-links li { float: left; }
#header-side .icon {
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 8px;
	margin-top: 7px;
}
#header-side form {
	background-color: #fff;
	width: 220px;
	height: 100%;
	position: relative;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(js/PIE.htc);
}
#header-side form label {
	position: absolute;
	top: 7px;
	left: 12px;
	font-size: 11px;
	color: #959595;
}
#header-side form input[type=text] {
	width: 178px;
	height: 17px;
	border: none;
	margin-top: 7px;
	margin-left: 12px;
	float: left;
	font-size: 11px;
	color: #959595;
	border-width: 0px;
}
#header-side form input[type=submit] {
	cursor: pointer;
	float: left;
	background: url(../images/global/icon-sprites.png) no-repeat -94px -17px;
	border: none;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 7px;
	right: 9px;
}
#header-side form input[type=submit]:hover { background-position: -94px 0; }

/****************************************
|	NAVIGATION
****************************************/
#nav_area {
	height: 81px;
	clear: both;
	-webkit-border-radius-topleft: 2px;
	-webkit-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-radius: 2px 2px 0 0;
	behavior: url(js/PIE.htc);
	position: relative;
	z-index: 100;
	background: #bfbfbf; /* Old browsers */
	background: -moz-linear-gradient(top,  #bfbfbf 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbfbf), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfbfbf 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfbfbf 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bfbfbf 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfbfbf 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
#nav_area { background-color: #0375d8; }
.breadcrumbs {
	color: #000;
	font-weight: normal;
	font-size: 11px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.breadcrumbs { margin-left: 10px; margin-top: 10px; margin-bottom: 10px; }
.breadcrumbs a { float: left; margin-right: 6px; font-weight: bold; }
.breadcrumbs a:hover { color: #000; text-decoration: none; }
#extra_links {
	text-transform: uppercase;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	z-index: 3;
}
#extra_links {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}
#extra_links li {
	float: left;
	padding-left: 5px;
	margin-left: 5px;
	border-left: 1px solid #636363;
}
#extra_links li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
#extra_links a { color: #d7d7d7; }
#extra_links a:hover { color: #000; text-decoration: none; }
#navigation, #menu-main-nav {
	float: left;
	margin-top: 12px;
	height: 31px;
	width: 100%;
}
#menu-main-nav { float: none; clear: both; }
#navigation li, #menu-main-nav > li {
	float: left;
	height: 100%;
	background: url(../images/global/nav-angled-right-blue.png) no-repeat top right;
	margin-left: -10px;
	position: relative;
}
#navigation li:first-child, #menu-main-nav > li:first-child { margin-left: 20px; }
#menu-main-nav li:first-child { margin-left: 0; }
#navigation li a, #menu-main-nav > li > a {
	/*background: url(../images/global/nav-left.png) no-repeat top left;*/
	height: 21px;
	display: block;
	padding: 10px 33px 0 18px;
}
#menu-main-nav > li > a {
	padding: 0 31px 0 10px;
	height: 100%;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
}
#menu-main-nav > li:hover .sub-menu { display: block; }
#navigation li a strong {
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/global/nav-text.png) no-repeat top;
}
#navigation li.current, #menu-main-nav > li.current_page_item { background: url(../images/global/nav-angled-right-selected.png) no-repeat top right; z-index: 11; }
#navigation li.current a, #menu-main-nav > li.current_page_item > a { background: url(../images/global/nav-left-selected.png) no-repeat top left; }
#menu-main-nav > li.current_page_item > a { color: #0375d8; }

.sub-menu {
	position: absolute;
	top: 31px;
	left: 0;
	background: rgba(5, 96, 176, 0.75);
	width: 250px;
	display: none;
}
	.sub-menu a {
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		display: block;
		padding: 10px;
		border-bottom: 1px solid rgba(5, 96, 176, 1);
		transition: background 0.25s;
	}
	.sub-menu a:hover {
		text-decoration: none;
		background: rgba(5, 96, 176, 1);
	}

#nav-home { z-index: 10; }
#nav-portfolio { z-index: 9; }
#nav-testimonials { z-index: 8; }
#nav-method { z-index: 7; }
#nav-instruction { z-index: 6; }
#nav-clinics { z-index: 5; }
#nav-press { z-index: 4; }
#nav-photos { z-index: 3; }
#nav-blog { z-index: 2; }

#navigation li#nav-home a strong { background-position: 0 0; width: 35px; }
#navigation li#nav-portfolio a strong { background-position: -77px 0; width: 74px; }
#navigation li#nav-testimonials a strong { background-position: -188px 0; width: 101px; }
/*#navigation li#nav-method a strong { background-position: -334px 0; width: 82px; }*/
	#navigation li#nav-method a strong { 
		text-indent: 0; 
		background: none; 
		overflow: visible; 
		width: 96px; 
		text-align: center;
		color: #6c7971;
		text-transform: uppercase;
		margin-top: -6px;
		line-height: 12px;
	}
#navigation li#nav-instruction a strong { background-position: -461px 0; width: 93px; }
#navigation li#nav-clinics a strong { background-position: -591px 0; width: 56px; }
#navigation li#nav-press a strong { background-position: -685px 0; width: 42px; }
#navigation li#nav-photos a strong { background-position: -769px 0; width: 51px; }
#navigation li#nav-blog a strong { background-position: -862px 0; width: 33px; }

#navigation li#nav-home:hover a strong, 
#navigation li#nav-home.current a strong { background-position: 0 -10px; width: 35px; }
#navigation li#nav-portfolio:hover a strong, 
#navigation li#nav-portfolio.current a strong { background-position: -77px -10px; width: 74px; }
#navigation li#nav-testimonials:hover a strong, 
#navigation li#nav-testimonials.current a strong { background-position: -188px -10px; width: 101px; }
/*#navigation li#nav-method:hover a strong, 
#navigation li#nav-method.current a strong { background-position: -334px -10px; width: 82px; }*/
#navigation li#nav-instruction:hover a strong, 
#navigation li#nav-instruction.current a strong { background-position: -461px -10px; width: 93px; }
#navigation li#nav-clinics:hover a strong, 
#navigation li#nav-clinics.current a strong { background-position: -591px -10px; width: 56px; }
#navigation li#nav-press:hover a strong, 
#navigation li#nav-press.current a strong { background-position: -685px -10px; width: 42px; }
#navigation li#nav-photos:hover a strong, 
#navigation li#nav-photos.current a strong { background-position: -769px -10px; width: 51px; }
#navigation li#nav-blog:hover a strong, 
#navigation li#nav-blog.current a strong { background-position: -862px -10px; width: 33px; }

/****************************************
|	RECENT NEWS
****************************************/
#recent_news { float: left; width: 100%; }
#story_flicker {
	float: left;
	width: 819px;
	height: 38px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-left: none;
	font-size: 11px;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	behavior: url(js/PIE.htc);
	position: relative;
	overflow: hidden;
}
#story_flicker li { padding-left: 15px; padding-top: 10px; }
.story_title { margin-right: 15px; }
.story_excerpt { color: #252525; }
#story_flicker li a:hover {	text-decoration: none; }
#story_flicker li a:hover .story_excerpt { color: #0375d8; }

/****************************************
|	FOOTER
****************************************/
#footer {
	clear: both;
	padding-top: 20px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
#footer ul { 
	border-top: 1px solid #464646; 
	padding-top: 15px;
	height: 12px; 
}
#footer li {
	float: left;
	padding-left: 7px;
	margin-left: 7px;
	border-left: 1px solid #000;
	line-height: 12px;
}
#footer li:first-child {
	float: left;
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
#footer li a { font-weight: normal; color: #000; }
#footer li#site_by_lm {
	float: right;
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}