@import url("davidsontrust-typography.css");

body{
	text-align:center;
	background:#faf7ec url(../images/design/bg.jpg) top left repeat-x;
	font-size:76%; /* 12px or 1.00em */
	margin:0;
}

/* General */
hr	{height:1px; background-color:#dcd1b1; color:#dcd1b1; border:none; padding:0; margin:0;}
.clear	{clear:both; min-height:1px; font-size:1%; line-height:0px;}

/* Dimensions and Page Alignment */
#canvas{
	width:981px;
	min-height:300px;
	margin:0 auto;
	text-align:left;
}
#popup-canvas{
	width:400px;
	min-height:300px;
	margin:20px auto;
	text-align:left;
}
#popup-canvas p a,
p a.link{
	border-top:#dcd1b1 solid 1px;
	text-align:right;
	width:100%;
	font-weight:bold;
	float:right;
	background:url(../images/bullets/bullet.gif) center right no-repeat;
	padding:0 10px 0 0; 
	font-size:1.10em;
}

/* Common Areas in any Layout */
#header{
	/*width:981px;*/
	min-height:188px;
	background:url(../images/design/header-bg.gif) top left no-repeat;
}
#logo{
	width:30%;
	float:left;
	padding:43px 0 0 38px;
}
#logo h1 {display:none;}
#nav-wrapper{
	width:582px;
	padding:0px 14px 0 0;
	float:right;
}
#utility{
	width:100%;
	min-height:21px;
	text-align:right;
	padding:20px 0px 0px 0px;
	margin:0 0 8px 0;
	background:url(../images/design/utility_line.gif) bottom right no-repeat;
}
#utility p{
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	color:#ffffff;
	font-weight:bold;
	margin:0;
	padding:0 0 5px 0;
	line-height:normal;
}
#utility p a, #utility p a:visited{
	color:#ffffff;
	text-decoration:none;
	padding:0 8px 0 8px;
}
#utility p a:hover{
 	text-decoration:underline;
}
.utility-image{
        height:1px;
        width:100%;
        float:right;
}
#main-navigation{
	width:100%;
	height:31px;
	margin:2px 0 0 0;
	background:url(../images/design/main_menubg.jpg) top left repeat-x;
}
#left-menu-image{
	background:url(../images/design/menu-left.jpg) top left no-repeat;
	width:100%;
	height:31px;
}
#right-menu-image{
	background:url(../images/design/menu-right.jpg) top right no-repeat;
	width:100%;
	height:28px;
	padding:3px 0 0 0
}
#right-menu-image table, #right-menu-image td{
	background:none;
	border:none;
	padding:0;
	margin:0;
}
#content-main{
	/*width:100%;*/
	min-height:400px;
	padding:15px 30px 20px 18px;
}
/* Breadcrumbs */
#yourhere{
	width:100%;
	height:20px;
	padding:0 0 45px 0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	color:#403330;
}
.tx-jullenavpath-pi1-menu p{
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	color:#403330;	
	text-decoration:none;
}
.tx-jullenavpath-pi1-menu a{
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	color:#403330;
	font-weight:bold;	
	text-decoration:none;
}
.tx-jullenavpath-pi1-menu a:visited{
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	color:#403330;
	font-weight:bold;	
	text-decoration:none;
}
.tx-jullenavpath-pi1-menu a:hover{
	text-decoration:underline;
}

/* Two Columns Layout */
#content-left{
	width:655px;
	float:left;
	min-height:200px;
}
#content-right{
	width:265px;
	float:right;
	min-height:200px;
	padding:0;
}

/* Sample Text Subnavigation*/

#right-menu-image ul, #right-menu-image ul ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#right-menu-image ul li{
	margin:0;
	padding:0;
	display:inline;
}
#right-menu-image ul li a{
	display:inline;
	color:#eee6c5;
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-weight:bold;
	padding:0px 18px 0px 10px;
}
#right-menu-image ul ul li{
	background:url(../images/design/dorp_down_bg.png) top left no-repeat;
}
#right-menu-image li {position: relative;}
#right-menu-image ul ul {
	position: absolute;
	z-index: 500;
}
#right-menu-image ul ul li a{
	width:94%;
	display:inline;
	padding:2px 0 2px 15px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#right-menu-image ul li a:hover, #right-menu-image ul ul li a:hover{
	background-color:#0000FF;
	display:inline;
	color:#FFFFFF;
}

