/*
Theme Name: Bradley
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Tags: blue, custom header, fixed width, two columns, widgets
*/

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #505155;
	margin: 0;
	background: url(images/bg-body.gif);
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
form input, select, textarea{
	font: 11px Arial, Helvetica, sans-serif;
	color: #505155;
}
textarea {
	border:1px solid #9B9996;
	overflow:auto;
}
a {
	color: #3065aa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear
{
  float: left;
  font-size:1px;
  line-height:1px;
  clear:both;
}

.clearb
{
  font-size:1px;
  line-height:1px;
  clear:both;
}







/*
@font-face {
	font-family: 'PalatinoCERegular';
	src: url(css/Palatino.ttf);
}
@font-face {
	font-family: 'PalatinoCERegular';
	src: url(css/Palatino.eot);
}

@font-face {
	font-family: 'Palatino-BoldRegular';
	src: url(css/Palatino-Bold.ttf);
}
@font-face {
	font-family: 'Palatino-BoldRegular';
	src: url(css/Palatino-Bold.eot);
}

h1, h2, h3, h4 {
	font-family: 'PalatinoCERegular' !important;
	}
.navigation li a {
	font-family: 'Palatino-BoldRegular' !important;
	}
*/
	
	
	
	
	
	
	
	
	
	
.col2 h1 {
	color:#001E46;
	font:22px Georgia,"Times New Roman",Times,serif;
	/*padding-bottom:12px;*/
	padding-bottom:6px;
	margin:0;
	text-transform:uppercase;
}

/*.col2 h2 {
	color:#001D46;
	font-size:13px;
	margin:16px 0 0;
}*/


.col2 h2 {
	color:#001D46;
	font:22px Georgia,"Times New Roman",Times,serif;
	margin:8px 0px 0px 0;
	text-transform:uppercase;
}
.col2 .entry h2 {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
	.col2 .entry-content h2 {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	}
.col2 .entry  ul{
	margin:0 0 0 14px;
	padding:0;
}
.col2 .entry  ul li{
	padding-bottom:15px;
	line-height:17px;
}

.col2 h3 {
	color:#001D46;
	font-size:12px;
	margin:16px 0 0;
}
.col2 p {
	line-height:17px;
	margin:6px 0px 16px 0;
}

/* home */
#wrapper {
	width: 878px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#wrapper:after {
	content:"";
	display:block;
	clear:both;
}
#header {
	height: 114px;
	position: relative;
	z-index: 1;
}
.top-hold {
	overflow: hidden;
	width: 100%;
}
.top-nav {
	float: right;
	margin: 10px 8px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.top-nav li {
	float: left;
	background: url(images/divider-top-nav.gif) no-repeat 0 50%;
	font-size: 11px;
	padding: 0 16px;
	margin-left: -1px;
	display: inline;
	font-style: italic;
}
.top-nav li a {
	color: #fff;
}
.top-nav li a:hover,
.top-nav li a.active {
	color: #cdd9d5;
}
.btn-login {
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	width: 182px;
	height: 37px;
	background: url(images/btn-login.gif) no-repeat;
}
.btn-login:hover,
.btn-login.active {
	background-position: 0 -37px;
}
#main {
	width: 870px;
	border-left: 8px solid #1c1d21;
}
#main:after {
	content:"";
	display:block;
	clear:both;
}
#top-content {
	overflow: hidden;
	width: 100%;
	background: url(images/bg-header.gif) repeat-y;
	position: relative;
}
#top-content .col1 {
	float: left;
	width: 255px;
	margin-top: 225px;
	background: url(images/bg-sidebar.gif) no-repeat;
}
#top-content .home-col1 {
	margin-top: 197px;
}
.logo {
	position: absolute;
	left: 35px;
	top: 98px;
}
.logo a {
	display: block;
	text-indent: -9999px;
	width: 200px;
	height: 154px;
	overflow: hidden;
	background: url('images/img-logo.gif') no-repeat;
}
.info {
	overflow: hidden;
	height: 100%;
	background: url(images/bg-info-box.gif) repeat-y;
	padding: 10px 18px 9px 24px;
	margin-top: 18px;
}
.info .textwidget {
	display: block;
	font: 19px Georgia, "Times New Roman", Times, serif;
	color: #001e46;
	font-weight: normal;
	line-height: 24px;
	word-spacing: -1px;
}

.info p {
  padding:0px;
  margin:0px;
  height:48px;
}
.info .signature {
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	width: 148px;
	height: 35px;
	background:transparent url(images/bg-signature.png) no-repeat;
	margin-top: 10px;
	font-size:1px;
}
#top-content .col2 {
	float: right;
	overflow: hidden;
	width: 615px;
	/*padding: 0 7px;*/
	padding: 0 0 1px 0px;
}
.navigation-hold {
	overflow: hidden;
	background: #fffff3;
	border-left: 8px solid #1c1d21; 
	margin-top: 31px;
	width: 870px;
}
.navigation {

	width: 605px;
	height:46px;
	float: right;
	margin: 0;
	padding: 0;
	padding-left:10px;
	list-style: none;
	background: url(images/bg-navigation.gif) no-repeat;
	position: relative;
	font-weight: bold;
}
.navigation li {
	float: left;
	font-size: 12px;
	text-transform:uppercase;
	display:block;
	margin: 0 0px 0 19px;
	padding:0px;
	position:relative;
	
}

/*.navigation li a {
	float: left;
	display:block;
	display:block;
	height: 31px;
	color: #fff;
  text-decoration: none;
  letter-spacing:2.1px;
	padding: 15px 0px 0px 0px;
	position:relative;

	
	
}
.navigation li a:hover,
.navigation li a.active {
	text-decoration: none;
	height: 24px;
  color: #cdd9d5;
border-bottom:7px #4b7ec0 solid;
}*/
/*span.main-img {
	display: block;
	border: 1px solid #9b9a96;
	margin-top: 7px;
	padding: 3px;
	background: none;
}
span.main-img .bg {
	background: none;
}
span.main-img .bg-t {
	background: none;
}
span.main-img .bg-t span {
	background: none;
	padding: 0;
}*/

.main-img  {
display:block;
position:absolute;
}
#example_1 {
margin-top:277px;
}

