@charset "utf-8";
/* CSS Document */

/* 
   Layout (positioning and width)
----------------------------------------------------------------------*/

body{
	text-align:center;
}

#wrap{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header{
	float:left;
	width:100%;
	padding-bottom:10px;
}

div#logo{
	float:left;
	width:290px;
}

ul.main-menu{
	float:right;
	width:auto;
}

ul.main-menu li{
	float:right;
	width:auto;
}

div#body{
	float:left;
	width:100%;
}

div#content{
	float:left;
	width:950px;
	text-align:left;
}

div#content-full{
	float:left;
	width:950px;
	text-align:left;
}

div#right-slide{
	float:left;
	width:220px;
}

#footer{
	float:left;
	width:100%;
}

/* 
   General Style
----------------------------------------------------------------------*/

h1,h2,h3,h4, h5, h6{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

a{
	color:#394e66;
	text-decoration:none;
	border-bottom:#a6d2ff;
	outline:none;
}

a:hover{
	border-bottom:#394e66 1px dotted;
	outline:none;
}

.dark{
	color:#192533 !important;
}

.big-14{
	font-size:14px !important;
}

.spacing{
	letter-spacing: 0.5px;
}

.big-16{
	font-size:16px !important;
}

.normal-13{
	font-size:13px !important;
}

.small-12{
	font-size:12px !important;
	line-height:15px;
}

.bold{
	font-weight:bold;
	line-height:18px;
}

.no-margin{
	margin:0 !important;
}

.light{
	color:#7d8fa3 !important;
}

.light-blue{
  color:#e4f0ff !important;	
}

.tiny{
	font-size:11px;
	color:#7d8fa3;
	line-height:9px;
}

.icon{
	float:left;
	margin-right:12px;
	width:auto;
}

.more-margin{
	margin-bottom:24px;
}

.more-more-margin{
	margin-bottom:34px;
}

.less-margin{
	margin-bottom:16px;
}

.lesser-margin{
	margin-bottom:10px;
}

.no-bold{
	font-weight:normal;
}

.link{
	width:100%;
	text-align:right;
	font-weight:bold;
}

.link img{
	vertical-align:middle;
}

.date{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	letter-spacing:0.1px;
}

.dim{
	color:#7a9dc2;
}

.cadre{
	padding:2px;
	border:#a6d2ff 1px solid;
	background:#FFF;
}

ul.seperated-list{
	list-style:none;
	margin:0;
	padding:0;
}

ul.seperated-list li{
	margin:0px 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:#7d8fa3 1px dashed;
}

ul.seperated-list li img{
	vertical-align:text-bottom;
	margin-right:5px;
}

div.note{
	float:left;
	margin-bottom:10px;
	clear:both;
	width:auto;
}

div.note .img{
	display:block;
	float:left;
	width:35px;
	margin-top:3px;
}

div.note p{
	float:right;
	width:650px;
}

ul.inline-list{
	list-style-image:url(../images/bullet-list.png);
	clear:both;
}



/*   template Style
----------------------------------------------------------------------*/

body{
	background:#e4f0ff url(../images/site-bg.gif) top left repeat-x;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#394e66;
}

#body{
	margin-top:10px;
	margin-bottom:70px;
}

#bg{
	background:url(../images/site-bg.png) 50.15% 0 repeat-y;
	float:left;
	width:100%;
}

div#header{
	padding:20px 0 20px 0;
}

div#logo h1{
	margin:0;
}

div#logo p{
	margin:-5px 0 0 0;
}

ul.main-menu{
	list-style:none;
	margin:0;
}

ul.main-menu li{
	margin-left:30px;
	margin-top:5px;
}

ul.main-menu li a{
	display:block;
	font-size:18px;
	border-bottom:none;
}

ul.main-menu li.selected a{
	border-bottom:#192533 3px solid;
	color:#192533;
}

ul.main-menu li a:hover{
	border-bottom:#394e66 3px solid;
}

#footer{
	border-top:#c2d0e0 1px dashed;
	padding-top:10px;
}

#footer .columns{
	float:left;
	width:100%;
	border-top:#c2d0e0 1px dashed;
	padding-top:30px;
}

#footer ul.seperated-list li, #content ul.seperated-list li{
	border-bottom-color:#c2d0e0;
	font-size:12px;
	margin:0 0 3px 0;
	padding:0 0 5px 0;
}

#footer ul.mini{
	float:left;
	width:500px;
}

#footer ul.mini li{
	float:left;
	margin-left:10px;
	margin-top:0;
	width:auto;
}

#footer ul.mini li.first{
	margin-left:0;
}

#footer ul.mini li a{
	font-size:11px;
	font-weight:bold;
}

