/*
Theme Name: Diabetes Health Network
Theme URI: http://www.diabeteshealthnetwork.com
*/
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    text-align: center;
}
body.home { background: #FFF url(../images/bg-home.jpg) 0 0 repeat-x;}
body.sub { background: #FFF url(../images/bg-sub.jpg) 0 0 repeat-x;}

p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #124D89;
    text-decoration: underline;
}
a:hover, a:active {
    color: #124D89;
   /* text-decoration: underline;*/
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
	display: inline;
}
p.wp-caption-text {
	text-align: center;
	font-size: 11px;
	color: #666;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 115px;
	overflow: hidden;
}
	body.sub #top {
		height: 215px;
		margin-bottom: 20px;
		background: transparent url(../images/headers/1.jpg) right bottom no-repeat;
	}
	
	img#logo {
		float: right;
	}
	
	#menu {
		float: left;
		clear: left;
	}
	
	#phone {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size: 12px;
		color:#999999;
		margin-top: 25px;
		text-align: left;
	}
	
	#menu {
		margin-top: 18px;
	}
	#menu li {
		display: inline;
		padding: 5px 0 15px 12px;
		margin-left: 12px;
		border-left: 1px solid #ebebeb;
		font-size: 16px;
	}
		#menu li.hometab { border: none; margin-left:0px; padding-left:0px; }
	#menu li a {
		text-decoration: none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#1667B8;
	}
	
	#header {
		height: 100px;
		clear: both;
	}
		#header h1 {
			padding-top: 25px;
			color: #FFF;
			line-height: 23pt;
			font-size: 32px;
			font-weight: normal;
			text-transform: uppercase;
		}

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#banner {
	height: 345px;
	overflow: hidden;
	margin-bottom: 20px;
}
#flashimage{ width:588px; height:330px; margin-left:6px;}
#imgbutton{ width:588px; margin-left:6px; height:15px; margin-top:10px;}
	#welcome {
		background: transparent url(../images/banner.jpg) 0 0 no-repeat;
		padding-top: 5px;
		width: 600px;
		float: left;
	}
		#welcome p {
			color: #FFF;
			font-size: 16px;
			line-height: 24px;
		}
	
	#benefits {
		width: 262px;
		height: 341px;
		float: right;
		background: transparent url(../images/benefits.jpg) 0 0 no-repeat;
		padding-top: 0px;
	}
	#benefitstitle{ height:23px; padding-left:20px; padding-top:12px; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; color:#FFFFFF;}
		#benefits li {
			list-style: none;
			padding-left: 20px;
			font-size: 14px;
			line-height: 18px;
			margin: 0 10px 12px 20px;
			background: transparent url(../images/check.gif) 0 3px no-repeat;
		}
		#benefits li, #benefits p {
			color: #FFF;
		}
		#benefits p {
			text-align: center;
			font-size: 16px;
		}
		#benefits a {
			color: #FFF;
		}

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#content {
	width: 600px;
	float: left;
}
	.intro {
		background: transparent url(../images/intro.gif) 0 0 no-repeat;
		padding: 15px;
	}
	
	.intro .clientlist{ margin-left:45px;}
		.intro h1 {
			font-size: 17px;
			font-weight: normal;
			padding-left: 5px;
			line-height: 40px;
			margin: 0;
		}
			.intro h1 strong {
				color: #124D89;
			}
			.intro h1 a {
				margin-left: 10px;
				font-size: 12px;
			}
			#intro-1 h1 {}
			#intro-2 h1 {}
			#intro-3 h1 {}
			.intro p {
				margin: 0 0 0 5px;
				color: #4a4a4a;
			}
				.intro p img {
					vertical-align: middle;
					margin: 0 10px;
				}	
	
	#content li {
		padding-left: 33px;
		margin-left:15px;
	}
		#content form.cform li {
			margin-left: 0;
		}
		
	#content h2 { font-family:Arial; font-size:19px; font-weight:bold; color:#124D89;}
	#content h2 a{ text-decoration:none;}
	#content h3 {font-size: 14px; font-weight:normal; color:#999999;}
	#content h3 a{ color:#999999;}
	
	p.news-date {
		color: #777777;
		font-size: 11px;
	}
	
	#content blockquote p em {
		color: #999;
		font-size: 11px;
	}
	
	#how-it-works li {
		font-size: 14px;
		line-height: 18px;
		list-style: none;
		padding-left: 40px;
		margin-left: 0;
		height: 45px;
	}
		#step1 { background: transparent url(../images/icon-step1.gif) 0 0 no-repeat; }
		#step2 { background: transparent url(../images/icon-step2.gif) 0 0 no-repeat; }
		#step3 { background: transparent url(../images/icon-step3.gif) 0 0 no-repeat; }
		#step4 { background: transparent url(../images/smile.gif) 2px 0 no-repeat; }
		
	#content iframe {
		margin: 0 0 30px 0;
	}
	
