@charset "UTF-8";
body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

a img{
	border:none;	
}

body {
	background-image:url(../images/furley_bg.png);
	background-repeat:repeat;
}
#wrapper {
	/*width: 1050px;*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

#logo {
    height: 85px;
    margin-bottom: 4px;
    margin-left: 22px;
    padding-top: 26px;
}

#navigation{
    background-image: url("../images/img/panel.jpg");
    background-repeat: repeat;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	margin-left:21px;
    box-shadow: 5px 5px 7px #999999;
				
}


#nav {
	margin: 0;
	padding: 7px 6px 0;
	/*background-color: #FFF;*/
	line-height: 100%;

}



/* main level link */
#nav a {
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	color: #003d62;
	text-decoration:underline;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	color: #005EB2 !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);

}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #003d62 !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 200px;
	position: absolute;
	top: 35px;
	left: 0;
	background-image:url(../images/furley_bg.png);
	background-repeat:repeat;
	z-index:1000;
	border:1px solid #666;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}


/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}



/* Gallery styles */



#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
	text-align:center;
	display:none;

}

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(../images/img/panel.jpg) repeat-x bottom center ;
	
	/* The width of the gallery */
	width: 1023px;
	overflow:hidden;
}

#gallery ul{
	margin:0px;
	padding:0px;
}

#gallery li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

#gallery li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../images/img/pic_bg.png) repeat;
}

#gallery li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../images/img/active_bg.png) no-repeat;
}

#gallery li.act a{
	cursor:default;
}

#gallery .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../images/img/divider.png) no-repeat right;
}

#gallery li a{
	display:block;
	background:url(../images/img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

#gallery a img{
	border:none;
}

#container {
    clear: both;
    margin-bottom: 23px;
    margin-left: 24px;
    margin-top: 24px;
    padding: 0;
}
#container h1 {
    background-repeat: repeat;
    border-bottom: 2px solid #CCCCCC;
    color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 23px;
    font-weight: normal;
    margin-top: 14px;
    padding: 9px 9px 24px;
    text-align: center;
    text-shadow: 2px 1px 1px #FFFFFF;
}


.imgHolder2 {
    background-color: #CCCCCC;
    border: 2px solid #005EB2;
    box-shadow: 5px 5px 7px #999999;
    float: right;
    height: 64px;
    margin-bottom: 6px;
    margin-left: 15px;
    margin-top: 9px;
    width: 70px;
}


.home2 a{
	text-decoration: none;
	color: #005EB2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.home2 a:hover{
	text-decoration: underline;
}

.imgContact {
    border: 2px solid #005EB2;
    box-shadow: 5px 5px 7px #999999;
    margin-right: 20px;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
			
.list_carousel li {
    background-color: #EEEEEE;
    border: 2px solid #005EB2;
    box-shadow: 5px 5px 7px #999999;
    color: #999999;
    display: block;
    float: left;
    font-size: 40px;
    height: 90px;
    margin: 9px;
    padding: 0;
    text-align: center;
    width: 138px;
}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: 10px;
			}
			.next {
				float: right;
				margin-right: 10px;
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}
			
#right {
	float:right;
	margin-bottom:70px;
}	



#right h1.push{
	margin-top:100px;	
}

#right ul#services{
	margin-left:39px;	
}

#right ul#services li{
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:15px;
	list-style:none;
	padding-bottom:8px;	
}

#right ul#services li a{
	color:#666;
	text-decoration:none;	
}

#right ul#services li a:hover{
	color:#005EB2;
	border-bottom:2px solid #005EB2;
	padding-bottom:1px;	
}

.panel {
    margin-left: 38px;
}
.panel h2 {
    color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.panel p#address {
    border-bottom: 1px dotted;
    border-top: 1px dotted;
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
    margin-right: 11px;
    margin-top: 25px;
    padding-bottom: 49px;
    padding-top: 32px;
}

