/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
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,main{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}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 #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* layout */
body {
	background: linear-gradient(#dde0ea, #f7f7f7) repeat-x;
	background-size: auto 510px;
	background-color: #f7f7f7;
	margin: 0 auto;
	font: 16px 'Open Sans';
	color: #121212;
}

h2 {
	font: 27px 'Open Sans';
	font-weight: normal;
}

h3 {
	font: 19px 'Open Sans';
	font-weight: bold;
}

p {
	margin-top: 20px;
	text-align: justify;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1.logo {
	display: block;
	width: 331px;
	height: 89px;
	background: transparent url('img/logo.png') no-repeat;
	float: left;
	margin: 20px 0 0 3px;
}

.centered {
	width: 1100px;
	margin: 0 auto;
}

header.centered {
	margin: 0px auto 46px auto;
	overflow: hidden;
}

nav.top, nav.fixed {
	background: linear-gradient(#2b4d90, #264784) no-repeat;
	border-bottom: 4px solid #1a3366;	
}

nav.top {
	border-radius: 3px;
	float: right;
	margin: 26px 0 0 0;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
	height: 43px;
}

nav.fixed {
	position: fixed;
	top: -5px;
	left: 0;
	width: 100%;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.55);
	z-index: 100;
	height: 73px;
}

nav.top ul, nav.fixed ul {
	padding: 0 9px;
}

nav.fixed ul {
	float: right;
}


nav.top ul  li, nav.fixed ul  li {
	padding-bottom: 15px;
	height: 43px;
	display: inline;
}

nav.top a, nav.fixed a {
	text-decoration: none;
	font-size: 18px;
	color: #ffffff;
	height: 38px;
	padding: 9px 11px 0px 11px;
	float: left;
}

nav.top a:hover, nav.fixed a:hover {
	background: linear-gradient(#0f2360, #0e2154) no-repeat;
	border-radius: 3px;
	border-bottom: 4px solid #0b173d;
	height: 34px;
}

nav.fixed a{
	height: 36px;
	padding: 39px 11px 0px;
	line-height: 0;
}

.bg-logo {
	background: transparent url('img/logo_medium.png') 80px center no-repeat;
	height: 100%;
}

.slider { 
	position: relative; 
	overflow: auto; 
	clear: both;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.23);
	border-radius: 3px;
}
.slider li { 
	list-style: none; 
}
.slider ul li { 
	float: left; 
} 

.slide-content {
	width: 359px;
	height: 320px;
	border: 2px solid #000000;
	border-right: none;	
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: transparent url('img/slider_gradient.png') no-repeat;
	padding: 34px 0 0 37px;
	box-sizing: border-box;
}

.slider h2, .slider h3 {
	color: #f2f2f2;
}

.wide-letters {
	letter-spacing: 2px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.slider-icon {
	margin-left: 22px;
}

.slider p {
	font-size: 16px;
	color: #f2f2f2;
	width: 280px;
}

a.yellow-button {
	display: inline-block;
	background: linear-gradient(#f0e300, #e6d900) no-repeat;
	height: 47px;
	border-bottom: 4px solid #cabf00;
	border-radius: 3px;
	box-sizing: border-box;
	color: #00056a;
	font: 18px 'Open Sans';
	text-decoration: none;
	padding: 7px 14px;
	margin-top: 26px;
}

a.yellow-button:hover {
	background: linear-gradient(#fffc00, #fff000) no-repeat;
	border-color: #ded100;
}

#slide-01 div.slide-container {
	background: transparent url('slider/01.jpg') top right no-repeat;
}

#slide-02 div.slide-container {
	background: transparent url('slider/02.jpg') top right no-repeat;
}

main.centered {
	margin-top: 36px;
}

main h2 {
	color: #00056a;
	font-size: 32px;
}

main p {
	line-height: 26px;
}

main #site-content {
	width: 785px;
	box-sizing: border-box;
	padding: 24px 33px 0 21px;
	float: left;
}

.bg-boxes {
	background: transparent url('img/box_packages.png') bottom right no-repeat;
}

form {
	margin: 25px 0px 25px 13px;
	padding-bottom: 30px;
}

#site-content table td {
	padding: 10px 0;
	vertical-align:middle;
}

form table td label {
	margin-right: 21px;
}

form input[type="text"], form textarea {
	background: #ffffff;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	width: 241px;
	padding: 0 10px;
}

form input[type="text"]:focus, form textarea:focus {
	border-color: #b0b0b0;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
}

form input[type="text"] {
	height: 34px;	
}

form textarea {
	padding: 6px 10px;
	font: 13px 'Open Sans';
}

form input[type="submit"] {
	background: linear-gradient(#2b4d90, #264784) no-repeat;
	border: none;
	border-bottom: 4px solid #1a3366;
	border-radius: 3px;
	height: 47px;
	margin: 55px 0 0 0;
	padding: 0px 15px;
	cursor: pointer;
	font: 18px 'Open Sans';
	color: #ffffff;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
}

form input[type="submit"]:hover {
	background: linear-gradient(#0f2360, #0e2154) no-repeat;
	border-bottom: 4px solid #0b173d;
}

main #site-sidebar {
	float: right;
	width: 300px;
}

.top-shadow {
	padding-top: 11px;
	background: transparent url('img/top_shadow.png') top center no-repeat;
	width: 300px;
}

.silver-box {
	background-image: linear-gradient(to bottom, #FCFCFC 0%, #EDEDED 25%, #F7F7F7 50%, #EDEDED 75%, #FCFCFC 100%);
	box-sizing: border-box;
	width: 300px;
	height: 370px;
	border-bottom: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-radius: 3px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.blue-box {
	background: linear-gradient(#2b4d90, #264784) no-repeat;
	border-bottom: 6px solid #1a3366;
	border-radius: 3px;
	box-sizing: border-box;
	width: 300px;
	height: 300px;	
	margin: 26px 0 0 0;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
}

footer {
	background: #0a1f4a;
	border-top: 5px solid #1e3768;
	height: 85px;
	box-sizing: border-box;
	clear: both;
	margin-top: 38px;
	color: #e3e3e3;
	font-size: 13px;
}

#copyright {
	float: left;
}

#copyright p {
	letter-spacing: 2px;
}

#copyright a {
	letter-spacing: 1px;
	color: #e3e3e3;
	font-weight: bold;
}

footer img {
	float: left;
	margin: 16px 0 0 325px;
}

#annotation {
	float: right;
	font-size: 10px;
	padding-left: 29px;
	background: transparent url('img/brush.png') left center no-repeat;
}

#annotation a {
	color: #e3e3e3;
	font-size: 12px;
	line-height: 150%;
}

.clear-hack {
	clear: both;
}

#site-content ul 
{
	margin: 20px 0px 10px 30px;
}

#language-links {
	font-size: 12px;
	margin: 10px 10px 0 0;
	height: 10px;
}

