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

div.loginpage {
	background: white;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
div.loginpage a:link {
	color: #ff6600;
	text-decoration: none;
	margin: 5px 0;
	padding: 0;
	cursor: pointer;
}
div.loginpage a:visited {
	color: #ff6600;
	text-decoration: none;
	margin: 5px 0;
	padding: 0;
	cursor: pointer;
}
div.loginpage a:hover {
	color: #666666;
	text-decoration: underline;
	cursor: pointer;
}
div.loginpage p {
	color: #333333;
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
}
div.loginpage h1 {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: black;
}
div.loginpage h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #800000;
}
div.loginpage h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #800000;
}
div.loginpage ul {
	color: #333333;
	margin: 5px 0;
	padding: 0;
}
div.loginpage ul li {
	margin-left: 25px;
	list-style: circle;
}
div.loginpage ol {
	color: #333333;
	margin: 5px 0;
	padding: 0;
}
div.loginpage ol li {
	margin-left: 25px;
}

div.loginpage .small {
	font-size: 9px;
}
div.loginpage .small_bold {
	font-size: 9px;
	font-weight: bold;
}

div.loginpage .loginbox {
	border: 1px solid #eeeeee;
	padding: 10px;
	background: #e3e3e3 url(../images/loginbox_bg.gif) top repeat-x;
}
div.loginpage #submitBtn {
	background: #007fc3;
	color: #FFFFFF;
	font-weight: bold;
	border-color: #0099ff;
}
div.loginpage #error_splash {
	width: auto;
	padding: 10px;
	margin: 0 10px 10px 10px;
	border: 1px solid #eeeeee;
	background: #ff9900;
}
div.loginpage #error_splash h1 {
	color: #800000;
}
div.loginpage .video_panel {
	width: 360px;
	height: 280px;
	margin: 0;
	padding: 0;
	/* background: url(../images/landing_newspanel_340x260.gif) no-repeat; */
	float: right;
}
div.loginpage #video_panel #video1 {
	width: 294px;
	height: 220px;
	margin: 0 auto;
	padding-top: 20px;
}
div.loginpage #video_panel #video2 {
	width: 294px;
	height: 220px;
	margin: 0 auto;
	padding-top: 20px;
}
div.loginpage div.adbox {
	width: auto;
	margin: 0 10px 10px 10px;
	padding: 10px;
	border: 1px solid #eeeeee;
}
div.loginpage #tabs {
	float: left;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	height: 27px;
	margin-bottom: 15px;
}
div.loginpage #tabs p {
	font-size: 12px;
	font-weight: bold;
}
div.loginpage #tabs .tab_ind {
	float: left;
	margin-left: 5px;
	padding: 0 10px;
	height: 26px;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 2px solid #666666;
	border-bottom: 2px solid white;
	background: white;
}
div.loginpage table#contact {
	/* border: 1px solid #0066ff; */
	margin: 0;
	padding: 5px;
}
div.loginpage table#contact td.header {
	background: #e3e3e3 url(../images/loginbox_bg.gif) top repeat-x;
	color: #333333;
	font-weight: bold;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
div.loginpage table#form {
	margin: 0;
	padding: 5px;
	border: 1px solid #eeeeee;
	background: #f9f9f9;
}
div.loginpage table#form td {
	margin: 0;
	padding: 5px;
	color: #333333;
	font-size: 11px;
}
div.loginpage table.password {
	margin: 0;
	padding: 5px;
	border: 1px solid #eeeeee;
	background: white;
}
div.loginpage #announcement {
	margin-bottom: 30px;
}
div.loginpage .asterisk {
	color: #0066ff;
	font-size: 11px;
}
div.loginpage .divider_grey {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	background: #cccccc;
}
div.loginpage .spacer {
	width: 100%;
	height: 10px;
	background: white;
	margin: 0;
	padding: 0;
}

/*:: ========= find out more link ========= ::*/
div#btn_findout {
	float: right;
}
div#btn_findout a {
	width: 180px;
	height: 50px;
	background: url('../images/btn_findout.gif') no-repeat scroll top right;
	display: block;
	margin: 0;
	padding: 0;
}
div#btn_findout a:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
div#btn_findout a:hover {
    background-position: bottom right;
	cursor: pointer;
}

/*:: ========= client testimonials ========= ::*/
div#testimonial div.quotes {
	behavior: url(../resources/css/iepngfix.htc); /* IE6 PNG transparency fix */
	width: 100%;
	background: url(../images/icon_quote_l.png) no-repeat;
	padding-top: 20px;
}
div#testimonial div.quotes p {
	margin: 0 20px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}
div#testimonial div.quotes p.name {
	behavior: url(../resources/css/iepngfix.htc); /* IE6 PNG transparency fix */
	background: url(../images/icon_quote_r.png) no-repeat right;
	height: 39px;
	text-align: right;
	font-weight: normal;
	margin-top: 5px;
}

