body {
    font-family: small Verdana, Arial, Helvetica, sans-serif;
    background: #ffffff;
    background: url('../images/background.gif');
    color: #666666;
}

h1 {
    color: #00AE60;
    font-size: 20px;
    font-weight: normal;
}

h2 {
    color: #646464;
    font-size: 18px;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #3333CC;
}

input.btn {
    color:#050;
    font: bold 84% 'trebuchet ms',helvetica,sans-serif;
    background-color:#fed;
    border:1px solid;
    border-color: #696 #363 #363 #696;
}

#logoArea {
    background: url('../images/bg-gradiant.gif');
    background-repeat: repeat;
    height: 125px;
    width: 900px;
}

#logoImg {
    padding-top:  40px;
    padding-left: 50px;
}

#mainBody {
    margin:10px auto 35px;
    width: 900px;
    background: #ffffff;
}

#mainContent {
    padding: 0px 40px;
    background: #ffffff;
}

#innerContent {
    padding: 38px 67px;
    background: url('../images/bg-gradiant-inner.gif') repeat-x;
}

.missionBlock {
    /* padding: 10px; */
}

#mission-outer {
    background: url('../images/bg-missionnew.png');
    width: 938px;
    height: 288px;
    /*left: -15px;
    top: -7px;
    position: relative;*/
    margin-left: -15px;
    margin-top: -7px;
}

#mission-inner {
    position: relative;
    top: 25px;
    margin-left: 30px;
    background-color: #ffffff;
    width: 860px;
    height: 210px;
    padding: 12px;
}

#missionBlock1 {
    float: left;
    height: 210px;
    width: 290px;
/*
    margin-left: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
*/
}

#missionBlock2 {
    float: right;
    background-color: #fefbcd;
    height: 60px;
    width: 420px;
    padding: 75px;
    line-height: 150%;
    font-size: 20px;
/*
    margin-right: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
*/
}

.infoBlock {
    background: url('../images/bg-infoblock.gif');
    width: 360px;
    padding: 20px;
}

.wideInfoBlock {
	background: url('../images/bg-infoblock.gif');
	width: 720px;
	padding: 20px;
	margin: auto;
}

ul {  /* .infoBlock  */
    padding-left: 15px;
}

ul li {  /* .infoBlock   */
    color: #00AE60;
}

li {
	margin-top: 5px;
}

.listText {
    color: #999999;
}

.listTextNormal {
	color: #666;
}

#infoBlock1 {
    float: left;
    margin-left: 37px;
    /* margin-top: 30px; */
    margin-bottom: 30px;
}

#infoBlock2 {
    float: right;
    margin-right: 37px;
    /* margin-top: 30px; */
    margin-bottom: 30px;
}

a:link {
    color: #000099;
}

a:visited {
    color: #663399;
}

a:active {
    color: #666666;
}

a:hover {
    color: #666666;
}

#footer {
    background: url(../images/bg-gradiant.gif) repeat;
    font-size: 12px;
    color: #5EEAAB;
    padding-left: 25px;
    padding-bottom: 25px;
}

#footer a:link {
    color: #5EEAAB;
}

#footer a:visited {
    color: #5EEAAB;
}

#footer a:active {
    color: #5EEAAB;
}

#footer a:hover {
    color: #51C993;
}





#nav {
    background: url('../images/bg-menu.gif');
    height: 46px;  /* 33px */
    width: 800px;
    color: #ffffff;
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    padding-left: 100px;
}


#nav a:link {
    color: #ffffff;
}

#nav a:visited {
    color: #ffffff;
}

#nav a:active {
    color: #ffffff;
}

#nav a:hover {
    color: #fdef4b;
}

/* sfHover (Menu) Styles */

#nav, #nav ul { /* all lists */
  /* padding: 0; */
  margin: 0;
  list-style: none;
  line-height: 1;
}

#nav a {
  display: block;
  /* width: 10em; */
}

#nav li { /* all list items */
  float: left;
  /* width: 10em; */ /* width needed or else Opera goes nuts */
  font-size: 18px;
  margin-top: 0;
}

#nav li a {
    padding: 15px 10px;
}

#nav li ul { /* second-level lists */
  position: absolute;
  top: 180px;
  background: #5A56B1; /* previously orange */
  float: none;
  /* width: 10em; */
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  padding: 0px;
  font-size: 14px;
  z-index: 999;
}

#nav li ul li {
    float: none;
    font-size: 14px;
}

#nav li ul li a {
    padding: 7px 10px;
}

#nav li:hover ul, #nav li.sfHover ul { /* lists nested under hovered list items */
  left: auto;
}

#nav li.sfHover ul {
  left: auto;
}

#content {
  clear: left;
  color: #ccc;
}

/* sfFocus Styles */

.sfFocus {
   background: #5A56B1; /* blue */
  color: #fff;
}

/* sfActive Styles */

.sfActive {
   background: lime;
  color: #fff;
}

/* sfTarget Styles */

.sfTarget {
  background: black;
  color: #fff;
}

#contactForm label {
	display: block;
	margin-top: 7px;
	font-weight: bold;
}

#contactForm input.contactInput {
	width: 300px;
}

#contactForm textarea {
	width: 300px;
	height: 200px;
}

#beforeAfter {
    	width: 360px;
    	height: 500px;
    }
    
    #beforeAfter ul {
    	list-style: none;
    	height: 200px;
    }
    
    #beforeAfter ul li {
    	float: left;
    	margin-left: 10px;
    	text-align: center;
    	display: inline;
    }
    
    #beforeAfter img {
    	border: none;
    }
    
    #portfolio {
    	margin-top: 30px;
    }
    
    #portfolio h2 {
    	margin: 0;
    	padding: 0;
    }
    
    #gallery {
    	height: 170px;
    	width: 340px;
    	overflow: hidden;
    }
    
    #gallery_prev {
    	float: left;
    	width: 15px;
    }
    
    #gallery_next {
    	float: right;
    	width: 15px;
    }
    
    #gallery ul {
    	list-style: none;
    	width: 3900px;
    }
    
    #gallery ul li {
    	float: left;
    	margin-left: 10px;
    }
    
    #gallery img {
    	border: none;
    }
    
.errorMsg {
	color: red;
}