html{
	height: 100%;	
}

body{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;	
	height: 100%;
}
p{
	margin: 0;
	font-size: 18px;	
}
/*---Header----*/
.header{
	background-color: #3a3a3a;
	border-bottom: 2px inset black;
}

/*----Banner ---*/
.banner{
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 270px;
}
/*---Top Nav---*/
.nav_bar{
	box-model: border;
	margin: 3px auto 2px auto;
	width: 900px;
	height: 55px;
	text-align: center;
	font-size: 18px;
}
.nav_bar ul{
	height: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav_bar li{
	width: 179px;
	height: 55px;
	float: left;
	margin: 0;
	border-right: 1px solid #094f71;
	background-image: url('/images/nav_sprite_large.png');
	background-repeat: no-repeat;
}
.nav_bar li:hover{
	background-position: 0 -55px;
	color: #fff;
	text-shadow: 1.5px 1.5px #094f71;
}
.nav_bar a{	
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	display: block;
	width: 100%;
	height: 47px;
	padding: 15px 0 0 0;
	/*text-shadow: 1.5px 1.5px #e03131;*/
}


/*----End Header---*/

/*---Container All--*/

.container{
	min-height: 100%;
	position: relative;
}


/*---Content Containers----*/

.body_container{
	width: 100%;
	padding-bottom: 75px;
	background: -webkit-linear-gradient(#c5c5c5, white); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#c5c5c5, white); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#c5c5c5, white); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#c5c5c5, white); /* Standard syntax */	
}
.content_container{
	margin: 0 auto;
	width: 900px;
	font-family:"Times New Roman", Times, serif;
	color: #525252;
}

/*---Left Nav--*/
.left_nav{
	width: 240px;
	float:left;
	margin: 10px 0 10px 15px;
	padding: 0px 0 10px 5px;
	text-align:center;
}
.left_nav h2{
	margin: 0 0 5px 0; 
	padding: 0;
	font-size: 18px;
	color: #ffffff;
	background-color: #094f71;
	text-align:center;
	text-shadow: 2px 2px black;
	border: 1px solid darkgrey;
	border-radius: 5px;
}
.left_nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.left_nav li{
	margin: 3px 0 3px 10px; 
	padding: 0;
	font-size: 16px;
	background: #6b6b6b;
	border:1px solid darkgrey;
	border-radius: 5px;
	width: 90%;
}
.left_nav a{
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-shadow: 2px 2px black;
}
.left_nav li a:hover{
	color: #094f71;
	text-shadow: 2px 2px lightgrey;
}
/*---Content Area--*/
.content{
	margin: 10px 0 0 20px;
	padding: 0px 0 0 5px;
	width: 610px;
	float:left;
}

.content p{
	margin: 0 0 20px 0;	
}

.content h1{
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 30px;
	color: #094f71;
	text-shadow: 2px 2px #a7a7a7;
	border-top: 1px solid #616161;
	border-bottom: 1px solid #616161;
}
.content h2{
	margin: 0 0 10px 0;
	color: #094f71;
	font-weight: bold;
	text-shadow: 2px 2px #a5a5a5;
}

.content h3{
	margin: 0 0 10px 0;
	color: #094f71;
	font-weight: bold;
	text-shadow: 2px 2px #a5a5a5;
}
.content h4{
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 19px;
	text-decoration: underline;	
}
.content h5{
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	font-size: 19px;
	text-decoration: underline;	
}
.content ul{
	margin: 5px 0 0 0;
	padding: 0;	
	list-style-type:circle;
}

.content li{
	margin: 0 0 0 25px;	
	font-size:18px;

}
.list_container{
	float:left;
	padding-left: 70px;	
}
.list li{
	width: 150px;
}
/*---Full Page Content Area--*/
.content_fullpage{
	margin: 10px 0 0 0;
	padding: 5px 0 0 5px;
	width: 100%;
	float:left;
	color: #525252;
}
.content_fullpage h1{
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 30px;
	color: #094f71;
	text-shadow: 2px 2px #a7a7a7;
}
.content_fullpage p{
	font-size: 18px;
	font-family: "Rokkitt", serif;
	padding: 10px 0 0 5px;
}



.content_table{
	width: 95%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: "Rokkitt", serif;
}
.content_table h4{
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 20px;
	text-decoration: underline;	
}
.content_table a{
	text-decoration: none;
	color: #525252;
}
.content_table tr{
	height: 25px;
	color: #525252;
}
.content_table tr.info:hover{
	cursor: pointer;
	background-color: white;
}
.content_table th{
	border-bottom: 1px solid #4e4e4e;	
	font-size: 21px;
	text-shadow: 2px 2px #a7a7a7;
}
.content_table td{
	border-bottom: 1px solid #4e4e4e;
	padding: 0 0 0 5px;
	font-size: 18px;
}
.content_table td.table_left{
	width: 30%;
	font-weight: bold;
	font-size: 20px;
}
.content_table td.table_right{
	width: 70%;
	padding: 5px 0 5px 0;
}
.line_div{
	margin: 0 auto;
	padding: 0;
	width: 70%;
	border-top: 1px solid #4e4e4e;	
}


/*----Footer------*/
.footer{
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	padding: 0;
	font-size: 16px;
	background-color: #3a3a3a;
	border-top: 2px outset black;
}

.footer ul{
	margin: 0 auto;
	width: 900px;
	list-style: none;
	padding: 10px 0 0 0;	
}

.footer li{
	text-align: center;
	padding:5px 0 0 5px;
	float: left;
	width: 145px;
}
.footer a{
	text-decoration: none;
	font-style: normal;
	color: #ffffff;
}

/*-----Mobile------*/
#mobile-header{
	display:none;
}
.desktop_only{
	display: block;
}
.mobile_only{
	display: none;
}

@media screen and (max-width: 900px){
	.desktop_only{
		display: none;
	}
	.mobile_only{
		display: block;
	}
	.mobile_banner{
		width:100%;
		margin-bottom: 10px;
	}
	#mobile-header {
		display: block;
		height: 54px;
		width: 100%;
		position: relative;
		background-color: #094f71;
	}
	#mobile-header a.mobile_button{
		height: 54px;
		width: 60px;
		position:absolute;
		top: 0;
		z-index: 100;
    
	}
	#mobile-header a.menu_button{
		background: url("/images/mobile_menu.png") no-repeat scroll center center rgba(0, 0, 0, 0);
		border-right: 1px solid #132d48;
		left: 0px;
 
	}
	#mobile-phone{
		text-align: center;
		position: absolute;
		left: 80px;
		top: 15px;
		font-size: 20px;
		color:white;
	}
	#mobile-phone a{
		color:yellow;
		background-color: blue;
		padding: 3px;
		border-radius: 5px;
	}
	#mobile_menu li#menu_callout a{
		font-weight: bold;
		color: #4c7a94 ;
		line-height: 35px;
	}
	#mobile_menu li#menu_callout span{
		font-size:18px;
	}
	#mobile_menu li#menu_home{ 
		font-weight: bold;
	}
	#mobile_menu li#menu_aboutus{ 
		font-weight: bold;
	}
	#mobile_menu li#menu_sell{ 
		font-weight: bold;
	}
	#mobile_menu li#menu_contact{ 
		font-weight: bold;
	}
	#mobile_menu li#menu_faqs{ 
		font-weight: bold;
	}
	.banner{
		display: none;
	}
	.nav_bar{
		display: none;
	}
	.content_container{
		width: auto;
		
	}
	.content{
		width: auto;
		margin: 10px 0 0 10px;
	}
	.left_nav{
		display: none;
	}
	.footer{
		display: none;
	}
	
}
@media screen and (max-width: 675px){
	#mobile-phone{
		font-size: 18px;
	}
}
@media screen and (max-width: 615px){
	#mobile-phone{
		font-size: 16px;
	}
}
@media screen and (max-width: 555px){
	#mobile-phone{
		top:10px;
	}
}
@media screen and (max-width: 325px){
	#mobile-phone{
		top:5px;
		font-size: 15px;
	}
}
@media screen and (max-width: 308px){
	#mobile-phone{
		font-size: 14px;
	}
}