.single-column{	
   float:left;
	margin-right:30px;
	width:auto;
}

/* 
   right-slide Style
----------------------------------------------------------------------*/

div#right-slide{
	background:url(../images/slide-left-top-corners.png) top left no-repeat;
	padding-top:12px;
}

div.box{
	background:#394e66;
	padding:0 10px 10px 10px;
	color:#a6d2ff;
}

div.box p, div.box a, div.box div, div.box li{
	color:#7a9dc2;
	letter-spacing:-0.2px;
	line-height:17px;
}

div.box a{
	border-bottom:#4f6885;
}

div.box a:hover{
	border-bottom:#a6d2ff 1px dotted;
}

div#last-box{
	background:#394e66 url(../images/slide-left-bottom-corners.gif) bottom left no-repeat;
}

#right-slide ul.seperated-list li{
	border-bottom:#5b6e85 1px dashed;
}

/*   Home Page style
----------------------------------------------------------*/

#top-message{
	margin-right:30px;
	margin-bottom:40px;
	margin-left:30px;
}

div#slideshow{
	overflow:hidden;
	float:left;
	height:190px;
	width:340px;
	margin-bottom:0px;
}

div#slideshow-navigation{
	float:left;
	width:689px;
}

.slide{
        width:100%;
}



#slideshow-navigation #pager{
	float:left;
	width:auto;
}

#slideshow-navigation{
	margin-bottom:40px;
}

#slideshow-navigation ul{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	width:auto;
}

#slideshow-navigation ul li{
	float:left;
	margin:0 0 0 10px;
	cursor:pointer;
	width:auto;
}

#slideshow-navigation a{
	background:url(../images/small-cube.gif) 50% 50% no-repeat;
	width:9px;
	height:9px;
	display:block;
	float:left;
	font-size:1px;
	border:none;
	padding:2px;
	margin:2px 1px 0 0;
	border:#e4f0ff 1px solid;
	outline:none;
}

#slideshow-navigation a:hover{
	border:#394e66 1px solid;
	outline:none;
}

#slideshow-navigation a.activeSlide{
	border:#394e66 1px solid;
}

div.columns{
	float:left;
	width:700px;
	margin-left:25px;
}

div.columns-full{
	float:left;
	width:900px;
	margin-left:25px;
}

.grid-1, .grid-2, .grid-contact, .grid-googlemap{
	float:left;
	width:auto;
	padding-right:5px;
}

.grid-1{
	width:320px;
}

.grid-2{
	width:650px;
}

.grid-contact{
	width:400px;
}

.grid-googlemap{
	width:420px;
}

.last-grid{
	margin-left:5px;
	width:345px;
	margin-right:0px !important;
}

.footer-grid{
	margin-left:5px;
	width:380px;
	margin-right:0px !important;
	font-size:11px;
	float:right;
	padding-bottom:20px;}

.footer-grid-nav{
	width:750px;
	margin-left:5px;
	margin-right:0px !important;
}

.calender-grid{
	margin-left:5px;
	width:500px;
	margin-right:0px !important;
}

.contact-grid{
	margin-left:5px;
	width:400px;
	margin-right:0px !important;
}

.map-grid{
	margin-left:5px;
	width:450px;
	margin-right:0px !important;
}


/*   newsletter style style
----------------------------------------------------------*/
form#newsletter{
	text-align:right;
}

form#newsletter input{
	margin:5px 0;
	background:#fff url(../images/input-bg.gif) top left repeat-x;
	border:#f2f5f9 1px solid;
	height:19px;
	width:193px;
	color:#394e66;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:4px 0 0 5px;
}

form#newsletter input.btn{
	width:64px;
	height:19px;
	margin:0;
	padding:0;
	background:url(../images/btn-bg.gif) top left repeat-x;
	border:#a6d2ff 1px solid;
	font-size:12px;
	text-align:center;
	letter-spacing:-0.2px;
	color:#192533;
	cursor:pointer;
}

/*   tooltip style
----------------------------------------------------------*/

div#top-tooltip{
	float:left;
	width:689px;
	margin-bottom:20px;
}

div#top-tooltip ul{
	float:left;
	list-style:none;
	width:auto;
}

div#top-tooltip ul li{
	float:left;
	margin:0 5px 0 0;
	width:auto;
}

div#top-tooltip #print{
	float:right;
	cursor:pointer;
	width:auto;
}

/*   sub-menu style
----------------------------------------------------------*/

ul.sub-menu{
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
}

ul.sub-menu li{
	margin:0;
	padding:0;
}

ul.sub-menu li a{
	display:block;
	border-bottom:none;
	padding:1px 0 3px 0;
	margin-top:2px;
	border-bottom:#5b6e85 1px dashed;
	color:#e4f1ff;
	font-size:13px;
	letter-spacing:0.6px;
}

