* { margin: 0; padding: 0; }

body {
	font: 12px Arial, Sans-Serif;
	background: #130b56;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444;
	line-height: 1.3em;
}
.oneColFixCtrHdr #container {
	width: 1032px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #130b56;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #logo {
	width:1032px;
	height:82px;
	background-image: url('../images/logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #130b56; 
	  
}
.oneColFixCtrHdr #header {
	margin: 0;
	padding: 0;
	width:1032px;
	height:240px;
	background-image: url('../images/topbox2.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	/*background-color: #130b56; */
	  
}


.oneColFixCtrHdr #mainContent {
	margin: 0 auto; 
	padding: 0px;
	width: 892px;
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent .buildyourfuture {
	padding-bottom: 20px;
	
}
.oneColFixCtrHdr #mainContent .buildyourfuture h1{
	padding-top: 30px;
	padding-left: 28px;
	padding-bottom: 10px;
	
}

.oneColFixCtrHdr #footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px;
	width: 1032px;
	height: 235px;
	background-image: url('../images/footer.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #130b56; 
}
/* Header Bits */
.phonenow {
margin: 0;
padding: 30px 0px 0px 690px;
float: left;
width: 342px;
color: #F47CAC;
font-weight: bold;
background: transparent;
font-size:16px
}
.pageheading {
margin: 40px 50px 0px 100px;
width: 700px;
float: left;
border-bottom: #999999 solid 1px;
background: transparent;
}

/* Nav Area */

#navcontainer {
margin: 0;
padding: 60px 0px 0px 195px;
float: left;
width: 820px;
font-size: 12px;
background: transparent;
}


#navlist
{
margin: 0;
padding-bottom: 25px;
/*border-bottom: 1px solid #000;*/
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 12px;
padding: 0px 0px 6px 0px;
margin: 0px 6px 6px 6px;
text-decoration: none;
color: #fff;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #fff;
padding-bottom: 2px;
background: transparent;
color: #fff;
}

#navlist a:hover { color: #fff; }

/* footer */
.footercontainer {
padding-top: 30px;
padding-left: 80px;
padding-right: 80px;
}
.meta {
float: left;
width: 290px;
text-align: center;
}
.meta p{
font-size: 11px;
line-height: 1.2em;
text-align: left;
}
.meta h2{
font-size: 11px;
line-height: 1.2em;
text-align: left;
color: #F47CAC;
font-weight:bold;
}
.meta ul{
font-size: 10px;
line-height: 1.5em;
text-align: left;
color: #F47CAC;
list-style:none;
padding-top: 10px;

}
.meta ul li{
margin-left: 0px;
}
.meta ul li a{
color: #F47CAC;
text-decoration:none;
}
.meta ul li a:hover{
color: #F47CAC;
text-decoration:underline;
}

/*Typography */

.oneColFixCtrHdr #mainContent p{
padding-left: 30px;
padding-right: 40px;
}
.indented {
margin: 10px 10px 10px 30px; 
font-size: 14px;
}


.pageheading h1 {
font-size: 18px;
padding-bottom: 3px;
color: #333333;
}

/* Others */

.floatFix{
font-size:0; 
height:0; 
clear:both; 
overflow:hidden; 
margin: 0px auto;}

/*specific frontpage styles */
.oneColFixCtrHdr #frontheader {
	margin: 0;
	padding: 0;
	width:1032px;
	height:290px;
	background-image: url('../images/topbox.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #130b56;   
}
.headerpad {
padding-left: 250px;
}
#lefttext {
float: left;
width: 300px;
padding-top: 20px;
}
#lefttext p{
padding-top: 8px;
color: #282828;
}
#lefttext p a{
color: #F47CAC;
text-decoration:none;
}
#lefttext p a:hover{
text-decoration:underline;
}

#righttext {
float: left;
width: 300px;
padding-top: 30px;
padding-left: 80px;
}
#righttext h1{
padding-top: 10px;
font-size:16px;
color: #282828;
}
.ticker {
width: 100%;
/*height: 36px;*/
color: #F47CAC;
font-weight:bold;
background: #130b56;

}

.ticker p{
font-size:22px;
padding-bottom: 4px;
}
.leftside {
float: left;
width: 400px;
padding-left: 85px;
padding-top: 25px;
}
.leftside a{
font-weight: bold;
color: #F47CAC;
text-decoration:none;
}
.leftside a:hover{
font-weight: bold;
color: #F47CAC;
text-decoration:none;
}

