@import "https://www.google.com/cse/api/branding.css";
@import url("BerkeleyStdBook/stylesheet.css");
body {
    background: none repeat scroll 0 0 #c5c3c1;
    font-family: 'StoneSansMedium';
}
img {
    max-width: 100%;
}

@font-face {
  font-family: 'StoneSansITCStd-SemiBold';
  src: url('../fonts/StoneSansITCStd-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/StoneSansITCStd-SemiBold.woff') format('woff'), url('../fonts/StoneSansITCStd-SemiBold.ttf')  format('truetype'), url('../fonts/StoneSansITCStd-SemiBold.svg#StoneSansITCStd-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Berkeley_italic';
  src: url('../fonts/Berkeley_italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/Berkeley_italic.woff') format('woff'), url('../fonts/Berkeley_italic.ttf')  format('truetype'), url('../fonts/Berkeley_italic.svg#Berkeley_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'BerkeleyStd-BookItalic';
  src: url('../fonts/BerkeleyStd-BookItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/BerkeleyStd-BookItalic.woff') format('woff'), url('../fonts/BerkeleyStd-BookItalic.ttf')  format('truetype'), url('../fonts/BerkeleyStd-BookItalic.svg#BerkeleyStd-BookItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'StoneSansITCStd-boldItalic';
  src: url('../fonts/StoneSansITCStd-boldItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/StoneSansITCStd-boldItalic.woff') format('woff'), url('../fonts/StoneSansITCStd-boldItalic.ttf')  format('truetype'), url('../fonts/StoneSansITCStd-boldItalic.svg#StoneSansITCStd-boldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

.StoneSansITCStd{ font-family: 'StoneSansITCStd-SemiBold';font-size:50px;color:#999;}
.ZapfDingbats{font-family: 'StoneSansITCStd-boldItalic';font-size:50px;color:#999;}

@font-face {
    font-family: "BerkeleyOldstyleBook";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/BerkeleyOldstyleBook.eot?#iefix") format("embedded-opentype"), url("../fonts/BerkeleyOldstyleBook.woff") format("woff"), url("../fonts/BerkeleyOldstyleBook.ttf") format("truetype"), url("../fonts/BerkeleyOldstyleBook.svg#BerkeleyOldstyleBook") format("svg");
}
@font-face {
    font-family: "StoneSansBold";
    src: url("../fonts/StoneSansBold.eot?") format("eot"), url("../fonts/StoneSansBold.woff") format("woff"), url("../fonts/StoneSansBold.ttf") format("truetype"), url("../fonts/StoneSansBold.svg#StoneSansBold") format("svg");
}
@font-face {
    font-family: "BerkeleyStd-Book";
    src: url("../fonts/BerkeleyStd-Book.eot?") format("eot"), url("../fonts/BerkeleyStd-Book.otf") format("opentype"), url("../fonts/BerkeleyStd-Book.woff") format("woff"), url("../fonts/BerkeleyStd-Book.ttf") format("truetype"), url("../fonts/BerkeleyStd-Book.svg#BerkeleyStd-Book") format("svg");
}
@font-face {
    font-family: "StoneSansMedium";
    src: url("../fonts/StoneSansMedium.eot?") format("eot"), url("../fonts/StoneSansMedium.woff") format("woff"), url("../fonts/StoneSansMedium.ttf") format("truetype"), url("../fonts/StoneSansMedium.svg#StoneSansMedium") format("svg");
}
@font-face {
    font-family: "StoneSansITCStd-Bold";
    src: url("../fonts/StoneSansITCStd-Bold.eot?") format("eot"), url("../fonts/StoneSansITCStd-Bold.woff") format("woff"), url("../fonts/StoneSansITCStd-Bold.ttf") format("truetype"), url("../fonts/StoneSansITCStd-Bold.svg#StoneSansITCStd-Bold") format("svg");
}
li {
    list-style: none outside none;
}
#main-wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.page_shadow {
    box-shadow: 0 0 10px #666;
    margin: 0 auto 40px;
    max-width: 1026px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.page {
    margin: 0 auto;
    max-width: 1026px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 10;
}

#header {
    background: none repeat scroll 0 0 #fff;
    padding-top: 15px;
}
#header .page > div {
    float: left;
}
.logo {
    margin-right: 25px;
    width: 16%;
}
.slogan {
    width: 50%;
}
.search {
    text-align: right;
}
.search_social {
    width: 31.5%;
}
.search a {
    border-right: 1px solid #009779;
    color: #009779;
    display: inline-block;
    font-family: 'StoneSansITCStd-SemiBold';
    font-size: 12px;
    margin-top: 6px;
    padding-right: 5px;
    text-decoration: none;
}
.search a:hover {
    color: #000000;
}
.search form {
    display: inline-block;
}
.search input[type="text"] {
    background: none repeat scroll 0 0 #f4f2f2;
    border: 1px solid #d3d0c9;
    color: #009779;
    font-family: 'StoneSansMedium';
    font-size: 11px;
    margin-left: 2px;
    padding: 3px 0;
    text-align: center;
    width: 94px;
}
.search input[type="submit"] {
    background: url("../images/arrow.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 21px;
    width: 20px;
}
.social_icons {
    float: right;
    margin-top: 46px;
}
.social_icons ul li {
    float: left;
    list-style: none outside none;
    margin-right: 3px;
}
.social_icons ul li:last-child {
    margin: 0;
}
.social_icons ul li a {
    border: 1px solid #d5d5d6;
}
.twitter a {
    background: url(../images/social_icons.png) no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
    display: block;
    height: 26px;
    width: 26px;
}
.twitter a:hover {
         background: url(../images/social_icons.png) no-repeat scroll 0px -36px rgba(0, 0, 0, 0);
}
.facebook a {
    background: url(../images/social_icons.png) no-repeat scroll -34px 0px rgba(0, 0, 0, 0);
    display: block;
    height: 26px;
    width: 26px;
}
.facebook a:hover {
   background: url(../images/social_icons.png) no-repeat scroll -34px -36px rgba(0, 0, 0, 0);
}
.youtube a {
    background: url(../images/social_icons.png) no-repeat scroll -68px 0px rgba(0, 0, 0, 0);
    display: block;
    height: 26px;
    width: 26px;
}
.youtube a:hover {
        background: url(../images/social_icons.png) no-repeat scroll -68px -36px rgba(0, 0, 0, 0);
}
.linkedin a {
     background: url(../images/social_icons.png) no-repeat scroll -102px 0px rgba(0, 0, 0, 0);
    display: block;
    height: 26px;
    width: 26px;
}
.linkedin a:hover {
       background: url(../images/social_icons.png) no-repeat scroll -102px -36px rgba(0, 0, 0, 0);
}
#nav {
    background: url("../images/nav_bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 27px;
}
#nav .page > ul > li:last-child a:before {
    background: url("../images/lock.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 11px;
    margin-left: -16px;
    margin-top: 2px;
    position: absolute;
    width: 9px;
}
#nav .page > ul > li ul li a:before {
    background: url("../images/left_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 11px;
    margin-left: -16px;
    margin-top: 6px;
    position: absolute;
    width: 9px;
}
#nav ul li {
    float: left;
    padding-bottom: 6px;
    padding-top: 5px;
}
#nav ul li a {
    border-right: 1px solid #fff;
    color: #fff;
    font-family: 'StoneSansMedium';
    font-size: 13.5px;
    padding: 0 8px 0 8px;
    text-decoration: none;
}
#nav ul li a:hover {
    color: #f2f2f2;
}
#nav .page > ul > li:last-child a {
    border: medium none;
    padding-left: 25px;
}
#nav .page > ul > li:nth-child(1) a {
    padding-left: 0;
}
div.left_banner {
    background: url("../images/left.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    min-height: 166px;
    padding: 15px;
    width: 14%;
}
div.left_banner p {
    color: #fff;
    font-family: 'StoneSansMedium';
    font-size: 13px;
    line-height: 16px;
}
div.left_banner a {
	color: #fff;
}
div.left_banner a:hover {
	color: #33CC00;
}
div.right_banner {
    float: right;
    width: 83.07%;
}
.right_banner img {
    display: block;
    left: 1px;
    position: relative;
    width: 100%;
}
.left_content {
    background: none repeat scroll 0 0 #00866a;
    float: left;
    overflow: hidden;
    padding: 10px 6px 10px 15px;
    position: relative;
    width: 14.9%;
}
.left_content ul li {
    list-style: none outside none;
}
.left_content > ul > li a {
    border-bottom: 1px dotted #fff;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 0 6px 10px;
    position: relative;
    text-decoration: none;
    z-index: 99;
}
.left_content h3 {
    color: #fff;
    font-size: 13px;
    position: relative;
    z-index: 9;
}
.left_content h3 a {
    border-bottom: 1px dotted #fff;
    color: #d2d2d2;
    display: block;
    padding: 6px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 99;
}
.left_content > ul > li > a:before {
    background: url("../images/left_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 5px;
    margin-left: -12px;
    margin-top: 5px;
    position: absolute;
    width: 9px;
}
.left_content ul li a:hover {
    color: #f2f2f2;
}
div.mid_content {
    float: left;
    padding: 20px;
    width: 617px;
}
div.mid_content h1 {
    color: #db6529;
    font-family: "StoneSansITCStd-Semibold";
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 26px;
    padding: 15px 0;
}
div.mid_content p, div.mid_content li {
    color: #636363;
    font-family: 'BerkeleyOldstyleBook';
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 22px;
    padding: 4px 0;
    word-spacing: 0.1em;
}
/*div.cnt-nw-tm p{
	font-family:StoneSansMedium;
	font-size:12px;
	}
	
*/
div.mid_content li a {
    color: #00866a;
}
div.mid_content a {
    color: #00866a;
}
.mid_content strong {
    font-family: 'StoneSansMedium';
}
div.mid_content h2 {
    color: #019a7a;
    font-size: 16px;
	line-height: 22px;
    padding: 24px 0 10px;
   letter-spacing: -0.02em;
}
div.mid_content h3 {
    color: #db6529;
    font-size: 14px;
    line-height: 17px;
    padding: 18px 0 4px;
}
div.right_content {
    background: none repeat scroll 0 0 #f0edec;
    float: right;
    width: 19%;
}
div.right_content h2 {
    background: none repeat scroll 0 0 #00ad8d;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 5px 0 4px;
    text-align: center;
}

div.right_content a {
    color: #00866a;
    text-decoration: underline;
}
#copyright {
    background: none repeat scroll 0 0 #d1cecc;
    padding: 15px 0;
	border-top:3px solid #FFF;
}
#copyright ul li {
    border-right: 1px solid #51534a;
    color: #51534a;
    float: left;
    font-family: 'BerkeleyStd-Book';
    font-size: 15px;
    padding: 0 8px;
}
#copyright ul li a {
    color: #51534a;
    text-decoration: none;
}
#copyright .page ul {
    margin-left: 185px;
}
#foundation ul li {
    float: left;
}
#copyright ul li:last-child {
    border: medium none;
}
.to_top {
    color: #00ad8d;
    display: block;
    font-size: 11px;
    margin-top: 20px;
	padding-top:15px;
}
div.mid_content li {
    padding-left: 15px;
}
.mid_content ul li:before {
    background: url("../images/mid_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 10px;
    margin-left: -17px;
    margin-top: 8px;
    position: absolute;
    width: 16px;
}
div.callout p {
    background: none repeat scroll 0 0 #e6e7e8;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    color: #00866a !important;
    font-family: 'StoneSansITCStd-SemiBold';
    font-size: 15px !important;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 15px;
    overflow: hidden;
    padding: 10px !important;
	line-height:20px;
}
.callout {
    display: block;
    margin: 5px 0;
}
.callout a {
    color:#00866a;
    text-decoration:underline;
}

div.pullquote p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 10px solid #00866a;
    color: #00866a !important;
    font-family: "StoneSansITCStd-SemiBold";
    font-size: 15px !important;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
    overflow: hidden;
    padding-left: 10px !important;
}
.pullquote {
    display: block;
    margin: 5px 0;
}
.pullquote a {
    color:#00866a;
    text-decoration:underline;
}
.right_content p {
    background: none repeat scroll 0 0 #f0edec;
    color: #575757;
    font-family: 'BerkeleyStd-Book';
    font-size: 15px;
    line-height: 19px;
    margin-top: -3px;
    padding: 12px 15px 0;
}
.right_content p span {
    color: #00866a;
    display: block;
    font-family: 'StoneSansITCStd-SemiBold';
    font-size: 11px;
    line-height: 15px;
    margin-top: 8px;
}
.right_content p a:hover {
    color: #00866a;
    text-decoration:underline;
    margin-top: 8px;
}


}
.right_content p ul li:before {
    background: url("../images/mid_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 9px;
    margin-left: -17px;
    margin-top: 4px;
    position: absolute;
    width: 16px;
}
.leftimage {
	float: left;
	margin-top: 6px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
}
.leftimageborder {
	float: left;
	margin-top: 6px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #636363;

}

.rightimage {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 9px;
	border: 0px;
}
.rightimageborder {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 9px;
	border: 1px solid #636363;
}

.smallbody {
    color: #666666;
    font-family: 'StoneSansMedium';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px;
	margin-top: 8px;
	margin-bottom: -4px
}
#foundation .page ul {
    margin-bottom: 3px;
    margin-left: 186px;
    margin-top: 6px;
    overflow: hidden;
}
#foundation .page ul li:nth-child(1) {
    margin-top: 10px;
}
#foundation .page ul li:nth-child(2) {
    margin-top: 0px;
}
.slicknav_menu {
    display: none;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6) !important;
}
.camera_caption {
    padding: 20px 0;
    top: 51%;
    width: 33% !important;
}
#camera_wrap_1 p {
    font-size: 17px;
    line-height: 22px;
}
#camera_wrap_1 p a {
    color: #f8e476;
    font-size: 17px;
   
}

