@import "jquerythemes/humanity/jquery.css";
@import url('style-home.css');
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}

body {
background:#ffffff url(../images/body_bg.jpg) repeat-x top;
font:13px Arial, Helvetica, sans-serif;
color:#333333;
margin:0;
padding:0;
}
/* = Styles
---------------------------------------------------------------------------------------------------------------------------------*/
.width100		{ width:100%; }
.width90		{ width:90%; }
.width960		{ width:960px; }
.width1280		{ width:1280px; }

.float-right 	{ float:right; }
.float-left  	{ float:left; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.text-indent	{ text-indent:15px; }

.break 			{ margin-bottom:15px; }
.hide 			{ display: none; }
.clear 			{ clear:both; }


.font-medium 	{ font: 1.1em Arial, Helvetica, sans-serif; }
.font-small 	{ font: 10.4px Arial, Helvetica, sans-serif; }
.font-smaller 	{ font: 0.7em Arial, Helvetica, sans-serif; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.text-underline	{ text-decoration:underline; }

.underline 		{ border-bottom:1px solid #d3ebf3; }
.overline		{ border-top:1px solid #eee; }

.black 			{ color:#000; }
.gray 			{ color:#616161; }
.white 			{ color:#fff; }
.blue 			{ color:#12638f; }
.green 			{ color:#0F0; }
.red 			{ color:#f00; }
.darkblue		{ color:#576779;}

.no-bullet 		{ list-style: none;list-style-image:none; }
.no-padding     { padding:0 !important; }
.no-margin		{ margin:0 !important; }
.no-indent      { margin-left:0;padding-left:0; }
.no-outline		{ outline:0;}

.img-center { 
	display:block; 
	margin: 4px auto;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
/* = End Styles = */

.wrap {
	width:940px;
	margin:0 auto;
	padding:0 10px;
	font:13px Arial, Helvetica, sans-serif;
}
/* = Fonts
---------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'MyriadWebProRegular';
    src: url('../fonts/myriadwebpro-webfont.eot');
    src: url('../fonts/myriadwebpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadwebpro-webfont.woff') format('woff'),
         url('../fonts/myriadwebpro-webfont.ttf') format('truetype'),
         url('../fonts/myriadwebpro-webfont.svg#MyriadWebProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.font_myriad {
	font-family: 'MyriadWebProRegular';
}
.uppercase {
	text-transform:uppercase;
}
/* = Structure
---------------------------------------------------------------------------------------------------------------------------------*/
#header_container {
	height: 150px;	
	margin:0 0 20px 0;
}
#fixed_header {
    background: url(../images/body_bg.jpg) repeat-x scroll center top #FFFFFF;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

/* = Header Container
---------------------------------------------------------------------------------------------------------------------------------*/
header {
	height:110px;
	width:auto;
	display:block;
	position:relative;
}
header img.gleent-logo {
	position:absolute;
	left:0px;
	top:18px;
}
header img.request-quote {
	position:absolute;
	bottom:15px; right:20px;
}
header img.call-us-now {
	position:absolute;
	bottom:15px; right:10px;
}
header div.support img {
	position:absolute;
	bottom:15px; right:230px;
}
.call_us {
	background:url(../images/call-us-now-icon.png) no-repeat left center;
    position: absolute;
    right: 0;
    bottom: 15px;
	width:156px;
	height:52px;
	padding:10px 0 10px 54px;
	color: #184B7A;
	-moz-text-shadow:0px 1px #ffffff;
	-webkit-text-shadow:0px 1px #ffffff;
	text-shadow:0px 1px #ffffff;

}
.call_us h2 {
    color: #184B7A;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 18px;
    margin: 0;
}
/* = Menu
---------------------------------------------------------------------------------------------------------------------------------*/
menu {
	padding:0;
	height:35px;
	line-height:35px;
	background:#333333;
	border-bottom:4px solid #cccccc;
	width: 940px;
	margin:0 !important;
}
menu li {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	height:35px;
	border-left:1px solid #3f3f3f;
}
menu li:first-child {
	border-left:0;
}
menu li a:link, menu li a:visited {
	font-size:13px;
	font-weight:bold;
	outline:0;
	color:none;
	height:35px;
	color:#ffffff;
	padding:0 25px;
	line-height:35px;
	display:block;
	text-decoration:none;
}
menu li a:hover, menu li a:active, body#home menu li a.home {
	text-decoration:none;
	background:url(../images/menu-hover.jpg) repeat-x top left;
}

menu li a.selected {
	text-decoration:none;
	background:url(../images/menu-hover.jpg) repeat-x top left;
}

/* = Banner
---------------------------------------------------------------------------------------------------------------------------------*/
#banner {
	height:346px;
	width:100%;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	position:relative;
}
#banner ul {
	padding:0;
	margin:0;
}
#banner ul li {
	list-style:none;
}
/* = Page Template
---------------------------------------------------------------------------------------------------------------------------------*/
#template_page_title {
	min-height:30px;
	line-height:auto;
	padding: 0;
}
#template_page_title .wrap {
	width:920px;
	margin:0 auto !important;
}
#template_page_title h1 {
	margin:0;
	font-size:23px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#333333;
	padding:0 0 10px 0;
	border-bottom:1px solid #cccccc;
}
#template_page_title .template-content {
	border-bottom:1px solid #cccccc;
	margin:0; padding:10px 0 18px;
	line-height:20px;
}

/* = Content
---------------------------------------------------------------------------------------------------------------------------------*/
#content_wrapper {
	background:url(../images/separator.png) repeat-y 658px 0;
	line-height:20px;
}
#content {
	margin:0 -320px 0 0;
	float:left;
	padding:0 10px;
	width:920px;
}
#content .main {
	margin:0 270px 0 0;
	padding:0 25px 30px 0;
	color:#666666;
}
#content .main h1 {
	margin:20px 0;
	font-size:25px;
	letter-spacing:-1px;
}
#content .main h2.page_title {
	color:#12638f;
	font-weight:bold;
	font-size:18px;
	margin:0 0 25px 0;
}

