/*
Theme Name: ADL
*/
body{
	margin:0;
	color:#000;
	font:14px/20px Georgia, "Times New Roman", Times, serif;
	background:#eaeef2 url(images/bg-body.gif) repeat-x;
	min-width:1000px;
}
img{border:0;}
a{
	color:#000066;
	text-decoration:none;
}
a:hover{
text-decoration:underline;
color:#2f71dd;
}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* all page */
#wrapper{
	width:964px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
/* header */
#header{
	width:933px;
	overflow:hidden;
	padding:0 16px 0 15px;
}
.logo{
	float:left;
	margin:16px 0 0 0;
}
.logo a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:327px;
	height:93px;
	background:url(images/logo2.gif) no-repeat;
}
#header .t-box{
	float:right;
	width:602px;
}
/* search */
.search-box{
	width:100%;
	overflow:hidden;
	padding:24px 0 0;
}
.search-box span{
	float:right;
	display:inline;
	margin:0 0 0 10px;
	width:165px;
	height:25px;
	overflow:hidden;
	background:url(images/bg-input-search.gif) no-repeat;
}
.search-box .text{
	float:right;
	width:128px;
	height:17px;
	overflow:hidden;
	background:none;
	border:none;
	padding:4px 2px;
}
.search-box label{
	float:right;
	color:#f1ebe6;
	padding:4px 0 0;
	font-style:italic;
}
/* top navigation */
.top-nav{
	width:100%;
	overflow:hidden;
	padding:23px 0 0;
}
.top-nav ul{
	margin:0 -8px 0 0;
	padding:0;
	list-style:none;
	float:right;
	display:inline;
}
.top-nav ul li{
	float:left;
	padding:0 8px 0 8px;
	background:url(images/separator1.gif) no-repeat 0 4px;
	text-transform: lowercase;
}
.top-nav ul li:first-child{
	background:none;
}
.top-nav ul li a{
	color:#bfcbd6;
}
/* all content */
#main{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:15px 0 0;
}
.m-t,
.m-b{
	width:100%;
	overflow:hidden;
}
.m-t{
	height:10px;
	background:url(images/bg-main-t.png) no-repeat;
}
.m-b{
	height:11px;
	background:url(images/bg-main-b.png) no-repeat;
}
.m-c{
	width:938px;
	overflow:hidden;
	background:url(images/bg-main-c.png) repeat-y;
	padding:0 13px 0 13px;
}
/* menu */
#menu:after{
	content:"";
	clear:both;
	display:block;
}
#menu{
	width:100%;
	margin:14px 0 0;
	position:relative;
	z-index:2;
}
#menu ul{
	margin:0 0;
	padding:0 0 0 40px;
	list-style:none;
	/*float:left;*/
}
#menu ul li{
	float:left;
	padding:0 17px 15px 19px;
	background:url(images/separator2.gif) no-repeat;
	font-size:18px;
	line-height:20px;
	text-transform:uppercase;
}
#menu ul li:hover,
#menu ul li.hover{
	position:relative;
}
#menu ul li:first-child{
	background:none;
}
#menu ul li a{
	color:#1f286a;
}
#menu ul li a:hover,
#menu ul li:hover a,
#menu ul li.hover a,
#menu ul li.active a{
	text-decoration:none;
	color:#2f71dd;
}
#menu ul li:hover ul,
#menu ul li.hover ul{
	display:block;
}
#menu ul li ul{
	position:absolute;
	float:none;
	display:none;
	top:35px;
	left:0;
	width:148px;
	margin:0;
	padding:3px 7px 5px 9px;
	list-style:none;
	background:#fff;
	border-top:1px solid #d5d5d5;
	z-index:9999;
}
#menu ul li ul li{
	float:left;
	width:132px;
	padding:9px 5px 7px 11px;
	background:url(images/separator3.gif) no-repeat;
	font-size:18px;
	line-height:20px;
	text-transform:none;
}
#menu ul li ul li a,
#menu ul li:hover ul li a,
#menu ul li.hover ul li a,
#menu ul li.active ul li a{
	color:#1f286a;
}
#menu ul li ul li a:hover{
	text-decoration:none;
	color:#2f71dd;
}
/* gallery */
.gallery{
	width:100%;
	overflow:hidden;
}
.gallery .image{
	width:934px;
	margin:1px 0 0 2px;
}
.gallery img{
	display:block;
}
.gallery ul{
	width:934px;
	height:386px;
	overflow:hidden;
	margin:0 0 0 1px;
	padding:0;
	list-style:none;
	position:relative;
}
.gallery ul li{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
/* content */
.content-h{
	width:902px;
	overflow:hidden;
	padding:18px 8px 19px 24px;
}
/* two columns */
.twocolumns{
	float:left;
	width:586px;
	padding:0 0 0 2px;
}
/* left column */
.aside1{
	float:left;
	width:385px;
}
.content-h h1{
	margin:0 0 20px;
	font-size:35px;
	line-height:42px;
	font-style:italic;
	font-weight:normal;
	color:#1f2652;
}
.content-h h2{
    font-size:24px;
    font-style:normal;
	font-weight:bold;
	color:#4b6e98;
    position:relative;
}
.content-h h3{
    font-size:20px;
    font-style:normal;
	font-weight:bold;
	color:#7a9cc4;
    position:relative;
}
.content-h h4{
    font-size:16px;
    font-style:normal;
	font-weight:bold;
	color:#9bb5d3;
    position:relative;
}


.aside1 p{
	margin:0 0 20px;
}
/* sponsor list */
.sponsors{
	width:100%;
	overflow:hidden;
}
.sponsors ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.sponsors ul li{
	float:left;
	height:46px;
}
.sponsors ul li a img{
	display:block;
}
/* banner column */
.banner-box{
	float:right;
	width:169px;
	padding:4px 0 0;
}
.banner-box ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.banner-box ul li{
	overflow:hidden;
	height:1%;
	vertical-align:top;
	border:1px solid #ccc;
	margin:0 0 6px;
}
.banner-box ul li a{
	float:left;
}
.banner-box ul li a img{
	display:block;
}
/* right column */
.aside2{
	float:right;
	width:282px;
	background:url(images/bg-aside2.gif) repeat-y;
}
.aside2 .holder{
	width:100%;
	overflow:hidden;
	background:url(images/bg-aside2-t.gif) no-repeat;
}
.aside2 .frame{
	width:274px;
	overflow:hidden;
	padding:11px 5px 12px 3px;
	background:url(images/bg-aside2-b.gif) no-repeat 0 100%;
}
.aside2 .box:after{
	content:"";
	clear:both;
	display:block;
}
.aside2 .box{
	width:225px;
	min-height:296px;
	padding:5px 23px 26px 26px;
	background:#fff url(images/bg-aside2-c.gif) repeat-x;
}
* html .aside2 .box{height:296px;}
.aside2 .box h2{
	margin:0 0 18px;
	font-size:23px;
	line-height:28px;
	font-style:italic;
	font-weight:normal;
	color:#1f2652;
}
/* cite */
.aside2 .box blockquote{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0 0 22px;
	color:#333;
}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
.aside2 .box blockquote q{
	margin:0 0 4px;
	display:block;
	font-style:italic;
	line-height:21px;
}
.aside2 .box blockquote cite{
	display:block;
	margin:0;
	font-size:12px;
	line-height:14px;
}
.aside2 a{
	text-decoration:underline;
	font-size:12px;
	line-height:14px;
	float:left;
}
.aside2 a:hover{
	text-decoration:none;
}
/* footer */
#footer{
	width:100%;
	overflow:hidden;
	margin:-44px 0 0;
	padding:57px 0 50px;
	background:#202653 url(images/bg-footer.gif) repeat-x;
}
#footer .holder{
	width:948px;
	overflow:hidden;
	margin:0 auto;
	color:#fff;
	font-size:13px;
}
/* info box */
.info-box{
	float:left;
	width:408px;
	padding:0 0 0 28px;
}
.info-box .box{
	float:left;
	width:180px;
	padding:0 10px 0 0;
}
.info-box .box .textwidget p{
	margin-top: 0;
	padding-top: 0;
}
.info-box h3{
	margin:0;
	font-size:16px;
	line-height:20px;
	font-style:italic;
	font-weight:normal;
	color:#c5cdd8;
}
/* address */
.info-box address{
	width:100%;
	overflow:hidden;
	font-style:normal;
	padding:1px 0 0;
}
.info-box address span{
	display:block;
}

