@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow|Volkhov:400italic,700);

*{
	margin: 0; 
	padding: 0; 
	outline: 0; 
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}
body { 
	font: .74em "PT Sans Narrow", Arial, sans-serif; 
	background: #ffffff; 
	color: #039; 
	text-align: center; 
}
.header{
	width:100%;
	height:155px;
	margin-bottom:0px;
}
.inner-header{ 
	clear:both; 
	width:900px; 
	height:150px;
	margin:0 auto; 
	text-align:left;
}
.logo{
	float:left;
	width:249px;
	height:81px;
	margin-bottom:10px;
}
.login{
	display:block;
	float:right;
	margin-top:12px;
	margin-left:23px;	
}
.big-link{
	width: 130px;
	height:22px;
	display:block;
	background:transparent url(../res/Login2.png) center top no-repeat;
	margin-top:24px;
}
.big-link:hover{
	background-image:url(../res/Login2_hover.png);
}

.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
} 
input[type=text], input[type=email], input[type=number] {
  padding: 0 10px;
  width: 220px;
  height: 30px;
  margin-bottom:5px;
  margin-top:2px;
  font-size:16px;
  color: #000;
  background: rgba(f, f, f, 0.16);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.20);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.20);
}
input[type=email]:hover, input[type=text]:hover, input[type=number]:hover {
  padding: 0 10px;
  width: 220px;
  height: 30px;
  color: #000;
  font-size:16px;
  background: rgba(86, 155, 161, 0.40);
  border: 0;
}
textarea {
  padding: 0 10px;
  width: 220px;
  height: 65px;
  color: #000;
  background: rgba(f, f, f, 0.16);
  border: 0;
  border-radius: 5px;
  margin-bottom:8px;
  font-size:16px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.10);
}
textarea:hover{
	padding: 0 10px;
  width: 220px;
  height: 65px;
  font-size:16px;
  color: #000;
  background: rgba(86, 155, 161, 0.40);
  border: 0;
}
input[type=submit] {
	padding: 11px 25px;
	font-family: "PT Sans Narrow", Arial, sans-serif;
	font-weight:300;
	font-size: 17px;
	color: #fff;
	background: #0066a9;
	border-radius: 8px;
}

input[type=submit]:hover{
	padding: 11px 25px;
	background: #06C;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
.line{
	display:block;
	height:10px;
	width:100%;
	background:#0066a9;
	margin-top:-65px;
}
.line2{
	display:block;
	height:10px;
	width:100%;
	background:#059bfd;
}
.navigation{
	display: block;
	height:30px;
	width:100%;
	background:#0066a9;
	
}
.menu{ 
	clear:both; 
	width:900px; 
	height:25px;
	margin:0 auto; 
	text-align:left;
}
.menu li, a{
	display:inline;
	font-family:"PT Sans Narrow", Arial, sans-serif;
	font-size:1.2em;
	color:#ccc;
	padding:7px;
	list-style:none;
	text-decoration:none;
  -moz-transition: color .30s ease-in;
  -webkit-transition: color .30s ease-in;
  -o-transition: color .30s ease-in;
  transition: color .30s ease-in;
}
.menu li, a:hover{
	color:#ef3f45;
}
.main-body{
	display:block;
	height:650px;
	width:100%;	
}
.main-body45{
	display:block;
	height:2350px;
	width:100%;	
}

.wrapper {
	position: relative;
	max-width: 1000px;
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;
	margin-top:-10px;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.body-content{
	clear:both; 
	width:900px; 
	height:200px;
	margin:0 auto; 
	text-align:left;
	margin-top:20px;	
}
.body-content45{
	clear:both; 
	width:900px; 
	height:200px;
	margin:0 auto; 
	text-align:left;
	margin-top:20px;	
}
.content-left{
	clear:both;
	float:left;
	width:900px;
}
.content-left p{
	font-family:"PT Sans Narrow", Arial, sans-serif;
	font-size:1.4em;
	margin-bottom:10px;
	margin-right:180px;
	margin-left:180px;
}

.content-right{
	clear:both;
	float:right;
	width:450px;
	margin-top:-220px;
}
.content-right p{
	font-family:"PT Sans Narrow", Arial, sans-serif;
	font-size:1.4em;
	margin-bottom:10px;
	margin-right:20px;
}

.footer{
	width:100%;
	height:250px;
	margin-bottom:0px;
	background:#0066a9;
}
.footer-main{ 
	clear:both; 
	width:900px; 
	height:90px;
	margin:0 auto; 
	text-align:left;
}
.footer-left{ 
	float:left;
	clear:both; 
	width:400px;  
	text-align:left;
	max-height:150px;
	margin-top:20px;
}
.footer-main h2{ 
	font-family:"PT Sans Narrow", Arial, sans-serif;
	color:#CCCCCC;
	font-size:1.2em;
	margin-bottom:10px;
	margin-top:15px;
}
.footer-main ul{ 
	margin-left:20px;
	border-right:1px thin #CCC;
}
.footer-main li, a{ 
	display:inline;
	font-size:1.1em;
}
.footer-right{ 
	float:right; 
	width:500px;  
	text-align:left;
	max-height:150px;
	margin-top:20px;
}

.line3{
	display:block;
	height:1px;
	width:900px;
	background:#ccc;
}
.contact-main-body{
	display:block;
	height:950px;
	width:100%;	
}
.contact-body-content{
	clear:both; 
	width:900px; 
	height:520px;
	margin:0 auto; 
	text-align:left;
	margin-top:20px;	
}
.contact-body-content2{
	clear:both; 
	width:900px; 
	height:1120px;
	margin:0 auto; 
	text-align:left;
	margin-top:20px;	
}
.content-left{
	clear:both;
	float:left;
	width:900px;
}
.contact-content p{
	font-family:"PT Sans Narrow", Arial, sans-serif;
	font-size:1.4em;
}
.service-main-body{
	display:block;
	height:1200px;
	width:100%;	
}

.content45 { font-size:2.5em;  padding:10px 20px; margin:0px 0; color:#06C; }
.content46 { font-size:1.8em;  padding:10px 20px; margin:0px 0; color:#06C; }

/* WRAPPER */
#wrapper { width:800px; margin:40px auto; }

/* LIST #2 */
#list2 { width:410px; }
#list2 ol { font-style:italic; font-family:Georgia, Times, serif; font-size:18px; color:#B50632;  }
#list2 ol li { }
#list2 ol li p { padding:8px; font-style:normal; font-family:Arial; font-size:13px; color:#06C;  }
#list2 ol li p em { display:block; color:#666666; margin-bottom:5px; }
#list2 ol li p em:hover { display:block; color:#B50632;}
#list2 ol li p pn { display:block; color:#999999; margin-top:5px; }
#list2 ol li p n { display:block; color:#999999; }
#list2 ol li p n:hover { display:block; color:#B50632; }

.button-2 {
	display:inline-block;
	font-size:19px;
	line-height:1.21em;
	letter-spacing:-1px;
	margin-top:30px;
	color:#fefefe;
	padding:9px 20px 11px;
	background:#b81d18;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px
}
.button-2:hover {
	background:#0066a9;
	color:#fff;
}