.panel p#info {
    clear: both;
    color: #005EB2;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    line-height: 38px;
    margin-top: 25px;
}
.panel p#info a {
    color: #666666;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 38px;
    margin-right: 105px;
    text-align: left;
    text-decoration: none;
}
.panel p#info a:hover {
    text-decoration: underline;
}
.panel img#rsize {
    float: left;
    margin-right: 13px;
    margin-top: 45px;
}
#footer {
    background-image: url("../images/img/panel.jpg");
    background-repeat: repeat;
    border: 1px solid #CCCCCC;
    box-shadow: 5px 5px 7px #999999;
    clear: both;
    height: 32px;
    margin: 170px 11px 24px 19px;
    padding-top: 13px;
}

#footer ul {
	text-align:center;
}	

#footer ul li {
	display:inline-block;		
	list-style:none;
	margin-left:30px;
}

#footer ul li a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	
}

#footer ul li a:hover {
	color: #005EB2;
	text-decoration:underline;
}

#footer ul li#top a{
	font-size:16px;
	padding-left:60px;
	color: #005EB2;
}


span.titles{
	color:#999999;
	float: right;
}

.imgHolder {
    background-color: #CCCCCC;
    border: 2px solid #005EB2;
    box-shadow: 5px 5px 7px #999999;
    float: right;
    margin-bottom: 6px;
    margin-left: 15px;
    margin-top: 8px;
	padding:10px;
}
#wrapper h3 {
    color: #005EB2;
    font-family: arial,helvetica;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 24px;
    margin-top: 35px;
    padding-left: 28px;
}

html body div#wrapper ul.info2 {
    color: #666666;
    font-family: georgia;
    font-size: 14px;
    line-height: 25px;
    padding-left: 45px;
    padding-top: 8px;
    width: 610px;
}


html body div#wrapper ul.info {
    background-image: url("../images/linen.png");
    background-repeat: repeat;
    border: 2px solid #005EB2;
    box-shadow: 5px 5px 13px #999999;
    color: #666666;
    font-family: georgia;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 33px;
    margin-left: 24px;
    margin-right: 14px;
    padding-left: 45px;
    padding-right: 17px;
    padding-top: 20px;
    width: 546px;
}

.slidingDiv {
    height: 660px;
}


.show_hide {
	display:none;
}

a.show_hide {
    padding-left: 30px;
    text-decoration: none;
	color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;    
}

a:hover.show_hide {
	text-decoration: underline;
}

.slidingDiv1 {
    height: 356px;
}


.show_hide1 {
	display:none;
}

a.show_hide1 {
    padding-left: 30px;
    text-decoration: none;
	color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;    
}

a:hover.show_hide1 {
	text-decoration: underline;
}

.slidingDiv2 {
    height: 356px;
    padding-bottom: 59px;
}


.show_hide2 {
	display:none;
}

a.show_hide2 {
    padding-left: 30px;
    text-decoration: none;
	color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;    
}

a:hover.show_hide2 {
	text-decoration: underline;
}

.slidingDiv3 {
    height: 356px;
}


.show_hide3 {
	display:none;
}

a.show_hide3 {
    padding-left: 30px;
    text-decoration: none;
	color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;    
}

a:hover.show_hide3 {
	text-decoration: underline;
}

p.home3 {
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 40px;
    margin-left: 24px;
    padding-bottom: 16px;
    padding-left: 7px;
    text-align: left;
    width: 610px;
}
p#home4 {
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 21px;
    margin-left: 24px;
    padding-left: 7px;
    width: 610px;
	text-align:left;
}

p#home5 {
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 21px;
    margin-left: 24px;
    padding-left: 7px;
    width: 610px;
    margin-top: 40px;
	text-align:left;
}

html body div#wrapper ul.info li{
	padding-bottom: 20px;
}

#eugene{
	padding-top:1px;
}

#george{
	padding-top:1px;
}

#ling{
	padding-top:1px;
}

#yi{
	padding-top:1px;
}



ul#compNames li{
	list-style: none;
	display: inline-block;
	margin-right: 40px;
}

ul#compNames li a{
	color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;	
}

ul#compNames li a:hover{
	text-decoration: underline;
}

form#joinform p label.strong {
    color: #005EB2;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 409px 3px 25px;
    padding-bottom: 0;
    padding-left: 4px;
    width: 620px;
}

form#joinform p{
	margin-bottom:30px;
}