.rightside {
float: left;
width: 430px;
padding-left: 50px;
padding-top: 40px;
}
.rightside h1 {
font-size:16px;
color: #282828;
}
.rightside p {
padding-top: 10px;
color: #282828;
}


#tabs {width:421px; text-align:center; margin:0; position:relative; z-index:200; font:bold 11px verdana, arial, sans-serif;}
#tabs ul {padding:0; margin:0; width:399px; list-style:none; position:relative;}
#tabs ul li.outer {float:left; display:inline; margin:0 4px 3px 4px; width:75px; height:53px; border-bottom:1px solid #9c9c9c; line-height:45px; color:#664;  padding:0 0 0 50px; cursor:pointer;}
#tabs ul li.one {background:#fff url(../icon/world.jpg) no-repeat top left;}
#tabs ul li.two {background:#fff url(../icon/key.jpg) no-repeat top left;}
#tabs ul li.three {background:#fff url(../icon/mail.jpg) no-repeat top left;}
#tabs ul li.four {background:#fff url(../icon/search.jpg) no-repeat top left;}
#tabs ul li.five {background:#fff url(../icon/profile.jpg) no-repeat top left;}
#tabs ul li.six {background:#fff url(../icon/draw.jpg) no-repeat top left;}
#tabs ul li div {display:none;}
#tabs ul li.click {padding-bottom:132px; border-bottom:1px solid #fff; color:#000; margin-bottom:0;}
#tabs ul li.click {color:#000; background-position:0 -55px; height:55px; cursor:default;}
#tabs ul li.click div {display:block; padding:5px; position:absolute; left:4px; top:55px; width:381px; height:118px; border-bottom:3px solid #fff;}
#tabs ul li.click div.tab_left
{background:#fff url(../icon/tab_left.gif);}
#tabs ul li.click div.tab_left p
{padding-right: 180px;}
#tabs ul li.click div.tab_center
{background:#fff url(../icon/tab_center.gif);}
#tabs ul li.click div.tab_right
{background:#fff url(../icon/tab_right.gif);}
.clear {clear:both; height:0; line-height:0; overflow:hidden;}
#tabs span.base {display:block; height:20px;font-size:10px; color:#c60; background:url(../icon/bottom.gif) bottom;}
#tabs div h5 {font-size:11px; margin:0;}
#tabs div p {font-weight:normal; text-align:left; color:#000; margin-top:3px; line-height:15px;}
#tabs div a img {border:0;}
#tabs div img.image {float:left; border:0; margin-right:5px; margin-top:-15px;}
#tabs div a.unlock {background:url(../icon/unlock.gif); display:block; width:30px; height:30px; margin:0 auto;}
#tabs div a.unlock:hover {border:0;}
#tabs div a:hover.unlock img {visibility:hidden;}
#tabs p.bold {color:#069; padding-top:5px;}
#tabs form {margin-top:-10px; padding:0;}
#tabs form fieldset {padding:0;}
#tabs p.buttons {text-align:center;}

.testimonials {
float: left;
/*margin-top: 4px;*/
padding-left: 44px;
}

#testion {
	width: 846px;
	height: 250px;
	background-image: url('../admin/userfiles/testimonials.jpg');
	background-color:#fff;
	background-repeat:no-repeat;
	color: #282828;
}
.tleft{
	float: left;
	width: 595px;
	padding-top:30px;
		padding-left:10px;
}
.tright{
	float: left;
	width: 199px;
}

#testion ul li a {
	text-decoration: none;
	line-height: 1.8em;
	font-size: 12px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	color: #000000;
	text-align:left;
		
	}

#testion ul li a:hover {
text-decoration:none;
}

#testion ul li {
	text-decoration: none;
	line-height: 1.8em;
	font-size: 12px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	color: #000000;
	text-align:left;
	padding-right: 50px;
	}	

#testion img {
margin-right: 10px;
padding: 4px 4px 16px 4px;
background: #FFFFFF;
border: #282828 solid 1px;

}
#testion h1 {
font-size: 16px;
padding-top:20px;

}
#testion p {
margin: 0;
padding-top:5px;
padding-bottom:20px;
font-size: 13px;
}

#tagline {
	position:relative;
	width:895px;
	height:55px;
	z-index:15;
	left: 72px;
	top: 90px;
	color: #F47CAC;
}
#tagline h2{
font-size: 24px;
}

