/*basic layout*/
html {
   width: 100%;
   height: 100%;
   background: #fff url(/images/layouts/background/gradientback.jpg) top left repeat-x;
  text-align: center; 
}
 
body {
  position: relative;
   width: 940px;
   margin: 8px auto;
   padding-bottom: 10px;
   text-align: center;
  background: none;
  border: solid 0;
font-size: 80%;
font-family: trebuchet ms, helvetica, arial, sans-serif;  
}

//a.external {
	background: url(images/layouts/general/external.png) no-repeat scroll right center;
	padding-right: 13px
}

#minwidth {
  height: 100%;
   width: 934px;
   margin: 0 auto;
   text-align: center;
  background: #fff;
}
#container {
  float: left;
  background: #fff url(//images/layouts/background/gradient.jpg) center repeat-y;
  text-align: left;
border: solid 1px #999;
padding: 8px 8px 8px 10px;
margin: 0;
}

/* general styles */

.hide {
  display: none;
  }
  
.skipnav {
   display: none;
   padding: 0;
   border: 0;
   margin: 0;
}

img {
  border: none;
}

.half {
width: 49%;
}
.fifth {
width: 19%;
}
/*  links at top  */

#header {
  width: 910px;
height: 100%;
float: left;
background: none;
border: solid 0 #fff;
margin: 0;
padding: 0;
}
   
#header .logo  {
 padding: 0 0 0 0;
 margin: 0;
 border: solid 0;
 height: 82px;
 width: 220px;
 float: left;
 clear: left;
}
#header .logo img {
 padding: 0;
}

#header .top-header-links-bar {
text-align: left;
float: left;
padding: 0;
border-bottom: solid 0 #999;
width: 700px;
background: none;
}

#header .top-header-links-bar .socialbutton  {
 float: right;
 border: solid 0;
 width: 200px; 
}
#header .top-header-links-bar .socialbutton a img{
 float: right;
 padding: 0 2px;
 margin: 0 2px;
 height: 30px;
}
#header .top-header-links-bar2 {
text-align: right;
float: right;
clear: right;
padding: 1px 30px 2px 4px;
}
#header .top-header-links-bar2 a {
color: #063;
font-weight: bold;
text-decoration: none;
padding: 2px;
}

/* top search */

#header .top-search {
 width: 180px;
 border: solid 0 #999;
 padding: 0;
 margin: 0;
 float: right;
}
#header .top-search form#page-search{
display: block;
height: 30px;
padding: 2px 0;
border: 0;
margin: 0;
width: 180px;
float: right;
}
#header .top-search form#page-search fieldset { 
padding: 1px;
border: 0;
margin: 0;
background: none;
float:right;
width: 180px;
} 
#header .top-search form fieldset .text input { 
padding: 2px;
width: 140px;
float: left;
}
#header .top-search form fieldset .button input { 
padding: 0 0 0 4px;
float: left;
border: 0;
}
   
/*  second links bar  */

#header .lower-header-links-bar {
font-family: Arial, Sans-serif;
font-size: 1.1em;
margin: 0;
padding: 0;
border: 0;
background: #fff;
width: 670px;
height: 68px;
float: right;
}
#header .lower-header-links-bar ul {
padding: 4px 0;
margin: 0;
border: solid 0 #B9FAB1;
width: 220px;
float: left;
background: #fff;
text-align: center;
list-style: none;
}
#header .lower-header-links-bar ul li {
display: block;
padding: 3px 1px;
margin: 0 1px;
list-style: none;
border: solid 1px #fff;
background: #029E4B;
width: 97%;
float: left;

}

#header .lower-header-links-bar ul li a{
display: block;
text-decoration: none;
color: #fff;
background: none;
font-weight: bold;
padding: 0;
margin: 0;
border: 0;
}
#header .lower-header-links-bar ul li a:hover{
text-decoration: none;
color: #000;
background: #fff;
}

/* breadcrumbs */
.breadcrumbs {
  display: none;
  float: none;
  width: 690px;
  text-align: left;
  padding: 1px 0;
  margin: 1px 0;
  border: solid 0 #999;
  color: #999;
  font-size: .9em;
}

.breadcrumbs .title {
  font-weight: bold;
  padding: 0 4px 0 12px;
}