#camera_wrap_1 p a:hover {
    color: #c0c0bf;
    font-size: 17px;
   
}
#slider_content {
}
.left_slider_content {
    background: none repeat scroll 0 0 #efeceb;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    float: left;
    padding: 8px 0;
    width: 17.5%;
}

.right_slider_conetnt.blck1{    border-top: 5px solid #fff;
	 border-bottom: 5px solid #fff;}
.right_slider_conetnt {
    background: none repeat scroll 0 0 #f7f4f3;

    float: right;
    min-height: 153px;
    padding: 14px 0;
    width: 100%;
}

.dottedborder {
	border-top: dotted 1px #666; 
	margin-bottom: 7px;
	}
	
@media not all {
.right_slider_conetnt ul li:last-child p {
    margin-top: -4px;
}
}
.left_slider_content ul li {
    border-bottom: 1px dotted #2d2d95;
    font-size: 11px;
    line-height: 15px;
    padding: 5px 10px;
}
.left_slider_content ul li:nth-child(1) a {
    color: #ba5555;
	text-decoration:none;
}
.left_slider_content ul li:nth-child(2) a{
    color: #2d2d95;
	text-decoration:none;
}
.left_slider_content ul li:nth-child(3) a{
    color: #00ad8d;
	text-decoration:none;
}

.left_slider_content ul li:nth-child(1) a:hover {
	text-decoration:underline;
}
.left_slider_content ul li:nth-child(2) a:hover{
	text-decoration:underline;
}
.left_slider_content ul li:nth-child(3) a:hover{
	text-decoration:underline;
}


.left_slider_content ul li:last-child {
    border: medium none;
}
.right_slider_conetnt ul li {
color: #666666;
    float: left;
    font-size: 13px;
    list-style: none outside none;
    padding-left: 27.4px;
    width: 29.7%;
}
.right_slider_conetnt ul li a {
    color: #00ad8d;
}
.right_slider_conetnt ul li p {
    line-height: 16px;
    padding: 3px 0;
}
#menu li ul {
    display: none;
}
#menu > li > ul > li:hover > ul{ left: 100%; max-width: 300px; position: absolute; top: 0; width: 100%;}

