/* @override http://www.drdkim.net/css/layout.css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ type selectors ------------------------ */
html {
	background:#4d92b5 url("../images/html.jpg") 0 0 repeat-x;
}

body { 
	background:transparent url("../images/body.jpg") top center no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#54666f;
	padding-top:20px;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#1a6a93; }
h2	{ font-size:1.1em; color:#1a6a93; }
h3	{ font-size:1.0em; color:#1a6a93; }
h4	{ font-size:1.0em; color:#1a6a93; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#1a6a93; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#1a6a93; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
#video-box a span{
	display:none;
}
.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;
	}
	
body#lapband img.img-left {
	float:left; 
	margin:2px 10px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
#googlemap{
padding-top:50px;
padding-bottom:120px;
}	
	
	#map-right {
	position:relative;
	float:right;
	width:270px;
	height:185px;	
	margin:0 48px 0 0;
	padding: 8px;
	border: 1px solid #d9e0e6;
	background:#fff;
	}
	#map-right a{
	position:absolute;
	background: url("../images/googlemap.jpg") no-repeat;
	width:270px;
	height:185px;
	}

	.map{
	padding-top:40px;
	}
	
	#noflash {
	padding-left:240px;
	}

	#header {
	float:right;
	margin-left:10px;
	display:inline;
	}

body#video #column-right {
    width:100%;
	margin: 0;
}



/* ------------------------ form elements ------------------------ */

input, textarea, select { 
	background-color:#fff !important;
	border:1px solid #4d92b5;
	color:#000;
	width:175px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding:1px 0 0 4px;
	font-family:"Arial", Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; }

textarea { height:90px; overflow:auto; }

#contact_business { display: none; }

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label select, #contact-main label textarea { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; }

#contact-main label textarea {

 height:100px;
 overflow:auto;
 }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	cursor:pointer;
	}

input.submit-contact-main {
	margin:25px 0 0 243px;
} /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	width:64px;
	height:20px;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

#top-wrap {
width:811px;
margin:0 auto;
text-align:left;
}

#wrap {
	background:url("../images/wrap.jpg") repeat-y;
	width:811px;
	margin:0 auto;
	text-align:left;
	}

body#video #wrap {
    background: url("../images/wrap-video.jpg") repeat-y;
}

	

#inner-wrap {
	background:url("../images/bottom-wrap-index.jpg") bottom no-repeat;
	width:811px;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:86px;
	}
	
	#masthead a {	
		display:block;
		height:86px;
		}
	#masthead a span {
		display:none;
		}
		
/* ------------------------ click to call framework ------------------------ */
#ctc {
	position:relative;
	background:url("../images/ctc.jpg");
	height:90px;
	}
	
	#ctc a {	
		display:block;
		height:90px;
		}
	#ctc a span {
		display:none;
		}
		

/* ------------------------ index footer buttons ------------------------ */
#index-btns {
	position:relative;
	background:url("../images/index-buttons_new.gif") no-repeat;
	height:123px;
	width:364px;
	margin-left:170px;
	margin-top:230px;
	}

	/* index page link within #masthead */		

	#index-btns a.lapband {
	position:absolute;
	left:0px;
	width:122px;
	top:52px;
	height:49px;
		}

	#index-btns a.bypass {
	position:absolute;
	left:122px;
	width:122px;
	top:51px;
	height:49px;
		}

	#index-btns a.sleeve {
	position:absolute;
	left:245px;
	width:122px;
	top:50px;
	height:49px;
		}
	
	#index-btns a.realize {
	position:absolute;
	left:121px;
	width:122px;
	top:1px;
	height:49px;
		}

	#index-btns a.lapband span, a.bypass span, a.sleeve, a.realize span {
		display:none;
		}
		
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:242px;
	float:left;
	margin-top:-70px;
	}


	#column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left dl {
		margin:0px 29px 10px 29px;
		}

	#column-left p {
		margin:0px 29px 10px 29px;
		}