.info-box address span a{
	color: #fff;
	text-decoration: none;
}
.info-box ul{
	margin:0;
	padding:1px 0 0;
	list-style:none;
	overflow:hidden;
}
.info-box ul li{
	overflow:hidden;
	height:1%;
	vertical-align:top;
	letter-spacing:-1px;
}
#footer .container{
	float:right;
	width:491px;
	padding:0 19px 0 0;
}
/* footer navigation */
.f-nav{
	width:100%;
	overflow:hidden;
	padding:6px 0 0;
}
.f-nav .box{
	width:100%;
	overflow:hidden;
}
.f-nav ul{
	float:right;
	display:inline;
	margin:0 -17px 0 0;
	padding:0;
	list-style:none;
}
.f-nav ul li{
	float:left;
	font-size:17px;
	line-height:24px;
	padding:0 17px 0 19px;
	text-transform:uppercase;
	background:url(images/separator4.gif) no-repeat 0 4px;
}
.f-nav ul li:first-child{
	background:none;
}
.f-nav ul li a{
	color:#ebebeb;
}
/* footer bottom navigation */
.add-nav{
	width:100%;
	overflow:hidden;
	padding:7px 0 0;
}
.add-nav ul{
	margin:0 -4px 0 0;
	padding:0;
	list-style:none;
	float:right;
	display:inline;
}
.add-nav ul li{
	float:left;
	padding:0 8px 0 11px;
	letter-spacing:-1px;
	background:url(images/separator5.gif) no-repeat 0 5px;
	text-transform: lowercase;
}
.add-nav ul li:first-child{
	background:none;
}
.add-nav ul li a{
	color:#bfcbd6;
}
/* content */
.content{
	float:left;
	width:610px;
    position:relative;
}
.content-h .content h1{
	margin:0 0 10px;
}
.content p{
	margin:0 0 10px;
}
/* content gallery */
.gallery-box{
	width:100%;
	overflow:hidden;
	padding:20px 0 0;
}
.gallery-box ul{
	margin:0;
	padding:0 0 29px;
	list-style:none;
	overflow:hidden;
}
.gallery-box ul li{
	float:left;
	padding:0 0 20px 51px;
	text-align:center;
	font-size:25px;
	line-height:30px;
	color:#1f2652;
	width:224px;
}
.gallery-box ul li a{
	color:#1f2652;
}
.gallery-box .image{
	width:216px;
	overflow:hidden;
	border:1px solid #ccc;
	background:#fff;
	padding:3px 3px 4px 3px;
	margin:0 0 9px;
}
.gallery-box .image img{
	display:block;
}
span.back,
.gallery-box span{
	display:block;
	clear:both;
}
span.back a,
.gallery-box span a{
	float:left;
	text-decoration:underline;
	padding:0 0 0 19px;
	background:url(images/bullet1.gif) no-repeat 0 6px;
}
.gallery-box span a:hover, .gallery-box a:hover{
	text-decoration:none;
	color:#2f71dd;
}
.hold{
	width:100%;
	overflow:hidden;
	padding:0 0 43px;
	background:url(images/bg-content-hold.gif) repeat-y;
}
/* sidebar */
#sidebar{
	float:right;
	width:232px;
	padding:0 10px 0 0;
}
/* sub navigation */
.sub-nav{
	width:228px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding:3px 0 0 4px;
}
#sidebar h2{
	margin:0;
	font-size:23px;
	line-height:28px;
	font-weight:normal;
	font-style:italic;
	color:#1f2652;
}
.sub-nav ul{
	margin:0;
	padding:23px 0 27px 1px;
	list-style:none;
	overflow:hidden;
}
.sub-nav ul li{
	overflow:hidden;
	height:1%;
	vertical-align:top;
	position:relative;
	font-size:14px;
	line-height:16px;
	padding:0 0 9px 15px;
	background:url(images/bullet2.gif) no-repeat 0 5px;
}
.sub-nav ul li a{
	color:#1f286a;
	text-decoration:underline;
}
.sub-nav ul li a:hover{
	text-decoration:none;
	color:#2f71dd;
}
/* cite */
.box-cite{
	width:228px;
	overflow:hidden;
	padding:30px 0 0 4px;
}
.box-cite blockquote{
	width:226px;
	overflow:hidden;
	margin:0;
	padding:17px 0 22px 2px;
	color:#333;
}
.box-cite blockquote q{
	margin:0 0 4px;
	display:block;
	font-style:italic;
	line-height:21px;
}
.box-cite blockquote cite{
	display:block;
	margin:0;
	font-size:12px;
	line-height:14px;
}
.box-cite a{
	text-decoration:underline;
	font-size:12px;
	line-height:14px;
	float:left;
}
.box-cite a:hover{
	text-decoration:none;
	color:#2f71dd;
}