#page_content_wrapper {
	padding:15px 0;
	background:url(../images/subnav_bg.jpg) repeat-y left top;
}
#page_content {
	margin:0;
	padding:0;
	width:660px;
	float:right;
	z-index:0;
	line-height:20px;
}
#page_content .main {
	margin:0;	
	padding:0;
	color:#777777;
}
#page_content .main h2.page_title {
	color:#12638f;
	font-weight:bold;
	font-size:18px;
	margin:0 0 25px 0;
}
/* = Sidebar
---------------------------------------------------------------------------------------------------------------------------------*/
#sidebar {
	float:right;
	width:280px;
}
#sidebar ul {
	padding:0;
	margin:0;
}
#sidebar ul li {
	list-style:none;	
	padding:25px 0 25px 30px;
	background:url(../images/border.png) no-repeat left top;
}
#sidebar ul li:first-child {
	background:url(../images/border.png) no-repeat left bottom;
	padding:15px 0 15px 18px;
}
#sidebar ul ul li {
	padding:0;
	background:none;
}
#sidebar ul li.contact-list {
	background:url(../images/contact-sidebar-bg.png) no-repeat 170px 10px;
}
#sidebar ul.contact-info {}
#sidebar ul.contact-info li {
	list-style:none;
	height:25px;
	background:none;
	line-height:25px;
	font-size:13px;
	padding:0 0 0 20px;
}
#sidebar ul.contact-info li.phone {
	background:url(../images/phone-icon.png) no-repeat left center;
}
#sidebar ul.contact-info li.mobile {
	background:url(../images/mobile-icon.png) no-repeat left center;
}
#sidebar ul.social-links, #sidebar ul.contact-info {
	text-align:left;
	list-style:none;
	margin:0; padding:10px 0 0 0;
}
#sidebar ul.social-links li {
	display:inline;
	padding:0 3px;
	background:none;
}
/* = Subnav
---------------------------------------------------------------------------------------------------------------------------------*/
#subnav {
	width:250px;
	float:left;
	z-index:1;
}
#subnav ul {
	list-style:none;
	padding:0;
	margin:0;
}
#subnav ul li {
	text-align:right;
	border-bottom:1px solid #dddddd;	
}
#subnav ul li.selected {
	margin-top:-1px;
	margin-bottom:-7px;
}
#subnav ul li span.bot {
	padding:12px 15px 12px 0;
	display:block;
}
#subnav ul li.selected span.top {
	display:block;
	padding-top:8px;
	background:url(../images/subnav_shadetop_selected.png) no-repeat top right;
}
#subnav ul li.selected span.bot {
	border-bottom:1px solid #c9c9c9;
	border-top:1px solid #c9c9c9;
	border-left:1px solid #c9c9c9;
	padding-top:10px;
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	-o-border-radius:10px 0 0 10px;
	-khtml-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
}
#subnav ul li.selected {
	background:url(../images/subnav_shadebot_selected.png) no-repeat bottom right #ffffff;
	border:0;
	padding-bottom:8px;
}
#subnav ul li.selected h2 {
	color:#008bba;
}
#subnav ul li a {
	color:#909090;
	font-family:"Segoe UI", Arial;
	text-decoration:none;
}
#subnav ul li h2 {
	margin:0;
	letter-spacing:-0.5px;
	padding:0;
	min-height:20px;
	line-height:20px;
	font-size:17px;
}
#subnav ul li h3 {
	margin:0; padding:0;
	font-size:14px;
}
/* = About Subnav
---------------------------------------------------------------------------------------------------------------------------------*/
#about-subnav {
	width:250px;
	float:left;
	z-index:1;
}
#about-subnav ul {
	list-style:none;
	padding:0;
	margin:0;
}
#about-subnav ul li {
	text-align:right;
	border-bottom:1px solid #d8d8d8;	
}
#about-subnav ul li.selected {
	margin-top:0;
}
#about-subnav ul li span.bot {
	padding:10px 18px 10px 0;
	display:block;
}
/*#about-subnav ul li.selected span.top {
	display:block;
	padding-top:8px;
	background:url(../images/subnav_shadetop_selected.png) no-repeat top right;
}
#about-subnav ul li.selected span.bot {
	border-bottom:1px solid #c9c9c9;
	border-top:1px solid #c9c9c9;
	border-left:1px solid #c9c9c9;
	padding-top:10px;
	padding-bottom:13px;
}
#about-subnav ul li.selected {
	background:url(../images/subnav_shadebot_selected.png) no-repeat bottom right #ffffff;
	border:0;
	padding-bottom:8px;
}*/
#about-subnav ul li.selected h2 {
	color:#008bba;
}
#about-subnav ul li a {
	color:#909090;
	outline:0;
	font-family:"Segoe UI", Arial;
	text-decoration:none;
}
#about-subnav ul li a:hover {
	color:#686868;
}
#about-subnav ul li h2 {
	margin:0;
	letter-spacing:-1px;
	padding:0;
	min-height:28px;
	line-height:20px;
	font-size:20px;
}
#about-subnav ul li h3 {
	margin:0; padding:0;
	font-size:14px;
	font-weight:normal;
}
#about-subnav ul li.selected h3 {
	color:#555555;
}
/* = Site Information
---------------------------------------------------------------------------------------------------------------------------------*/
#site_info {
	float:right;
	width:225px;
	padding:20px 0 0 0;
	text-align:center;
}
#site_info img.web_icon {
	margin-bottom:10px;
	width:201px;
}
/* = Footer
---------------------------------------------------------------------------------------------------------------------------------*/
#footer_content {
	min-height:100px;
	padding:0;
	background:#222222;
	border-top:1px solid #222222;
	margin:0;
	color:#888888;
	text-align:left;
}
#footer_holder {
	width:auto;
	margin:0 auto;
	padding:20px 0 30px 0;
}
#footer_holder #wrap {
	font-size:12px;
}
.portfolio-header{
	height:20px;
	width:auto;
}
.text-container{
	margin-bottom:5px;
	margin-left:0px;
	height:auto;
	width:570px;
}
.portfolio-title{
	font-size:15px;
	color:#333333;
	font-weight:bold;
	width:46%;
	margin-bottom:1px;
	line-height:28px;
}
.portfolio-list li{
	float:left;
	margin:10px 20px;
	width:260px;
	display:inline-block;
}
div.content-container{
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	text-align:center;
	height:170px;
	padding:12px;
	width:100%;
}
.hidden-image{
	background:url(../images/portfolio-container.png) no-repeat scroll 0 -8px;
/*	width:385px;*/
	width:262px;height:65px;
	/*height:81px;*/
	opacity:0.5;
	position:absolute
}
p.portfolio-link{
	margin-top: 3px;
}
.image-container a{
	display:block;
	border:1px solid #DDDDDD;
	padding:4px;
	background:url(../images/portfolio-container.png) no-repeat scroll 0 0;
}
.vertical-center {
	line-height:50px;
}
#footer_content ul {
	padding:0;
	margin:0;
}
#footer_content ul li.navigation, #footer_content ul li.about_us, #footer_content ul li.reach_us {
	width:210px;
	margin:0 10px;
}
#footer_content ul li.reach_us form {
	width:100%;
	padding:0;
	margin:0;
}
#footer_content ul li.reach_us form span {
	float:left;
	display:block;
	width:60px;
}
#footer_content ul li.reach_us form p {
	clear:both;
	width:100%;
	margin:0 0 5px 0;
}
#footer_content ul li.reach_us form .textfield {
	width:125px;
	padding:2px 3px;
	border:1px;
	-moz-border-radius:4px;
	resize:vertical;
}
#footer_content ul li.reach_us form p:first-child input {
	width:125px;
	padding:2px 3px;
	border:1px;
	-moz-border-radius:4px;
}
#footer_content ul li.reach_us form #message {
	width:125px;
	padding:2px 3px;
	border:1px;
	-moz-border-radius:4px;
}
#footer_content ul li.reach_us form .submit_button {
	background:#111111;
	cursor:pointer;
	-moz-border-radius:4px;
	border:0;
	padding:4px 10px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
}
#footer_content ul li.navigation li {
	/*min-height:25px;*/
	line-height:18px;
	padding:5px 3px 5px 3px;
	border-bottom:1px dotted #333333;
	width:100%;
}
#footer_content ul li.navigation li:hover {
	background:#191919;
}
#footer_content ul li.navigation li a {
	color:#888888;
}
#footer_content ul li.navigation li a:hover, #footer_content ul li.navigation li:hover a {
	color:#ffffff;
	text-decoration:none;
}
#footer_content ul li.footer-logo img.footer-logo {
	padding:50px 0 0 15px;
}
#footer_content ul li {
	list-style:none;
	float:left;
	text-align:left;
}
#footer_content ul li.footer-logo {
	text-align:right;
	width:250px;
	padding-top:10px;
}
#footer_content ul li h2 {
	height:30px;
	color:#ffffff;
	line-height:30px;
	margin:10px 0 15px 0;
	font-size:18px;
}
#footer_content ul li p {
	margin:0;
	line-height:18px;
	font-size:12px;
}

#footer_copyright {
	height:50px;
	line-height:50px;
	padding:0;
	color:#999999;
	background:#111111;
	border-top:1px solid #111111;
	margin:0;
	font-size:12px;
	text-align:left;
}
#footer_copyright div#wrap {
	line-height:50px;
	font-size:12px;
	color:#666666;
}
#footer_copyright span {
	padding:0 12px;
}
#footer_copyright a {
	color:#666666;
	text-decoration:none;
}
#footer_copyright a:hover {
	color:#999999;
	text-decoration:underline;
}

//table
table {
	margin: 8px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	/*background: #666;*/
	color: #FFF;
	padding: 6px 4px;
	border-collapse: separate;
	border-spacing: 6;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	
}

.email_list{
	list-style:none;
	list-style-image:none;
}

.email_list li{
	display:block;
	padding-left:26px !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	background:none !important;
}

/*-----------------services--------------------------*/

.services-title{
	font-size:20px;
	font-weight:bold;
}

.services-content{
	font-size:14px;
}


