/* 
 HTML 5 reset stylesheet
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, 
cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, 
audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

a:link,a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul, ol{
	list-style: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* END html5 reset stylesheet */

/* --------------- clearfix ------------------- */

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; } 

/* END clearfix */

.container{
	width: 999px;
	margin: 0 auto;
}

body{
	font-size: 100%;
	font-family:  Arial, sans-serif;
	color: #666666;
}

h1{
	font-size: 1.375em;
	color: #204c6e;
	font-weight: normal;
	padding-bottom: 9px;
	border-bottom: 1px dashed #d5d5d5;
	margin-bottom: 14px;
}


/* -- HEADER -- */

header{
	border-bottom: 3px solid #639ec7;
}

.header-top{
	border-top: 1px solid #5f7d91;
	border-bottom: 1px solid #fff;
	background: #063556;
}

.header-top-inner{
	border-top: 1px solid #2f5772;
	border-bottom: 1px solid #7a94a5;
}

.header-top ul{
	margin-right: 44px;
	float: right;
}

.header-top ul li{
	line-height: 22px;
	float: left;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.750em;
	margin-left: 22px;
}

.header-top ul li a{
	color: #78a9ce;
}

.header-bottom{
	padding-top: 15px;
	background: url(../img/bg_header_shade.png) center top no-repeat;
	padding-bottom: 8px;
	border-bottom: 1px solid #7fafd1;
}

.logo{
	float: left;
	width: 131px;
	margin-left: 144px;
}

.logo a{
	display: block;
}

.header-bottom nav{
	margin-top: 46px;
	float: left;
	margin-left: 107px;
	
}

.sf-menu li{
	float: left;
	margin-right: 20px;
}

.sf-menu li a span{
	display: inline-block;
	width: 11px;
	height: 9px;
	margin-right: 4px;
}

.sf-menu li a span.icon-menu-1{
	background: url(../img/icon_menu_1.png) no-repeat;
}

.sf-menu li a span.icon-menu-2{
	background: url(../img/icon_menu_2.png) no-repeat;
}

.sf-menu li a span.icon-menu-3{
	background: url(../img/icon_menu_3.png) no-repeat;
}

.sf-menu li a span.icon-menu-4{
	background: url(../img/icon_menu_4.png) no-repeat;
}

.sf-menu li a span.icon-menu-5{
	background: url(../img/icon_menu_5.png) no-repeat;
}

.sf-menu li a span.icon-menu-6{
	background: url(../img/icon_menu_6.png) no-repeat;
}

.responsive-menu{
	display: none;
	padding: 5px;
	width: 90%;
	margin: 10px auto 0;
}

/* -- BANNER -- */

.banner{
	background: #034c7d url(../img/banner_bg.png) center top no-repeat;
	min-height: 209px; 
	border-top: 1px solid #6fa4c9;
	border-bottom: 1px solid #93b3c7;
	z-index: -1;
}

.banner-wrapper{
	height: 209px;
	overflow: hidden;
}

.banner p{
	font-size: 0.938em;
	color: #b3d0e6;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
	z-index: 2;
	position: relative;
	margin-left: 31px;
}

.banner p.banner-title{
	font-size: 1.375em;
	color: #fff;
}

.banner-left{
	width: 245px;
	float: left;
	margin-left: 98px;
}

.banner-divider{
	float: left;
	width: 3px;
	height: 183px;
	margin-top: 12px;
}

.banner-right{
	width: 627px;
	float: left;
	background: url(../img/banner_frame.png) right top no-repeat;
	height: 159px;
	margin-top: 11px;
	position: relative;
	padding-top: 30px;
}

.banner-left img{
	margin-top: 49px;
}

.banner-right img.banner-right-img{
	position: absolute;
	top: 1px;
	right: 22px;
	z-index: 1;
	display: none;
}

.banner-right img.banner-right-img.first { display: block }

/* -- BODY -- */
.ui-datepicker {z-index: 9999 !important; }