.section{
    float:left;
}
/*---Navigation---*/
.navigation{
	width:100%;
    height:1%;
    overflow:hidden;
}
.navigation .prev{
	float:left;
	display:inline;
}
.navigation .next{
	float:right;
	display:inline;
}
/*---Navigationend---*/

div.copyyy{display: none;}

/* Testimonials */

.testimonial {
	margin:10px 0;
	padding:10px;
	border:1px dotted #f4f4f4;
	background:#F4F4F4;
}
.testimonial .avatar {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	float:right;
	margin-right:-5px;
	margin-left:5px;
	margin-top:-5px;
	padding:2px;
	position:relative;
}
div.pagination {
	font-size:11px;
	font-family:Tahoma,Arial,Helvetica,Sans-serif;
	padding:2px;
	background-color: #F4F4F4;
}
div.pagination a {
	padding:2px 5px 2px 5px;
	margin:2px;
	background-color:#F4F4F4;
	text-decoration:none;
	/* no underline */
	color:#000;
}
div.pagination a:hover,div.pagination a:active {
	background-color:#c1c1c1;
	color:#000;
}
div.pagination span.current {
	padding:2px 5px 2px 5px;
	margin:2px;
	font-weight:bold;
	background-color:#fff;
	color:#303030;
}
div.pagination span.disabled {
	padding:2px 5px 2px 5px;
	margin:2px;
	background-color:#c1c1c1;
	color: #797979;
}
div.testimonials_manager_widget{
text-align: justify;
}

/* Tweaks */

p.editlink{
clear: left;
text-align: center;}

div.top-nav ul li.active a{
	font-weight: bold;
	text-decoration: underline;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered, img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

div.ngg-gallery-thumbnail span{
display: block;
width: 110px;
font-size: 85%;
}

#main div.content td p, div.content td {
font-size: 11px;
font-family: "Lucida", "Helvetica", "Arial", sans;
/*white-space: nowrap;*/
}

#main div.content td h5 {
font-size: 12px;
white-space: normal;
}

a.fb{
position: relative;
left: 140px;
}
