*{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

html{
	background-color:#FFF;
	background-image:url(../images/background.png);
	background-repeat:repeat-y;
	background-position:top center;
	min-height:100%;
}

div#global{
	width:940px;
	min-height:450px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-color:#F7F7F7;
}

/*** HEADER ***/

div#global div#wrapper{
	width:920px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
}

div#global div#header{
	position:absolute;
	z-index:1000;
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

div#global div#header a.logo{
	margin:0px 0px 0px 50px;
}

div#global div#header a.logo img{
	margin-top:5px;
	border:0;
}

div#global div#header div#menu{
	float:right;
	margin:55px 130px 0px 0px;
}

div#global div#header div#menu ul{
	list-style-type:none;
}

div#global div#header div#menu ul li{
	color:#002458;
	display:inline-block;
	height:38px;
	text-align:center;
	margin-right:15px;
	font-weight:600;
}

div#global div#header div#menu ul li a{
	color:#002458;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	display:block;
	padding:12px 0px;
}

div#global div#header div#menu ul li:hover a, div#global div#header div#menu ul li.active a{
	text-decoration:underline;
}

/*** SLIDER ***/

div#global div#slider{
	width:900px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

/*** CONTENT ***/

div#global div#line{
	width:940px;
	height:65px;
	background-image:url(../images/bar.gif);
	background-repeat:repeat-x;
}

div#global div#line h1{
	float:left;
	font-size:26px;
	color:#002458;
	padding:15px 30px 0px 30px;
	margin-right:30px;
	background-image:url(../images/separate.jpg);
	background-repeat:no-repeat;
	background-position:right 18px;
}

div#global div#line h2{
	font-size:14px;
	color:#444;
	padding:24px 10px 0px 0px;
}

div#global div#container{
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-x;
	padding:60px 0px 40px 45px;
	color:#FFF;
	background-color:#FFF;
	overflow:hidden;
}

div#global div#container ul{
	list-style-type:none;
}

div#global div#container ul li{
	float:left;
	width:275px;
	min-height:100px;
	padding-right:35px;
	background-image:url(../images/text-separator.png);
	background-repeat:repeat-y;
	background-position:275px 0px;
}

div#global div#container ul li.large{
	width:550px;
}

div#global div#container ul li:last-child{
	background-image:none;
	padding-right:0px;
}

div#global div#container ul.submenu li{
	float:none;
	min-height:30px;
}

div#global div#container ul.submenu li a{
	font-size:14px;
	font-weight:bold;
	color:#444;
	text-decoration:none;
}

div#global div#container ul.submenu li.active a{
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:10px;
}

div#global div#container ul.submenu li.active a, div#global div#container ul.submenu li a:hover{
	text-decoration:underline;
}

div#global div#container h2{
	font-size:20px;
	text-transform:uppercase;
	padding:0px 25px 25px 0px;
}

div#global div#container p{
	font-size:13px;
	line-height:18px;
	padding:0px 25px 10px 0px;
	color:#444;
}

/*** CONTACT ***/


div#global div#contact{
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-x;
	padding:60px 0px 60px 45px;
	color:#444;
	background-color:#F7F7F7;
	overflow:hidden;
}

div#global div#contact p{
	font-size:13px;
}

div#global div#contact form.contactForm input{
	border:1px solid #999;
	background-color:#FFF;
	color:#000;
	font-size:13px;
	height:22px;
	width:200px;
	padding:2px 10px 2px 10px;
}

div#global div#contact form.contactForm input.send{
	color:#FFF;
	border-color:#444;
	background-color:#444;
	width:80px;
	height:24px;
	cursor:pointer;
}

div#global div#contact form.contactForm input.send:hover{
	color:#444;
	background-color:#FFF;
}

div#global div#contact form.contactForm textarea{
	border:1px solid #999;
	background-color:#FFF;
	color:#000;
	font-size:13px;
	width:250px;
	height:133px;
	padding:5px 2px 2px 10px;
}

div#global div#contact form.contactForm ul.leftContact{
	float:left;
	width:250px;
	list-style-type:none;
}

div#global div#contact form.contactForm ul.rightContact{
	float:left;
	width:265px;
	list-style-type:none;
}

div#global div#contact form.contactForm ul li{
	padding-bottom:10px;
}

div#global div#contact form.contactForm p span.requiredMsg{
	margin-left:425px;
}

div#global div#contact form.contactForm .defaultTextActive{
	color:#a1a1a1;
	font-style:italic;
}

div#global div#contact form.contactForm div#clear{
	clear:both;
}

div#global div#contact form.contactForm input.error, div#global div#contact form.contactForm textarea.error{
	border:1px solid #F00;
}

div#global div#contact div#address{
	float:right;
	margin-right:45px;
	padding-left:33px;
	background-image:url(../images/text-separator.png);
	background-repeat:repeat-y;
}

div#global div#news{
	overflow:hidden;
	margin-top:0px;
	padding:0px 20px;
}

div#global div#news div#leftNews{
	width:400px;
	height:130px;
	float:left;
	padding:20px;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-x;
}

div#global div#news div#rightNews{
	width:300px;
	height:130px;
	float:right;
	padding:20px;
	margin-right:40px;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-x;
}

div#global div#news a{
	color:#444;
	text-decoration:none;
}

div#global div#news a h3{
	color:#444;
	padding-bottom:10px;
	text-decoration:none;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:10px;
}

div#global div#news a:hover h3, div#global div#news a:hover p{
	text-decoration:underline;
}

div#global div#news p{
	font-size:13px;
	color:#444;
	padding-top:10px;
}

div#global div#content p.text{
	padding-bottom:20px;
}

div#global div#content ul.text{
	margin-left:15px;
	list-style-type:disc;
}

div#global div#content ul.text li{
	float:none;
	width:auto;
	min-height:inherit;
	padding:0;
	margin:0;
	background:none;
	color:#444;
	font-size:13px;
}

/*** FOOTER ***/

div#footer{
	position:absolute;
	margin:50px 0px 0px 820px;
	#margin-top:50px;
	padding-bottom:20px;
}

div#footer p{
	font-size:13px;
	color:#444;
}