.body{
	padding-top: 34px;
	padding-bottom: 34px;
	min-height: 600px;
}

.body-left{
	width: 436px;
	float: left;
	margin-right: 116px;
	padding-left: 56px;
	background: url(../img/body-left-bg.png) left top no-repeat;
	padding-top: 15px;
	font: 'Open Sans';
}

.sidebar{
	width: 318px;
	float: left;
	margin-right: 73px;
}

.body-left p.big-text{
	font-size: 1.0em;
	line-height: 24px;
}
.body-left h4, .body-left p h4{
	font-size: 1.0em;
	line-height: 24px;
	font-weight: normal;
}

.body-left p{
	font-size: 0.9em;
	line-height: 20px;
	padding-bottom: 10px;
}

hr{
	height: 1px;
	background: none;
	border-top: 1px dashed #d5d5d5;
}
pre {
	width: 480px;
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}
.body ul{
	margin: 0 0 25px 14px;;
}

.body ul li{
	color: #717171;
	font-size: 0.875em;
	line-height: 20px;
	padding-left: 19px;
	background: url(../img/icon_ul.png) left 4px no-repeat;
}

.sidebar h1{
	margin-bottom: 0;
	border-bottom: 0;
}
.sidebar h2{
	font-size: 1.1em;
	color: #457498;
	margin-bottom: 6px;
	border-bottom: 0;
	font-family: 'Roboto Condensed', sans-serif;
}

.sidebar p{
	font-size: 0.875em;
	line-height: 20px;
}

.icon-design{
	width: 92px;
	height: 105px;
	display: block;
	float: left;
	background: url(../img/icon_design.png) no-repeat;
	margin-right: 17px;
}

.icon-database-development{
	width: 96px;
	height: 93px;
	display: block;
	float: left;
	background: url(../img/icon_database_development.png) no-repeat;
	margin-right: 13px;
}

.icon-social-media{
	width: 93px;
	height: 97px;
	display: block;
	float: left;
	background: url(../img/icon_social_media.png) no-repeat;
	margin-right: 16px;
}

.sidebar-box{
	margin-bottom: 35px;
}

.sidebar-box a, .sidebar-box a:visited {
	color: #333;
	text-decoration: none;
}

.sidebar-box a:hover {
	color: #e60000;
}

.sidebar-box p{
	float: left;
	width: 200px;
}

form.form{
	width: 443px;
	border: 1px solid #0e3c5b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #034c7d;
	padding: 18px 0 8px;
	margin-top: 30px;
}

.form-box{
	margin-bottom: 8px;
}

.form-left{
	width: 132px;
	float: left;
	margin-top: 6px;
	margin-right: 13px;
	color: #fff;
	font-size: 0.750em;
	text-transform: capitalize;
	text-align: right;
	line-height: 21px;
}

.form-right{
	width: 276px;
	float: left;
}

.form-right-2{
	color: #0e3c5b;
	font-size: 0.750em;
}

.form-right-2 span{
	vertical-align: 20%;
}

.form-right-2 label{
	margin-right: 40px;
}

.form-right input.input-field{
	border: 1px solid #0e3c5b;
	color: #0e3c5b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 27px;
	outline: 0;
	padding: 2px 5px 1px;
	font-size: 0.850em;
}

.dropdown{
	position: relative;
	border: 1px solid #0e3c5b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 139px;
	padding: 1px 5px;
	background: #fff url(../img/drop-arrow.gif) right 4px no-repeat;
	text-align: center;
	cursor: pointer;
}

.dropdown ul{
	position: absolute;
	left: 0;
	width: 149px;
	list-style: none;
	border: 1px solid #0e3c5b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	margin-top: 3px;
	margin-left: 0px;
	display: none;
}

.dropdown ul li {
	padding-left: 0;
	background: none;
}

.dropdown ul li a{
	font-size: 0.850em;
	color: #0e3c5b;
	display: block;
	text-align: center;
	text-decoration: none;
}

.dropdown ul li a:hover{
	background: #000;
	color: #fff;
}