form#joinform p input {
    background-image: url("../images/linen.png");
    background-repeat: repeat;
    border: 1px solid #005EB2;
    box-shadow: 2px 1px 3px #999999;
    color: #003D62;
    font-size: 15px;
    height: 24px;
    margin-left: 29px;
    margin-top: 5px;
    padding: 4px;
    width: 218px;
}

form#joinform label.strong{
    color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 68px 449px 30px 25px;
    padding-bottom: 10px;
    padding-left: 4px;
    width: 620px;	
}

form#joinform textarea#comments {
    background-image: url("../images/linen.png");
    background-repeat: repeat;
    border: 1px solid #005EB2;
    box-shadow: 2px 1px 3px #999999;
    color: #003D62;
    font-family: arial,helvetica;
    height: 150px;
    margin-bottom: 33px;
    margin-left: 29px;
    margin-top: 8px;
    padding: 9px;
    width: 500px;
}


html body div#wrapper form#joinform p input#send {
    background-image: url("../images/img/panel.jpg");
    border: 1px solid #CCCCCC;
    color: #005EB2;
    float: left;
    font-size: 16px;
    height: 36px;
    margin-right: 38px;
    margin-top: -59px;
}

form#joinform div#messagebox {
    float: right;
    margin-right: 200px;
    margin-top: -602px;
    color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px; 
    display: none; 
}

form#joinform div#messagebox h4{
    font-weight: normal;  	
}

form#joinform div#messagebox ul {
    color: #666666;
    font-family: Georgia;
    font-size: 15px;
    padding-left: 25px;
}

form#joinform div#messagebox ul li{
	margin-bottom:16px;
}

form#joinform{
	padding-top:30px;
}



html body div#wrapper ul.info li.foward {
    list-style: none outside none;
    margin-top: 23px;
    padding-bottom: 40px;
}

html body div#wrapper ul.info li.foward a {
    border: 1px solid;
    color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 19px;
    padding: 5px;
    text-decoration: none;
}

html body div#wrapper ul.info li.foward a:hover{
	text-decoration: underline;	
}

html body div#wrapper ul.info li a{
	text-decoration: none;
    color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;	
}

html body div#wrapper ul.info li a:hover{
	text-decoration: underline;
}

html body div#wrapper ul.info ul {
	color: #005EB2;
    font-size: 13px;
    line-height: 13px;
    margin-left: 57px;
}

html body div#wrapper form#joinform div#form-feedback{
	float: right;
    margin-top: -508px;
}

html body div#wrapper form#joinform div#form-feedback h2{
	color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 21px;
    font-weight: normal;
}

#left {
    float: left;
    width: 673px;
}



#servicess {
    clear: both;
    float: right;
    margin-bottom: 35px;
    margin-left: 53px;
}

html body div#wrapper div#servicess ul li{
	list-style:none;
	display:inline-block;
}



html body div#wrapper div#servicess ul li a img.imgContact{
	border:2px solid #005EB2;
}

html body div#wrapper div#servicess ul li a:hover img.imgContact{
	border:2px solid #585858;
}

html body div#wrapper div#right div.panel p#info span.insMess {
    border: 1px solid #BBBBBB;
    box-shadow: 2px 2px 3px #BBBBBB;
    display: inherit;
    padding: 5px;
    width: 258px;
}

html body div#wrapper div#right div.list_carousel div.caroufredsel_wrapper ul#foo1 li a img{
    box-shadow: 5px 5px 7px #999999;
}



.thumbnail-item {
    float: left;
    margin: 0 11px 0 5px;
    position: relative;
}

.thumbnail-item a { 
	display: block; 
}

.thumbnail-item img.thumbnail {
    border: 2px solid #005EB2;
    box-shadow: 3px 3px 3px #BBBBBB;
}		
.tooltip { 
	/* by default, hide it */
	display: none; 
	/* allow us to move the tooltip */
	position: absolute; 
	/* align the image properly */
	padding: 20px 40px 0 20px; 
}

.tooltip span.overlay {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: url("../images/linen.png");
    background-repeat: repeat;
    border-color: #005EB2 #BBBBBB #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-style: solid;
    border-width: 5px 1px 1px;
    color: #005EB2;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 50px;
    left: -120px;
    padding: 6px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 200px;
}