.rss-img {
margin:2px 1px 0 0 ;
}

a#tunein
{
	background: url("../images/btn-tunein.jpg") no-repeat;
	display: block;
	width: 242px;
	height: 158px;
}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:559px;
	margin-left:10px;
	float:left;
	}

	#column-right h1, #column-right h2, #column-right h3, #column-right h4, #column-right ul, #column-right dl {
		margin:0px 36px 10px 25px;
		}
		
	#column-right p {
		margin:0px 46px 10px 25px;
		}
		
	#feat-case-bg {
	background-image:url(../images/feat-case-bg.jpg) ;
	background-repeat:repeat-y;
	}

	#feat-case-footer {
	background-image:url(../images/feat-case-footer.jpg) ;
	height:8px;
	}
	
/* single column list */
	#column-right ul {
	padding-left:2px;
}
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }
	
	#bmi-content {
	width:250px;
	float:right;
	margin:50px 50px 0 0;
	}
	
	#testimonials-left {
	width:160px;
	float:left;
	}
	
	#testimonials-right {
	width:160px;
	float:left;
	}
	
	.feat-case-content {
	margin: 0px 20px 0px 20px;
	}
	
	
/* ------------------------ header framework ------------------------ */

#header-graphic { height:372px; width:559px; float:left; margin-left:10px; display:inline;} /* sets height for all non-flash headers */
	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#index #header-graphic { background:url("../images/gmt-header.jpg"); }
	body#about #header-graphic { background:url("../images/header-02.jpg"); }
	body#about-dr #header-graphic { background:url("../images/header-02.jpg"); }
	body#meet-dr #header-graphic { background:url("../images/header-02.jpg"); }
	body#before #header-graphic { background:url("../images/header-04.jpg"); }
	body#blog #header-graphic { background:url("../images/header-02.jpg"); }
	body#candidate #header-graphic { background:url("../images/header-05.jpg"); }
	body#contact #header-graphic { background:url("../images/header-04.jpg"); }
	body#faq #header-graphic { background:url("../images/header-02.jpg"); }
	body#gallery #header-graphic { background:url("../images/header-05.jpg"); }
	body#gastric #header-graphic { background:url("../images/header-03.jpg"); }
	body#lapband #header-graphic { background:url("../images/header-04.jpg"); }
	body#lapband-procedure #header-graphic { background:url("../images/header-04.jpg"); }
	body#life-after #header-graphic { background:url("../images/header-05.jpg"); }
	body#overview #header-graphic { background:url("../images/header-02.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-03.jpg"); }
	body#realize #header-graphic, body#weight-loss #header-graphic { background:url("../images/header-03.jpg"); }
	body#sleeve #header-graphic { background:url("../images/header-05.jpg"); }
	body#surgery #header-graphic { background:url("../images/header-04.jpg"); }
	body#testimonials #header-graphic { background:url("../images/header-05.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-04.jpg"); }
	body#welcome #header-graphic { background:url("../images/header-02.jpg"); }
	body#financing #header-graphic { background:url("../images/header-02.jpg"); }
	body#video #header-graphic { background:url("../images/header-02.jpg"); }
		body#nate #header-graphic { background:url("../images/header-nate.jpg"); }
	
#facebookNewton {
	text-indent: -9999px;
	position: relative;
	width: 245px;
	height: 45px;
	float: left;
	top: 320px;
	left: 275px;
}

#facebookNewton a {
	display: block;
	width: 245px;
	height: 45px;
	text-indent: -9999px;
}