.scroll {
	display: block;
	text-align: center;
	font-style: italic;
	margin-top: 7px;
	font-size: 11px;
}
.scroll a {
	color: #505155;
	text-decoration: underline;
}
.scroll a:hover {
	text-decoration: none;
}
.visual {
	overflow: hidden;
	width: 878px;
	height:73px;
	margin: 0 -31px 0 -47px;
	position: relative;
	padding: 32px 39px 28px 39px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/bg-visual.gif) no-repeat;
	text-align: center;
}
.visual h1 {
	margin: 0;
	font-size: 31px;
	color: #001e46;
	font-weight: normal;
}
.visual p {
	margin: 0px 0 0;
	font-size: 14px;
	line-height: 17px;
	height:10px;
	text-align:center;
}
#content {
	overflow: hidden;
	width: 100%;
	background: url(images/bg-cont-holder.gif) repeat-x;
	padding-top: 45px;
}
.cont-hold {
	overflow: hidden;
	width: 100%;
	background: url(images/bg-content-c.gif) repeat-y;
}
.cont-t {
	overflow: hidden;
	width: 100%;
	background: url(images/bg-content-t.gif) no-repeat;
}
.cont-b {
	overflow: hidden;
	width: 813px;
	padding: 10px 38px 13px 19px;
}
.aside1 {
	float: left;
	width: 239px;
	background: url(images/bg-side-nav-c.gif) repeat-y;
	margin-top: 3px;
}
.aside-t {
	width: 100%;
	background: url(images/bg-side-nav-t.gif) no-repeat;
}
.aside-b {
	width: 203px;
	padding: 7px 22px 21px 14px;
	background: url(images/bg-side-nav-b.gif) no-repeat 0 100%;
}
.aside-b:after {
	content:"";
	display:block;
	clear:both;
}
.aside1 h2 {
	border-bottom: 1px solid #d5d5d3;
}
.aside1 ul {
	overflow: hidden;
	margin: 7px 0 0 -17px;
	padding: 0;
	height: 1%;
	list-style: none;
	position: relative;
}
.aside1 ul li {
	font-size: 14px;
	background: url(images/bg-side-nav.gif) no-repeat;
	padding-left: 36px;
	padding: 8px 0 6px 36px;
	margin-top: 4px;
}
.aside1 ul li a {
	color: #001e46;
}
.aside1 ul li a:hover,
.aside1 ul li a.active {
	text-decoration: none;
	color: #4b7ec0;
}
.aside2 {
	float: right;
	width: 543px;
	padding:0px 0px 0px 20px;
}

.aside2 .title {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #d5d5d3;
	padding-bottom: 0px;
}

.aside3 {
	width: 541px;
	padding:0px 2px 0px 0px;
}

.aside3 .title {
	overflow: hidden;
	width: 100%;
	padding-bottom: 0px;
}

.aside4 {

	width: 578px;
	padding:0px 0px 0px 0px;
}

.aside4 .title {
	overflow: hidden;
	width: 100%;
	padding-bottom: 0px;
}

.title-1 {
	width:543px;
	}

.title-2 {
	width:180px;
	height:27px;
	margin:0px 0px 0px 0px;
	text-indent:-9999em;
	position:relative;
	}
	
	.news
	{
	  background:0px 5px url(images/latest_news.gif) no-repeat;
	  padding:4px 0px 0px 0px;
	}
	
	.projects
	{
	  background:0px 8px url(images/our_projects.gif) no-repeat;
	  padding:8px 0px 0px 0px;
	}
	
	h2.archives
	{
	  background:0px 6px url(images/archives.gif) no-repeat;
	  padding:0px;
	}
	
	div.foot-content .title-2 {
	width:180px;
	height:24px;
	font-variant:small-caps;
	padding:0px;
	margin:-6px 0px 0px 0px;
	position:relative;
	
	}
	
	.resources-content .title-2 {
	width:180px;
	height:31px;
	font-variant:small-caps;
	padding:2px 0px 2px 0px;
	margin:0px;
	}
.title-center {
	text-align:center;
	height:40px;
	line-height:32px;
	}	

.title1-4 {
	background:none;
	}
.title1-4 span {
	float:left;
	}	
.title2-4 {
	font-size:19px;
	width:200px;
	}	
.aside2 .title .ttl {
	display: block;
	color: #acb1b9;
	margin-top: -3px;
	font: 17px "Times New Roman", Times, serif;
}
.aside2 h2 {
	float: left;
	margin: 0;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #001e46;
	font-variant:small-caps;
}

.aside4 .title .ttl {
	display: block;
	color: #acb1b9;
	margin-top: -17px;
	font: 17px "Times New Roman", Times, serif;
}
.aside4 h2 {
	float: left;
	margin: 0;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #001e46;
	font-variant:small-caps;
}
.link-rss {
	float: right;
	color: #3065aa;
	background: url(images/btn-rss.gif) no-repeat 100% 0;
	padding: 1px 21px 5px 0;
	margin-top: 6px;
	font: bold italic 12px "Times New Roman", Times, serif;

}

.link-rss1 {
	float: right;
	color: #3065aa;
	background: url(images/btn-rss.gif) no-repeat 100% 9px;
	padding: 9px 21px 5px 0;
	margin-top: 6px;
	font: bold italic 12px "Times New Roman", Times, serif;

}
.items-hold {
	overflow: hidden;
	width: 100%;
	margin-top: -3px;
}
.item {
	overflow: hidden;
	width: 100%;
	margin-top: 40px;
}

.item1 {
	overflow: hidden;
	width: 100%;
	margin-top: 18px;
}
.calendar {
	float: left;
	width: 67px;
	height: 61px;
	padding-top: 8px;
	background: url(images/bg-calendar.gif) no-repeat;
	font-size: 35px;
	text-align: center;
	color: #fff;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.calendar em {
	display: block;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: -5px;
}

.calendar-blog {
	float: left;
	width: 58px;
	height: 54px;
	padding-top: 6px;
	background: url(images/blog_col.gif) no-repeat;
	font-size: 31px;
	text-align: center;
	color: #fff;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.calendar-blog em {
	display: block;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: -10px;
}
.item-text {
	float: left;
	width: 435px;
	margin: 2px 0 0 17px;
	display: inline;
}
.item-text h4 {
	font-size: 13px;
	color: #001d46;
	margin:0px;
	padding:0px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}

.item-text h4 a
{
  color:#001d46;
  text-decoration:none;
}

.item-text h4 a:hover
{
  color:#022f6f;
  text-decoration:none;
}

