/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




html,body {
	height: 100%;
}

body {
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #262626;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 300;

	background: #fff url(../images/watermark.png) no-repeat bottom right;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Oswald, sans-serif;
	line-height: 1.2em;
	margin: 0 0 25px;
	text-transform: uppercase;
	font-weight: 300;
	color: #000;
}

h1 {
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 24px;
	color: #f68b33;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

p {
	margin: 0 0 1.5em;
}

hr {
	display: block;
	height: 1px;
	margin: 30px 0;
	border: 1px solid #d1d1d1;
}

a {
	color: #00467f;
	text-decoration: none;
	outline: 0;
}

a:hover,a:focus {
	color: #f68b33;
	outline: 0;
}

ul,ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: none outside;
}

li {
	margin: 0 0 4px;
	padding: 0;
}

ul li {
	background: url(../images/marker-2.png) 0 6px no-repeat;
	padding: 0 0 0 20px;
}

li a {
	text-transform: uppercase;
}

li a:hover {
}

div.grid_8 ul li {
	margin-left: 20px;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -155px;
/* the bottom margin is the negative value of the footer's height */
}

.footer,.push {
	height: 155px;
/* .push must be the same height as .footer */
}

#header {
	padding: 10px 0;
	width: 100%;
	position: fixed;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
	z-index: 1000;
}

#logo {
	float: left;
	margin-top: 10px;
}

nav.primary {
	float: right;
}

.sf-menu {
	margin: 15px 0 0;
}

.sf-menu a {
	color: #aaa;
}

.sf-menu > li > a {
	font-family: Oswald, sans-serif;
	font-size: 18px;
}

#content-wrapper {
	position: relative;


background:url(../images/top-gradient.png) 0 0 repeat-x;
}

#content-wrapper .indent {
	padding: 50px 0;
}

#heading {
padding-top:72px;
height:180px;
background:#b54a28 url(../images/heading-bg.jpg) 0 0 repeat-x;

background: rgb(41,91,158);
background: -moz-linear-gradient(top,  rgba(41,91,158,1) 0%, rgba(14,46,116,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,91,158,1)), color-stop(100%,rgba(14,46,116,1)));
background: -webkit-linear-gradient(top,  rgba(41,91,158,1) 0%,rgba(14,46,116,1) 100%);
background: -o-linear-gradient(top,  rgba(41,91,158,1) 0%,rgba(14,46,116,1) 100%);
background: -ms-linear-gradient(top,  rgba(41,91,158,1) 0%,rgba(14,46,116,1) 100%);
background: linear-gradient(to bottom,  rgba(41,91,158,1) 0%,rgba(14,46,116,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295b9e', endColorstr='#0e2e74',GradientType=0 );

	position:relative;
	}


#heading .container {
	min-height: 180px;
}

body.front #heading .bg {
	background: url(../images/home-banner.png) repeat-x fixed top center;

}

body.login #heading .container {
	background: url(../images/banner-login.png) no-repeat fixed top center;
}

body.contact #heading .container {
	background: url(../images/banner-contact.png) no-repeat fixed top center;
}

body.library #heading .container {
	background: url(../images/banner-library.png) no-repeat fixed top center;
}

body.services #heading .container {
	background: url(../images/banner-services.png) no-repeat fixed top center;
}

#heading .page-heading {
	padding-top: 35px;
}

#heading .page-heading h1 {
	font-size: 48px;
	font-family: Oswald, sans-serif;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #528dc9;
	margin-bottom: 20px;
}



body.front #heading{

height:290px;



background: rgb(247,147,31);
background: -moz-linear-gradient(top,  rgba(247,147,31,1) 0%, rgba(248,151,32,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,147,31,1)), color-stop(100%,rgba(248,151,32,1)));
background: -webkit-linear-gradient(top,  rgba(247,147,31,1) 0%,rgba(248,151,32,1) 100%);
background: -o-linear-gradient(top,  rgba(247,147,31,1) 0%,rgba(248,151,32,1) 100%);
background: -ms-linear-gradient(top,  rgba(247,147,31,1) 0%,rgba(248,151,32,1) 100%);
background: linear-gradient(to bottom,  rgba(247,147,31,1) 0%,rgba(248,151,32,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931f', endColorstr='#f89720',GradientType=0 );

/*background:#f7931f url(../images/home-banner.png);*/

background-position: 0 72px;

}



body.front #heading .page-heading h1 {
	color: #fff;
}

body.front #heading .page-heading h1 span {
	color: #000;
}