#menu li:hover > ul {
    box-shadow: 2px 4px 12px #666;
    display: block;
    padding: 5px 10px;
    position: absolute;
    top: 25px;
    z-index: 9999;
}
#menu li ul {
    background: none repeat scroll 0 0 #929386;
}
 #menu li ul li{display: block;float: none;border-bottom: 1px dotted #fff;border-right: none;padding: 5px 12px;position:relative;display:flex;line-height:17px;display:flex;display:-webkit-flex;flex-flow:row wrap;}
 
#menu li ul li a {
    border-right: medium none;
    color: #fff;
    font-size: 12px;
}
.right_slider_conetnt img {
        border: 1px solid #999999;
    width: 100%;
    height: auto;
}
.left_content ul li + h3:after {
    background: none repeat scroll 0 0 #009e7c;
    bottom: 0;
    clear: both;
    content: "";
    height: 100%;
    left: -15px;
    min-height: 720px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 150%;
    z-index: 9;
}
.left_content ul h3 {
    color: #d2d2d2;
}
.about_us.left_content ul li:after {
    height: 48%;
    top: 52%;
}
sup {
    font-size: 7px;
}
.strength div.right_content {
}
.strength div.left_content {

}
.facebook_share {
    margin-top: -3px;
    padding-left: 480px;
}