a#facebookNewton-inside {
	background: transparent url("../images/facebooknate.jpg");
	display: block;
	width: 240px;
	height: 42px;
	top: 320px;
	left: 275px;
	position: relative;
	text-indent: -9999px;
}


	
/* ------------------------ subhead framework ------------------------ */
#subhead { height:72px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#about-dr #subhead { background:url("../images/subhead-about-dr.jpg"); }
	body#before #subhead { background:url("../images/subhead-before-surgery.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	body#candidate #subhead { background:url("../images/subhead-candidate.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#faq #subhead { background:url("../images/subhead-faq.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#gastric #subhead { background:url("../images/subhead-gastric.jpg"); }
	body#lapband #subhead { background:url("../images/subhead-lap-band.jpg"); }
	body#lapband-procedure #subhead { background:url("../images/subhead-lapband-procedure.jpg"); }
	body#life-after #subhead { background:url("../images/subhead-life-after.jpg"); }
	body#overview #subhead { background:url("../images/subhead-overview.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#sleeve #subhead { background:url("../images/subhead-sleeve.jpg"); }
	body#realize #subhead { background:url("../images/subhead-realize.jpg"); }
	body#surgery #subhead { background:url("../images/subhead-surgery.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#welcome #subhead { background:url("../images/subhead-welcome.jpg"); }
	body#financing #subhead { background:url("../images/subhead-financing.jpg"); }
	
	body#meet-dr #subhead { background:url("../images/subhead-meet-dr.jpg"); }
	body#video #subhead { background:url("../images/subhead-video.png"); }
	body#weight-loss #subhead {
	background:transparent url(../images/subhead-medical.jpg) repeat scroll 0 0;
	}

#header {
	z-index: 1;
}

/* ------------------------ subhead framework with varying heights ------------------------ */
#video-box {
	display:inline;
	position:relative;
	width:559px;
	height:315px;
	background:url("../images/video-website.jpg") ;
	float:left;
	margin-left:10px;
	z-index: 1;
	}
	
	#video-box p {
	position:absolute;
	color:#54666f;
	left:284px;
	top:55px;
	padding-right:25px;
	
	}
	
#viewvideo	{
	background: transparent url("../images/clicktoview.png") no-repeat;
	width: 238px;
	height: 105px;
	float:left;
	margin-left: 27px;
	position: relative;
}
#viewvideo	a{
	width: 238px;
	height: 39px;
	position: absolute;
}

a#facebook-logo	{
	background: transparent url("../images/facebook.jpg") no-repeat;
	display:block;
	width: 204px;
	height: 66px;
	margin-top:38px;
}
	
	#btn-family-header{
		background:transparent url(../images/btn-family-header.png) no-repeat;
		height:44px;
		width:259px;
		margin-left:271px;
		padding-top:20px;

		}
		

    

a#facebook {
	background:url("../images/facebook.png") no-repeat;
	display:block;
	width:43px;
	height:48px;
	text-indent:-9999px;
	margin-top:20px;
	margin-left:10px;
	float:left;
	
}
	
a#facebook:hover {
			background:url("../images/facebook.png") 0px -75px no-repeat;
			}
		

			a#yahoo {
				background:url("../images/yahoo.png") no-repeat;
				display:block;
				width:43px;
				height:48px;
				text-indent:-9999px;
				margin-top:20px;
				margin-left:10px;
				float:left;

			}

				a#yahoo:hover {
						background:url("../images/yahoo.png") 0px -75px no-repeat;
						}
						
						
						a#twitter {
							background:url("../images/twitter.png") no-repeat;
							display:block;
							width:43px;
							height:48px;
							text-indent:-9999px;
							margin-top:20px;
							margin-left:10px;
							float:left;

						}

						a#twitter:hover {
									background:url("../images/twitter.png") 0px -75px no-repeat;
									}						

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:74px;
	background:url("../images/title-contact.jpg") ;
	display: block;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------ bottom-wrap framework ------------------------ */

#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") bottom no-repeat;
	width:100%;
	height:14px;
	clear:both; /* important */
	}
	
body#video #bottom-wrap {
	background: url("../images/bottom-wrap-video.png") bottom no-repeat;
}

/* ------------------------footer framework ------------------------ */
#footer {
	width:881px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#fff; }