html body div#wrapper div#left p#home5 a{
    color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    text-decoration: none;
}


html body div#wrapper div#left p#home5 a:hover{
    text-decoration: underline;
}







/*Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 999px) {
/* Styles */


#wrapper{
	width:689px;
	/*489px*/	
}

#navigation{
	margin-right:10px;
}



#right h1 {
    background-image: url("../images/img/panel.jpg");
    background-repeat: repeat-y;
    border: 1px solid #CCCCCC;
    box-shadow: 5px 5px 7px #999999;
    color: #003D62;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 18px;
    margin-left: 22px;
    margin-top: 4px;
    padding: 9px;
    width: 615px;
}

h1.smallHeader {
    background-image: url("../images/img/panel.jpg");
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    box-shadow: 5px 5px 7px #999999;
    color: #003D62;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 27px;
    margin-left: 21px;
    margin-top: 27px;
    padding: 9px;
    width: 302px;
}

html body div#wrapper div#navigation ul#nav{
	height:263px;
}

#nav li {
    float: none;
    font-size: 26px;
    height: 37px;
    list-style: none outside none;
    margin: 0 5px;
    padding: 0 0 8px;
    position: relative;
}
.list_carousel {
    height: 225px;
    margin: 0 8px 0 84px;
    overflow: hidden;
    width: 552px;
}

#right {
    margin-bottom: 70px;
    margin-top: 50px;
    padding-right: 27px;
}

div#google_translate_element {
    float: right;
    margin-right: 8px;
    margin-top: 24px;
}



#gallery{
	width: 455px;
}


html body div#wrapper div#navigation ul#nav li ul{
	display:none;
}

p#home {
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 28px;
    padding-left: 21px;
    text-align: left;
    text-indent: 19px;
    width: 649px;
	text-align:left;
}

p.home2 {
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 28px;
    margin-left: 24px;
    padding-bottom: 16px;
    padding-left: 7px;
    text-align: left;
    width: 649px;
}

html body div#wrapper div#footer ul li a{
	font-size:19px;
}

html body div#wrapper div#footer ul li{
	margin-left: 20px;
}

#footer ul li#top a {
	padding-left: 0px;
}


h1.smallHeader {
	width:638px;	
}

ul#compNames li {
    display: inline-block;
    list-style: none outside none;
    margin-right: 28px;
}

 hr {
    border: 1px solid #CCCCCC;
    margin: 24px 105px 100px 24px;
    width: 649px;
}

html body div#wrapper ul#compNames {
    margin-left: 38px;
    width: 535px;
}

ul#compNames li a {
	font-size:20px;
}

h2.names {
    border-bottom: 2px solid;
    color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-weight: normal;
    margin: 37px 449px 30px 25px;
    padding-bottom: 10px;
    padding-left: 4px;
    width: 649px;
}

html body div#wrapper ul.info {
	width:589px;	
}

p#home5 {
	width: 640px;
	font-size:19px;
	text-align:left;	
}

form#joinform textarea#comments {
	width:425px;	
}

html body div#wrapper form#joinform p input#send {
	margin-right:3px;	
}

p.home3 {
	width:425px;
	text-align:left;	
}

#left {
	width:480px;
}

html body div#wrapper div#container div#gallery div#slides div.slide img {
    height: 50%;
    width: 50%;
}

#slides {
	height:200px;	
}

form#joinform div#messagebox {
    color: #005EB2;
    display: none;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin-left: 297px;
    margin-top: -659px;
    width: 299px;
}
html body div#wrapper div#servicess ul li {
    display: inline-block;
    list-style: none outside none;
    margin-bottom: 17px;
}

html body div#wrapper div#right div.panel p#info span.insMess {
    border: 1px solid #BBBBBB;
    box-shadow: 2px 2px 3px #BBBBBB;
    display: inherit;
    padding: 19px;
    width: 561px;
}
.tooltip{
	display:none !important;	
}

.thumbnail-item {
    float: left;
    margin-bottom: 39px;
    margin-right: 39px;
    position: relative;
}

#right ul#services li {
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    line-height: 40px;
    list-style: none outside none;
}


.panel p#info {
    font-size: 20px;
}