.item-text p {
	margin: 1px 0 0;
	line-height: 17px;
}
.item-text p a {
	font-style: italic;
}
#footer {
	overflow: hidden;
	width: 100%;
	padding-top: 14px;
	background: #b8a780 url(images/bg-footer.gif) no-repeat;
}
.foot-title {
	overflow: hidden;
	width: 100%;
}
.foot-title h3 {
	margin: 0;
	float: left;
}
.foot-title .textwidget {
	float: right;
	color: #fff;
	font-weight: bold;
	margin: 0 0 0;
	text-transform: uppercase;
	margin: 18px 33px 0 0;
	letter-spacing:0.8px;
}
.foot-content {
	overflow: hidden;
	height: 100%;
	padding: 23px 20px 14px;
	background: #cbba93;
}
.col-divider {
	overflow: hidden;
	width: 100%;
	background: url(images/bg-foot-cols.gif) repeat-y;
	padding: 10px 0 20px;
}
.foot-col1 {
	float: left;
	width: 400px;
	padding: 0 10px 0 20px;
}

.col-divider h4 {
	margin: 0;
	font: 22px Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #001d46;
}
.connect-form {
	overflow: hidden;
	width: 100%;
	margin-top: 3px;
}
.form-divider {
	overflow: hidden;
	width: 420px;
	margin: 11px -20px 0 0;
}
.form-box {
	float: left;
	margin-right: 10px;
}
.form-divider label {
	display: block;
	font-weight: bold;
	color: #90732f;
	padding-left: 2px;
}
.form-divider .text {
	width: 114px;
	height:12px;
	padding: 1px 4px;
	background: #b8a780;
	border: 0;
	margin-top: 5px;
}
.form-divider textarea {
	width: 246px;
	height: 47px;
	padding: 2px 4px;
	background: #b8a780;
	border: 0;
	margin-top: 5px;
	overflow: auto;
}
.submit {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 97px;
	height: 26px;
}
.submit:hover {
	background-position: 0 -26px !important;
}
.connect-form .submit {
	float: left;
	background: url(images/btn-submit.gif) no-repeat;
	margin: 33px 0 0 14px;
	display: inline;
	border: none;
	cursor: pointer;
}
.foot-col2 {
	float: right;
	width: 349px;
	padding: 0 13px 0 20px;
	position: relative;
}
.foot-logo {
	position: absolute;
	right: 13px;
	top: -3px;
	text-indent: -9999px;
	overflow: hidden;
	width: 29px;
	height: 29px;
	background: url(images/bg-foot-logo.gif) no-repeat;
}
.foot-col2 ul {
	float: left;
	width: 90px;
	margin: 13px 8px 0 2px;
	padding: 0;
	list-style: none;
	display: inline;
}
.foot-col2 ul li {
	line-height: 18px;
	font-weight: bold;
	font-size: 11px;
}
.foot-col2 ul li a {
	color: #90732f;
	white-space:nowrap;
}
.foot-col2 ul li a:hover,
.foot-col2 ul li a.active {
	text-decoration: none;
	color: #463000;
}
.foot-col2 .last {
	width: 145px;
	margin: 13px 0 0;
}
.foot-hold {
	font-size: 11px;
	color: #fff;
	padding: 15px 2px 0px 0;
	font-weight: bold;
}
.foot-hold:after {
	content:"";
	display:block;
	clear:both;
}
.foot-hold a {
	color: #fff;
}
.foot-nav {
	float: left;
	margin: 0 0 0 -4px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: inline;
}
.foot-nav li {
	float: left;
	background: url(images/divider-foot-nav.gif) no-repeat 0 50%;
	padding: 0 9px;
	margin-left: -2px;
	display: inline;
}
.foot-hold span {
	float: right;
	margin-right: -2px;
	position: relative;
}


/* managment*/
.managment .col-bg h2{
	padding-bottom:10px;
}
.managment .entry h2{
	padding-bottom:8px;
}
.managment p {
	margin:0 0 22px 0;
}
.managment p.image1{
	margin:0;
}
.managment p.image1 img{
	margin-top:-22px;
}
.managment p img{
	padding:3px;
	border:1px solid #9b9a96;
	margin-bottom:-22px;
}
.managment  ul.block1 {
	margin-left:0px;
	margin-top:34px;
}
.managment  ul.block1 p {
	margin:0 0 22px 0;
}
.managment  ul.block1 strong {
	color:#001e46;
	padding-bottom:5px;
	display:block;
}
.managment .col2 ul.block1 li {
	list-style:none;
	padding-bottom:0px;
	padding-left:10px;
	background:transparent url(images/bg-list.png) no-repeat 0 5px;
}

/* affiliated Companies */
.company-1 p {
margin:0;
padding-bottom:22px;
}
.company-1 .block3  {
padding-bottom:16px;
}
.company-1 .block3 h2 {
padding-bottom:10px;
text-transform:none;
margin:0;
}
.company-1 .block3 .left {
float:left;
width:370px;
}
.company-1 .block3 .right{
float:right;
text-align:center;
}
.company-1 .block3 .right img {
margin-top:18px;
}
/* partners */
.partners .block2 {
	background:transparent url(images/border2.png) repeat-y 49% 0;
	overflow:hidden;
	margin-top:22px;
}
.partners .entry p {
	margin:0;
	padding-bottom:22px;
}
.partners .col-bg  h2 {
	padding-bottom:10px;
}
.partners .block2  h2{
	margin-top:0;
	padding-bottom:6px;
}
.partners .block2 .left {
	float:left;
	width:250px;
}
.partners .block2 .right {
	float:left;
	width:250px;
	padding-left:43px;
}
.partners .col2 .entry h2 {
	text-transform:none;
}
.partners .block2 ul {
padding-bottom:16px;
margin-left:0;
}
.partners .block2 ul li {
	list-style:none;
	line-height:18px;
	padding:0 0 6px 10px;
	background:transparent url(images/bg-list.png) no-repeat 0 8px;
}




/* company */
.inner #top-content {
	background: url(images/bg-header2.gif) repeat-y;
}
.bg-content {
	overflow: hidden;
	width: 100%;
	background: url(images/bg-content.gif) no-repeat 0 100%;
	padding-bottom: 80px;
}
.link-home {
	position: absolute;
	left: 226px;
	top: 68px;
	text-indent: -9999px;
	overflow: hidden;
	width: 37px;
	height: 46px;
	background: url(images/icon-home.gif) no-repeat;
}
#top-content .aside1 {
	width: 223px;
	background: url(images/bg-side-nav-c2.gif) repeat-y;
	margin: 34px 0 0 17px;
	display: inline;
}
#top-content .aside-t {
	background: url(images/bg-side-nav-t2.gif) no-repeat;
}
#top-content .aside-b {
	width: 187px;
	background: url(images/bg-side-nav-b2.gif) no-repeat 0 100%;
}
.inner #top-content .col2 {
	padding:0;
	width:615px;
}
.inner #top-content .navigation {
	margin: 0;
}
.col-bg {
	overflow: hidden;
	/*width: 574px*/
	/*padding: 20px;*/
	padding:20px 53px 20px 34px;
	width:543px;
	background: url(images/bg-content-t2.gif) no-repeat;
	position:relative;
}

