@charset "utf-8";
/* CSS Document */

<!--
body, td, th {
	font-size: 15px;
	color: #166382;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) top center no-repeat fixed;
}
#pagebg {
	background: url(../images/pagebg.jpg) top center no-repeat;
}
.contentbg {
	background: url(../images/contentbg.gif) top center repeat-y;
}
a {
	color:#248ad2;
}
#headbg {
	background: url(../images/bg.jpg) top center no-repeat;
}
.shad {
	background: url(../images/shad.jpg) top right no-repeat;
}
#contactdetails_top {
	background: url(../images/content_01_02.gif) top right no-repeat;
	width:223px;
	height:90px;
	line-height:normal;
	text-align:center;
	color:#003366;
	font-size:12px;
	font-weight:bold
}
#contact-details {
	background: url(../images/contactdetailsbg.jpg) top right no-repeat;
	width:260px;
	height:159px;
}
#contact-details .pad {
	padding:70px 0 0 10px;
	line-height:normal;
	color:#FFF;
}
#main-content {
	width:535px;
	margin:20px auto;
}
#bottomcontact-details {
	background: url(../images/bottom-contactbg.jpg) top right no-repeat;
	width:295px;
	height:99px;
}
#bottomcontact-details .pad {
	padding:10px 50px 0 0px;
	line-height:normal;
	color:#003366;
	text-align:right;
}
#h1bg {
	background:url(../images/h1bg.jpg) no-repeat top center;
	width:946px;
	height:22px;
}
#h1bg h1 {
	font-size:12px;
	text-align:center
}
#footer {
	background:url(../images/footer.jpg) no-repeat top center;
	width:964px;
	height:225px;
}
#footer #footertext {
	width:700px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:11px;
	padding:20px 0 0 50px;
}
#footer #footertext p {
	margin-top:4px
}
#footer #footertext #line {
	border-top:1px solid #ccc;
	height:1px;
}
#footernav {
	text-align:left;
	color:#333;
	font-size:13px;
	padding:5px 0 0 50px
}

#facebooklinks {
	 padding-left:200px;
	 padding-top:5px;
	 text-align:center
}
#footernav a {
	color:#333;
	text-decoration:none;
}

.facebook span {
	width:16px; height:16px; display:block;
	background:url(../images/widget25.png) no-repeat 0px -1104px;
}
.facebook {
	float:left;
	width:16px; height:16px;
	cursor:pointer
}

#bottomaddress {
	background:url(../images/bottom_address.gif) no-repeat top center;
	width:168px;
	height:94px;
	font-size:11px;
	text-align:right;
	line-height:normal;
	color:#FFF
}
#bottomaddress .pad {
	padding:8px 5px 0 0
}
#bottomaddress .pad a {
	color:#FFF;
}
.contentmain {
	background:url(../images/flower.gif) no-repeat bottom left;
	padding:20px;
}
#testimonial-header {
	background:url(../images/testimonial.jpg) no-repeat top left;
	width:535px;
}
#testimonial {
	background:url(../images/testimonial-repeat.gif) repeat-y top left;
	width:535px;
}
#testimonial-cap {
	background:url(../images/testimonial-footer.gif) no-repeat top left;
	height:4px;
	width:535px;
}
#testimonial-content {
	padding:5px 20px 0 80px
}
/* SLIMBOX */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
/* SIFR */


/* SIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
h2 {
	font-size:20px;
	margin:0px 0 0px 0;
	padding:10px 0 0 0;
	text-align:left
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 20px;
	height:20px;
}
h3 {
	font-size:17px;
	margin:0px 0 0px 0;
	padding:0 0 5px 0;
	text-align:left;
	color:#003366
}
.bluetext {
	color:#085981;
	font-weight:bold;
	font-size:14px;
}
h1 {
	margin:0;
	font-size:11px;
	color:#98d7ee
}
/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */
 
/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	font-size: 14px;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}
.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}
.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}
.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}
.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}
/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */
 
/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(../images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	background:#3db2e6
}
#nav {
	width:619px;
	height:33px;
	margin:5px 0 0 24px;
}
.menu {
	color: #fff;
	background: url(../images/navbg.gif) repeat-x #3db2e6;
}
.menu ul li {
	background: #3db2e6
}
.menu ul {
	width: 11em;
}
.menu a {
	text-decoration: none;
	color: #eee;
	padding: 9px 8px;
	display: block;
	position: relative;
	font-weight:bold
}
.menu ul li a {
	text-decoration: none;
	color: #eee;
	padding: 3px 15px;
	display: block;
	position: relative;
}
.menu a:hover, .menu li:hover>a {
	color: #11466d;
}
.menu li li {	/* create borders around each item */
	border: 1px solid #72d1f8;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
}
.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}
/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts
	
	
	*/
.menu li + li + li li:first-child>a {
/* color: #567; */
}
.menu>li:first-child>a {
/* width:60px;	 */
}
 
/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/
 End Fix */
 
/*]]>*/

