/***************************************************
			      Reset
***************************************************/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary, service{
    margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}


a img { border:none }
a { text-decoration:none; border: 0;}
a:hover { text-decoration:none; }

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

/***************************************************
			      Global styles
***************************************************/
@font-face {
    font-family: 'open sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background-image: url(images/webbackground.jpg);
	font-family: 'open sans', Verdana, sans-serif;
	font-size: 13px;
	color: #444;
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 25px;
	background: #fff;
}
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6{
	margin-bottom: 16px;
}
#main h1, #main  h2, #main  h3, #main  h4, #main  h5, #main  h6{
	margin-top: 16px;
	font-weight: bold;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
a{
	color: #000080;
}
img {
	margin-bottom: 10px;
	display: block;
    height: auto;
    max-width: 100%;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
a img{
	transition-property:opacity; 
	transition-duration: 0.2s; 
	transition-timing-function: ease-out;
}
a img:hover{
	opacity: 0.5;
}
/***************************************************
				Logo & Navigation
***************************************************/
header {
	height: 45px;
	padding: 0px 0 0 0;
	border-bottom: 2px solid #eee;
	margin-bottom: 2px;
	
}
#logo {
	width: 50px;
	float: left;
	padding: 0px 1px 3px 1px;
	margin-top: -15px;
}

#logo1 {
	float: left;
	padding: 12px 1px 3px 1px;
	margin-top: -25px;
	font-size: 30px;

}

#logo a img 	{ 
	transition-property:opacity; 
	transition-duration: 0.2s; 
	transition-timing-function: ease-out;
}
#logo a img:hover { 
	opacity: 0.5;
}
nav {
	width: 740px;
	float: right;
	margin-top: -4px;
}
nav ul {
	float: right;
}
nav ul li {
	position: relative;
	float: left;
	margin-left: 40px;

}
nav ul li a { 
	
	display: block; 
	font-weight: normal; 
	text-transformu: uppercase; 
	color: #000000 ; 
	font-size: 14px; 
	padding: 14px 10px 37px 10px;	
  -webkit-transition: color 1s ease-out; /* Saf3.2+, Chrome */
  -moz-transition: color 1s ease-out; /* Firefox 4+ */
  -ms-transition: color 1s ease-out; /* IE10+ */
  -o-transition: color 1s ease-out; /* Opera 10.5+ */
  transition: color 1s ease-out;
  
    -webkit-transition: border-bottom 0.1s ease-out; /* Saf3.2+, Chrome */
  -moz-transition: border-bottom 0.1s ease-out; /* Firefox 4+ */
  -ms-transition: border-bottom 0.1s ease-out; /* IE10+ */
  -o-transition: border-bottom 0.1s ease-out; /* Opera 10.5+ */
  transition: border-bottom 0.1s ease-out;
}
nav ul li a:hover{
	border-bottom: 5px solid #000080;
	color: #ffffff;	
	background-color: #000080;
	
}

nav ul li a.current {
	border-bottom: 5px solid #000080;
	color: #00000;

	
}


/**** Dropdown ****/
.nondropdown{
padding: 2px 2px 3px 2px;	
}
.dropdown{
	padding: 2px 2px 3px 2px;
	background: url('images/dropdown_icon.png') no-repeat 99% 21px;

}
.dropdown:hover{
	border-bottom: 5px solid #000080;
	 border-top: 5px solid #000080;
}
nav ul ul{
	display: none;
	margin: 0;
	position: absolute;
	background-color: #fff;
	z-index: 1;
	width: 200px;
	

}
nav ul li:hover  ul{
	display: block;
	border-top: 5px solid #000080;

}
nav ul li ul li{
	margin: 0;

}
nav ul li ul li a{ 
	margin: 0;
	padding: 5px 10px;
	width: 180px;
border-bottom: 2px solid #eee;
}
nav ul li:hover ul li a:hover, nav ul li:hover ul li a.current{
	border-bottom: none;
}



/***************************************************
				    Featured
***************************************************/
#featured {
	background: url('images/featured.jpg') no-repeat;
	margin-bottom: 20px;
}
#featured a{
	display: block;
	width: 1200px;
	height: 400px;
	color: #fff;
	font-size: 12px;
	position: relative;
	z-index: 0;
}
	