ul.sub-menu li a img{
	margin:0px 13px 0 5px;
	vertical-align:middle;
}

ul.sub-menu li a:hover{
	border-bottom:#394e66 1px solid;
	background:#e4f1ff;
	color:#394e66;
}

ul.sub-menu li.selected a{
	border-bottom:#394e66 1px solid;
	background:#e4f1ff;
	color:#394e66;
}

/*   porfolio style
----------------------------------------------------------*/
div#project{
	padding-right:30px;
}

div#project div.note p{
	float:right;
	width:325px;
}

div.column-left{
	float:left;
	width:300px;
}

div.column-right{
	float:right;
	width:360px;
}

div#project-slideshow{
	float:left;
	width:auto;
}

div#project-slideshow img{
	padding:2px;
	border:#a6d2ff 1px solid;
	background:#fff;
}

#pager1{
	float:left;
	list-style:none;
	width:100%;
	margin-bottom:20px;
}

#pager1 div{
	float:left;
	margin:5px 5px 0 0;
	width:auto;
}

#pager1 div a{
	display:block;
	float:left;
	padding:2px;
	border:#a6d2ff 1px solid;
	outline:none;
	width:auto;
}

#pager1 div a:hover{
	border:#394e66 1px solid;
}

#pager1 div a.activeSlide{
	padding:1px;
	border:#394e66 2px solid;
}

#pager1li a.activeSlide:hover{
	padding:1px;
	border:#394e66 2px solid;
}

#gallery{
	width:100%;
}

#gallery ul{
	list-style:none;
	width:100%;
}

#gallery ul li{
	margin:0;
	margin-bottom:10px;
}

#gallery ul li a{
	border:none;
}

#gallery ul li a img{
	padding:2px;
	border:#a6d2ff 1px solid;
}

#gallery ul li.selected a img{
	padding:1px;
	border:#e4f0ff 2px solid;
}

#gallery ul li.selected a:hover img{
	padding:1px;
	border:#e4f0ff 2px solid;
}

#gallery ul li a:hover img{
	padding:2px;
	border:#e4f0ff 1px solid;
}

#pager2{
	border-top:#a6d2ff 1px solid;
	padding-top:0px;
}

#pager2 a{
	padding:0px 3px;
	margin-right:1px;
	border:none;
	outline:none;
	color:#a6d2ff;
}

#pager2 a:hover{
	background:#a6d2ff;
	color:#394e66;
}

#pager2 a.activeSlide{
	border-top:#a6d2ff 1px solid;
	background:#a6d2ff;
	color:#394e66;
}

/*   blog style
----------------------------------------------------------*/

.post{
	float:left;
	padding-bottom:40px;
	border-bottom:#d3dfef 1px dashed;
	padding-top:40px;
	border-top:#f4f9ff 1px dashed;
	width:auto;
}

#first-post{
	padding-top:0px;
	border-top:none;
}

#last-post{
	padding-bottom:0px;
	border-bottom:none;
}

.post .post-image{
	float:left;
	width:212px;
	margin-right:30px;
}

.post .post-image img{
	float:left;
	padding:2px;
	border:#a6d2ff 1px solid;
	background:#fff;
	margin-bottom:18px;
}

.post .post-text{
	line-height:20px;
	letter-spacing:0.4px;
	float:right;
	width:448px
}

/*   contact style
----------------------------------------------------------*/

#contact-form div{
	margin-bottom:10px;
}

#contact-form div label{
	float:left;
	display:block;
	width:178px;
	font-size:18px;
}

#contact-form div input{
	height:22px;
	width:250px;
	border:#a6d2ff 1px solid;
	padding:3px 0 0 10px;
	font-size:16px;
	color:#394e66;
	background:url(../images/field-bg.gif) top left no-repeat;
}

#contact-form div.btn{
	width:200px;
	text-align:right;
}

#contact-form div.btn input{
	width:87px;
	height:24px;
	background:url(../images/send-btn.gif) top left no-repeat;
	text-align:center;
	padding:0;
	margin:0;
	cursor:pointer;
}

#contact-form div textarea{
	height:141px;
	width:240px;
	border:#a6d2ff 1px solid;
	padding:10px 10px 0 10px;
	font-size:16px;
	color:#394e66;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/textarea-bg.gif) top left no-repeat;
}

.error{
	color:#F00;
}

/*   tooltip style
----------------------------------------------------------*/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #394e66;
	background-color: #e4f0ff;
	padding: 1px 5px;
}
#tooltip h3, #tooltip div { margin: 0; font-size:13px; font-weight:normal; }