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

.blob:link, .blob:visited, .blob:active {
	background-color: #FEF719;
	background-image:
		-moz-linear-gradient(
			top,
			#FEF719,
			#FEB44A
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#FEF719),
			to(#FE861F)
		);
	display: block;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #303;
	border-bottom-color: #303;
	width: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #303;
	border-left-color: #303;
	text-decoration: none;
	color: #300;
}

.logo {
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #0C1A81;
	margin-right: auto;
	margin-left: auto;
}
.buttons {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	height: 80px;
	width: 95%;
	margin-bottom: 15px;
	margin-top: 0px;
	background-color: #FEB44A;
	background-image:
		-moz-linear-gradient(
			top,
			#FE861F,
			#FEB44A
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#FE861F),
			to(#FEB44A)
		);
	background-repeat: repeat-x;
	background-position: center center;
	-moz-box-shadow: #1098F2 1px 6px 10px;
	-webkit-box-shadow: #1098F2 1px 6px 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF0;
}

.cn_item{
	border:1px solid #090909;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	height:50px;
	color:#fff;
	padding:5px;
	text-shadow:1px 1px 1px #000;
	background:#2b2b2b;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#194AC6),
			to(#11309E)
		);
	background:
		-moz-linear-gradient(
			top,
			#194AC6,
			#11309E
		);
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-top: 9px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cn_item:hover, .selected{
	border-color:#4c7ecb;
	background-color: #1951A5;
	background-image:
		-moz-linear-gradient(
			top,
			#6AADFF,
			#3D88EF
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#6AADFF),
			to(#3D88EF)
		);
}



.duo {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color:#00F;
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#194AC6),
			to(#11309E)
		);
	background-image:
		-moz-linear-gradient(
			top,
			#194AC6,
			#11309E
		);
	width: 86%;
	padding-right: 9px;
	padding-left: 9px;
	line-height: 18px;
	-moz-box-shadow: #1098F2 1px 6px 10px;
	-webkit-box-shadow: #1098F2 1px 6px 10px;
	border: 1px ridge #FF0;
}
.duo2 {
	font-size: 12px;
	color: #FFF;
	float: left;
	text-align: center;
	padding-top: 30px;
	width: 310px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-bottom: 20px;
}

.duo3 {
	font-size: 12px;
	background-image: url(../images/img/body_green3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	width: 265px;
	color: #FFF;
	float: left;
	padding-right: 20px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.image {
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}
h1 {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	color: #FF6;
}

.duopic {
	text-align: center;
	width: 95%;
	margin-bottom: 20px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/sml/white-paper.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}

.backtop {
	font-size: 14px;
	width: 310px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 30px;
	position: fixed;
	padding-top: 20px;
}
.foot {
	width: 314px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
}
.border {
	border: 3px solid #CCC;
	margin-right: auto;
	margin-left: auto;
}
.gmap {
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0C1980;
	margin: 0px;
	padding: 0px;
}
#apDiv1 {
	position:relative;
	width:315px;
	height:100%;
	z-index:1;
	top: 0px;
	background-color: #3D88EF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top: 0px;
}

.picture {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: #1098F2 1px 6px 10px;
	-webkit-box-shadow: #1098F2 1px 6px 10px;
	border: thin solid #6F0;
}
.abn {
	font-size: 12px;
	letter-spacing: 2px;
	color: #1E5883;
	margin-top: 2px;
	margin-bottom: 6px;
	background-image: url(../images/sml/white-paper.jpg);
	display: block;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	box-shadow: 0px 3px 10px #FFF;
	-webkit-box-shadow: 0px 3px 10px #FFF;
	border: 1px solid #3E5885;
	-moz-box-shadow: 0px 3px 10px #FFF;
	background-color: #FFF;
}




.duotwo {
	font-size: 14px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color:#00F;
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#194AC6),
			to(#11309E)
		);
	background-image:
		-moz-linear-gradient(
			top,
			#194AC6,
			#11309E
		);
	width: 86%;
	padding-right: 9px;
	padding-left: 9px;
	line-height: 18px;
	-moz-box-shadow: #1098F2 1px 6px 10px;
	-webkit-box-shadow: #1098F2 1px 6px 10px;
	border: 1px solid #FF0;
	text-align: left;
}
