/*---------------------------------------------------------------------
 Reset Browser Inherited Styles
 ---------------------------------------------------------------------*/
html, body, div, span, applet, object, ifr ame, h1, h2,
h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul,
fi eldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: none;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
	text-align: left ;
	line-height: 1;
	vertical-align: baseline;
	list-style: none;
}
/*---------------------------------------------------------------------
 Default Styles
 ---------------------------------------------------------------------*/
body, input, select {
	line-height:1.5em;
	color:#333333;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	}
	
body { 
	background-color: #fef7f1;
	background-image:url(../images/background.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	/*width: 1920;
	height: 1200px;*/
	}
	
h1, h2, h3, h4, h5, h6 {
	color: rgb(128,128,128);
	letter-spacing: 1px;
	font-weight: bold;
	}

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 {
	font-size: 1.25em;
	color: #6c5c66;
	padding: 5px 0 6px 0;
	}
h4 {
	color: #6c5c66;
	padding-bottom: 4px;
	padding-top: 4px;
	line-height: 18px;
	}
h5 {
	color: #333333;
	font-size: 14px;
	padding-top: 2px;
	}
	
p {
	font-size: .8em;
	margin: 5px 0;
	line-height: 1.5;
	padding: 2px;
}

b {
	color: #6c5c66;
}

li { font-size: .75em; }

/*----layout----*/

#page {
	width:960px;
	text-align:left;
	position:relative;
	margin:20px auto 0px auto;
}
#header {
	height:215px;
	}	
.row {
	position: relative;
	display:block;
	margin: 0 auto;
}

.column {
 	position: relative;
 	display: block;
 	float: left;
}
 
.alignclear { clear: both; }

#logo {
	float:left;
	display: block;
	background-image:url(../images/bouquet%2dlogo.png);
	background-repeat:no-repeat;
	height:207px;
	width:302px;
}

#weightloss {
	margin-left:10px;
	margin-top:10px;
	float:left;
	line-height: 1.1em;
	font-size: 32px;
	font-weight: bold;
	color: #666666;
}

#info {
	position: relative;
	top:-14px;
	right: -52px;
	}

#mail_icon {
	background-image:url(../images/email.png);
	width: 22px;
	height: 15px;
	background-repeat:no-repeat;
	float: left;
}	

#contact {
	float: left;
	font-size: 14px;
	margin-left: 4px;
}

#phone_icon {
	background-image:url(../images/phone.png);
	background-repeat:no-repeat;
	width: 22px;
	height: 15px;
	float: left;
	margin-left: 4px;
	}

#phone {
	font-size: 18px;
	font-weight:bold;
	margin-left: 4px;
	display: inline;
	position: relative;
	bottom: 1px;
	}

#jill {
	float:right;
	position:absolute;
	top: 2px;
	right: 12px;
}

#description {
	top: 10px;
	width: 400px;
	position: relative;
	left: 9px;
}

#announcements {
	width: 500px;
	left: 40px;
	top: 10px;
	/*background-color: #e3edd7;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	padding:10px;*/
}

#announcements p {
	
}

form#newsletter {
	margin-top: 4px;
	float:right;
	font-size:18px;
	color: #6c5c66;
	}
	
#column1 {
	width:460px;
	top: 10px;
}

#column2 {
	position:relative;
	width:460px;
	left: 20px;
}

#policy {
	width:180px;
	position:relative;
	left: -6px;
}

#testimonials {
	height:127px;
	width:127px;
	display:block;
	position:relative;
	left:60px;
	top: -10px;
}

.cap {
	font-size: 1.8em;
	font-weight: bold;
	color:#6c5c66;
	}

#policy {
	background-color:#FFCC00;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	padding:8px;
}

#testimonials {
	background-image:url(../images/testimonials.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	}

.timing_price {
	background-color:#D1E8EE;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:10px;
	margin-bottom: 10px;
}

#column2 {
/* 	background-color: #e3edd7; */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:10px;
}
.sidebar {
	background-color: #e3edd7;
}
#jill_bio {
	float:right;
	margin: 2px;
}

#banner {
	color: rgb(255,255,255);
	background-image: url('../images/circle.png');
	background-repeat: none;
	width: 127px;
	height: 127px;
	position: absolute;
	top: 300px;
	right: -80px;
}

#banner p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: 20px;
	}

/*----navigation----*/

#nav ul {
	list-style-type:none;
	font-size:18px;
	position: relative;
	left: 12px;
	padding: 6px 0 18px 0;
}
	
#nav ul li {
	float:left;
	display:inline;
	margin-right: 15px;
}
#nav ul li a{
	padding: 4px;
	}

body#home a#homenav,
body#about a#aboutnav,
body#services a#servicesnav,
body#programs a#programsnav,
body#facts a#factsnav {
background: #FFCC00;
}
#nav ul li a:hover {
	background-color:#90C8DA;
}

a, a:visited {
	text-decoration:none;
	color:#666666;
}

.content a,
.content a:visited {
	text-decoration:none;
	font-weight:bold;
}
#announcements a {
	font-size: 13px;
	display: inline;
}
input[type="text"],
input[type="password"],
input[type="submit"],
textarea, .field,
.area, select {
	background-color: #e3edd7;
	border-style: none;
	width:200px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding: 5px;
	margin: 0 0 6px 0;
	}
	
fieldset { border-style: none; }

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus,
.focus {
	outline-style:none;
	background-color:#D1E8EE;
}

input[type="submit"] {
	width:100px;
	text-align: left;
	background-color:#D1E8EE;
	}
	