.panel p#info a {
    font-size: 19px;
    margin-right: 7px;
}

#gallery {
	display:none;
}

#navigation {
	height:271px;
}
	


/* webkit */
-webkit-animation-property: -webkit-width;
-webkit-animation-property: -webkit-height;
-webkit-transition-duration: 1s;
/* moz */
-moz-animation-property: -moz-width;
-moz-animation-property: -moz-height;
-moz-transition-duration: 1s;
/* opera */
-o-animation-property: -o-width;
-o-animation-property: -o-height;
-o-transition-duration: 1s;

}

















/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1000px)
and (max-width: 1280px ) {
/* Styles */

#wrapper{
	width: 786px;
}

h1.smallHeader {
    background-image: url("../images/img/panel.jpg");
    background-repeat: repeat;
    border: 1px solid #CCCCCC;
    box-shadow: 5px 5px 7px #999999;
    color: #003D62;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 27px;
    margin-left: 21px;
    margin-top: 27px;
    padding: 9px;
    width: 394px;
}

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}

#right h1 {
    background-image: url("../images/img/panel.jpg");
    background-repeat: repeat;
    border: 1px solid #CCCCCC;
    box-shadow: 5px 5px 7px #999999;
    color: #003D62;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 18px;
    margin-left: 28px;
    margin-top: 4px;
    padding: 9px;
    width: 269px;
}

div#google_translate_element {
	float: right;
    margin-right: -2px;
    margin-top: 30px;
}

#gallery {
    background: url("../images/img/panel.jpg") repeat-x scroll center bottom #FFFFFF;
    border: 1px solid white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 0 3px #AAAAAA;
    overflow: hidden;
    width: 759px;
}

p#home {
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 28px;
    margin-left: 21px;
    text-align: left;
    text-indent: 19px;
    width: 394px;
}

.list_carousel li {
    background-color: #EEEEEE;
	border: 2px solid #005EB2;
    color: #999999;
    display: block;
    float: left;
    font-size: 40px;
    height: 91px;
    margin: 1px;
    padding: 0;
    text-align: center;
    width: 138px;
}

p#home5 {
	width:394px;
	text-align:left;	
}

hr {
    border: 1px solid #CCCCCC;
    margin: 24px 105px 100px 24px;
    width: 394px;
}

html body div#wrapper div#right div.list_carousel {
    height: 194px;
    margin-left: 93px;
    overflow: hidden;
    width: 289px;
}

p.home2 {
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 28px;
    margin-left: 24px;
    padding-bottom: 16px;
    padding-left: 7px;
    text-align: left;
    width: 394px;
}

p.home3 {
	width:394px;
	text-align:left;	
}

form#joinform p {
    margin-bottom: 30px;
    width: 162px;
}

ul#compNames {
    margin-left: 34px;
    margin-top: 14px;
    padding-bottom: 14px;
    width: 457px;
}

form#joinform textarea#comments {
	width:372px;	
}

ul#compNames li {
    display: inline-block;
    list-style: none outside none;
    margin-right: 18px;
}

h2.names {
    border-bottom: 2px solid;
    color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-weight: normal;
    margin: 37px 449px 30px 25px;
    padding-bottom: 10px;
    padding-left: 4px;
    width: 394px;
}

span.titles {
    color: #999999;
    float: right;
    font-size: 14px;
    margin-top: 5px;
}

html body div#wrapper ul.info {
	width:331px;
}

#left {
    margin-bottom: 30px;
    width: 98px;
}

#right h1 {
    margin-left: 93px;
    margin-top: 30px;
}

#right ul#services {
    margin-left: 102px;
}

.panel {
    margin-left: 103px;
}

.panel p#info a {
    color: #666666;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 38px;
    margin-right: 26px;
    text-align: left;
    text-decoration: none;
}

html body div#wrapper form#joinform p input#send {
    float: left;
    margin-right: -254px;
}

html body div#wrapper div#container div#gallery div#slides div.slide img{
	
}

#slides {
	height:338px;	
}

form#joinform div#messagebox {
    color: #005EB2;
    display: none;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin-right: -423px;
    margin-top: -553px;
}