.col-bg2 {
	overflow: hidden;
	/*width: 574px*/
	/*padding: 20px;*/
	padding:20px 45px 20px 34px;
	width:551px;
	background: url(images/bg-content-t2.gif) no-repeat;
	position:relative;
}

.col-bg1 {
	overflow: hidden;
	/*width: 574px*/
	/*padding: 20px;*/
	padding:20px 13px 20px 24px;
	width:578px;
	background: url(images/bg-content-t2.gif) no-repeat;
	position:relative;
}
.comp-divider {
	overflow: hidden;
	width: 100%;
	padding-top: 2px;
}
.comp-text {
	float: left;
	width: 290px;
	margin-top: -16px;
}
.comp-divider h2 {
	margin: 16px 0 -11px;
	font-size: 13px;
	color: #001d46;
	text-transform: uppercase;
}
.comp-divider p {
	margin: 17px 0 0;
	line-height: 17px;
}
.col2  ul.comp-list {
	float: right;
	width: 210px;
	margin: -3px 0 10px 55px;
	padding: 0;
	list-style: none;
}
.col2  ul.comp-list li {
	overflow: hidden;
	width: 194px;
	padding: 4px 8px 6px 8px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 13px;
	font-weight: bold;
}
.comp-list li a {
	float: left;
	display: block;
	width: 100%;
	height: 17px;
	background: url(images/icon-plus2.gif) no-repeat right 1px;
}
.comp-list li a:hover,
.comp-list li a.active {
	color: #90732f;
	text-decoration: none;
	background-position: right -16px;
}
.comp-list li .plus {
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	width: 11px;
	height: 11px;
	background: url(images/icon-plus.gif) no-repeat;
	margin-top: 3px;
}
.comp-list li .plus:hover,
.comp-list li .plus.active {
	background-position: 0 -11px;
}


/*span.comp-img {
	float: left;
	padding: 3px;
	border: 1px solid #9c9b97;
	margin: 5px 20px 0 0;
	background: none !important;
}
.comp-img .bg {
	background: none !important;
}
.comp-img .bg-t {
	background: none !important;
}
.comp-img .bg-t div {
	padding: 0 !important; 
	background: none !important;
}
*/

img.comp-img {
	padding:3px;
	float:left;
	display:block;
	margin: 5px 20px 0 0;
	border: 1px solid #9c9b97;
	}

p img.alignleft {
	float:left;
	margin: 5px 20px 14px 0;
	}
	
p img.alignright {
	float:right;
	margin: 5px 0 14px 20px;
	}
	
p img.aligncenter {
	display:block;
	clear:both;
	margin:5x auto 14px auto;
	}
	
p img.alignnone {
	margin: 5px 20px 14px 0;
	}
	
/* contact_us */
div.pad-cont
{
  padding:0px 0px 22px 0px;
}

