#wrapper{
	width: 100%;
}

#background-slider {
	background-image: url(images/bkgd-left-replicate.png);
	behavior: url(iepngfix.htc);
	background-repeat: repeat;
	width: 50%;
	height: 231px;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}

img {
	behavior: url(iepngfix.htc);
	border: 0;
}

body{
	background: #000c3a url(images/bkgd-right-replicate.jpg) repeat-x;
	padding: 0;
	margin: 0 auto;
	color: #081755;
	font: 11px/15px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: justify;
}

p {
	color: #081755;
	font: 11px/16px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: justify;
	padding-right: 40px;
	padding-left: 40px;
	margin: 0 0 13px;
}

.p-align-center {
	color: #081755;
	font: 11px/15px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0 0 13px;
}

a {
	color: #081755;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}


a:link { color: #081755; text-decoration: underline }
a:visited {	color: #081755;	text-decoration: underline }
a:hover { color: #081755; text-decoration: none }
a:active { color: #081755; text-decoration: none }



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #081755;
	word-spacing: .2em;
	margin: -4px 20px 0 35px;
	padding-right: 0px
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #081755;
	word-spacing: .2em;
	text-align: center;
	padding: 3px
}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #081755;
	font-weight: bold;
	margin: 10 0 5px 0;
	padding-left: 30px;
}

#container{
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	height: 600px;
}

#header {
	behavior: url(iepngfix.htc);
	width: 100%;
	height: 211px;
	background: url(images/flash-bkgd.png) no-repeat;
}

#flash-area {
	width: 100%;
	height: 185px;
	position: relative;
	top: 26px;
}

#middle-rep{
	width: 100%;
	background-image: url(images/container-bkgd.png);
	behavior: url(iepngfix.htc);
	background-repeat: repeat;
}
	
#middle-top {
	width: 100%;
	behavior: url(iepngfix.htc);
	background: url(images/middle-bkgd-top.png) no-repeat;
}

#body-area {
	width: 758px;
	background: url(images/middle-bkgd-top.jpg) no-repeat;
	float: left;
}

#pg-title {
	behavior: url(iepngfix.htc);
	width: 651px;
	height: 42px;
	margin-left: 51px;
}

.pg-title-welcome {
	background: url(images/pg-title-welcome.png) no-repeat;
}

.pg-title-convening {
	background: url(images/pg-title-convening.png) no-repeat;
}

.pg-title-events-calendar {
	background: url(images/pg-title-events-calendar.png) no-repeat;
}

.pg-title-who-we-are {
	background: url(images/pg-title-who-we-are.png) no-repeat;
}

.pg-title-membership {
	background: url(images/pg-title-membership.png) no-repeat;
}

.pg-title-projects {
	background: url(images/pg-title-projects.png) no-repeat;
}

.pg-title-links {
	background: url(images/pg-title-links.png) no-repeat;
}

.pg-title-contact-us {
	background: url(images/pg-title-contact-us.png) no-repeat;
}

.pg-title-members-doorway {
	background: url(images/pg-title-members-doorway.png) no-repeat;
}


#content {
	width: 758px;
}

#content-article {
	padding-top: 100px;
}


/* @group boxes */

#box-container {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.box-big {
	width: 710px;
	float: left;
}

#box-big-top {
	background-image: url(images/box-big-top.png);
	behavior: url(iepngfix.htc);
	height: 50px;
}

#box-big-middle {
	background: url(images/box-big-rep.png) repeat-y;
	behavior: url(iepngfix.htc);
	padding-top: 10px;
}

#box-big-news {
	padding-right: 35px;
	padding-left: 35px;
}

#box-big-articles {
	background: url(images/box-big-article.png) no-repeat;
	behavior: url(iepngfix.htc);
	height: 50px;
	margin-top: 25px;
	padding-bottom: 10px;
}

#box-big-articles-content {
	margin-left: 35px;
	margin-right: 35px;
	/*width: 660px;*/
	text-align: left;
}

#box-big-bottom {
	background-image: url(images/box-big-bottom.png);
	behavior: url(iepngfix.htc);
	height: 18px;
}

.news-headline-title {
	color: #081755;
	font: bold 11px/5px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: left;
}

.news-headline-details {
	color: #363636;
	font: italic 11px/15px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: left;
}

.news-headline-title a:link { color: #081755; text-decoration: none }
.news-headline-title a:visited { color: #081755; text-decoration: none }
.news-headline-title a:hover { color: #081755; text-decoration: underline }
.news-headline-title a:active { color: #081755; text-decoration: underline }


.article-auth-thumb {
	margin-right: 7px;
}

.article-title {
	color: #081755;
	font: bold 13px/12px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: left;
}

.article-author {
	color: #363636;
	font: italic bold 10px/12px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: left;
	margin-top: 10px;
}

.article-details {
	color: #363636;
	font: italic bold 10px/12px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: left;
	margin-top: 10px;
}

hr {
	height: 0px;
	color: #7f7e79;
	margin-top: -5px;
	margin-bottom: -5px;
}

.article-summary {
	color: #363636;
	font: 11px/16px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: left;
	width: 450px;
	margin-top: 10px;
}

.article-title a:link { color: #081755; text-decoration: none }
.article-title a:visited { color: #081755; text-decoration: none }
.article-title a:hover { color: #081755; text-decoration: underline }
.article-title a:active { color: #081755; text-decoration: underline }

.article-summary a:link { color: #081755; text-decoration: none }
.article-summary a:visited { color: #081755; text-decoration: none }
.article-summary a:hover { color: #efcf52; text-decoration: underline }
.article-summary a:active { color: #efcf52; text-decoration: underline }


.box {
	width: 355px;
	float: left;
}

.box-top {
	height: 47px;
}

.box-mid {
	background-image: url(images/box-bkgd-mid.png);
	background-repeat:repeat;
	behavior: url(iepngfix.htc);
}

.box-bottom{
	height: 20px;
	background: url(images/box-left-bottom.png) no-repeat;
	behavior: url(iepngfix.htc);
}

#article-newsletter {
	background-image: url(images/box-article-newletter-head.png);
	behavior: url(iepngfix.htc);
}

#news-headlines {
	background-image: url(images/box-news-headlines-head.png);
	behavior: url(iepngfix.htc);	
}

/* @end */

#footer {
	width: 855px;
	height: 90px;
	/*top: -26px;
	position: relative;*/
	background: url(images/footer-bkgd.png) no-repeat -95px 0;
	behavior: url(iepngfix.htc);
	margin-left: 95px;
}

.footerlinks p{
	text-align: center;
	/*padding-left: 95px;*/
}

.copyright {
	font: 9px/12px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: left;
	position: relative;
	float: left;
	top: 5px;
	left: 70px;
}

.lionheart-link {
	font: 9px/12px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: right;
	float: left;
	position: relative;
	top: 5px;
	left: 388px;
}

.lh-logo {
	width: 29px;
	height: 26px;
	background: url(images/lh-logo.png) no-repeat;
	behavior: url(iepngfix.htc);
	float: left;
	position: relative;
	top: 3px;
	left: 390px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