.facebook_share iframe{
	padding-left:0px;
}
section#foundation {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
}
section#content_section {
    background: #fff url(../images/content_bg.jpg) repeat-y;
    padding-bottom: 3px;
}
#slider_content {
    background: none repeat scroll 0 0 #fff;
    padding-bottom: 3px;
}
#content_section a:active {
    color: #00866a;
}
.page_shadow > #banner {
    background: none repeat scroll 0 0 #007f64;
}
body.mac #nav .page > ul > li:last-child a:before {
    margin-top: 1px;
}
body.mac div.right_content h2 {
    padding: 6px 0 4px;
}
body.mac.firefox #nav .page > ul > li:last-child a:before {
    margin-top: 0px;
}
body.mac.firefox #nav ul li {
    margin-top: 3px;
}
body.mac.firefox #nav .page > ul > li ul li a:before {
    margin-top: 2px;
}
body.mac.firefox div.right_content h2 {
    padding: 8px 0 3px;
}
body.mac.firefox #menu li ul li > ul > li > a {
    line-height: 17px;
}
body.mac.firefox .left_content > ul > li > a:before {
    margin-top: 3px;
}
body.mac.firefox .left_content > ul > li a {
    padding: 7px 0 4px 10px;
}
body.mac.firefox .left_content h3 a {
    padding: 7px 0 4px;
}