.contact-form {
	overflow: hidden;
	height:1%;
	padding:0px 0px 0px 0px;
	background:-13px 0px url(images/bg-contact-box.gif) repeat-y;
	position:relative;
}
.contact-form h2 {
	margin: 0;
	font-size: 12px;
	color: #001d46;
	text-transform: uppercase;
	line-height: 17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
.contact-form h3 {
	margin: 1px 0 0;
	font-size: 12px;
	color: #001d46;
	font-style: italic;
	padding-bottom: 6px;
}
.contact-form p {
	margin: 5px 0 0;
	line-height: 17px;
}
.form-col1 {
	float: left;
	width: 252px;
}
.form-col1 .mail {
	display: block;
	margin-top: 1px;
	padding-bottom: 23px;
}
.cont-form-divider {
	overflow: hidden;
	width: 100%;
	margin-top: 11px;
}
.cont-form-divider label {
	display: block;
	font-weight: bold;
	font-size: 11px;
}
.cont-form-divider label em {
	font-weight: normal;
}
.cont-form-divider .text {
	overflow: hidden;
	width: 252px;
	height: 22px;
	background: url(images/bg-input.gif) no-repeat;
	margin-top: 4px;
}
.cont-form-divider .text input {
	width: 243px;
	margin: 3px 0 0 4px;
	background: none;
	border: 0;
}
.cont-form-divider textarea  {
	overflow: auto;
	height: 49px;
	width: 246px;
	padding: 3px 0 0 4px;
	background: #fff;
	border: 1px solid #9b9996;
	margin-top: 4px;
}
.contact-form .submit {
	background: url(images/btn-submit2.gif) no-repeat;
	margin: 24px auto 0;
	border: none;
	cursor: pointer;
}
.form-col2 {
	float: right;
	width: 211px;
	padding:0px 0px 0px 0px;
}
.form-col2 span {
	display: block;
	line-height: 17px;
}
.link-map {
	display: block;
	background: url(images/icon-zoom.gif) no-repeat 0 5px;
	margin-top: 5px;
	padding: 0 0 17px 14px;
}
/* new_developments */
.develop {
	overflow: hidden;
	padding:0px 0px 0px 3px;
}
.col-bg .develop h1 {
	padding-bottom: 2px;
	margin-bottom: -9px;
}
.col-bg .develop p {
padding:13px 0px 4px 0;
margin:0px;
}
.dev-sep {
	overflow: hidden;
	padding-top: 0px;
}
.dev-hold1 {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	padding:18px 0px;
}
.entry .dev-hold1 p
{
  padding:0px 0px 10px 0px;
  margin:0px;
}
.dev-hold {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	padding:18px 0px;
}
.dev-hold .item-img {
	margin: 0;
	background: none;
}
.dev-hold .item-img .bg {
	background: none;
}
.dev-hold .item-img .bg-t {
	background: none;
}
.dev-hold .item-img .bg-t div {
	background: none; 
	padding: 0;
}
.dev-img img {
	float: left;
	margin:2px 15px 0px 0px;
}

div.left-dev
{
  width:425px;
  float:left;
}


.dev-title {
	font-weight: normal;
	font-style: italic;
}
.develop .dev-hold p {
	margin: 6px 0px 0px 0px !important;
	padding: 0px;
}

.develop .dev-hold p a
{
  font-style:italic;
}

.plus-link {
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	padding-left: 6px;
}

.plus-link span {
	float: left;
	overflow: hidden;
	width: 11px;
	height: 11px;
	background: url(images/icon-plus.gif) no-repeat;
	margin-top: 2px;
	text-indent:-9999em;
}
.plus-link:hover {
	color: #90732f;
	text-decoration: none;
}
.plus-link:hover span {
	background-position: 0 -11px;
}
.dev-text {
	float: left;
}
.dev-text p {
	margin-top: 7px !important;
}
.col-bg .aside2 {
	float: none;
	width: auto;
}


.col-bg .aside2 .title {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: -33px;
}

.col-bg .aside2 h1 {
	margin: 0;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #001e46;
}

.col-bg .aside3 .title {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: -62px;
}

.col-bg .aside3 h1 {
	margin: 0;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #001e46;
}


.col-bg .link-rss {
	margin-top: -34px;
}

.col-bg .link-rss1 {
	margin-top: -28px;
}

/*.col-bg .link-rss {
	margin-top: -20px;
}*/



.col-bg .items-hold {
	margin-top: -3px;
	margin-top:40px;
}
.col-bg .item {
	border-bottom: 1px solid #e0dfe0;
	padding-bottom: 12px;
	position:relative;
}

.col-bg .item-cont {
	margin-bottom:25px;
	line-height:17px;
	}
	


.col-bg .item-text {
	float: right;
	width: 467px;
	margin: 0;
	display: block;
	position: absolute;
	bottom:0;
	left:0;
	margin:0px 0px 15px 74px;
}
.col-bg .item-text h3 {
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #001d46;

	padding-bottom:0px;
	line-height: 17px;
}
.item-text h3 a
{
  color:#001d46;
  text-decoration:none;
}

.item-text h3 a:hover
{
  color:#022f6f;
  text-decoration:none;
}
.item-img {
	float: left;
	background: url(images/img-shadow.gif) no-repeat;
	margin: 2px 17px 0 0;
}
.item-img .bg {
	float: left;
	background: url(images/img-shadow2.gif) no-repeat 100% 100%;
}
.item-img .bg-t {
	background: url(images/img-shadow3.gif) no-repeat 100% 0;
	float: left;
}
.item-img .bg-t span {
	background: url(images/img-shadow4.gif) no-repeat 0 100%;
	float: left;
	padding: 3px 5px 5px 3px;
}
.gall-list .item-img {
	background: none;
	margin: 0;
}


.gall-list .item-img .bg {
	background: none; 
}
.gall-list .item-img .bg-t {
	background: none;
}
.gall-list .item-img .bg-t span {
	background: none;
	padding: 0;
}
.item-img img {
	display: block;
}
.col-bg .item-cont {
	overflow: hidden;
	width: 100%;
	padding: 12px 0px 7px 0px;
}
.col-bg .item-cont strong {
	/*display: block;*/
	font-size: 13px;
	color: #001d46;
	line-height: 17px;
}
.col-bg .item-cont p {
	margin:0;
	padding-bottom:14px;
	line-height: 17px;
}


/*.col-bg .item-cont p {
	margin: 17px 0 0;
	line-height: 17px;
}*/
.col-bg .item-cont .first {
	margin-top: 1px;
}
.item-cont .inf {
	overflow: hidden;
	height: 100%;
	margin: 6px 0 -12px;
}
.item-cont span {
	display: block;
	font-size: 11px;
	font-style: italic;
	line-height: 17px;
}
.item-cont span a {
	color: #505155;
}
.item-cont span a:hover {
	color: #4b7ec0;
	text-decoration: none;
}
/* property_detail */
div.left-prop
{

  float:left;
  position:relative;
}

div.rigt-prop
{

  margin: -50px 0 30px 20px;
  float:right;
  display:inline;
  position:relative;
}
.property-gallery {
	width: 311px;
	position:relative;
	padding:12px 0px 0px 0px;
	
}
.property-gallery .largerimg {
	height: 218px;
	overflow: hidden;
}
.property-gallery .img img {
	display: block;
	padding: 3px;
	border: 1px solid #a8a7a3;
	width:303px;
	height: 210px;
}
.img-list {
	margin: 1px 0 0 -9px;
	padding: 0;
	list-style: none;
	width: 311px;
	position:relative;
}
.img-list li {
	float: left;
	padding-left: 9px;
	padding-top: 9px;
}
.img-list li a {
	float: left;
	border-top: 5px solid #3065aa; 
}
.img-list li a img {
	display: block;
}
.img-list li a.active,
.img-list li a:hover {
	border-color: #dd9c49;
}
.property-gallery .item-img .bg-t span,
.property-gallery .item-img .bg-t,
.property-gallery .item-img .bg,
.property-gallery .item-img {
	margin: 0;
	padding: 0;
	background: none;
}
.property-list {
	margin: -15px 0px 0px 0px;
	padding: 0 0 0px 63px;
	list-style: none;
	overflow: hidden;
	text-align: right;
	position: absolute;
}
.property-list li {
display:block;
float:left;
position:relative;
height:1%;
overflow:hidden;
}
.property-list li a {
	text-decoration: none;
	padding: 0 0 0 14px;
	color: #4b7ec0;
	font-size: 11px;
	display:block;
	float:left;
	text-align:left;
	position:relative;
}
.property-list li a:hover {
	text-decoration: underline;
}
.property-list li.icon1 a {
	background: url(images/icon-property1.gif) no-repeat 0 50%;
	width:92px;
}
.property-list li.icon2 a {
	background: url(images/icon-property2.gif) no-repeat 0 50%;
	width:61px;
	padding: 0 0 0 17px;
}
.property-list li.icon3 a {
	background: url(images/icon-property3.gif) no-repeat 0 50%;
	width:50px;
}

.retreat {
	width: 250px;
	font-size: 11px;
	color: #505155;
	margin: 21px -20px 0 0;
}
.retreat h3 {
	margin: 0;
	font-size: 12px;
	color: #001e46;
}
.retreat .addr {
	display: block;
}

.property-cont {
	font-size: 11px;
	line-height: 14px;
	margin: 10px 0 10px 0;
}

.property-cont p {
	font-size: 11px;
	line-height: 14px;
}

.property-cont dl {
	width: 230px;
	margin: 7px 0 17px 0; 
	padding: 0; 
	line-height: 13px;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0; 
}
.property-cont dt {
	width: 80px;
	float: left;
	padding: 6px 0 7px;
	border-top: 1px solid #e0e0e0; 
	font-style: italic;
}
.property-cont dd {
	width: 140px;
	height: 1%;
	float: left;
	margin: 0;
	display: table;
	border-top: 1px solid #e0e0e0; 
	padding: 6px 0 7px;
}
.property-cont .zoom {
	background: url(images/icon-zoom.gif) no-repeat 0 50%;
	padding-left: 15px;
	display: inline-block;
	position: relative;
	margin-left: -15px;
}

.property-cont .iconphoto {
	background: url(images/camera_icon.gif) no-repeat 0 2px;
	padding-left: 18px;
	display: inline-block;
	position: relative;
	margin-left: -18px;
}
.property-cont p {
	margin-top: 14px;
}
.property-cont div.bot-prop {
	padding-top: 7px;
}
.property-cont div span {
	display: block;
	padding-left: 19px;
	background-repeat:  no-repeat !important;
	background-position: 0 1px !important;
	margin-top: 14px;
}
.property-cont div .load {
	background: url(images/icon-download.gif);
}
.property-cont div .launch {
	background: url(images/icon-launch.gif);
}
/* properties */
.develop h2 {
	margin: 16px 0 0;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001e46;
	text-transform:none;
}
.prop-list {
	overflow: hidden;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}
.prop-list li {
	overflow: hidden;
	height: 100%;
	padding: 7px 16px;
}
.prop-list .color {
	background: #e9eaec;
}
.prop-list .plus-link {
	text-transform: none;
}


.nav {
	overflow: hidden;
	width: 100%;
	padding: 20px 0 20px 0;
}
.nav .alignleft {
	float: left;
}
.nav .alignright {
	float: right;
}

.postmetadata {
	line-height: normal;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #000;
}
.link-more {
	float: right;
	font-style: italic;
	display:block;
	padding:20px 22px 0px 0px;
}

.ind {
	padding-top: 8px;
}
.archives {
	overflow: hidden;
	clear:both;
	width: 193px;
	margin-left: 31px;
	padding-top: 30px;
}
.archives h2 {
	margin: 0;
	font: 22px Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	border-bottom: 1px solid #d5d5cc;
	color: #001e46;
	padding-bottom: 6px;
}
.archives ul {
	overflow: hidden;
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
}
.archives ul li {
	font-weight: bold;
	background: url(images/bg-archives.gif) no-repeat 0 5px;
	padding-left: 11px;
	margin-top: 6px;
}
.archives ul li a {
	color: #4b7ec0;
}

/* ------------------------------------------------------------------------------------ */
/* Accessible News Slider : Plugin Specific */
/* ------------------------------------------------------------------------------------ */
.gall-list a:hover {
	text-decoration: none;
}
.gall-list a.a-gal-img {
	float: left;
	cursor: pointer;
	margin-top: 4px !important;
	margin-right: 5px !important;	
	
}
.gall-list a.a-gal-img:hover {
	border-color: #9b9a96;
}
.gall-list a.a-gal-img:hover .gal-img {
	float: left;
	height:37px;
	border: 1px solid #9b9a96;
	
}

.gall-list a.a-gal-img .gal-img {
	float: left;
	height:39px;	
}

span.gal-img {
}
.gall-content {
	float: right;
	width: 172px;
}
.gall-text {
	float: left;
}
.gall-text strong {
	display: block;
	width: 104px;
	color: #001d46;
	padding-bottom: 2px;
	margin-top: 8px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-bottom: 1px solid #9b9a96; 
	overflow: hidden;
	white-space:nowrap;
	cursor: pointer;
}
.gall-text span {
	display: block;
	width: 100px;
	margin: 0;
	padding:3px 0px 0px 0px;
	color: #3065aa;
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	overflow: hidden;
	white-space:nowrap;
}

.block
{
	position: relative;
	overflow: hidden;
	width: 528px;
	margin: 0 0 0 32px;
}
.accessible_news_slider {
	clear:both;
	margin-left:7px;
	width: 599px;
	border: 1px solid #9b9a96;
	background: #dcdbcf;
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 48px;
	z-index: 2;
	padding:0;
	margin:0;
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	width: 33px;
	height: 48px;
	z-index: 2;
	padding:0;
	margin:0;
}
.accessible_news_slider .next a {
	float: left;
	position: absolute;
	width: 33px;
	height: 48px;
	background: url(images/bg-arrow-right.gif);
	background-repeat:  no-repeat !important;
	text-indent: -9999px;
	overflow: hidden;
}
.accessible_news_slider .back a {
	float: left;
	position: absolute;
	width: 32px;
	height: 48px;
	text-align: right;
	background: url(images/bg-arrow-left.gif);
	background-repeat:  no-repeat !important;
	text-indent: -9999px;
	overflow: hidden;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider ul {
	float: left;
    position:relative;
	left: 0;
	width: auto;
	height: 48px;
	margin:0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 177px;
	height: 44px;
	padding: 1px 0 3px 0;
	margin: 0px;
	overflow: hidden;
	background: url(images/border1.png) no-repeat 0 0;
}

/*.accessible_news_slider li {
	float: left;
	display: inline;
	width: 160px;
	height: 45px;
	padding: 0 0 3px 8px;
	margin: 0 0 0 8px;
	overflow: hidden;
	background: url(images/border1.png) no-repeat 0 0;
}*/

.accessible_news_slider li {
width:220px;
}
.gall-text strong  {
width:150px;
}
.gall-content {
width:215px;
}
/* ------------------------------------------------------------------------------------ */


.sidebar-left {
	padding:30px 20px 0 20px;
	text-align:center;
	width:215px;
	float:left;
	}
#reset {
	float:left;
	width:79px;
	height:20px;
	background:transparent url(images/clearform.png) no-repeat 0 0;
	border:none;
	cursor:pointer;
	margin-left:12px;
	}
#ri_submit  {
	float:left;
	}