/* Flexible Elements - Pods */
.pods_wrapper{
	min-height:50px;
}
.align-left{
	width:47%;
	float:left;
	min-height:22px;
	font-size:0.92em;
	padding:0 15px 15px 0;
}
.align-right{
	width:47%;
	float:right;
	min-height:22px;
	font-size:0.92em;
	padding:0 0 15px 15px;
}
#content-left h1{
	font-family: "Lucida Bright", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 2.00em;
	color:#006633;
	padding:0;
	margin:0 0 3px 0;
}

#mainheader{
	min-height:30px;
	padding:0 0 25px 0;
}
.image-inside-left{
	float:left;
	padding:0 15px 10px 0;
        	border-width:0;
}
.image-inside-right{
	float:right;
	padding:0 0 20px 5px;
        	border-width:0;
}
.image-left{ float:left; padding:0 5px 5px 0; border-width: 0; }
.image-right { float:right; padding:0 0 5px 5px; border-width: 0; }
#content-left .image_right_text{
	float:right;
	padding:0px 27px 0px 0px;
}
#top_nav{
	width:939px;
	height:41px;
}
.quotes{
	width:100%;
	min-height:100px;
	text-align:center;
}
#content-left .quotes {
	width:265px;
	float:left;
}

#content-right .quotes{
	padding:20px 0 20px 0;
}


#content-left .quotes h1{
	text-align:left;
	float:left;
}

.index-content{
	background:#206539 url(../images/design/index-bg.jpg) top left no-repeat;
	height:548px;
}
#index-header{
	height:130px;
}

#index-content-main{
	padding:10px 26px 10px 10px;
	min-height:200px;
}
#index-content-right{
	width:265px;
	float:right;
	min-height:200px;
	padding:50px 0 0 0;
}
#index-content-right h1{
	font-family:"Bookman Old Style", "Times New Roman", Times, serif;
	font-size: 1.60em;
	line-height:1.3em;
	color:#f6f1dd;
	text-align:center;
	padding:0px 18px 25px 18px;
}
#index-content-right .box{
	vertical-align:bottom;
}
.box-content h3{
	font-family:"Bookman Old Style", "Times New Roman", Times, serif;
	font-size:1.10em;
	color:#005836;
	margin:0;
	padding:0;
}
.box-content p{
	font-size:0.90em;
	line-height:160%;
	color:#333333;
	padding:3px 0 10px 0;
	margin:0;
}
.box{
	width:265px;
	min-height:90px;
	margin:0 0 10px 0;
}
.index-box{
	width:255px;
	min-height:90px;
	margin:0 0 10px 0;
	border:3px solid #FFFFFF;
	background:url(../images/design/index_box_bg.jpg) top left repeat-y;
}
.index-box .box-inside-bg{
	width:255px;
	min-height:83px;
	background:url(../images/design/index_box_bg.jpg) top left repeat-y;
}
.index-box .box-inside-bg .box-content{
	padding:18px 5px 5px 22px;
	min-height:67px;
	background: url(../images/design/pod_norepeat_bg.jpg) bottom left no-repeat;
}

.box .box-top{
	width:265px;
	background:url(../images/design/box-top-bg.jpg) top left no-repeat;
}
.box .box-top .box-bottom{
	width:265px;
	min-height:80px;
	padding:5px 0;
	background:url(../images/design/box-bottom-bg.jpg) bottom left no-repeat;
}
.box .box-top .box-bottom .box-inside-bg{
	width:255px;
	min-height:80px;
	padding:0 5px;
	background:url(../images/design/box-inside-repeat.jpg) top left repeat-y;
}
.box .box-top .box-bottom .box-inside-bg .box-content{
	padding:18px 5px 5px 22px;
	min-height:67px;
	background: url(../images/design/pod_norepeat_bg.jpg) bottom left no-repeat;
}
.box-link{
	width:100%;
	float:right;
	text-align:right;
}
.box-link p{
	margin:0;
	padding:2px 0 0px 0;
}
.box-link p a{
	padding:3px 0px 3px 20px;
	background:url(../images/bullets/round-button.gif) center left no-repeat;
	text-decoration:none!important;
	font-family:"Bookman Old Style", "Times New Roman", Times, serif;
	font-size:1.00em;
	color:#065c3b;
	font-weight:bold;
}
.box-link p a:visited{
	color:#065c3b;
}
.box-link p a img{
	vertical-align:middle;
}
/* Drop down menu */
.dd_menu_holder{
	width:194px;
	min-height:40px;
	text-align:left;
}
.dd_menu{
	width:194px;
	height:21px;
	margin:1px 0 0 0;	
}
.dd_menu a{
	text-align:left;
	width:196px;
	display:block;
	height:21px;
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	background:url(../images/design/drop-down-bg.png) top left no-repeat;
	font-weight:bold;
	color:#003300;
	padding:3px 0 0 20px;
	text-decoration:none;
	margin:0;
}
.dd_menu a:visited{
	text-decoration:none;
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	color:#003300;
	padding:3px 0 0 20px;
}
.dd_menu a:hover{
	color:#FFFFFF;
	height:21px;
	text-decoration:none;
	display:block;
	margin:0;
}
.dd_menu_last{
	width:194px;
	min-height:40px;
	text-align:left;
	z-index:9998;
	/*background:#3b7b5d;*/
}
.dd_menu_last .dd_menu{
	width:194px;
	height:21px;
	/*margin-left:-83px;*/
	z-index:9998;
	margin:1px 0 0 0;
}
.dd_menu_last .dd_menu a{
	width:196px;
	display:block;
	height:21px;
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	background:url(../images/design/drop-down-bg.png) top left no-repeat;
	/*font-size:0.69em;*/
	font-weight:bold;
	color:#003300;
	padding:3px 0 0 20px;
	text-decoration:none;
	margin:0;
	z-index:9999 !important;
	position:absolute !important;
	overflow:hidden;
}
.dd_menu_last .dd_menu a:hover{
	color:#FFFFFF;
	height:21px;
	text-decoration:none;
	display:block;
	margin:0;
}
.dd_menu_header{
	padding:2px 0 0 0;
}
.dd_menu_header a{
	padding:0 10px 0 20px;
}


