﻿img {
	border: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header {
	height: 100px;
	width: 910px;
	background-color: #003c70;
}
.logo {
	padding: 7px;
}
.top-nav {
	height: 36px;
	background-image: url(../Home/images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.top-nav .active {
	background-image: url(../Home/images/act-bg-nav.png);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 18px;
	width: 65px;
	height: 25px;
}
.top-nav .active a {
	background-image: url(../Home/images/act-bg-nav.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 5px 18px 5px 0px;
	width: 65px;
	height: 25px;
}
.top-nav span {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 15px;
}
.top-nav span a {
	color: white;
	text-decoration: none;
}
.top-nav span a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #ffcc00;
}
a:hover {
	text-decoration: underline;
}
.main {
	margin: 0px auto;
	width: 910px;
}
.camera {	
	background-color:#003c70;	
	color: white;
	text-align:center;	
}
.content {
	background-image: url(../Home/images/main-bg.jpg);
	background-repeat: no-repeat;
	background-color: black;
	padding-top: 250px;
	color: white;
}
.content .cell-content {
	padding: 5px 15px;
}
.content .cell-content li {
	list-style-image: url(../Home/images/dot.png);
	margin: 5px 0px;
}
.content .cell-content li a {
	color: #ffcc00;
	text-decoration: none;
}
.content .cell-content li a:hover {
	text-decoration: underline;
}
.hd {
	font-size: 16px;
	font-weight: 600;
}
/**************** Footer **************/
.footer {
	background-image: url(../Home/images/footer-bg.jpg);
	background-repeat: repeat-x;
	padding: 15px 0px 15px 35px;
	background-color: #010101;
}
.footer .footer-nav {
	margin: 0px auto;
	width: 650px;
	text-align: center;
}
.footer .footer-nav span {
	padding: 0px 15px;
	font-size: 12px;
}
.footer .footer-nav span a {
	color: #828282;
	text-decoration: none;
}
.footer .footer-nav span a:hover {
	text-decoration: underline;
}
/******************** Log In *****************/
.login {
	margin-top: 30px;
}
.login td .signin {
	background-image: url(../Home/images/register-box.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 374px;
	height: 297px;
	padding: 35px 25px;
}
.login td .signin ul {
	list-style: none;
	text-align: left;
}
.login td .signin ul a {
	color: #ffcc00;
	text-decoration: none;
}
.login td .signin ul a:hover {
	text-decoration: underline;
}
.login-button {
	background-image: url(../Home/images/login-btn.png);
	background-repeat: no-repeat;
	background-color: black;
	font-weight: bold;
	border: 0px;
	height: 25px;
	width: 65px;
	margin-top: 10px;
}