/* Begin Request Form */

.formReq {
	margin: 0 auto;
	padding:23px 49px 0 31px;
	border: 0px solid #ccc;
}
.formReq fieldset {
	border: 1px solid #C6C5C2;
	margin-bottom:12px;
	padding:0px;
}
#request_type {
	width:300px;
	}
#request_when_purchase {
	margin-left:230px;
	margin-top:-25px;
	}
.formReq legend {
	padding:0 5px;
	background-color:#FFF;
	margin-left:20px;
	color: #001e46;
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
}
.formReq label {
	display: block;
	margin-top: 7px;
	font-size:11px;
}
.formReq input, .formReq select, .formReq textarea {
	margin: 0px 0px 7px 2px;
}
.formReq input, .formReq select, .formReq option {
	}

.formReq textarea {
	width: 97%;
	height: 94px;
}
.formReq table {
	width: 100%;
	padding: 5px 0px 0px 0px;
	border: 0;
	border-collapse: separate;
	
}
.formReq td {
	text-align: left;
	font-size:11px;
	vertical-align: top;
	padding: 8px 5px 10px 5px!important;
	border: 0!important;
	
}
.formReq td.grey {
	background-color: #f1f0f0;
	margin-bottom:4px;
}
.formReq input.middle {
	width: 135px;
}
.formReq input.big {
	width: 180px;
}