body.mac.firefox .page_shadow{overflow:hidden;top:-3px;}

body.mac.firefox #camera_wrap_1{
	margin-top:-3px;
}
.slicknav_nav ul ul li > a {
    line-height: 20px;
}
.lock {
    margin-top: -4px;
}

iframe{max-width:100% !important;}

.berkeley_italic{
	font-family: 'BerkeleyStd-BookItalic';
 	font-size:16px;
 }
 .mouseprint {
	font-family: StoneSansMedium;
	font-size: 9px;
	line-height: 10px;
	color: #666;
	padding-top: 12px;
}
.govbboard {
	font-family: StoneSansMedium;
	font-size: 8px;
	line-height: 10px;
	float: left;
	width: 20%;
	padding-right: 3%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 9px;
	margin-left: 0px;
}
.staflist {
	font-family: StoneSansMedium;
	font-size: 8px;
	line-height: 10px;
	float: left;
	width: 28%;
	padding-right: 3%;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 9px;
	margin-left: 0px;
}
 .stafcap {
	font-family: StoneSansMedium;
	font-size: 12px;
	line-height: 13px;
	color: #666;
	padding-top: 0px;
}
/* 16-9-2014    */

ul.dnr-lst-ot{
	margin:0;
	padding:0;
	}
	
	ul.dnr-lst-ot-3{
	margin:0;
	padding:0;
	}
	
	ul.dnr-lst-ot-2{
	margin:0;
	padding:0;
	}
	