/* left menu */

#menu-left {
width: 210px;
height: 100%;
float: left;
background: none;
font-size: .9em;
line-height: 1.2em;
padding: 8px 2px 0 0;
}
#menu-left form {
float: left;
background: #fff;
padding: 4px 8px;
}
#menu-left .siblings {
height: 100%;
}

/* left level links */
#menu-left .menulinks {
float: left;
width: 15em;
font-weight: bold;
margin: 0;
padding: 4px 0 0 4px;
text-decoration: none;
}
#menu-left .menulinks a {
float: left;
width: 15em;
background: none;
color: #009;
text-decoration: none;
border: solid 1px #DBFDDA;
margin: 0 0 0 2px;
padding: 4px 0 4px 8px;
}
#menu-left .menulinks a:hover {
color: #063;
}
#menu-left .menulinksheading {
float: left;
width: 14em;
font-weight: bold;
font-size: 1.1em;
margin: 2px 0 0 6px;
padding: 4px 0 4px 8px;
text-decoration: none;
border: solid 1px #D5FAE3;
color: #D5FAE3;
background: #063;
}
#menu-left .menulinks .highlight {
background: #DBFDDA;
}
#menu-left .pagetitle {
float: left;
width: 200px;
font-size: 1.4em;
font-weight: bold;
line-height: 1.2em;
margin: 4px 0;
padding: 6px 4px;
text-decoration: none;
background: #029E4B url(/images/layouts/corners/point.gif) no-repeat right;
color: #fff;
}
#menu-left .pagetitletext {
width: 180px;
}
/* blog links */
#menu-left .menublog {
 float: left;
 background: #fff;
}
#menu-left .menublog h2 {
 font-size: 1em;
 padding: 2px 4px 2px 4px;
 margin: 8px 4px 2px 6px;
 color: #F20C74;
 border-top: solid 1px #F20C74;
 border-bottom: solid 1px #F20C74;
 width: 170px; 
}
#menu-left .menublog .menulinks a {
 background: #078F7D;
 color: #fff;
}
#menu-left .leftpic  {
  width: 200px;
 float: left;
 border: solid 0 #999;
 margin: 6px 2px;
text-align: left;
}
#menu-left .leftpic a img {
  width: 174px;
 padding: 0 4px;
 margin: 0 4px;
}
#menu-left .leftpic h3 { 
 padding: 4px 0 0 4px;
 margin: 4px 0 0 4px;
 font-size: 1em;
}
#menu-left .leftpic .caption {
 text-align: center;
 float: right;
 padding: 0 8px 0 0;
 margin: 0 8px 0 0;
}
/* services css  left menu */

#menu-left .services .menulinks {
padding: 4px 0 0 8px;
}
#menu-left .services .menulinks a {
color: #040;
margin: 0 0 0 2px;
padding: 4px 0 4px 8px;
}
#menu-left  .services .menulinks a:hover {
color: #090;
}
#menu-left .services  .menulinksheading a {
margin: 2px 0 0 0;
padding: 4px 0 4px 6px;
color: #090;
border: 0;
}

/* footer  */
#footer .socialbuttons {
 border: solid 0px;
 width: 170px;
 float: right;
 padding: 0px;
 margin: 0px;
}
#footer .socialbuttons p {
 width: 100px;
 padding: 0px 6px;
 margin: 0px;
 text-align: left;
}
#footer {
clear: both;
font-size: .9em;
text-align: center;
color: #fff;
float: left;
background: #029E4B;
width: 98%!Important;
width: 100%;
height: 100%;
font-weight: bold;
line-height: 1.8em;
padding: 2px 0 ;
margin: 8px 0;
/* fix for text repeat bug in ie6 */
margin-right: -3px;
}
#footer a {
color: #fff;
font-weight: normal;
margin: 4px;
}


#footer .logos {
float: right;
width: 21em;
margin: 2px 0;
padding: 0;
height: 5em;
}
#footer .footerline {
 padding: 1px 0;
 margin: 1px 0;
}
#footer .footertext .footerline {
margin: 1px 6px;
}
#footer .footertext .footerline a {
text-decoration: none;
}
#footer .logos .logopic img{
float: right;
margin: 0;
padding: 0;
border: 0;
}