body.front #heading .button {
	float: right;
}

#heading .page-heading p {
	font-weight: lighter;
	font-size: 16px;
	line-height: 1.6em;
	color: #fff;
	border-left: 4px solid #528dc9;
	margin-left: 10px;
	padding-left: 20px;
	margin-bottom: 0;
	max-width: 800px;
}


#sidebar {
}

#sidebar .widget {
	margin-bottom: 50px;
}

#sidebar h3 {
	color: #000;
}

.pagination {
	font-family: Oswald, sans-serif;
	text-align: center;
}

.pagination ul li {
	display: inline;
	background: none;
	padding: 0;
}

.pagination a {
	margin: 0 5px;
}

.footer {
	background-color: #f9faf7;
/*	background:url(../images/little_triangles.png);*/
	height: auto;
	border-top: 1px solid #e5e5e5;
}

.footer .indent {
	padding: 40px 0 30px;
}

.footer h3 {
	color: #000;
}

.copyright {
	text-transform: uppercase;
	font-size: 10px;
	padding: 15px 0;
	color: #fff;
	background: #000;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #f68b33;
}

p.copy {
	margin: 0;
}

p.credit {
	text-align: right;
	margin: 0;
}

.getintouch img {
	margin-right: 10px;
}

.getintouch h4 {
	margin-bottom: 10px;
}

.articles span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

.articles li {
	margin-bottom: 20px;
}

.btn-wrapper {
	margin-left: 50px;
	padding-top: 10px;
	float: right;
}

.btn-wrapper .button {
	margin-bottom: 10px
}

#content-wrapper .services .grid_4 {
	text-align: center;
}

#content-wrapper .services .grid_8 .indent {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 3px solid #ccc;
	padding: 30px 30px 30px 0;
	background: #fff url(../images/consulting-bg.jpg) no-repeat center right;
}

.services .grid_8 h2 {
	margin-bottom: 20px;
}

.services .grid_8 h3 {
	margin-bottom: 20px;
}

#content-wrapper .services .grid_4 .indent {
	padding: 0 30px;
}

#content-wrapper .services .grid_4 h3 {
	color: #00467f;
}

.services h2 {
	color: #00467f;
}

.header ul {
	margin-bottom: 50px;
line-height:40px;
border-bottom: 3px solid #ccc;

}

.header ul li {
	display: inline-block;
	background: none;
	padding: 0;

margin-bottom:0
}

.header ul li a {
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	padding: 0 50px 10px;

}

.header ul li.active a {
	color: #f68b33;
	border-bottom: 2px solid #f68b33;
}

label,legend {
	font-family: Oswald, sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
}

.field {
	margin-bottom: 15px;
}

input[type=text],input[type=password],textarea {
	padding: 10px;
	border: 1px solid #cacaca;
	background: #fff;
	font-size: 13px;
	line-height: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.15);
	width: 500px;
	resize: none;
}

p.error {
	font-weight: bold;
	color: #ff0000;

}

.grid_5 input[type=text],
.grid_5 input[type=password] {
	width: 358px;
}

#intro img {
	width: 960px !important;
}

.box {
	background: #164397;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
	padding: 0 30px;
}

.box-1 {
	background: #164397 url(../images/bg-services.jpg) no-repeat bottom right;
}

.box-2 {
	background: #164397 url(../images/bg-library.jpg) no-repeat bottom right;
}

.box-3 {
	background: #164397 url(../images/bg-contact.jpg) no-repeat bottom right;
}

.box h2 {
	color: #fff;
	padding-top: 40px;
	margin-bottom: 40px;
}

.box .button {
	margin-bottom: 30px;
}

.form-wrapper-01 {
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	border-radius: 3px;
	background: #fff;
	width: 190px;
}

.form-wrapper-01 #search {
	font-size: 12px;
	padding: 10px 5px;
	background: none;
	border: 0 none;
	width: 150px;
	box-shadow: none;
}

.form-wrapper-01 #submit {
	background: url(../images/icon_search.png) no-repeat;
	border: 0 none;
	height: 15px;
	width: 15px;
}





.small {

	font-size: 12px;
	font-weight:bold;
	padding: 7px 12px;
	cursor:pointer;	
	line-height:16px;

	display:inline-block;
}
.medium {

	font-size: 14px;
	font-weight:bold;
	padding: 11px 15px;
	cursor:pointer;	
	line-height:18px;

	display:inline-block;
}
.big {

	font-size: 16px;
	font-weight:bold;
	padding: 15px 20px;
	cursor:pointer;	
	line-height:20px;

	display:inline-block;
}
.button {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	behavior:url(PIE.htc);		
	box-shadow: #e3e3e3 0 1px 1px;	
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.1),
		inset 0px 1px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.1),
		inset 0px 1px 1px rgba(255,255,255,0.7);	
	behavior:url(PIE.htc);				

	font-weight:normal;

	text-transform:uppercase;


