@charset "utf-8";
/* CSS Document */

/*   * * * * * * * * * * * * * * * * *   */
/*	 *   C O M M O N   S T Y L E S   *   */
/*   * * * * * * * * * * * * * * * * *   */

body, div, h1, ul, li, h2
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}

body { background-color: #FFFFFF; }

.mobile_view
{
	position: relative;
	margin: auto;
	margin: 5px;
	min-width: 300px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
}

h1
{
	padding: 15px;
	text-align: center;
	background-color: #669454;
	color: #FFF;
}

ul li
{
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	list-style: none;
}

.header
{
	text-align: center;
	padding: 15px;
}

.header a
{
    font-size:13px;
    padding-left: 20px;
    padding-right: 20px;
	text-decoration: none;
	color: #666; 
}

.nav li a
{
	display: block;
	padding: 15px;
	color: #666;
	text-decoration: none;
}

.details li
{
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
}

.details li span
{
	font-weight: bold;
	
}

.phone
{
	font-size: 13px;
	font-weight: normal;
	color: #00F;
}

.latlong
{
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 13px;
	color: #666;
	text-decoration: none;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #F0F0F0;
}

.null_fifty { height: 50px; }
.null_seventy { height: 70px; }


/*   * * * * * * * * * * * * * * *   */
/*	 *   H O M E   S T Y L E S   *   */
/*   * * * * * * * * * * * * * * *   */

h2
{
	padding: 10px;
	font-size: 13px;
	background-color: #F0F0F0;
	text-align: center;
}

.ca_logo
{
	text-align: center;
	height: 50px;
}

.location
{
	display: block;
	padding: 10px;
	font-size: 13px;
	background-color: #F0F0F0;
	text-decoration: none;
	text-align: center;
	color: #666; 
}

.location span
{
	text-decoration: underline;
}

.version
{
	padding: 15px;
	text-align: center;
	background-color: #F0F0F0;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.version a
{
	padding: 15px; 
	font-size: 13px;
	color: #666;
	text-decoration: none;
}

.copyright
{
	padding: 15px;
	font-size: 13px;
	text-align: center;
}