ul.dnr-lst-ot li{
	list-style:none;
	overflow:hidden;
	 padding-left: 0px;
	}
	
	ul.dnr-lst-ot-3 li{
	list-style:none;
	overflow:hidden;
	 padding-left: 0px;
	}
	
	ul.dnr-lst-ot-2 li{
	list-style:none;
	overflow:hidden;
	 padding-left: 0px;
	}
	
ul.dnr-lst-ot li:nth-child(even){
	background:#FFFFCC;
	}
	
	ul.dnr-lst-ot-3 li:nth-child(even){
	background:#FFFFCC;
	}
	
	ul.dnr-lst-ot-2 li:nth-child(even){
	background:#FFFFCC;
	}
ul.dnr-lst-ot li:before{
	background:none;
	}
	
	ul.dnr-lst-ot-3 li:before{
	background:none;
	}
	
	ul.dnr-lst-ot-2 li:before{
	background:none;
	}
ul.dnr-lst-ot li ul.dnr-in-lst{
	margin:0;
	padding:0;
	}
	
	ul.dnr-lst-ot-3 li ul.dnr-in-lst{
	margin:0;
	padding:0;
	}
	
	ul.dnr-lst-ot-2 li ul.dnr-in-lst{
	margin:0;
	padding:0;
	}
ul.dnr-lst-ot li ul.dnr-in-lst li{
	float:left;
	width:24%;
	font-size:13px;
	margin-left:1%;
	line-height:normal !important;
	word-wrap: break-word;
	font-family:StoneSansMedium;
	color:#666;
	}
	
	ul.dnr-lst-ot-3 li ul.dnr-in-lst li{
	float:left;
	width:32%;
	font-size:13px;
	margin-left:1%;
	line-height:normal !important;
	word-wrap: break-word;
	font-family:StoneSansMedium;
	color:#666;
	}
	
	ul.dnr-lst-ot-2 li ul.dnr-in-lst li{
	float:left;
	width:48%;
	font-size:13px;
	margin-left:1%;
	line-height:normal !important;
	word-wrap: break-word;
	font-family:StoneSansMedium;
	color:#666;
	}
ul.dnr-lst-ot li ul.dnr-in-lst li:nth-child(even){
	background:none;
	}
	
	ul.dnr-lst-ot-3 li ul.dnr-in-lst li:nth-child(even){
	background:none;
	}
	
	ul.dnr-lst-ot-2 li ul.dnr-in-lst li:nth-child(even){
	background:none;
	}
ul.dnr-lst-ot li ul.dnr-in-lst li h3{
	padding:0px;
	}
	
	ul.dnr-lst-ot-3 li ul.dnr-in-lst li h3{
	padding:0px;
	}
	
	ul.dnr-lst-ot-2 li ul.dnr-in-lst li h3{
	padding:0px;
	}


/* 16-9-2014    */
.liteg{

	font-family : StoneSansMedium;

	font-style : normal;

	font-size : 14px;
	
	line-height : 20px;

	color: #999999;

	font-weight : normal;

}
.right_content ul {
	font-family: "BerkeleyOldstyleBook";
}
.right_content ul li {
	font-size: 13px;
	letter-spacing: -0.01em;
	color: #666;
	font-family: StoneSansMedium;
	line-height: 16px;
	background-color: #f0edec;
	list-style-position: outside;
	list-style-image: url(none);
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
}