.dropdown-selection{
	color: #0e3c5b;
	font-size: 0.850em;
}

.form-right textarea{
	padding: 5px;
	border: 1px solid #0e3c5b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 274px;
	height: 77px;
	overflow: hidden;
	color: #0e3c5b;
	font-size: 0.850em;
	font-family: Arial;
	outline: 0;
}

input.submit-btn{
	border: 1px solid #5f7d91;
	color: #fff;
	font-size: 0.689em;
	text-transform: uppercase;
	height: 27px;
	padding: 0 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #0e3c5b;
}

input.submit-btn:hover{
	background: #5f7d91;
	cursor: pointer;
}

/* -- SEARCH -- */
#search-results h3 a, #search-results p a, {
	color: #333;
}

#search-results h3 a:visited, #search-results p a:visited, {
	color: #333;
}

/* -- CONTACT BAR -- */

.contact-bar{
	background: #e5e5e5;
	background:-moz-linear-gradient(top, #f1f1f1 0, #e5e5e5);
	background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e5e5e5));
	background:-o-linear-gradient(top, #f1f1f1 0, #e5e5e5);
	background:-ms-linear-gradient(top, #f1f1f1 0, #e5e5e5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e5e5e5', GradientType=0);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e5e5e5', GradientType=0);
	background:linear-gradient(top, #f1f1f1 0, #e5e5e5);
	border-bottom: 1px solid #fff;
}
.contact-bar a:hover{
	background: #666;
	color: #fff;
	text-decoration: none;
}
.contact-bar a{
}

.contact-box p{
	float: left;
	line-height: 38px;
	color: #999999;
	font-weight: bold;
	font-size: 0.689em;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #fff;
}

.contact-box p.last-contact{
	border-right: 0;
}

.contact-box p.contact-ways{
	margin-left: 42px;
	border-left: 0;
	padding-right: 12px;
}

.contact-box p a{
	display: block;
	text-align: center;
	color: #999999;
	line-height: 38px;
	padding: 0 22px;
}

.icon-phone{
	display: inline-block;
	width: 15px;
	height: 17px;
	background: url(../img/icon_phone.png) no-repeat;
	margin-right: 7px;
	vertical-align: middle;
}

.icon-email{
	display: inline-block;
	width: 17px;
	height: 19px;
	background: url(../img/icon_email.png) no-repeat;
	margin-right: 7px;
	vertical-align: middle;
}

.icon-chat{
	display: inline-block;
	width: 24px;
	height: 25px;
	background: url(../img/icon_chat.png) no-repeat;
	margin-right: 7px;
	vertical-align: middle;
}

.icon-schedule{
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(../img/icon_clock.png) no-repeat;
	margin-right: 7px;
	vertical-align: middle;
}

.icon-meeting{
	display: inline-block;
	width: 20px;
	height: 19px;
	background: url(../img/icon_coffee.png) no-repeat;
	margin-right: 7px;
	vertical-align: middle;
}

.icon-skype{
	display: inline-block;
	width: 38px;
	height: 17px;
	background: url(../img/icon_skype.png) no-repeat;
	margin-right: 7px;
	vertical-align: middle;
}

/* -- FOOTER -- */

footer{
	background: #0e3c5b url(../img/bg_footer.png) center top no-repeat;
	min-height: 248px;
	padding-top: 22px;
}

.footer-box{
	float: left;
}

.footer-box ul li{
	text-transform: uppercase;
}

.footer-box ul li ul li{
	text-transform: none;
	padding-left: 0;
	padding-left: 25px;
	line-height: 11px;
}

.footer-box ul li a{
	color: #7f7e00;
	font-weight: bold;
	font-size: 0.688em;
	border-bottom: 1px solid #666666;
	padding-bottom: 8px; 	
	display: block;
	padding-left: 25px;
	margin-bottom: 15px;
}

.footer-box ul li ul li a{
	color: #999;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: 0;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
}

.footer-box1{
	margin-left: 55px;
	width: 181px;
}

.footer-box2{
	width: 188px;
}

.footer-box3{
	width: 186px;
}

.footer-box4{
	width: 200px;
}

p.copyright{
	font-size: 0.750em;
	color: #999;
	text-align: center;
	margin-top: 50px;
}
p.copyright a{
	color: #aaa;
}
p.copyright a:hover{
	color: #ffec9f;
	text-decoration: underline;
}
p.admin{
	font-size: 0.750em;
	color: #999;
	text-align: center;
	margin-top: 10px;
}
p.admin a{
	color: #aaa;
}
p.admin a:hover{
	color: #ffec9f;
	text-decoration: underline;
}

/* -- CUSTOM STYLES -- */

.styledRadio, .styledCheckbox{
	display: inline-block;
	margin-top: 5px;
	margin-right: 2px;
}

/* #Media Queries
================================================== */

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 1024px) {
	.container{
		width: 750px;
	}
	.logo{
		margin-left: 0;
	}
	.header-bottom nav{
		margin-left: 0;
		float: right;
	}
	.banner-left{
		margin-left: 0;
		width: 230px;
	}
	.banner-right{
		width: 515px;
	}
	.body-left{
		margin-right: 0;
		width: 370px;
		padding-left: 40px;
	}
	.sidebar{
		margin-right: 0;
		float: right;
	}
	form.form{
		margin-left: -40px;
		width: 362px;
	}
	.form-right{
		width: 200px;
	}
	.form-right textarea{
		width: 200px;
	}
	.form-right-2 label{
		margin-right: 10px;
	}
	.contact-box p.contact-ways{
		margin-left: 0;
	}
	.contact-box p a{
		padding: 0 6px;
	}
	.footer-box{
		margin-bottom: 50px;
	}
	.footer-box1{
		margin-left: 0;
		width: 250px;
	}
	.footer-box2{
		width: 250px;
	}
	.footer-box3{
		width: 250px;
	}
	.footer-box4{
		clear: left;
		width: 250px;
	}
	.footer-box5{
		width: 250px;
	}
	p.copyright{
		margin-top: 20px;
	}
	footer{
		padding-bottom: 15px;
	}
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {}

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
	.container{
		width: 460px;
	}
	.header-top ul{
		margin-right: 0;
	}
	.header-bottom nav{
		margin-left: 0px;
		margin-top: 20px;
	}
	.sf-menu{
		display: none;
	}
	.responsive-menu{
		display: block;
		width: 280px;
	}
	.banner{
		display: none;
	}
	.body-left{
		width: 420px;
		padding-left: 40px;
		margin-bottom: 30px;
		float: none;
	}
	.sidebar{
		float: none;
		width: 100%;
	}
	.sidebar-box p{
		width: 300px;
	}
	.contact-box p{
		float: none;
		text-align: center;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #cfcfcf;
		border-left: 0;
		border-right: 0;
	}
	.contact-box p.last-contact{
		border-bottom: 0;
		line-height: 20px;
	}
	.footer-box1, .footer-box2, .footer-box3, .footer-box4, .footer-box5{
		width: 230px;
	}
	.footer-box3, .footer-box5{
		clear: left;
	}
	.footer-box4{
		clear: none;
	}
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
	.container{
		width: 300px;
	}
	.logo{
		margin: 0 auto;
		float: none;
	}
	.header-bottom nav{
		float: none;
	}
	.responsive-menu{
		width: 298px;
	}
	.body-left{
		width: 280px;
		padding-left: 20px;
	}
	form.form{
		margin-left: -10px;
		width: 280px;
	}
	.form-right{
		padding-left: 30px;
	}
	.sidebar{
		width: 300px;
	}
	.sidebar-box div span{
		margin: 0 auto;
		float: none;
	}
	.sidebar-box p{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.sidebar-box h1{
		text-align: center;
	}
	.footer-box1, .footer-box2, .footer-box3, .footer-box4, .footer-box5{
		margin: 0 auto 20px;
		float: none;
	}
  }