.middlepage {
	width: 1032px;
	height: 239px;
	background-image: url('../images/esterbox.jpg');
	background-color:#fff;
	background-repeat:no-repeat;
	color: #282828;
	margin-bottom: 5px;

}
.topofcontent {
height: 29px;
background-image: url('../images/top.jpg');
background-color:#130b56;
background-repeat:no-repeat;
}
.bottomofcontent{
height: 29px;
background-image: url('../images/bottom.jpg');
background-color:#130b56;
background-repeat:no-repeat;
}
.buildyourfuture {
height: 239px;
background-image: url('../images/byfsbackground.jpg');
background-color:#130b56;
background-repeat:no-repeat;
}
.buildyourfuturecontainer {
padding: 65px 110px 65px 110px;
}
.buildyourfuturecontainer a{
text-decoration:none;
}
.buildyourfuturecontainer a:hover{
text-decoration:none;
}
.buildyourfuturecontainer h1{
padding-bottom: 10px;
}
.pink {
color: #F47CAC;
}

.pages {margin-left: 20px; margin-right: 20px; margin-bottom:0px;}
.pages a {text-decoration: none; color:#F47CAC;}
.pages a:hover {text-decoration: underline; }
.pages h1 { color: #444; background: inherit; padding: 5px 0;  }
.pages h2 { border-bottom: 1px solid #eee; margin: 10px 10px 10px 30px; font-size: 14px;}
.pages h3 { color: #808080; background: inherit; font-size: 1em; border-bottom: 1px solid #eee; margin: 10px 10px 10px 30px; }
.pages ul {  padding: 0; margin: 0 0 10px;}

.pages li, ul li{ list-style-type: none; margin-left: 60px;}
.pages p { margin:0px 0px 0px 0px; }
.pages p a{  margin: 0 auto; padding: 0; }

/* Clinic List */

#listcontainer {
	position:relative;
	left: 100px;
	width:600px;
	height:400px;
	z-index:25;
	border-bottom:#CCCCCC solid 1px;
		padding-top:20px;
	padding-bottom:20px;
}
#listimage {
	position:absolute;
	width:237px;
	height:180px;
	z-index:26;
	left: 356px;
	top: 20px;
}
#listimage img {
	margin: 3px 3px 3px 3px;
	border: #CCCCCC 1px solid;
}
#listcontent {
	position:absolute;
	width:339px;
	height:400px;
	z-index:26;
	left: 9px;
	top: 10px;

}
.listname h1{font-size: 14px; font-weight:bold; padding: 10px 0px 0px 10px; }
.listcont p{font-size: 12px; padding: 10px 0px 0px 10px; }
.listcont p img{display: inline; padding-right: 4px; }
.listcont a {text-decoration: none; color:#F47CAC;}
.listcont a:hover {text-decoration: underline; }
.login {position:absolute; width: 200; height: 30; z-index:99; left: 0px; top: 180px;}
.login a{color:#fff; text-decoration: none;}
.login a:hover{color:#fff; text-decoration: underline;}

/* NEWS SECTION */
#news {
padding-left: 20px;
padding-right: 20px;
height: 444px;
overflow: auto;
text-align: left;
}
#news h3 {
font-size: 22px;
padding-bottom: 20px;
margin:0 auto;
text-align:left;
}
#news h2{
font-size: 14px;
padding:0;
margin:0;
border: none;
}
#news p {
line-height: normal;
letter-spacing: normal;
}
#news a:link{
color: #282828;
text-decoration: none; 
border-bottom-width: 0;
}
#news a:hover{
color:  #999999;
text-decoration: none; 
border-bottom-width: 0;
}
#news a:visited{
color: #282828;
text-decoration: none;  
border-bottom-width: 0;
}
#news .pane-list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:left;
	color: #282828;	
}
#news .pane-list li {
	background: #eeeeee;
	padding: 10px 20px 10px;
	border-top: dotted 1px #130b56;
	cursor: pointer;
}
#news .pane-list li:hover {
	background: #ffffff;
	color: #282828;
	padding: 10px 20px 10px;
	border-top: dotted 1px #130b56;
	cursor: pointer;
}
#news .pane-list .listfloatleft .sccontainer{
background: #eeeeee;
}
#news .pane-list .listfloatleft .sccontainer:hover{
background: #ffffff;
}
#news .pane-list .listfloatleft {
width: 350px;
float: left;
text-align: left;
}
#news .pane-list .listfloatright {
width: 300px;
float: left;
text-align: left;
}
#news img {

padding: 2px 2px 2px 2px;
 }

.img {margin: 0px;}

table {padding-left: 60px;}