.right_content h3 {
	font-family: StoneSansMedium;
	font-size: 11px;
	line-height: 15px;
	color: #666;
	padding-left: 9px;
	padding-right: 4px;
	padding-top: 12px;
}


/* photo styles */

.landscape-photo { 
	background-color: #f9f9f9;
	border: 1px solid #ccc; 
	height: auto;
	font: 12px StoneSansMedium, sans-serif; 
	line-height: 16px;
	color: #666;
	text-align: left;
	padding: 5px;
	}
	
.portrait-photo { 
	background-color: #f9f9f9;
	border: 1px solid #ccc; 
	height: auto;
	font: 12px StoneSansMedium, sans-serif; 
	line-height: 16px;
	color: #666;
	text-align: left;
	padding: 5px;
	}

.landscape-photo, .portrait-photo img { 
	vertical-align:middle; 
	margin-bottom: 3px; 
	}

.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
	}
	
.left { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; 
	}
	
.imgholder {
	width: auto;
	background:#f9f9f9;	
	overflow:hidden;
	margin-bottom:5px;
	padding-right: 2px;
}

.imgholder img{
	width:100%;
	margin-left:0;
	margin-top:0;
	max-width:100%;
	min-width:50%;
	height:auto;
	max-height:auto;
	min-height:auto;
}

@media screen and (max-device-width: 768px) {
	.landscape-photo { 
		width: 90%;
		height: auto;
		font: 11px StoneSansMedium, sans-serif; 
		clear: both;
	}
	
	.portrait-photo { 
		width: 75%;
		height: auto;
		font: 11px StoneSansMedium, sans-serif; 
		clear: both;
	}

.landscape-photo, .portrait-photo img { 
	vertical-align:middle; 
	margin-bottom: 3px; 
	}
	
	.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float: none !important;
	}
	
	.left { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float: none !important;
	}
	
.imgholder img{
	width:100%;
	margin-left:0;
	margin-top:0;
	height:auto;
	max-height:auto;
	min-height:auto;
	display: block;
}
}

@media screen and (max-device-width: 768px) {
	.landscape-photo { 
		width: 50%;
		height: auto;
		font: 11px StoneSansMedium, sans-serif; 
		clear: both;
	}
	
	.portrait-photo { 
		width: 40%;
		height: auto;
		font: 11px StoneSansMedium, sans-serif; 
		clear: both;
	}

.landscape-photo, .portrait-photo img { 
	vertical-align:middle; 
	margin-bottom: 3px; 
	}
	
	.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float: right !important;
	}
	
	.left { 
	margin: 0.5em 0.5em 0.5em 0; 
	float: left !important;
	}
	
.imgholder img{
	width:100%;
	margin-left:0;
	margin-top:0;
	height:auto;
	max-height:auto;
	min-height:auto;
	display: block;
}
}
@media screen and (max-device-width: 640px) {
	.landscape-photo { 
		width: 50%;
		height: auto;
		font: 11px StoneSansMedium, sans-serif; 
		clear: both;
	}
	
	.portrait-photo { 
		height: 50%;
		width: auto;
		font: 11px StoneSansMedium, sans-serif; 
		clear: both;
	}

.landscape-photo, .portrait-photo img { 
	vertical-align:middle; 
	margin-bottom: 3px; 
	}
	
	.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float: right !important;
	}
	
	.left { 
	margin: 0.5em 0.5em 0.5em 0; 
	float: left !important;
	}
	
.imgholder img{
	width:100%;
	margin-left:0;
	margin-top:0;
	height:auto;
	max-height:auto;
	min-height:auto;
	display: block;
}
}

