/* CSS Document */

div.table{
	margin:0;
	padding:0;
	}
	
div.table p{
	padding:8px;
	margin:0;
	}
	
div.tableleft{
	padding:0;
	border:1px solid #5A7F87;
	float:left;
	width:49%;
	}
	
div.tableright{
	padding:0;
	border:1px solid #5A7F87;
	float:right;
	width:49%;
	}
	
div.tableline{
	margin:0;
	padding:0;
	border-bottom:1px solid #5A7F87;
	}
	
div.boxwrap{
	width:180px;
	height:210px;
	border:1px solid #FFFFFF;
	margin:10px;
	padding:0;
	
	}
div.box{
	width:170px;
	height:200px;
	border:2px solid #BEC6D1;
	background-color:#748BA5;
	margin:3px;
	padding:0;
	}
	
div.boxtop{
	width:100%;
	height:15px;
	background-color:#000099;
	}

#login{
	width:190px;
	margin:20px 25px 5px 5px;
	padding:0;
	float:right;
	}

.sentry_login1{
	margin: 0 20px 0 200px;
	width: 200px;
	float:left;
	}
	
.sentry_login2{
	margin: 0 100px 0 20px;
	width:300px;
	float:left;
	text-align:center;
	}
	
.maps{
	width: 410px;
	height: 300px;
	float: right;
	}
	
.contact_us{
	width: 420px;
	height:300px;
	float:left;
	}
	
.strategy{
	width:150px;
	float:right;
	text-align:center;
	font-size:18px;
	font-weight:800;
	color:#990000;
	background-color:#ADC0CB;
	padding:5px;
	border:1px solid #8594BA;
	}
.subscription36{
	width: 180px;
	margin:0 125px 0 125px;
	float:left;
	text-align:center;
	}
.subscription360{
	width: 180px;
	margin:0 50px 0 50px;
	float:left;
	}
	
.clr{
	clear:both;}