#featuredinfo{
	width: 700px;
	background-color: rgba(0,0,0,.8);
	padding: 5px 10px 10px 10px;
	position: absolute;
	bottom: 15%;
	left: 0;
	border-radius: 0 2px 2px 0;
  -webkit-transition: background-color 0.3s ease-out; /* Saf3.2+, Chrome */
  -moz-transition: background-color 0.3s ease-out; /* Firefox 4+ */
  -ms-transition: background-color 0.3s ease-out; /* IE10+ */
  -o-transition: background-color 0.3s ease-out; /* Opera 10.5+ */
  transition: background-color 0.3s ease-out;
}
#featured #featuredinfo:hover{
		background-color: #00BCF2;
}
#featuredinfo h1{
	text-transform: uppercase;
	margin-bottom: 5px;
}

/***************************************************
			Introduction Message	
***************************************************/
#intromessage{
	padding: 25px 35px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
	color: #003;
}

/***************************************************
			   Home Articles	
***************************************************/
#articles{
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
}
#articles article{
	width: 550px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
	overflow: hidden;
}


#articles #lastimage{
	width: 550px;
	margin-right: 0;
}

#articles #lastarticle{
	margin-right: 0;
	0padding-left: 20px;
	
}
#articles article h1{	
	otext-transform: uppercase;
	margin: 5px 0;
	font-weight: bold;
	font-size: 16px;
	color: #222;
}

#particles{
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #eee;
}
#particles article{
	width: 550px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
	overflow: hidden;
}


#particles #lastimage{
	width: 550px;
	margin-right: 0;
}

#particles #lastarticle{
	margin-right: 0;
	0padding-left: 20px;
	
}
#particles article h1{	
	otext-transform: uppercase;
	margin: 5px 0;
	font-weight: bold;
	font-size: 16px;
	color: #222;
}


.rm{
	display: inline-block;
	background: #00BCF2;
	padding: 2px 10px;
	color: #fff;
	margin-top: 10px;
	border-radius: 2px;
  -webkit-transition: background-color 0.3s ease-out; /* Saf3.2+, Chrome */
  -moz-transition: background-color 0.3s ease-out; /* Firefox 4+ */
  -ms-transition: background-color 0.3s ease-out; /* IE10+ */
  -o-transition: background-color 0.3s ease-out; /* Opera 10.5+ */
  transition: background-color 0.3s ease-out;
    
	-webkit-transition: color 0.3s ease-out; /* Saf3.2+, Chrome */
  -moz-transition: color 0.3s ease-out; /* Firefox 4+ */
  -ms-transition: color 0.3s ease-out; /* IE10+ */
  -o-transition: color 0.3s ease-out; /* Opera 10.5+ */
  transition: color 0.3s ease-out;
}
.rm:hover{
	background: #888;
	color: #000;
}

/***************************************************
			   Page Title	
***************************************************/
#pagetitle{
	border-bottom: 1px solid #eee;
	height: 26px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	overflow: hidden;
}
#pagetitle h1{
	font-size: 20px;
	color: #444;
	padding-right: 25px;
	border-right: 1px solid #eee;
	float: left;
}
#pagetitle p{
	font-size: 13px;
	color: #444;
	float: left;
	margin: 5px 0 0 30px;
	max-width: 770px;
	max-height: 18px;
	moverflow: hidden;
}

/***************************************************
			  Columns  & Quotes	
***************************************************/
.half{
	display: inline-block;
	vertical-align: top;
	width: 450px;
	margin-right: -4px;
	padding: 0 10px;
	margin-bottom: 40px;
}
.one_third {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	padding: 0 10px;
	width: 292px;
	margin-bottom: 40px;
}
.one_fourth {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	padding: 0 10px;
	width: 215px;
	margin-bottom: 40px;
}	

.quote p {
	padding: 0 0px 15px;
	ifont-style: italic;
	margin-bottom: 40px;
	color: #111111;
	text-align: justify;
	border-bottom: 1px solid #eee; 
}


.quote li {
	padding: 0 20px;
	wfont-style: italic;
	list-style-type:square;
	margin-left:20px;
	margin-bottom: 8px;
	text-align: justify;
    text-justify: inter-word;
		
}

