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

body
{
	padding:0px;
	margin:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#f5f4f4;
	font-family:Calibri, sans-serif;
	font-size:12px;
	line-height:23px;
	text-shadow:rgba(0,0,0,0.01) 0 0 0;
}

p{
	padding:0px 0px;
	margin:0px;
}

a
{
	text-decoration:none;
	color:#2a7ea3;
}

a:hover
{
	text-decoration:underline;
}

img
{
	border:none;
}

h1
{
 	font-size:19px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#2a7ea3;
}

h2
{
 	font-size:21px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#2a7ea3;
	display:block;
}

h3
{
 	font-size:17px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#2a7ea3;
 }
  

hr
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888;
	border-bottom:none;
	border-right:none;
	border-left:none;
}

#page
{
	padding:0px;
	margin:0px auto;
	width:1000px;
	height:auto !important;
}


#header
{
	float:left;
	padding:0px;
	margin:15px 0px 0px 0px;
 	display:inline;
	height:219px;
	width:1000px;
}
 
#logo h1{
 	display:none;
 }

#logo 
{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	overflow:hidden;
	display:inline;
	height:219px;
	width:452px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}
 
#right-header
{
	float:left;
	padding:0px;
	margin:0px 0px 0px 0px;
 	display:inline;
	height:219px;
	width:545px;
}

#top-header
{
	float:left;
	padding:0px;
	margin:0px 0px 0px 0px;
 	display:inline;
	height:62px;
	width:1000px;
}