#footer ul {margin:10px;}
	#footer li {
		padding:0 5px 0 7px;
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }
	
	
/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:242px;	/* Width of buttons, not entite image (or half of entire image) */
	height:611px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}
	
#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:24px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:156px; width:242px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11, #nav-12, #nav-13, #nav-14, #nav-15, #nav-16, #nav-17, #nav-18  { margin-top:0; width:242px; }

#nav-01 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -156px;}
#nav-02 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -180px;}
#nav-03 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -204px;}
#nav-04 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -228px;}
#nav-05 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -252px;}
#nav-06 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -276px;}
#nav-07 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -300px;}
#nav-08 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -324px;}
#nav-09 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -348px;}
#nav-10 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -372px;}
#nav-11 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -396px;}
#nav-12 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -420px;}
#nav-13 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -444px;}
#nav-14 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -468px;}
#nav-15 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -492px;}
#nav-16 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -516px;}
#nav-17 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -540px;}
#nav-18 a:hover {background:transparent url(../images/nav.jpg) no-repeat scroll -242px -564px;}


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id -------------*/ 
body#index #nav-01 { background: url("../images/nav.jpg")         -242px -156px no-repeat; }
body#about #nav-02 { background: url("../images/nav.jpg")         -242px -180px no-repeat; }
body#about-dr #nav-03 { background: url("../images/nav.jpg")      -242px -204px no-repeat; }
body#candidate #nav-04 { background: url("../images/nav.jpg")     -242px -228px no-repeat; }
body#surgery #nav-05 { background: url("../images/nav.jpg")       -242px -252px no-repeat; }
body#overview #nav-06 { background: url("../images/nav.jpg")      -242px -276px no-repeat; }
body#lapband #nav-07 { background: url("../images/nav.jpg")       -242px -300px no-repeat; }
body#gastric #nav-08 { background: url("../images/nav.jpg")       -242px -324px no-repeat; }
body#sleeve #nav-09 { background: url("../images/nav.jpg")        -242px -348px no-repeat; }
body#realize #nav-10 { background: url("../images/nav.jpg")       -242px -372px no-repeat; }
body#weight-loss #nav-11 { background: url("../images/nav.jpg")   -242px -396px no-repeat; }
body#life-after #nav-12 { background: url("../images/nav.jpg")    -242px -420px no-repeat; }
body#faq #nav-13 { background: url("../images/nav.jpg")           -242px -444px no-repeat; }
body#testimonials #nav-14 { background: url("../images/nav.jpg")  -242px -468px no-repeat; }
body#gallery #nav-15 { background: url("../images/nav.jpg")       -242px -492px no-repeat; }
body#financing #nav-16 { background: url("../images/nav.jpg")     -242px -516px no-repeat; }
body#contact #nav-17 { background: url("../images/nav.jpg")       -242px -540px no-repeat; }
body#blog #nav-18    { background: url("../images/nav.jpg")       -242px -564px no-repeat; }

/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #4D92B5;
	margin-left: 242px;
	margin-top:-20px;
	z-index: 100;
}

#nav li ul li {
	height: 34px;
	border: 1px solid #356277;
	border-top: none;
	background: none;
	margin: 0px;
	display: block;
}

#nav li ul li:first-child {
	border-top: 1px solid #356277;
}

#nav li ul li a {
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: none;
	text-indent: 10px;
	color: #fff;
	background-color: #4D92B5;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 1.0em;
	text-decoration: none;
}

#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}

#nav ul a:hover {
	background: none;
	background-color: #326077;
	text-decoration: none;
}

#nav-07 ul li, #nav-10 ul li, #nav-08 ul li, #nav-12 ul li {
	width: 225px;
}

/*  BMI CALC  */