.quote a {

	color: #f60;
		
}

.quote h2 {

	color: #f60;
		
}



/***************************************************
			        Tables	
***************************************************/
table{
    border-collapse: collapse; 
	margin-bottom: 20px;
}	
#table1 td, #table1 th {
    border: 1px solid #eee; 
	padding: 8px 25px 8px 12px;
}

#table2 td, #table2 th{
	border-bottom: 1px solid #eee;
	padding: 8px 26px 8px 12px;
}

/***************************************************
			       Blog	
***************************************************/
/* The Content */
#content {
	width: 920px;
	float: left;
	margin-bottom: 20px;
	padding-right: 22px;
	border-right: 2px solid #eee;
}
#content article {
	margin-bottom: 50px;
}
#content p {
	margin-bottom: 20px;
}
#content h1 {
	text-transform: uppercase;
	margin-top: 0;
	font-weight: normal;
}
#content .post-title {
	text-transform: uppercase;
	margin-bottom: 0;
	color: #fff;
}
.post-image {
	position: relative;
}
.post-info {
	display: block;
	position: absolute;
	top: 60%;
	left: 0;
	max-width: 580px;
	border-radius: 0 2px 2px 0;
	background-color: rgba(0,0,0,.8);
	padding: 5px 10px 10px 10px;
  -webkit-transition: background-color 0.2s ease-out; /* Saf3.2+, Chrome */
  -moz-transition: background-color 0.2s ease-out; /* Firefox 4+ */
  -ms-transition: background-color 0.2s ease-out; /* IE10+ */
  -o-transition: background-color 0.2s ease-out; /* Opera 10.5+ */
  transition: background-color 0.2s ease-out;
}
.post-info:hover{
	background-color: #00BCF2;
}
.author, .date, .comments {
	color: #fff;
	display: block;
	float: left;
	font-size: 11px;
	padding-right: 6px;
	margin-right: 6px;
}
.date {
	background: url('images/date.png') no-repeat left;
	padding-left: 18px;
}
.comments {
	background: url('images/comments.png') no-repeat left;
	padding-left: 18px;
}
.readmore {
	display: inline-block;
	padding: 2px 10px;
	background-color: #00bcf2;
	color: #fff;
	border-radius: 2px;
	margin-top: -10px;
	-webkit-transition: background-color 0.15s ease-out; /* Saf3.2+, Chrome */
  -moz-transition: background-color 0.15s ease-out; /* Firefox 4+ */
  -ms-transition: background-color 0.15s ease-out; /* IE10+ */
  -o-transition: background-color 0.15s ease-out; /* Opera 10.5+ */
  transition: background-color 0.15s ease-out;
}
.readmore:hover {
	background: #444;
}

/* Single Post */
.author-bp, .date-bp, .comments-bp {
	color: #959595;
	display: block;
	float: left;
	font-size: 11px;
	padding-right: 6px;
	margin-right: 6px;
	margin-bottom: 4px;
}
.date-bp {
	background: url('images/date-bp.png') no-repeat left;
	padding-left: 18px;
}
.comments-bp {
	background: url('images/comments-bp.png') no-repeat left;
	padding-left: 18px;
}

/* The Sidebar */
#sidebar {
	width: 220px;
	margin: 0 0 0 20px;
	float: right;
}
#sidebar ul li{
	margin-bottom: 2px;
}
.sidebar_item {
	margin-bottom: 35px;
	font-size: 12px;

}
#sidebar h5{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.categories ul {
	float: left;
	width: 110px;
}

/***************************************************
			      Portfolio	
***************************************************/
.portfolio article {
	width: 300px;
	float: left;
	margin: 0 20px 40px 0;
}
.portfolio .last-article {
	margin-right: 0;
}
.portfolio h1 {
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	color: #222;
}

