@charset "utf-8";
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	margin-bottom: 0;
	margin-top: 0;
}
a:link img, a:visited img {
	border: none;

}
a:link, a:visited {
	color: #002C71;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	background-color: #FFF;
} 
#header {
	height: 94px;
	width: 960px;
	padding: 0px;
	background-image: url(../images_db/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
#logo_hotspot {
	position: absolute;
	top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	margin-bottom: 0;
	width: 960px;
	padding-top: 0px;
	height: 94px;
/*	background-color:#F03 */
}
html > body #logo_hotspot {
	height: auto;
	min-height: 94px;
}

#logo_hotspot a{
	display: block;	
	width: 960px;
	height: 94px;
}
/* MAIN CONTENT */
#mainContent {
	position: relative;

	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 960px;
	font-size: 12px;
	color: #000000;
	text-align:center;
	background-image: url(../images/bg_foot.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color:#000;
	margin-top: 35px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#002C71;
	margin: 10px 0px 10px 0px;

}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color:#000;
	margin: 5px 0px 5px 0px;
}
#mainContent h3 a:link, a:visited {
	color: #000;
	text-decoration:underline;
}

#mainContent a:link, a:visited {
	color: #000;
	text-decoration:underline;
}
#mainContent a:hover, a:active, a:focus  {
	color: #002C71;
	text-decoration: none;
}
#mainContent li {
	list-style-type: none;
	margin-top: 10px;
}
#box {
	float:left;
	margin: 15px 0px 15px 150px;
	border: solid 1px #002C71;
	width: 660px;
	text-align: left;

}
#box a:link, a:visited {
	color: #000;
}
#box a:hover, a:active, a:focus  {
	color: #002C71;
	text-decoration: none;
}
#box2 {
	float:left;
	margin: 15px 0px 15px 150px;
	border: solid 1px #002C71;
	width: 660px;
	text-align: left;
	padding: 30px;

}
#box2 p { margin-bottom: 20px}
/*	2.8	Buttons
/*-----------------------------------------------------------------------------------*/
#box2 .button, .button:visited {
	
	background-color: #002C71;
	border: 1px solid #002C71;
	display: inline-block;
	color: #fff;
	line-height: inherit;
	vertical-align: middle;
	font-weight: bold;
	padding: 4px 14px;
	margin-right: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	–ms–border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 18px;
}
#box2 .button:link, .button:visited {
	
	color: #FFF;
	text-decoration: none;
	

}
#box2 .button:hover {
	color: #FFF;
	background-color: #0033CC;
}
#box2 a.button, a.button:visited,  {
	-webkit-transition: background-color .15s ease, border .15s ease, color .15s ease, opacity .15s ease-in-out;
	-moz-transition: background-color .15s ease, border .15s ease, color .15s ease, opacity .15s ease-in-out;
	-ms-transition: background-color .15s ease, border .15s ease, color .15s ease, opacity .15s ease-in-out;
	-o-transition: background-color .15s ease, border .15s ease, color .15s ease, opacity .15s ease-in-out;
	transition: background-color .15s ease, border .15s ease, color .15s ease, opacity .15s ease-in-out;
	color: #fff;
}
#box2 .button.white {
	border: 1px solid #333;
	background-color: #F5F5F5;
	color: #666666;
}
 #box2 .button.white:hover {
	background-color: #fff;
	color: #41454A;
}
