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

.container {
	width: 500px;
	height: 1425px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	float: left;
	width: 100%;
	height: 150px;
	background-image: url(../images/Capture.JPG);
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
.logo {
	float: left;
	width: 25%;
	background-image: url(../images/logo_small.png);
	background-repeat: no-repeat;
	height: 61px;
	margin-left: 5px;
}
.license {
	float: left;
	width: 30%;
	height: 61px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;

	font-size:
	text-align: center;
	margin-top: 5px;
}
.phone {
	float: left;
	width: 43%;
	height: 61px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	font-size: 1em;
}

.links {
	float: left;
	width: 100%;
	height: auto;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.links ul {
	padding-top: 5px;
	float: left;
}
.links ul li {
	padding-right: 15px;
	padding-bottom: 15px;
	list-style-type: none;
	display: inline;
}
.links ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

.content {
	float: left;
	width: 100%;
	height: auto;
	border: 2px solid #666;
	color: #FFF;
}
.about_content {
	float: left;
	width: 90%;
	height: 500px;
	border: 2px solid #666;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 5%;
}
.selectfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: italic;
}
.tagline {
	float:left;
	width:100%;
	height:auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	padding-top: 5px;
}
.leftContent {
	float: left;
	width: 100%;
	height: 340px;
	text-align: center;
}
.bbb {
	float:left;
	width:100%;
	height:150px;
	margin-top:20px;
}
#centerContent {
	float: left;
	width: 100%;
	height: 340px;
	background-color: #111e4a;
	text-align: center;
}
.rightContent {
	float: left;
	width: 100%;
	height: 390px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
.footer {
	float: left;
	width: 100%;
	height: auto;
	background-image: url(../images/bgfooter.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	font-size: 1.4em;
}
.copyright {
	width: 500px;
	height: 50px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
}
.sitemeter {
	margin: 0 auto;
	width: 1000px;
	height: 30px;
	text-align: center;
}
body {
	background-color: #111e4a;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
.copyright img {
	margin-left: 25px;
	float: right;
}