#bmi-wrap { 
		width:160px; 
		background-color:#fff; 
		padding:10px 0; 
		margin:0 20px; 
		position: relative;
		
		}

			#bmi-wrap form { width:160px; margin:0 10px; }

			#bmi-wrap dl { 
			margin:0 0 0 15px; 
			font-size:11px;
			padding:0; 
			position:relative; 
			}
			
			#bmi-wrap dl dt.last{margin-left:-7px}

			#bmi-wrap dl dt { 
			width:51px; 
			text-align:right; 
			float:left; 
			_margin-right:5px; 
			
			}
			#lipsum dd {margin-left:10px;}

			#bmi-wrap label { 
				position:relative;
				width:90px; 
				display:block; 
				margin:0 0 10px 0;
				text-align:right;
				}

			#bmi-wrap form input {
				position:absolute;
				width:40px;
				top:0;
				left:95px;
				display:block;
				margin-bottom:5px;
				}

			#bmi-wrap form input.calculate-btn { 
			width:80px; 
			margin:10px 0 5px 0;
			height:20px;
			padding:0;
			position:absolute;
			left: 104px;
			top: 122px;
			}

			#bmi-wrap input#body {
			margin:25px 0 10px 0;
			width:90px;
			}


/*-------------BMI SUB FORM---------------*/


#bmi-wrap-content { 
		width:400px; 
		background-color:#fff; 
		padding:10px 0; 
		margin:0 10px; 
		position: relative;
		
		}

			#bmi-wrap-content form { width:100px; margin:0 10px; }

			#bmi-wrap-content dl { 
			margin:0 0 0 15px; 
			font-size:11px;
			padding:0; 
			position:relative; 
			}
			
			#bmi-wrap-content dl dt.last{margin-left:-7px}

			#bmi-wrap-content dl dt { 
			width:50px; 
			text-align:right; 
			float:left; 
			_margin-right:5px; 
			}

			#bmi-wrap-content label { 
				position:relative;
				width:90px; 
				display:block; 
				margin:0 0 10px 0;
				text-align:right;
				}

			#bmi-wrap-content form input {
				position:absolute;
				width:40px;
				top:0;
				left:95px;
				display:block;
				margin-bottom:5px;
				}

			#bmi-wrap-content form input.calculate-btn { 
			width:80px; 
			margin:10px 0 5px 0;
			height:20px;
			padding:0;
			position:absolute;
			left: 104px;
			top: 122px;
			}

			#bmi-wrap-content input#body {
			margin:25px 0 10px 0;
			width:90px;
			}



			.bmi-text {padding-top: 10px;}
			
#wp_commentform {
margin-left:30px;
}

ol.wp_commentlist {
margin-left:31px;
}

.feedback {
margin-left:35px;
}

#s {
width:120px;
}

/************************************************
*	Comments													*
************************************************/

#wp_searchform {
padding-left:-40px;
}

#wp_searchsubmit {
height:20px;
width:60px;
}

#wp_submit {
height:20px;
width:120px;
}

#commentblock h2{
	padding:2px;
	margin-bottom:10px;
	margin-top:30px;
}


ol#commentlist {
	margin-top:0px;
	padding: 5px;
	margin-left: 0px;
	font-size:0.9em;
	list-style-type: none;
}

.commentdate {
	font-size:0.8em;
	padding-left:5px;
}


#commentlist li  p{
	margin-bottom: 8px;
	line-height: 20px;
	padding:0;
}

.commentname {
	margin: 0;
	padding: 5px;
}

.commentinfo{
	clear:both;
}

.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height:1.5em;
	padding: 5px;
}

.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height:1.5em;
	padding: 5px;
}

#commentsformheader{
	padding-left:0px;
	font-size: 1.4em;
}

#commentsform{
	margin-top:0;
	text-align:center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#commentsform form{
	text-align:left;
	margin:0px;
}

#commentsform p{
	margin:5px;
}

#commentsform form textarea{
	width:99%;
}

p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

blockquote{
	font-style: italic;
	color: #999999;
}

