/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}
	
html, body {
	height: 100%;
	font-family: arial, helvetica;
	color:#000000;
	font-weight:normal;
	font-size:14px;
	line-height:22px;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
a{
	color: #3c6087;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
strong{ font-weight:bold; }

#header{
	margin:0;
	position:absolute;
	top:0;
	z-index:999;
	width:100%;
	border-top:8px solid #e6e2e0;
	height:196px;
	background:url(images/header-bg.png) repeat-x 0 0;
}
#header .inner{
	max-width:1000px;
	width:auto;
	margin:0 auto;
}
#header .logo{
	float:left;
	margin:35px 0;
}
#header .link-login{
	float:right;
	margin:0;
	background:#e6e2e0;
	padding:1px 15px 5px;
	position:relative;
}
#header .link-login input.form-text{
	border: 0;
    color: #333333;
    float: left;
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    margin-left: 5px;
    padding: 5px 7px;
    width: 104px;
    font-family: 'Source Sans Pro',arial,helvetica;
}
#header .link-login input.form-submit{
	background: url("images/greenbtn.png") no-repeat scroll 0 0;
    border: 0 none;
    clear: both;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 12px;
    margin: 5px 0 0;
    padding: 1px 3px;
    cursor:pointer;
}
#header .link-login span{
	bottom: 3px;
    left: 20px;
    position: absolute;
    text-transform: uppercase;
}
#header .link-login span a{
	font-size:10px;
	color:#333333;
	font-family: 'Source Sans Pro',arial,helvetica;
}

#pagewrapper{
	max-width:1000px;
	width:auto;
	padding:0;
	margin:196px auto 0;
	position:relative;
}
#left{
	width:26.1%;
	float:left;
	margin-top:-7px;
}
#left .block{
	background:#e7edf3;
	border-radius:3px;
	margin:0 0 5px;
	padding:22px 5px 22px 23px;
}
#left .block.link{
	padding:10px 5px 10px 23px;
	background:#3c6087;
}
#left .block.link.even{ background:#6084ac; }
#left .block.link a{
	color:#fff;
	font-weight:bold;
	line-height:16px;
}
#left .block a.ailalogo{
	margin-top:130px;
	display:block;
}

#main{
	width:70.2%;
	float:right;
}
#main .intro{
	background:#f3f0eb;
	border-radius:3px;
	width:100%;
	margin:0 0 45px;
}
#main .intro .inner{
	padding:40px 20px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main .content{
	padding:0 10px 0 30px;
}
#main h1{
	font-size:22px;
	color:#3c6087;
	font-weight:bold;
	margin:10px 0 15px;
}
#main h2{
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin:0 0 5px;
}
#main p{
	margin: 0 0 20px;
}
#main ul{
	list-style:none outside none;
	margin:0 0 20px;
}
#main ul li{
	list-style:none outside none;
	margin:0 0 5px 12px;
	background:url(images/greenbullet.png) no-repeat 0 9px;
	padding-left:15px;
}

#footer{
	width:100%;
	background:#3c6087;
	padding:20px 0;
}
#footer .footerinner{
	max-width:1000px;
	margin:0 auto;
}
#footer p{
	font-size:12px;
	color:#fff;
	margin:0 0 5px;
}

@media screen and (min-width: 0px) and (max-width: 1025px) {

	#header .logo{ margin-left:10px; }
	#header .link-login{ margin-right:10px; }
	#left{ margin-left:10px; }
	#main{ margin-right:10px; }
	#footer p{ margin-left:10px; }

}
.hidden { display: none; }