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

body {
	background-image:url(../images/back.jpg);
	background-repeat:repeat-y;
	background-color: #006495;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#content {
	position:absolute;
	top:50%;
	left:50%;
	height:580px;
	margin-top:-290px; /* negative half of the height */
	width:940px;
	background-color: #FFFFFF;
	margin-left: -480px;
	padding: 0px 10px 0px 10px;
}
#copy_wrapper {
	width:870px;
	height: 380px;
	margin-left: 30px;
}
#copy_box_01 {
	width:570px;
	height: auto;
	padding: 0px 30px 0px 0px;
	float:left;
}
#copy_box_02 {
	width:230px;
	height: auto;
	float:left;
	padding: 0px 0px 0px 30px;
	border-left: solid 1px #666666;
}
#copy_box_03 {
	width:200px;
	height: 230px;
	float:left;
	padding: 0px 0px 0px 30px;
	border-left: solid 1px #666666;
}
#logo {
	width:910px;
	height: 160px;
	background-image:url(../images/logo.jpg);
	margin-left:30px;
}
#footer {
	width:880px;
	height: auto;
	margin:0px 30px 0px 30px;
	padding:15px 0px 0px 0px;
	font-size:10px;
	text-align: center;
}
#riba {
	width:108px;
	height: 65px;
	background-image:url(../images/riba.jpg);
}
#copy_box_01 p{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}
#copy_box_02 p{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}
#bullets, #bullets ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:inline;
	line-height: 18px;
	color: #333333;
	list-style-type: circle;
	list-style-position: inside;
}





h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 80px 0px 0px 630px;
	color:#E6E6E6;
	font-size:20px;
}
.copy_style {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
	line-height: 18px;
	padding: 12px 0px 0px 0px;
}	

.copy_contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5A9DBA;
	line-height: 16px;
	padding: 12px 0px 0px 0px;
}	