/* ----------------------------------- */
/* SIDE
/* ----------------------------------- */
#side {
	width: 262px;
	float: right;
}
	.blockquote {
		background: #f1f7ff url(../images/quote-top.gif) 0 0 no-repeat;
		margin-bottom: 15px;
	}
		.blockquote blockquote {
			background: transparent url(../images/quote-bottom.gif) left bottom no-repeat;
		}
		.blockquote .xmasb_quotes_quote {
			padding: 20px 20px 4px 20px;
			color: #6e2a8e;
		}
		.blockquote .xmasb_quotes_author {
			padding: 0 20px 20px 20px;
			display: block;
			font-size: 10px;
			line-height: 13px;
			color: #777777;
			font-style: italic;
		}
			.blockquote .xmasb_quotes_author strong {
				font-weight: normal;
			}
		
		.xmasb_quotes_link { display: none; }
	
	/* #news-intro h2, #newsletter h2 {
		font-size: 16px;
		font-weight: normal;
		color: #6e2a8e;
	}	*/
	#news-intro p, #news-intro h3 {
		margin: 0;
		font-weight: normal;
	}
		#news-intro p {
			font-size: 11px;
			line-height: 14px;
		}
		#news-intro p.full {
			margin-bottom: 10px;
		}
		#news-intro p.full a {
			color: #000;
		}
	
	#newsletter p {
		color: #777777;
	}
		#newsletter input {
			border: 1px solid #777777;
			padding: 4px;
		}
		#newsletter #cf8_field_1 { width: 250px; }
		#newsletter li#li-8-1 label, #newsletter span.emailreqtxt { display: none; }

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	width: 900px;
	margin: 20px auto;
	border-top: 1px solid #e4e4e4;
	padding-top: 10px;
}
	#footer li {
		display: inline;
		margin: 0 5px;
	}
	#footer p {
		padding-left: 30%;
		font-size: 11px;
		color: #124D89;
	}
	




#newsletter ul{list-style-type: none; padding-left:15px;}
#newsletter ul li h2{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#1667B8;}
#newsletter ul li ul li a{color:#000000; text-decoration:none;}
#sidebar li h2{ background-image:url(../images/bluebar.gif); background-repeat:no-repeat;background-position: 0px 18px; padding-bottom:5px; margin-top:6px;}
#header h1 a{ color:#FFFFFF; text-decoration:none;}
.rightbck h2{ background-image:url(../images/bluebar.gif); background-repeat:no-repeat;background-position: 0px 18px; padding-bottom:5px; margin-top:6px;}
.rightbck h2{ color:#1667B8; font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:bold;}

#marqueecontainer{
position: relative;
width: 232px; /*marquee width */
height: 242px; /*marquee height */
background-color: white;
overflow: hidden;
padding: 2px;
padding-left: 4px;
}
.websiteportfolio, .getaquoteform{padding-left:13px;}
.testimonials h2{margin-left:13px;}
#refer_a_friend{padding-left:13px;}
.testimonials p{text-align:justify; padding:5px;}
.websiteportfolio, .testimonials, .getaquoteform{margin-top:20px;}
.homenlinp{margin-top:-9px;}
.homenlbut{}



#fragment-1, #fragment-2, #fragment-3{ font-size:14px;}
.overwriteintro{ padding:0px;}
.tabone{background-image:url(../images/gear.jpg); background-repeat:no-repeat;background-position:10px 6px;}
.tabtwo{background-image:url(../images/clock.jpg); background-repeat:no-repeat;background-position:10px 6px;}
.tabthree{background-image:url(../images/tie.jpg); background-repeat:no-repeat;background-position:10px 6px;}
.rlblink{width:180px; font-family:Arial, Helvetica, sans-serif; font-style:italic; color:#888888; text-decoration:none;}
.rlblink:hover{style="width:180px; font-family:Arial, Helvetica, sans-serif; font-style:italic; color:#888888; text-decoration:none;"}

.ui-tabs-nav .one{ background-image:url(../images/time_V01.jpg); background-repeat:no-repeat; background-position:left bottom;}
.xmasb_quotes_quote q{font-weight:bold}
#content .post-content li{padding-left:0px;}

.pcgtxt { font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#333333; padding-top:8px; padding-bottom:8px;}
.errdis{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FF0000;}
.sucmsg{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FF0000; width:242px; margin-bottom:6px;}