html body div#wrapper div#servicess ul li {
    display: inline-block;
    list-style: none outside none;
    margin-bottom: 18px;
    margin-right: 45px;
}

.thumbnail-item {
    float: left;
    margin: 0 61px 10px 5px;
    position: relative;
}

.tooltip { 
	/* by default, hide it */
	display: none; 
	/* allow us to move the tooltip */
	position: absolute; 
	/* align the image properly */
	padding: 8px 0 0 8px; 
}

#navigation {
	height: 46px;	
}


/* webkit */
-webkit-animation-property: -webkit-width;
-webkit-animation-property: -webkit-height;
-webkit-transition-duration: 1s;
/* moz */
-moz-animation-property: -moz-width;
-moz-animation-property: -moz-height;
-moz-transition-duration: 1s;
/* opera */
-o-animation-property: -o-width;
-o-animation-property: -o-height;
-o-transition-duration: 1s;
}
























/* Large screens ----------- */
@media only screen
and (min-width : 1281px){
/* Styles */

#wrapper{
	width: 1200px;
}

h1.smallHeader {
    background-image: url("../images/img/panel.jpg");
    background-repeat: repeat;
    border: 1px solid #CCCCCC;
    color: #003d62;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 27px;
    margin-left: 21px;
    margin-top: 27px;
    padding: 9px;
    width: 610px;

-moz-box-shadow: 5px 5px 7px #999999;
-webkit-box-shadow: 5px 5px 7px #999999;
box-shadow: 5px 5px 7px #999999;
}

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}

#right h1 {
    background-image: url("../images/img/panel.jpg");
    background-repeat: repeat;
    border: 1px solid #CCCCCC;
    box-shadow: 5px 5px 7px #999999;
    color: #003d62;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 18px;
    margin-left: 28px;
    margin-top: 29px;
    padding: 9px;
    width: 288px;
}

.list_carousel {
    height: 225px;
    margin: 0 0 0 22px;
    overflow: hidden;
    width: 321px;
}

div#google_translate_element {
    float: right;
    margin-right: 29px;
    margin-top: 102px;
}

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(../images/img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width: 1174px;
	overflow:hidden;
}

p#home {
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 28px;
    margin-left: 21px;
    text-align: left;
    text-indent: 19px;
    width: 610px;
}

hr {
    border: 1px solid #CCCCCC;
    margin: 24px 105px 100px 24px;
    width: 610px;
}

p.home2 {
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 28px;
    margin-left: 24px;
    padding-bottom: 16px;
    padding-left: 7px;
    text-align: left;
    width: 600px;
}

ul#compNames {
    margin-left: 100px;
    margin-top: 14px;
    padding-bottom: 14px;
}

h2.names {
    border-bottom: 2px solid;
    color: #005EB2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-weight: normal;
    margin: 37px 449px 30px 25px;
    padding-bottom: 10px;
    padding-left: 4px;
    width: 620px;
}

form#joinform div#messagebox {
    color: #005EB2;
    display: none;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin-left: 276px;
    margin-top: -661px;
}

#footer {
    margin-top: 142px;
}

#left {
    float: left;
    margin-bottom: 63px;
    width: 673px;
}

html body div#wrapper div#right div.panel p#info span.insMess {
    border: 1px solid #BBBBBB;
    box-shadow: 2px 2px 3px #BBBBBB;
    display: inherit;
    padding: 5px;
    width: 279px;
}

.panel p#info a {
    color: #666666;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 38px;
    margin-right: 11px;
    text-align: left;
    text-decoration: none;
}

#servicess {
    margin-right: 95px;
}

.tooltip { 
	/* by default, hide it */
	display: none; 
	/* allow us to move the tooltip */
	position: absolute; 
	/* align the image properly */
	padding: 8px 0 0 8px; 
}

#navigation {
    height: 46px;
}

/* webkit */
-webkit-animation-property: -webkit-width;
-webkit-animation-property: -webkit-height;
-webkit-transition-duration: 1s;
/* moz */
-moz-animation-property: -moz-width;
-moz-animation-property: -moz-height;
-moz-transition-duration: 1s;
/* opera */
-o-animation-property: -o-width;
-o-animation-property: -o-height;
-o-transition-duration: 1s;
}