@media screen and (max-device-width: 360px) {
	.landscape-photo { 
		width: 90%;
		height: auto;
		font: 11px StoneSansMedium, sans-serif; 
		clear: both;
	}
	
	.portrait-photo { 
		width: 75%;
		height: auto;
		font: 11px StoneSansMedium, sans-serif; 
		clear: both;
	}

.landscape-photo, .portrait-photo img { 
	vertical-align:middle; 
	margin-bottom: 3px; 
	}
	
	.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float: none !important;
	}
	
	.left { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float: none !important;
	}
	
.imgholder img{
	width:100%;
	margin-left:0;
	margin-top:0;
	height:auto;
	max-height:auto;
	min-height:auto;
	display: block;
}
}

@media screen and (max-device-width: 320px) {
	.landscape-photo { 
		width: 90%;
		height: auto;
		font: 11px StoneSansMedium, sans-serif; 
		clear: both;
	}
	
	.portrait-photo { 
		width: 75%;
		height: auto;
		font: 11px StoneSansMedium, sans-serif; 
		clear: both;
	}

.landscape-photo, .portrait-photo img { 
	vertical-align:middle; 
	margin-bottom: 3px; 
	}
	
	.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float: none !important;
	}
	
	.left { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float: none !important;
	}
	
.imgholder img{
	width:100%;
	margin-left:0;
	margin-top:0;
	height:auto;
	max-height:auto;
	min-height:auto;
	display: block;
}
}

/* PRINT STYLES */

@media print {
body { background-color: #ffffff; width: 100%; color: #000;}
div.mid_content { width: 95%;}
div.mid_content h1 {
    color: #000;
    font-family: "StoneSansITCStd-Semibold";
    font-size: 22px;
    letter-spacing: -0.03em;
    padding: 15px 0;
}
div.mid_content h2 {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    padding: 24px 0 10px;
}
div.mid_content h3 {
    color: #000;
    font-size: 13px;
    line-height: 16px;
    padding: 18px 0 4px;
}
div.mid_content p, div.mid_content li {
    color: #000;
    font-family: "BerkeleyOldstyleBook";
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 19px;
    padding: 4px 0;
    word-spacing: 0.1em;
}
div.mid_content a {
    color: #000;
    text-decoration: none;
}
div.mid_content li a {
    color: #000;
    text-decoration: none;
}
#header { display: none; }
#nav { display: none; }
#footer { dispay: none; }
#copyright { dispaly: none; }
nav { display: none; }
#banner  { display: none; }
.left_content { display: none; 
	background-color: #ffffff;
	float: left;
	overflow: hidden;
	padding: 10px 6px 10px 15px;
	position: relative;
	width: 15%;}
.callout  { display: none; }
.right_content { display: none; }
.right_content img { display: none; }
#footer { display: none; }
video { display: none; }
.search_social { display: none; }
div.left_banner {
	background: #ffffff;
	float: left;
	padding: 15px; }
section#content_section {
	background: #fff;
	padding-bottom: 3px;
}
.facebook_share { display: none; }
section#foundation { display: none; }
section#copyright { display: none; }
.to_top {display: none; }



div.mid_content, donorstories p{
	font-family: BerkeleyStdBook;
	font-size: 14px;
	line-height: 19px;
	background-color: #FFF;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
}
/**/


.facebook_share {
    padding-left: 0px;
}
.initiatives-intro, .initiatives-images-right, .initiatives-images {
    margin: 10px auto;

    display: block;
	    width: 100% !important;
}

@media screen and (max-width: 415px) {
/*structurs*/
/*
.left_content {
    width: 100%;
    display: block;
    float: left;
    padding: 0;
}

div.mid_content {
    width: 100%;
    padding: 0;
}
div.right_content {
    width: 100%;
}
*/
.leftimage {
    width: 100%;
    height: inherit;
}

/***3***/
.right_content img {
    display: none;
}


}

/**/
.blck-fb {
    margin-top: -66px;
    position: relative;
    z-index: 9;
}
p.title-homenews {
    position: relative;
    z-index: 99;
    background: #f7f4f3;
}