margin-bottom:20px

}



.orange {
	text-shadow: 1px 1px 0px #ffe8b2;
	color: #7c5d1b;
	border: 1px solid #d6a437;	
    background: #febd4b; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fed970) to(#febd4b)); /*old webkit*/
    background: -webkit-linear-gradient(#fed970, #febd4b); /*new webkit*/
    background: -moz-linear-gradient(#fed970, #febd4b); /*gecko*/
    background: -ms-linear-gradient(#fed970, #febd4b); /*IE10*/
    background: -o-linear-gradient(#fed970, #febd4b); /*opera 11.10+*/
    background: linear-gradient(#fed970, #febd4b); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fed970, #febd4b); /*PIE*/
	
	
}
.orange:hover {
	color: #7c5d1b;
	border: 1px solid #d6a437;	
    background: #febd4b; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#febd4b) to(#fed970)); /*old webkit*/
    background: -webkit-linear-gradient(#febd4b, #fed970); /*new webkit*/
    background: -moz-linear-gradient(#febd4b, #fed970); /*gecko*/
    background: -ms-linear-gradient(#febd4b, #fed970); /*IE10*/
    background: -o-linear-gradient(#febd4b, #fed970); /*opera 11.10+*/
    background: linear-gradient(#febd4b, #fed970); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#febd4b, #fed970); /*PIE*/	
}

.red {
	text-shadow: 1px 1px 0px #a6432c;
	color: #ffffff;
	border: 1px solid #dc5653;	
    background: #fe5d62; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fe8781) to(#ce3525)); /*old webkit*/
    background: -webkit-linear-gradient(#fe8781, #ce3525); /*new webkit*/
    background: -moz-linear-gradient(#fe8781, #ce3525); /*gecko*/
    background: -ms-linear-gradient(#fe8781, #ce3525); /*IE10*/
    background: -o-linear-gradient(#fe8781, #ce3525); /*opera 11.10+*/
    background: linear-gradient(#fe8781, #ce3525); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fe8781, #ce3525); /*PIE*/
	
	
}
.red:hover {
	color: #ffffff;
	border: 1px solid #dc5653;	
    background: #fe5d62; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fe5d62) to(#fe8781)); /*old webkit*/
    background: -webkit-linear-gradient(#fe5d62, #fe8781); /*new webkit*/
    background: -moz-linear-gradient(#fe5d62, #fe8781); /*gecko*/
    background: -ms-linear-gradient(#fe5d62, #fe8781); /*IE10*/
    background: -o-linear-gradient(#fe5d62, #fe8781); /*opera 11.10+*/
    background: linear-gradient(#fe5d62, #fe8781); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fe5d62, #fe8781); /*PIE*/	
}
.blue {
	text-shadow: 1px 1px 0px #b3e8f9;
	color: #3c7389;
	border: 1px solid #4bb6da;	
    background: #5ccded; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7ad6fc) to(#5ccded)); /*old webkit*/
    background: -webkit-linear-gradient(#7ad6fc, #5ccded); /*new webkit*/
    background: -moz-linear-gradient(#7ad6fc, #5ccded); /*gecko*/
    background: -ms-linear-gradient(#7ad6fc, #5ccded); /*IE10*/
    background: -o-linear-gradient(#7ad6fc, #5ccded); /*opera 11.10+*/
    background: linear-gradient(#7ad6fc, #5ccded); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#7ad6fc, #5ccded); /*PIE*/
	
	
}
.blue:hover {
	color: #3c7389;
	border: 1px solid #4bb6da;	
    background: #5ccded; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#5ccded) to(#7ad6fc)); /*old webkit*/
    background: -webkit-linear-gradient(#5ccded, #7ad6fc); /*new webkit*/
    background: -moz-linear-gradient(#5ccded, #7ad6fc); /*gecko*/
    background: -ms-linear-gradient(#5ccded, #7ad6fc); /*IE10*/
    background: -o-linear-gradient(#5ccded, #7ad6fc); /*opera 11.10+*/
    background: linear-gradient(#5ccded, #7ad6fc); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#5ccded, #7ad6fc); /*PIE*/	
}