/* map */
.map {
	background:transparent url(images/map.png) no-repeat 0 0;
	width:417px;
	height:475px;
	margin:50px auto 0 auto;
	}
.map a {
	position:absolute;
	text-decoration:none;
	color:#001E46;
	font:22px Georgia,"Times New Roman",Times,serif;
	display:block;
	}
.map a:hover {
	color:#90732f;
	}	
.map .link1 {
	margin:70px 0 0 145px;
	padding-top:50px;
	text-align:center;
	width:230px;
	height:50px;
	}
.map .link2 {
	margin:170px 0 0 105px;
	padding-top:50px;
	text-align:center;
	width:230px;
	height:50px;
	}
.map .link3 {
	margin:250px 0 0 60px;
	padding-top:50px;
	text-align:center;
	width:230px;
	height:50px;
	}
 

/* End Request Form */
.location-map-sub .google-map {
	width: 500px;
	height: 450px;
	margin: 20px auto 40px auto;
	}
.location-map .col2 h2.title-1,
.location-map-sub .col2 h2.title-1, 
.construction-content .col2 h2.title-1,
.resources-content .col2 h2.title-1

{
	margin-top:0;
	}
.location-map-sub .properties {
	border-top:1px solid #d5d5d3;
	padding-top:10px;
	}
.location-map-sub .properties strong {
	float:left;
	padding:14px 10px 0 0;
	}
.location-map-sub .properties img {
	float:left;
	display:block;
	}
.location-map-sub .properties span {
	display:block;
	float:left;
	padding:6px 0 0 8px;
	}

.details-google-map {
	width: 543px;
	height: 350px;
	margin-top: 20px;
	clear:both;
	}

.construction-content img.alignright {
	float:right;
	margin:1px -15px 12px 20px;
	}

/* Sitemap */
.construction-content h1 {
	padding-bottom:16px;
	}
.construction-content p {
	margin:0 0 16px 0;
	}
.construction-content .post h2 {
	padding-bottom:16px;
	}
.construction-content .entry
{
  position:relative;
  margin:-9px 0px 0px 0px;
}

.construction-content .entry h2 {
	padding:9px 0px 3px 0px;
	}
	
	.construction-content .entry p {
	padding:3px 0px 0px 0px;
	}
.gallery1 {
	padding-top:0px;
	clear:both;
	}
.col2 .entry .gallery1 h2 {
	padding-bottom:16px;
	}
.col2 .entry .gallery1 ul {
	margin:0;
	}
.col2 .entry .gallery1 li {
	margin:7px 12px 3px 0;
	display:block;
	float:left;
	padding:3px;
	border:1px solid #9b9a96;
	}
.col2 .entry .gallery1 li a {
	display:block;
	width:110px;
	height:81px;
	float:left;
	overflow:hidden;
	}
	
	.col2 .entry .gallery1 li a img
	{
	  height:81px;
	  width:110px;
	}	
	

	
	
.ddsg-wrapper h2 {
	padding-bottom:12px
	}
	
.col2 .entry .ddsg-wrapper ul {
	padding-bottom:22px;
	}	
	
.col2 .entry .ddsg-wrapper ul li {
	padding-bottom:4px;
	}	
.col2 .entry .ddsg-wrapper ul ul {
	padding:6px 0;
	}

/* postnav */
.postnav {
	width:115px;
	height:20px;
	padding-top:8px;
	position:relative;
	float:right;
	}
.category-news .entry-content {
	padding:0;
	clear:both;
	position:relative;
	top:7px;
}
.category-news .entry-content p {
	padding-bottom:12px;
	margin:0;
}

.postnavleft {
	display:block;
	float:left;
	font-size:11px;
	color:#4B7EC0;
	background:transparent url(images/postnav-left.png) no-repeat 0 2px;
	padding-left:14px;
	}
.postnavright {
	display:block;
	float:right;
	font-size:11px;
	color:#4B7EC0;
	background:transparent url(images/postnav-right.png) no-repeat 100% 2px;
	padding-right:14px;
	}	
.addthis_button {
	width:200px;
	float:left;
	}
	
/* Resources */

.resources-content {}
.resources-content h2, .resources-content h3 {
	padding-bottom:8px;
	}
.resources-content h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	}
.resources-content .entry p {
	padding-bottom:16px;
	margin:0;
	}
	
/* resources-image */
.resources-image {
	overflow:hidden;
	clear:both;
	width:100%;
	padding:19px 0px 15px 0px;
	}
	
	
.resources-image .left {
	width:264px;
	padding-right:15px;
	float:left;
	}
	
	.resources-image .right {
	width:270px;
	float:left;
	}
.resources-image a.view-photo {
	cursor:pointer;
	background:transparent url(images/view-photo.png) no-repeat 0 2px;
	line-height:18px;
	padding-left:16px;
	}
.resources-image a.view-photo:hover {
	text-decoration:underline;
	}
.resources-content .resources-image p {
	padding-bottom:0;
	}

.resources-image a img {
	display:block;
	float:left;
	height:60px;
	overflow:hidden;
	margin:3px 15px 0px 0;
	width:81px;
	padding:2px;
	border:1px solid #9B9A96;
}
/*.resources-image h3 {
	margin:0;
	padding-bottom:0;
	color:#538bbb;
	}*/
.resources-image p {
	margin:0;
	padding:8px 0px 9px 0px !important;
	}
	
	.resources-image span
	{
	  display:block;
	  font-weight:bolder;
	  padding:0px 0px 0px 39px;
	  font-style:italic;
	}
	
	.resources-image span.padleft
	{
	  padding:0px 0px 0px 43px;
	}
	
	.col2 .resources-image ul {
	margin:0px 0px 0px 0px;
	padding-top:2px;
	}
.col2 .resources-image ul li {
	padding:2px 0px 2px 0px;
	margin:0 0 8px 0;
	list-style:none;
	background:transparent url(images/bg1-resource.png) repeat-x 0 0;
	line-height:12px;
	position:relative;
	}



/* Press News */
.press-news {
	clear:both;
	padding-top:11px;
}
.col2 .press-news ul {
	margin:3px 0px 0px 0px;
	padding-top:8px;
	background:transparent url(images/bg1-resource.png) repeat-x 0 0;
	}