.adwrap,
.adwrapwide,
.adwrap-lu,
.adwrapbutton {
	margin:0 0 1em;
	padding:4px 0;
	background:#fff;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d5d7d0;
	border-right-color: #d5d7d0;
	border-bottom-color: #d5d7d0;
	border-left-color: #d5d7d0;
}

.adwrap object {
	width:336px;
	height:280px;
}

.adwrapwide iframe,
.adwrapwide object {
	width:468px;
	height:65px;
}

.adwrap-lu {
	margin:0 0 1em 1em;
	width:180px;
	float:right;
}

.adwrap-lu object {
	width:180px;
	height:90px;
}

.adwrapbutton iframe,
.adwrapbutton object {
	width:180px;
	height:150px;
}


table{
	margin:10px;
}

td, th{
	padding:3px;
	font-weight:normal;

}

div#clearAll{
	clear: both;
	}
	
.feedback {
margin-left:35px;
}

form#commentform {
margin-left:35px;
}

.storycontent {
font:Arial, Helvetica, sans-serif;
color:#000;
}

body#blog #column-right ul.wp_navigation li.alignleft, body#blog #column-right ul.wp_navigation li.alignright  {
list-style:none;
background:none;
}


body#financing table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin:0 46px 10px 25px;
	width: 488px;
	border-collapse: collapse;
	text-align: left;
}
body#financing th
{
	font-size: 12px;
	font-weight: normal;
	color: #196AA7;
	font-weight:bold;
	padding: 10px 8px;
	border-bottom: 2px solid #1C6995;
	
}



body#financing th.right {text-align:right;}
body#financing td.right {text-align:right;}
body#financing td
{
	border-bottom: 1px solid #ccc;
	color: #54666F;
	padding: 6px 8px;
}
body#financing tbody tr:hover td
{
	color: #000;
	background-color:#DDF1FA;
}

.wp_post {
	border-bottom: 1px solid #1A6A93;
	padding: 0 0 20px;
	margin:0 46px 20px 25px;
}

.wp_post p {
	margin: 0 0 10px;
}

#e-store{
position:relative;
background:url("../images/e-store.jpg");
width:170px;
height:137px;
margin-left:37px;
padding-bottom:5px;
}

#e-store a.bari{
position:absolute;
top:0px;
left:0px;
width:170px;
height:137px;
}


#videoplayer {
margin-left:10px;
}

/* ------------------------blog framework ------------------------ */

/* Captions & aligment */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions & aligment */

#commentsDiv {
	clear: both;
	margin: 30px 20px 30px 35px;
	padding-top: 20px;
}

#commentsDiv h3, #commentsDiv p {
	margin: 0px;
}

#commentsDiv input, #commentsDiv textarea {
	border: 1px solid #6779C3;
	font-size: 12px;
	color: #6779C3;
	height: 25px;
	line-height: 25px;
}

#commentsDiv textarea {
	width: 500px;
	height: 150px;
}

input#submit {
	height: 25px;
	line-height: 20px;
	width: 150px;
	color: #042b5e;
	background-color: #fff;
}

#comments {
	margin-bottom: 20px!important;
}

#respond {
	margin-top: 20px!important;	
}

.commentlist {
	border-bottom: 1px solid #fff;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}

.commentlist li {
	padding: 20px;
	border-top: 1px solid #fff;
}
	
.commentlist li p {
	margin-top: 10px!important;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
	color: #fff;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}
	
.alt {
	background-color: #042b5e!important;
}

#commentform p {
	margin-bottom: 10px!important;
}

h3#respond {
	margin-bottom: 20px;
}

#btn-newsletter {
	height:58px;
	width:242px;
	background:url("../images/btn-newsletter.jpg") ;
	display: block;
	text-indent:-9999px;
	}
#btn-blue {	height:59px;
	width:242px;
	display: block;
	background:url("../images/btn-bluedistinction.jpg");}
	
	.natepics{
	margin-right: 10px;
	border: 1px solid #4787A8;
}