@charset "utf-8";
/* CSS Document */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

/****************************************************************************************/
/*                                        Starts Here                                   */
/****************************************************************************************/

body{width:100%;height:100%;background:#4d494a;font-family:Arial, Helvetica, sans-serif;}

#header{width:100%;height:260px;background-color:white;background:url(../img/header_shadow_bottom.jpg) repeat;text-align:center;}
#header_content{width:852px;height:260px;margin:auto;background:url(../img/banner.jpg) no-repeat;left:-11px;position:relative;}
#header_content h1{display:none;}
#newsletter{width:500px;height:30px;float:right;margin-top:20px;text-align:left;padding-top:0px;color:#999999;font-size:11px;text-align:right;}
#newsletter span{position:absolute;margin-top:8px;}
#newsletter input.input{width:207px;height:27px;border:0px;background:url(../img/input.png) no-repeat;font-size:11px;margin-left:140px;color:#999999;padding-left:10px;}
#newsletter input.button{width:59px;height:25px;border:0px;background:url(../img/signup.png) no-repeat;cursor:pointer;position:relative;top:-1px;left:5px;margin-right:5px;}
#newsletter input.button:hover{background:url(../img/signup_hover.png) no-repeat;}

#wrapper{width:100%;height:600px;text-align:center;background:#ffffff;}
#content{width:830px;height:600px;margin:auto;}
#content .content_block h2,#content .content_block_last h2{color:#344570;font-size:20px;margin-bottom:10px;font-weight:normal;line-height:27px;}
#content .content_block p,#content .content_block_last p{color:#7c7c7c;font-size:12px;line-height:20px;text-align:justify;margin-bottom: 11px}
.content_block{width:219px;height:474px;background:url(../img/content_block.jpg) no-repeat;text-align:left;float:left;margin-right:26px;margin-top:30px;padding:20px;}
.content_block_last{width:219px;height:474px;background:url(../img/content_block.jpg) no-repeat;text-align:left;float:left;margin-top:30px;padding:20px;}
#button_start_application{width:223px;height:63px;position:absolute;background:url(../img/button_start_application_new.gif);margin-left:20px; margin-top:420px;cursor:pointer;}
#button_start_application:hover{background:url(../img/button_start_application_hover_new.gif);}

#footer{width:100%;height:50px;padding-bottom:40px;text-align:center;background:url(../img/footer_shadow_top.jpg) repeat-x;}
#footer_content{width:830px; height:50px;margin:auto;}
#footer_content_contact{width:830px;height:40px;padding-top:20px;font-size:18px;color:#ffffff;font-weight:lighter;line-height:22px;}
#footer_content_contact span{margin-left:20px;margin-right:20px;color:#7e7a7b;}
#footer_content_copyright{width:770px;height:15px;color:#999999;float:right;font-size:10px;margin-top:20px;margin-right:20px;text-align:center;}
#footer_content_copyright span{float:left;font-size:11px;font-weight:bold;color:#ffffff;letter-spacing:1px;}
#footer_content_contact a {
	color: #FFF;
	text-decoration: none;
}
#pagelinks{width:223px;height:63px;position:absolute;margin-left:20px; margin-top:500px;}
#pagelinks p a {
	color: #344570;
	line-height: 32px;
	text-decoration: none;
}
#pagelinks p a:hover {
	text-decoration: underline;
}