.col2 .press-news ul li {
	padding:0px 0px 9px 0px;
	margin:0 0 8px 0;
	list-style:none;
	background:transparent url(images/bg1-resource.png) repeat-x 0 100%;
	line-height:12px;
	position:relative;
	}
.press-news ul li a {
	font-weight:bold;
	font-size:13px;
	color:#538BBB;
	display:block;
	padding:0px 0px 3px 0px;
	} 
.press-news ul li span {
	display:inline;
	font-size:11px;
	}
.press-news ul li strong {
	border-right:1px solid #505155;
	padding-right:7px;
	margin-right:7px;
	font-size:11px;
	}	

.press-news ul li div {
	overflow:hidden;
	padding:0px 0px 0px 20px;
	background:transparent url(images/view-photo.png) no-repeat 0 1px;
	}

/* Block Links */
.block-links {
	padding-top:0px;
	position:relative;
	margin:-8px 0px 0px 0px;
	}
.block-links a {
	color:#538BBB;
	}
.block-links .downloads {
	margin-right:73px;
	width:237px;
	float:left;
	}
.block-links h3 {
	background:transparent url(images/bg1-resource.png) repeat-x 0 100%;
	padding:0px 0px 12px 0px;
	}
.block-links .links {
	width:240px;
	float:left;
	}
	
.col2 .links ul{
	margin:0;
	padding-top:11px;
	}
	
	.col2 .downloads ul{
	margin:0;
	padding-top:9px;
	}
	
.block-links ul li {
	list-style:none;
	}
.block-links .downloads ul li {
	background:transparent url(images/pdf-image.gif) no-repeat 0 4px;
	padding-left:26px;
	line-height:27px;
	padding-bottom:0px;
	font-weight:bold;
	}
.block-links .links ul li {
	background:transparent url(images/view-photo.png) no-repeat 0 4px;
	padding-left:20px;
	line-height:18px;
	padding-bottom:4px;
	font-weight:bold;
	}
	
.adobereader {
	display:block;
	padding-top:13px;
	clear:both;
	}
	
	
	.navigation li span{
	float: left;
	display:block;
	height: 24px;
	color: #fff;
	text-decoration: none;
	letter-spacing:2.1px;
	padding:15px 0px 0px 0px;
}
	
.navigation li span a {
	float: left;
	display:block;
	height: 24px;
	color: #fff;
	text-decoration: none;
	/*padding: 15px 0px 0px 0px;*/
	position:relative;
}

.navigation li span a:hover,
.navigation li span a.active {
	text-decoration: none;
	height: 24px;
	color: #cdd9d5;
	border-bottom:7px #4b7ec0 solid;
	padding:0px;
}

div.construction-left
{
  float:left;
  display:inline;
}	

div.col2 div.construction-right
{
  float:right;
  display:inline;
  padding:0px 0px 0px 50px;
  position:relative;
  margin:0px -16px 0px 0px;
}

div.col2 div.logo-contact
{
  border:1px #e6dabe solid;
  width:225px;
  padding:0px 0px 12px 0px;
  margin:10px 0px 26px 0px;
  background:0px 79px url(images/bg_55.gif) repeat-x;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#505155;
  line-height:18px;
}

div.col2 div.logo-contact img
{
  display:block;
}

div.col2 div.logo-contact h4
{
  border-top:1px #e6dabe solid;
  font-size:11px;
  font-weight:bolder;
  text-transform:uppercase;
  color:#505155;
  line-height:22px;
  margin:0px 12px 0px 12px;
  padding:12px 5px 1px 5px;
}

div.col2 div.logo-contact p
{
  padding:0px 17px;
  margin:0px;
}

div.col2 div.items-block
{
  width:225px;
  border-left:1px #ddcca5 solid;
  border-right:1px #ddcca5 solid;
}

div.col2 div.title-item
{
  height:20px;
  background:0px 0px url(images/bg_56.gif) repeat-x;
  position:relative;
}

div.col2 div.title-item a.link-pro-photo
{
  width:10px;
  height:7px;
  position:absolute;
  right:0;
  top:0;
  margin:5px 6px 0px 0px;
}

div.col2 div.title-item h2
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bolder;
  color:#FFFFFF;
  text-transform:uppercase;
  padding:3px 20px 0px 16px;
  margin:0px;
}

div.col2 div.text-photo-block
{
  position:relative;
  padding:14px 0px 0px 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:17px;
  color:#505155;
}

div.col2 div.text-photo-block ul
{
  padding:0px;
  margin:0px;
}

div.col2 div.text-photo-block ul li
{
  padding:0px;
  margin:0px;
  list-style:none;
}

div.col2 div.text-phpto
{
  padding:10px 17px 0px 20px;
  position:relative;
}

div.col2 div.construction-right a
{
  color:#90732f;
  text-decoration:underline;
}

div.col2 div.construction-right a:hover
{
  color:#be983f;
  text-decoration:underline;
}

div.col2 div.entry div.text-photo-block h3
{
  font-size:11px;
  font-weight:bolder;
  color:#90732f;
  text-align:right;
  text-transform:uppercase;
  padding:0px 0px 0px 40px;
  margin:0px;
}

div.col2 div.text-photo-block h4
{
  font-size:11px;
  font-weight:bolder;
  color:#505155;
  padding:10px 0px 0px 0px;
  margin:0px;
}

div.col2 div.text-photo-block p
{
  padding:0px 0px 0px 0px;
  margin:0px;
}

div.col2 div.text-photo-block p a
{
  padding:12px 0px 0px 0px;
  margin:0px;
  display:block;
}

div.col2 div.big-img
{
  width:188px;
  height:130px;
  margin:0 auto;
  padding:1px;
  border:1px #ab8e4b solid;
}

div.col2 div.big-img img
{
  width:186px;
  height:128px;
  border:1px #ab8e4b solid;
}

div.col2 div.border-bottom
{
  border-top:1px #ddcca5 solid;
  border-bottom:1px #ddcca5 solid;
  width:227px;
  height:1px;
  font-size:1px;
  line-height:1px;
  margin:20px 0px 0px 0px;
}

div.col2 .left-photo
{
  width:18px;
  height:16px;
  position:absolute;
  top:0;
  left:0;
  margin:157px 0px 20px 20px;
  z-index:20;
  cursor:pointer;
}

div.col2 .right-photo
{
  width:18px;
  height:16px;
  position:absolute;
  top:0;
  left:0;
  margin:157px 0px 0px 39px;
  z-index:21;
  cursor:pointer;
}