/***************************************************
			      Contact	
***************************************************/
#contact-form { 
	width: 200px;
	float: left;
}
#contact-info{ 
	width: 400px;
	padding-left: 20px;
	float: right;
	border-left: 1px solid #eee;
}
.contact p {
	margin-bottom: 20px;
}
.contact input{
	margin-right: 10px;
	border: 2px solid #e1e1e1;
	height: 25px;
}
.contact input[type="email"], .contact  input[type="user"] {
	width: 730px;
	padding: 0 6px;
}
.contact textarea {
	width: 730px;
	border: 2px solid #e1e1e1;
	height: 350px;
	padding: 6px;
}

.contact input[type="submit"]{
	font-family: 'open sans', arial, sans-serif;
	width: 100px;
	height: 50px;
}
.contact input[type="submit"]:hover {
	cursor: pointer;
	background-color: #000080;
	color: #fff;
}

/***************************************************
			      404	
***************************************************/
.error {
	font-size: 350px;
	text-align: center;
	margin-top: -50px;
}

/***************************************************
			Buttons  & Alerts	
***************************************************/
.button {
	padding: 2px 8px;
	display: inline-block;
	margin: 10px;
	border-radius: 2px;
	-webkit-transition: background-color 0.15s ease-out; /* Saf3.2+, Chrome */
  -moz-transition: background-color 0.15s ease-out; /* Firefox 4+ */
  -ms-transition: background-color 0.15s ease-out; /* IE10+ */
  -o-transition: background-color 0.15s ease-out; /* Opera 10.5+ */
  transition: background-color 0.15s ease-out;
}
.big-button {
	font-size: 14px;
	padding: 4px 16px;
	display: inline-block;
	margin: 10px;
	border-radius: 2px;
	-webkit-transition: background-color 0.15s ease-out; /* Saf3.2+, Chrome */
  -moz-transition: background-color 0.15s ease-out; /* Firefox 4+ */
  -ms-transition: background-color 0.15s ease-out; /* IE10+ */
  -o-transition: background-color 0.15s ease-out; /* Opera 10.5+ */
  transition: background-color 0.15s ease-out;
}
.big-button:hover, .button:hover {
	background-color: #444;
	color: #fff;
}
.red {
	background-color: #FF1A1A;
	color: #fff;
}
.light {
	background-color: #e1e1e1;
	color: #444;
}
.green{
	background-color: #99CC00;
	color: #fff;
}
.blue {
	background-color: #00bcf2;
	color: #fff;
}
.yellow {
	background-color: #FBEE00;
	color: #444;
}
.alert {
	color: #fff;
	padding: 20px 20px 20px 80px;
	margin: 10px;
	border-radius: 2px;
	background: #00bcf2 url('images/warning.png') no-repeat 15px ;
}
.note {
	color: #fff;
	padding: 20px 20px 20px 80px;
	margin: 10px;
	border-radius: 2px;
	background: #00bcf2 url('images/note.png') no-repeat 15px ;
}

/***************************************************
					Footer	
***************************************************/
.webapp{
	width: 1200px;
	font-size: 12px;
	clear: both;
	padding-top: 20px;
	margin-top: 20px;
	background: #0F1257;
	margin: 20px auto;
	padding: 25px;
	color: #ffffff;
	
}
.mobileapp{
	width: 1200px;
	font-size: 12px;
	clear: both;
	padding-top: 20px;
	margin-top: 20px;
	background: #ffffff;
	margin: 20px auto;
	padding: 25px;
	
	
}
.webhost{
	width: 1200px;
	font-size: 12px;
	clear: both;
	padding-top: 20px;
	margin-top: 20px;
	background: #0D5611;
	margin: 20px auto;
	padding: 25px;
	color: #ffffff;
	
}
footer{
	width: 1200px;
	font-size: 12px;
	clear: both;
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
	background: #eee;
	margin: 20px auto;
	padding: 25px;
	
}
footer a img{
	transition-property:opacity; 
	transition-duration: 0.2s; 
	transition-timing-function: ease-out;
}
footer a img:hover{
	opacity: 0.5;
}
footer h1, footer h2{
	color: #222;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}
footer h1{
	text-transform: uppercase;
}
footer h2{
	font-size: 12px;
	line-height: 0.9em;
	-webkit-transition: color 0.3s ease-out; /* Saf3.2+, Chrome */
  -moz-transition: color 0.3s ease-out; /* Firefox 4+ */
  -ms-transition: color 0.3s ease-out; /* IE10+ */
  -o-transition: color 0.3s ease-out; /* Opera 10.5+ */
  transition: color 0.3s ease-out;
}
#widget1, #widget2, #widget3{
	width: 220px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

footer #widget2 a h1:hover{
	color: #00BCF2;
}

