/**************/
/* HTML5 CSS3 */
/**************/
body{
	width:100%;
	margin-top:0px;
	background-color:#fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
}
a{transition: all 0.4s ease 0s;}
/**********/
/* Header */
/**********/
body > header{background:#2d3743;box-shadow: 0 1px 8px #858d96;}

	body > header > section{
		width:996px;
		height:307px;
		background:url(images/header-gsv.png) no-repeat left top transparent;
		margin: 0 auto 10px;
	}
	
	
/**********/
/* Header */
/**********/

/***********/
/* Content */
/***********/
body > section{
	width:1012px;
	margin: 0 auto;
	padding:0px;
}

	body > section .left-side{
		float:left;
		width:307px;
		margin-left:5px;
		/*border:solid 1px #333333;*/
	}

		body > section > aside > nav ul{
			margin:10px 0;
		}

		body > section > aside > nav ul li{
			width:304px;
			height:46px;
			background:url(images/links_bg_gsv.png) no-repeat left top transparent;
                        transition: all 0.4s ease 0s;
			
		}

		body > section > aside > nav ul li a{
			color:#fff;
			display: block;
			overflow: hidden;
			cursor: pointer;
			font-size: 20px;
			line-height:45px;
			text-align: center;
			text-shadow:1px 1px 1px #683826;
			text-decoration: none;
			font-weight: bold;
		}

		body > section > aside > nav ul li:hover{
			opacity:0.8;
		}
	
	body > section > section.right-side{
		float:right;
		margin-right:5px;
		width:660px;
		padding:0 10px;
	}
		body > section > section.right-side h1{
			margin:10px 0px 25px;
		}

		body > section > section.right-side ul{
			list-style:sqaure;
			margin:20px 0 10px;
	
		}
		body > section > section.right-side ul li {
			margin-left: 30px;
			line-height: 30px;
			list-style: circle;			
                         color:#606d7e;
		}

	body > section > section.companies{
		float:right;
		margin:20px 5px 0 20px;
		width:680px;
	}

		body > section > section.companies ul{
			list-style:none;
			margin:0px;
		}
		body > section > section.companies ul li{
			float:left;
		}
blockquote {
      background: none repeat scroll 0 0 #FAFACF;
  border: 12px solid #F4F4ED;
  box-shadow: 1px 0 2px #ADA898;
  margin: 0 5px 10px;
  overflow: hidden;
}
.testimonials h3 {
    background: #FF7400;
    color: #fff;
    margin: 0 0 10px;
    padding: 10px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #7E4725;
}
.testimonials span {
    border-top: 1px dashed #555;
    clear: both;
    color: #555;
    display: block;
    margin: 0 20px;
    padding: 5px 13px 5px 0;
    text-align: right;
}
blockquote > p {
    color: #555;
    font-style: italic;
    margin: 0;
    padding: 5px 20px;
}
.arrow-right {
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid #B7B89D;
    border-top: 15px solid rgba(0, 0, 0, 0);
    float: right;
    height: 0;
    margin: 0;
    width: 0;
}
.phone {
    background: none repeat scroll 0 0 #191919;
    box-shadow: 0 25px 16px #2d2d2d inset;
    color: #fffe00;
    display: block;
    font: bold 34px Arial,Tahoma;
    padding: 7px 0;
    text-align: center;
}
/***********/
/* Content */
/***********/

/***********/
/* Foooter */
/***********/
body > footer{
        background:#415f85;
	width:100%;
	min-height:30px;
	margin: 30px 0 0;
        overflow:hidden
}

		body > footer > nav ul{
			margin:10px 0;
                        
		}

		body > footer > nav ul li{
			display:inline-block;
			padding:0 20px;
		}

		body > footer > nav ul li a{
			color:#fff;
			display: block;
			overflow: hidden;
			cursor: pointer;
			font-size: 14px;
			text-align: center;
			text-decoration: none;
			font-weight: bold;
		}
/***********/
/* Foooter */
/***********/
	
/**************/
/* Formatting */
/**************/
header{
	font-size: 24px;
	font-weight: bold;
	color: #22485D;
}
/**************/
/* Formatting */
/**************/

/************/
/* Required */
/************/

.image-left{
	float:left;
	border: 3px solid #fff;
        margin: 0 10px 0 0;
	box-shadow: 0px 1px 2px #000; -moz-box-shadow: 0px 1px 2px #000; -webkit-box-shadow: 0px 1px 2px #000;
}

.image-right{
	float:right;
        border: 3px solid #fff;
	margin: 0 0 0 10px;
	box-shadow: 0px 1px 2px #000; -moz-box-shadow: 0px 1px 2px #000; -webkit-box-shadow: 0px 1px 2px #000;
}

.image-center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	border: 3px solid #fff;
	box-shadow: 0px 1px 2px #000; -moz-box-shadow: 0px 1px 2px #000; -webkit-box-shadow: 0px 1px 2px #000;
}

.image-noborder{
	border: none;
	box-shadow: none;
	border-radius:none;
}

/************/
/* Required */
/************/

/************/
/* Styles */
/************/
h1{
  color: #4b5461;
  font-size: 24px;
}
h2{
  color: #4b5461;
  font-size: 21px;
}
h3{
  color: #4b5461;
  font-size: 18px;
}
h4{
  color: #000;
  font-size: 16px;
}
h5{
  color: #000;
  font-size: 14px;
}
h6{
  color: #000;
  font-size: 12px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 10px 0;
	line-height: 28px;
        color:#576372;
        text-align: justify;
}
.clear{clear:both;width:100%;}
.colorfix{
	color: #22485D;
}
.copyright{
	clear:both;
	padding:10px 20px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	line-height: 14px;
}
.navfont{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-color: #000000;
	text-decoration: none;
        text-align:center;
	margin: 0 auto 30px;
width:1012px;
}

.navfont a {
	color: #fff;
    text-decoration: none;
    padding: 20px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}
    .navfont a:hover{background:#f36e3d}



.phone {
    color: #f36e3d;
    display: block;
    font-size: 2.5em;
    font-weight: bold;
    margin: 0.5em 0;
    text-align: center;
} 