#home-icon
{
	float:left;
	padding:0px;
	margin:0px 17px 0px 0px;
	width:62px;
	height:62px;
	display:inline;
	overflow:hidden;
	background-image:url(images/top-logo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#home-icon:hover
{
	background-image:url(images/top-logo-hover.jpg);
}


 
#menu
{
	float:left;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:920px;
	height:62px;
	display:inline;
	overflow:hidden;
}

#menu ul
{
	padding:0px;
	margin:0px;
	list-style:none;
	width:920px;
 }

#menu ul li
{
	padding:0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	float:left;
	width:auto;
	height:62px;
	display:block;
 }

#menu ul li a
{
	padding:14px 21px 0px 21px;
	margin:0px;
	text-transform:uppercase;
	font-size:15px;
	color:#fff;
 	height:62px;
	display:block;float:left;
	line-height:16px;
	font-weight:bold;
}

#menu ul li a span
{
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	font-weight:normal;
 }
 
#menu ul li a:hover
{
	background-image:url(images/menu-bg-hover.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	text-decoration:none;
}

.active
{
	background-image:url(images/menu-bg-hover.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	text-decoration:none;
}

 
#testimonials
{
	float:left;
	padding:0px;
	margin:32px 0px 0px 60px;
	width:484px;
	height:152px;
	background-image:url(images/quote-left.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#ticker
{
	padding:15px 0px 0px 0px;
	float:left;
	width:368px;
	margin:10px 20px 0px 60px;
	color:#297ca2;
	font-size:15px;
	font-style:italic;
}

#ticker b
{
	line-height:35px;
	font-style:normal;
	font-size:16px;
}
 
 
#banner
{
	float:left;
	padding:19px 0px 0px 10px;
	margin:10px 0px 0px 0px;
	width:1000px;
	height:383px;
	background-image:url(images/banner-bg.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#slides {
 /*	top:15px;
	left:4px;*/
	z-index:100;
	float:left;
	width:1000px;
	height:370px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1000px;
	overflow:hidden;
	position:relative;
	display:none;
 }

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:1000px;
	height:370px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
 	width:100px;
	position:absolute;
	top:255px;
 	padding:0px 0px 0px 20px;
	z-index:500;
	display:none;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:8px;
 	height:100px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:945px;
	font-size:44px;
	line-height:90px;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	font-family:"Century Gothic", Arial, serif;
	margin-bottom:10px;
	display:none;
 }
 
.caption p span {
	font-size:64px;
	font-weight:bold;
}

#content
{
	float:left !important;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:1000px;
	min-height:250px;
 }
  
#main-content
{
	float:left !important;
 	margin:0px 53px 0px 0px;
	width:1000px;
	min-height:200px;
  	padding: 0px;
  	text-align:right;
  	color:#fff;
	text-align:left;
	font-size:14px;
	font-family:Georgia, serif;
 } 

#main-content h1
{
	font-family:Georgia, serif !important;
	font-size:30px;
	color:#2a7ea3;
	padding:0px 0px 20px 0px;
	margin:0px;
	display:block;
	width:1000px;
	float:left;
  }

#main-content p
{
	font-family:Georgia, serif;
	font-size:14px;
	color:#696969;
	padding:0px 0px 15px 0px;
	margin:0px;
	display:block;
	line-height:25px;
	text-align:justify;
	width:1000px;
}

.up
{
 	height:30px;
	line-height:20px;
	color:#2a7ea3 !important;
	border-bottom:solid 1px #CCC;
	padding-bottom:15px !important;
	margin-bottom:30px !important;
	width:1000px;
	text-align:right;
	float:left;
}

.up a
{
	color:#2a7ea3 !important;
	font-size:14px;
}

.up a:hover
{
	text-decoration:none;
	color:#000;
}

#inner-content
{
	float:left !important;
 	margin:40px 53px 0px 0px;
	width:1000px;
	min-height:400px;
  	padding: 0px;
  	text-align:right;
  	color:#fff;
	text-align:left;
	font-size:14px;
	font-family:Georgia, serif;
 } 

#inner-content h1
{
	font-family:Georgia, serif !important;
	font-size:30px;
	color:#2a7ea3;
	padding:0px 0px 20px 0px;
	margin:0px;
	display:block;
	width:1000px;
	float:left;
  }
  
#inner-content h2
{
	font-family:Georgia, serif !important;
	font-size:23px;
	color:#2a7ea3;
	padding:0px 0px 20px 0px;
	margin:0px;
	display:block;
	width:1000px;
	float:left;
  }

#inner-content p
{
	font-family:Georgia, serif;
	font-size:14px;
	color:#696969;
	padding:0px 0px 15px 0px;
	margin:0px;
	display:block;
	line-height:25px;
	text-align:justify;
	width:1000px;
}

#inner-content a
{
	color:#333;
}

#inner-content strong,b
{
	color:#565656;
}

#client-scroll
{
	float:left !important;
 	margin:10px 0px 15px 0px;
	width:1000px;
   	padding: 0px;
  	text-align:right;
  	color:#fff;
	text-align:left;
	font-size:14px;
	font-family:Georgia, serif;
 } 

#client-scroll h1
{
	font-family:Georgia, serif !important;
	font-size:24px;
	color:#2a7ea3;
	padding:0px 0px 20px 0px;
	margin:0px;
	display:block;
	width:1000px;
	float:left;
  }

#content-box
{
 	border: 1px solid #f5f4f4;
 	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#e7f5fc;
	width:1000px;
 	float:left;
	padding:0px;
	margin:10px 0px 20px 0px;
	color:#6f6f6f;
	line-height:normal;
	height:255px;
	background-image:url(images/box-bg.jpg);
	background-repeat:repeat-x;
}

.box
{
	float:left;
	padding:10px;
	margin:0px 6px;
	width:300px;
	height:240px;
	color:#f5f4f4;
}

.box h2
{
	font-size:25px;
	font-family:Georgia, serif;
	color:#f5f4f4;
	padding:0px;
	margin:10px 0px 20px 0px;
}

.box p
{
	font-size:12px;
	font-family:Georgia, serif;
	color:#f5f4f4;
	padding:0px;
	margin:0px 0px 20px 0px;
	line-height:19px;
	
}

.box-div
{
	float:left;
	width:2px;
	height:255px;
	background-image:url(images/box-div.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}

 

#footercontent
{	
	width:1000px;
	margin:0px;
 	padding:0px;
	float:left;
}

#footer-links
{	
	width:970px;
	margin:10px 0px 0px 0px;
 	padding:15px;
	float:left;
	background-color:#fcfcfc;
	height:130px;
}

.footer-box
{
	float:left;
	width:190px;
 	
}

.footer-box h3
{
	color:#0b5795;
	font-size:20px;
	font-weight:bold;
}
	

.footer-box ul
{
	list-style:none;
	padding:0px;
	margin:10px 0px 0px 0px;
	width:190px;
}

.footer-box ul li
{
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	width:200px;
	color:#1a75be;
	font-size:14px;
}

.footer-box ul li a
{
	color:#1a75be;
	padding:0px;
	text-decoration:none;
	padding-left:4px;
	font-size:14px;
	
}

.footer-box ul li a:hover
{
	text-decoration:underline;
}
  

#footercontent_right
{
	width:500px;
 	padding:15px 0px 15px 0px;
	margin:0px;
	color:#666666;	
	float:right;
	font-size:12px;
}

#footercontent_right p
{
 	padding:0px;
	margin:0px;
	float:right;
	font-size:14px;
	text-align:right;
	line-height:normal;
}

#footercontent_right p a
{
	color:#333;
	text-decoration:none;
	margin:0px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}

#footercontent_right p a:hover
{
	text-decoration:underline;
}

 
#facebook{
	background-image:url(images/social-icons.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:26px;
	height:28px;
	display:block;
 	padding:0px;
	margin:15px 10px 0px 0px;
	float:left;
}


#twitter{
	background-image:url(images/social-icons.png);
	background-repeat:no-repeat;
	background-position:-34px top;
	width:27px;
	height:27px;
	display:block;
 	padding:0px;
	margin:15px 10px 0px 0px;
	float:left;
}


#linkedin{
	background-image:url(images/social-icons.png);
	background-repeat:no-repeat;
	background-position:-71px top;
	width:29px;
	height:29px;
	display:block;
 	padding:0px;
	margin:15px 10px 0px 0px;
	float:left;
}