/*---------Revision 1.1 Nigel 17.12.2010--------------*/

body, html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4d4d4d;
	text-decoration: none;
	background-color: #555;
	padding: 0;
	margin: 0;
}

p {
	padding-top: 6px;
	padding-bottom: 6px;
}

hr, .hr {
   color:#bfbfbf; /*used for IE, top color*/
   background:#bfbfbf; /*firefox and chrome, top color*/
   min-height: 0px;  /*required to get IE to render the top pixel color*/
   border-left: 0px; 
   border-right: 0px; 
   border-top: 1px solid #bfbfbf; /*Your top color*/
   border-bottom: 1px solid #ffffff; /*Your bottom color*/
   height: 0px;
   margin: 10px 0;
}

h1 { 
	font-size: 22px;
	margin: 5px;
}

h2 { 
	font-size: 14px;
	margin: 0px;
}

h3 { 
	font-size: 12px;
	margin: 0px;
}

a {
	color: #1D2F67;
}

.site {
	border: 0px;
	width: 1000px;
	margin:0px auto;
	margin-bottom:0px;
	text-align:left;
}

.bodyArea { 
	padding: 0px 20px 10px 20px; 
	min-width: 0px; 
	background-color: #fff;
	min-height: 380px;
	width: 960px;
	z-index: 1;
}

#banner {
	width: 1000px;
	height: 95px;
	background-image: url(../images/banner.png);
}

#banner .nav ul {
	float: right;
	list-style: none;
	margin-right: 100px;
	margin-top: 32px;
	
}

#banner .nav li {
	display: block;
	float: left;
	color: #f2f2f2;
	padding-left: 15px;
}

.footer {
	clear: both;
	background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    width: 1000px;
    height: 106px;
    font-weight: bold;
}

#title-div{
	width: 100%;	
	margin-left: auto; 
	margin-right: auto;
	font-size: 24px;
}

#title-div .product {
	margin-left: 140px;
	font-size: 28px;
	color: #4d4d4d;
	font-family: "Arial Black", sans-serif;
}

.program-name {
	position: relative;
	top: 10px;width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.top-div{
	width: 100%;
	min-height: 20px; 
	overflow-x: false; 
	overflow-y: false; 
	position: relative; 
	left: 0px; 
	top: 20px; 
	padding:2px; 
	margin-left: auto; 
	margin-right: auto;
	border: solid 1px #ccc;
	background-color: #ecf9f9;
	z-index: 2;
	border-bottom: none;
}

.content-div {
	width: 100%;
	min-height: 450px; 
	/*overflow-x: hidden; 
	overflow-y: auto; */ 
	position: relative; 
	left: 0px;
	top: 20px; 
	padding:2px; 
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 30px;
	border: solid 1px;
	border-color: #ccc;
	z-index: 1;
	padding-bottom: 30px;
	background-color: #fff;
}

.leftContent {	
	float: left;
	width: 17%;	
	padding-top: 45px;
}

.middleContent {	
	float: left;
	width: 60%;	
	padding: 0px 30px;
}

.middleContent .content{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 10px 14px;
	background-color: #ecf9f9;
}

.rightContent {
	float: right;	
	width: 15%;
	padding-top: 45px;
}

.menu {
	margin: 10px auto;
	width: 90%;
}

.agentInfo {
	float: right;
	padding-top: 10px;
	padding-right: 17px;
	width: 170px;
}

.glyph				{ border: 0; } 

.greyTable{
 	width:100%;
	border-spacing: 0px;
	border: 1px solid #BBB;
	border-collapse:collapse;
}

.greyTable th {
    background-repeat: repeat-x;
	background-color:#dbf9f9;
	font-size: 11px;
	padding: 6px 10px 6px 10px;
	color: #4d4d4d;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	border: 1px solid #BBB;
}

.greyTable td{
	vertical-align:top;
	padding: 6px 10px 6px 10px;
	border: 1px solid #BBB;
	border-collapse: collapse;
	background-color:#fff;
}

.greyTable .contact{
	background-color: #e5e5e5;
}

.greyTable .center{
	text-align: center;
	vertical-align:top;
	border: solid 1px #BBB;
}

.clr {
	clear: both;
}

.login-box {
	margin: 60px auto;
	background-image: url(../images/login_box.png);
	background-repeat: no-repeat;
	height: 285px;
	width: 460px;
	padding-top: 2px;
}

.login-box .login-details {
	width: 100%;
	padding: 30px 0 0 40px;
	height: 80px;
}

.login-box .login-label {
	position: relative;
	float: left;
	width: 25%;
	font-size: 1.5em;
	font-weight: bold;
	color: #4d4d4d;
}

.login-box .login-label .login-label-txt{
	height: 42px;
	margin-top: 5px;
	padding: 5px;
	padding-top: 8px;
}

.login-box .login-inputs {
	position: relative;
	float: left;
	width: 75%;
}

.login-box .rounded{
	margin-top: 5px;
	padding: 8px 5px 5px 5px;
	background-image: url(../images/input_curved.png);
	background-repeat: no-repeat;
	height: 42px;
}

.login-box .rounded input{
	width: 225px;
	height: 20px;
	border: 0;
	padding: 4px;
	font-size: 16px;
	outline: none;
}

.login-box .login-details .login-button {
	position: relative;
	top: 0px;
	background-image: url(../images/btn_login.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 114px;
	float: right;
	padding-right: 98px;
}
.login-box .login-details .forgot-password {
	position: relative;
	top: 0px;
	float: right;
	text-align: right;
	padding-right: 98px;
	color: #8D8D8D;
	font-weight: bold;
}

.passwordmessage {
	font-size: 18px; 
	position: relative; 
	text-align: center;
	top: 30px; 
	z-index: 10;
	color: #BA0000;
}

.forgotpassword {
	position: relative; 
	top: 0px; 
	left: 20px; 
	width: 240px;
}

a.stdBtn:link, a.stdBtn:visited {
	padding: 3px 5px 3px 5px;
	margin-right: 1px;
	color: #000000;
	float: left;
	height: 15px;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 12px;
	min-width: 50px;
}

a.stdBtn img {
	border: 0;
	margin-right: 6px;
	height: 14px;
}

a.stdBtn:hover {
	background-color: #ddd;
}

