/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/Light/OpenSans-Light.eot?v=1.1.0");
  src: url("fonts/Light/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("./fonts/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("fonts/Light/OpenSans-Light.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: 300;
  font-style: normal;
}

/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
  src: url("fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("./fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("fonts/Regular/OpenSans-Regular.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */


/*-----------------------------------------------------------------------------------*/

/*	CSS Reset 

/*-----------------------------------------------------------------------------------*/



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video

{

  border:0;

  font-size:100%;

  margin:0;

  padding:0;

  vertical-align:baseline

}


ul, li{ list-style:none; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section

{

  display:block

}

a {
    color: #1a1a1a;
    text-decoration: none;
}


.clear{ clear:both; width:100%; height:1px; display:inline-block; }
.clearfix

{

  zoom:1

}



.clearfix:before,.clearfix:after

{

  content:"";

  display:table

}



.clearfix:after

{

  clear:both

}



.h2{ color: #045397;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
    text-transform: uppercase;font-weight: normal;}

body {
	background-color: #fff;
    height: 100%;
    line-height: 40px;
    color: #000;
    font-family: "Open Sans",sans-serif;
	font-weight:300;
    font-size: 16px;
    line-height: 40px;
}


.container {
    width: 1230px;
	margin:0 auto;
	position: relative;
	background:#fff;
	border:1px solid #dbdbdb;
	
  }
  
#header, #main-slider, #middle, #footer{ display:block; width:100%; position: relative; }

 #header{}
 
 #header #logo{ 
 		float:left;
		position:absolute; top:10px; left:10px;
		}
 #header #phone{ 
 	display: inline;
    float: right;
    font-size: 22px;
    line-height: 30px;
    margin: 40px auto 10px;
    text-align: right;
	padding-right:20px;

	}
 #header #phone span{
	 clear: both !important;
	 display: block !important;
	 font-size: 30px; font-weight:normal;
	 }
  
  
#navigation{ width:100%; clear:both; margin-bottom:10px}  
 
 
.PdfLink{ float:right; padding:3px 10px; background:#045397; font-size:16px; font-weight:bold; text-transform:uppercase; color:#fff; }


#middle{ min-height:500px; 
    padding-bottom: 21px;
    padding-top: 22px;
	background:#fff;
	line-height:normal;
}
#LeftBlock{ float:left; width:860px; }

#LeftBlock p{ margin:20px 0;  }

#middle p{margin:10px; }
 
.row{  clear:both; padding:0 20px;}
h1{ color:#045397; font-size:22px; font-weight:normal; margin:0; padding:0 0 0 0px;  margin-bottom:10px;  }

.title{   padding:0 0 0 20px; background:url(images/TitleBg.png) repeat-y;   }


p.subtitle{ margin:0; padding:0; line-height:normal; font-size:18px }


.ArrowList{}
.ArrowList li{ background:url(images/arrow.png) no-repeat 0 5px; padding:0 0 0 22px; margin:8px 0;}




.sidebar{ float:right; width: 270px;   }

.widget{ margin:20px 0 0 0 ;}
.sidebar h4 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
	 border-bottom: 4px solid #005825;
    padding-bottom: 5px;
    text-transform: uppercase !important;
	line-height: 21px;
	font-weight:300;
}
.widget p{}





#footer{   border-top:7px solid #045397; padding:5px; background-color: #39393a; width:auto; }
 
#footer ul.link{ float:left;} 
#footer ul.link li{ float:left;} 
#footer ul.link li a{ color:#f4f4f4;  display: block;
    padding: 3px 20px;
    text-decoration: none; float:left; }

#footer ul.link li a:hover{ background:#000; }

 


#footer_bottom{ background-color: #171717;
    line-height: 32px;
    padding: 7px 0;}

#footer_bottom p{ text-align:center; color: #fff; line-height: 32px; margin-left:30px;}
#footer_bottom p a{   color: #fff;  }
#footer_bottom p a:hover{ text-decoration:underline }

.social_icons {
    float: right;
	 margin-top: 7px;
    margin-bottom: 0;
    margin-right: 30px;
}

.social_icons li {
    background-color: #313131;
    float: left; list-style:none;
    margin-right: 4px;
}

.social_icons a {
     -moz-transition:all 300ms ease 0s;

  -o-transition:all 300ms ease 0s;

  -webkit-transition:all 300ms ease 0s;

  background-repeat:no-repeat;

  display:block;

  float:left;

  height:33px;

  margin-right:0px;

  text-indent:-9999999px;

  transition:all 300ms ease 0s;

  width:33px
}

.social_icons a:hover { background-position:right;}

.social_icons .facebook a {
   background-image:url(images/icon_facebook.png)
 }
.social_icons .facebook a:hover {
  background-color:#39599f
 }


.social_icons .twitter a {
   background-image:url(images/icon_twitter.png)
 }



.social_icons .twitter a:hover {
   background-color:#00b6c6
 }


.social_icons .youtube a {
   background-image:url(images/icon_youtube.png)
 }



.social_icons .youtube a:hover {
   background-color:#c81414
 }



.social_icons .google a {
   background-image:url(images/icon_google.png)
 }



.social_icons .google a:hover {
   background-color:#1872bf
 }
.social_icons .linkedin a {
   background-image:url(images/icon_linkedin.png)
 }



.social_icons .linkedin a:hover {
   background-color:#65b7d2
 }


.social_icons .rss a {
   background-image:url(images/icon_rss.png)
 }



.social_icons .rss a:hover {
   background-color:#f8bc2e
 }
 
 /* Home Projects Blocks Css*/
 
 
 
 
 
 
/* Form */

form.StyledForm { 
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e3e3e3;
    padding: 10px;
}

.StyledForm .form-field {
    margin-bottom: 5px;
}

.StyledForm label {
    display: block;
    float: none;
    width: auto;
	max-width: 100%;
	color: #444444;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left;
	line-height:40px;
}

.StyledForm input[type="text"], .StyledForm input[type="password"], .StyledForm input[type="email"], .StyledForm input[type="number"], .StyledForm input[type="url"], .StyledForm input[type="tel"], .StyledForm textarea {
    background-color: #f7f7f7;
    border-color: #dddddd;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #444444;
    font-size: 13px;
    max-width: 100%;
    padding: 8px;
    width: 100%;
}

.StyledForm .error{ font-weight:normal; color:#F00; font-size:12px;}
.StyledForm input[type="submit"], .StyledForm input[type="button"], .button {
    background:  #045397;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    padding: 7px 15px;
    text-align: center;
    text-shadow: none;
    width: auto;
}

.StyledForm input[type="submit"]:hover, .StyledForm input[type="button"]:hover, .button:hover { background:#000; }




.contact-block{ width:42%; float:left;  border: 1px solid #e3e3e3; padding: 10px; margin:2%; }
.contact-block h2{ color:#045397; font-weight:bold; border-bottom:1px solid #e3e3e3; padding-bottom:3px; font-size:18px; text-transform:uppercase; }

.contact-block p{ line-height:26px; }


 