#widget4{
	float: left;
	width: 220px;
	margin-bottom: 20px;
}
#widget2 p{
	font-size: 13px;
}
#widget3 a img{
	float: left;
	clear: both;
	margin-right: 10px;
}
#footerarticle{
	height: 30px;
}
#footerarticle h3{
	color: #000080;
}

#footerarticle #fainfo{
	width: 170px;
	float: right;
}
#footerarticle p{
	font-size: 10px;
	margin: -5px 0 0 0;
	line-height: 1px;
}	
footer #footerarticle #fainfo  h2:hover{
	color: #00BCF2;
}
	
#copyrights{
	clear: both;
	padding: 20px 0;
	border-top:2px solid #34373E;
}
#copyrights p{
	float: left;
}
#designedby{	
	float: right;
}




/*******Login*********/
.divdeco{
	width:100%;
	background:#fff;   
	height:30px;
	line-height:30px;
	vertical-align:middle;
	border-bottom:1px solid #bbb;
}
.divlogin{
	margin:0px auto;
	//background:#fff;   
	width:1250px;
	text-align:right;
	//padding-left:100px;
	padding-right:0px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	color:#003;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid #bbb;
}

.loginbutton{
	width:60px;
	height:40px
	color:#fff;
	font-weight:bold;
	background:#0095da;
	border-top:1px solid #009;
	border-left:1px solid #009;
	border-right:1px solid #009;
	border-bottom:1px solid #009;
}
.signupanchor{
	color:#0095da;
	text-decoration:none;
	font-family:arial,verdana;
	font-weight:bold;
	font-size:12px;
}

/******Span Title****/
.divtitlesearch{

	background:#fff; 
	margin:0px auto;  
	text-align:left;
	width:1250px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	height:100px;
	color:#003;
	line-height:100px;
	font-size:12px;
	vertical-align:middle;
	font-family:arial,verdana;
	font-weight:normal;
	border-top:0px solid #003;
	//border-bottom:1px solid #003;
	//overflow:auto;
}
.spantitle{	
	//background:#;
	font-size:50px;
	color:#003;
	text-align:left;
	vertical-align:middle;
	font-family:candara,consolas,aharoni,andalus;
	font-weight:bold;
	display:inline;
	float left;
}

.logoimage{
	//padding-top:10px;
	//padding-left:20px;
	vertical-align:middle;
	margin-top:0px;
	width:64px;
	height:45px;
	//float:right;
	display:inline;
}
.spantitlesub{	
	//background:#;
	font-size:30px;
	color:#000;
	line-height:90px;
	text-align:left;
	vertical-align:bottom;wi
	font-family:candara,consolas,aharoni,andalus;
	font-weight:bold;
	display:inline;
}

.spantitlesuper{	
	//background:#;
	font-size:9px;
	color:#003;
	//float:left;
	text-align:left;
	vertical-align:super;
	font-family:candara,consolas,aharoni,andalus;
	font-weight:bold;
	display:inline;
}

.divsearch{
	line-height:40px;
	vertical-align:middle;
	background:#fff;   
	text-align:left;
	vertical-align:middle;
	padding-left:3px;
	margin-top:0px;
	margin-left:30px;
	width:690px;
	height:40px;
	color:#003;
	font-size:12px;
	font-family:verdana;
	font-weight:normal;
	border-top:2px solid #009;
	border-left:2px solid #009;
	border-right:2px solid #009;
	border-bottom:2px solid #009;
	border-radius:7px 7px 7px 7px;
	display:inline-block;
}

.other_services {
    width: 210px;
}
.other_services_title {
	width: 210px;
	height: 28px;
	background-image: url("images/menubar.png");
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	opadding-top: 10px;
	border: 1px solid #f60;
}
.other_services_content {
	width: 200px;
	padding: 10px 0 10px 10px ;
	border: 1px solid #ccc;
}
.sent{
    width: 920px;	
	
}