/* Footer Navigation and Copyright Info*/


#footer{
	width:100%;
	height:30px;
}
#footer p{
	margin:5px 0 0 0;
	padding:0;
	line-height:140%;
}
#copyright{
	width:380px;
	float:left;
	height:30px;
	padding:8px 0px 0px 19px;
}
#copyright a{
	color:#377b5e;
	font-weight:bold;
	text-decoration:none;
}
#copyright a:hover{
	text-decoration:underline;
}
#copyright a:visited{
	color:#377b5e;
}
#footer-navigation{
	width:550px;
	float:right;
	height:30px;
	text-align:right;
	padding:8px 12px 0 0;
}
#footer-navigation ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer-navigation ul li{
	margin:0;
	padding:0;
	display:inline;
	font-family: "Lucida Bright", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#7a7766;
	background-image:none;
	line-height:140%;
}
#footer-navigation ul li a{
	margin:0;
	padding:0;
	display:inline;
	color:#377b5e;
	font-weight:bold;
	text-decoration:none;
}
#footer-navigation ul li a:hover, #footer-navigation p a:hover{
	text-decoration:underline;
}

#footer-navigation p a{
	margin:0;
	padding:0;
	display:inline;
	color:#377b5e;
	font-weight:bold;
	text-decoration:none;
	line-height:100%;
}
#copyright p, #footer-navigation p{
	font-family: "Lucida Bright", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#7a7766;
	margin:0;
	padding:0;
}
/*#footer-navigation .memberOfBoston a{
	color:#377b5e;
	font-weight:bold;
}*/
img.img_mask{
	background: url(../images/design/mask.gif) top left no-repeat;
	padding: 12px 10px 10px 9px;
	margin: 0 5px 5px 0;
	float:left;
}
.error{
	color:#ff0000;
}
.csc-menu {
	margin:0 0 20px 0;
	padding:0 10px 0 0;
	list-style-type:none;
	list-style-image:none;
}
.csc-menu-3{
	margin: 0 0 40px 0;
	padding:0 10px 0 0;
	list-style-type:none;
	list-style-image:none;
}

.csc-section{
	/*display:inline;*/
	padding:0px 5px 0 15px;
	background:url(../images/bullets/bullet-black.gif) 0px 9px no-repeat;
	font-weight:bold;
	margin:0 0 0 15px;
	font-size:1.00em;
}


#content-right .csc-menu-3{
	margin:0 0 20px 50px;
	padding:25px 0 0 0;
}
.csc-linkToTop a{
	border-bottom:#dcd1b1 solid 1px;
	text-align:right;
	width:100%;
	float:right;
	background:url(../images/bullets/bullet-top.gif) center right no-repeat;
	color:#333333;
	padding:0 10px 0 0;
}

#content-left table{
	width:600px;
	margin:0 0 50px 0;
}

#content-left table td{
	width:150px;
	text-align:center;
}
#content-left table td img{
	padding:0 10px 0 0;
}


/* IE Filter Start \*/
* html #utility			{height:20px;}
* html #breadcrumbs 	{height:25px;}
* html #top_links_left	{margin:0 0 0 15px;}
* html #content-main	{height:400px;}
* html #mainheader		{height:70px;}
* html .box-content		{height:67px;}
* html #header 			{height:188px;}



/* IE End*/

