﻿@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	font: .92em/130% Calibri, Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #C8C8FF;
	background-image: url('../Images/griffin2.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 75px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: medium;
}

.wrapper {
	position: relative;
	width: 850px;
	height: 580px;
	margin: 50px auto;
}

/*  ============================ Header Styles ===========================  */

.header {
	width: 720px;
	font-size: 85%;
	color: #fffddd;
	margin: 0 auto;
}

/*  ============================ Main Menu Styles ===========================  */

.menu {
	position: relative;
	width: 724px;
	margin: 60px auto 0;
	height: 357px;
}

.menu h2 {
	display: none;
}

dl {
	padding-top: 228px;
	padding-left: 8px;
	padding-right: 23px;
	margin-top: 4px;
}

dt a {
	font-weight: bold;
	font-size: 110%;
	color: #ffed00;
	text-decoration: none;
}

dt {
	font-weight: bold;
	font-size: 110%;
	color: #ffed00;
	text-decoration: none;
}

dd {
	font-size: 90%;
	color: #cdcdcd;
	margin-left: 0px;
}


/*  ============================ Login Styles ===========================  */

#Login {
	position: absolute;
	width: 206px;
	height: 342px;
	background: url(/img/layout/menu/login.png) top left no-repeat;
	top: -23px;
	z-index: 5;
	left: 518px;
}

#Login dl {
	text-align: right;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 6px;
	margin-top: 0px;
}

#Login dt {
	font-weight: bold;
	font-size: 90%;
	color: #ffff99;
	padding-right: 10px;
	padding-bottom: 5px;
	cursor: pointer;
	cursor: hand;
	z-index: 100;
}

#Login dd a {
	padding-top: 3px;
	font-size: 80%;
	color: #ffcc66;
	margin-left: 0px;
}

#Login dd {
	padding-top: 3px;
	font-size: 80%;
	color: #ffcc66;
	margin-left: 0px;
}

#login {
	font-size: 80%;
	text-decoration: none;
	color: #ffff99;
	font-size: 100%;
}

.txtFld {
	width: 115px;
	height: 12px;
	font-size: 100%;
	color: #666666;
	padding-left: 3px;
}

#loginBtn {
	width: 52px;
	height: 19px;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	margin-left: 30px;
	border: 0;
	background: url(../img/layout/menu/button_login.png) no-repeat center top;
	cursor: pointer;
	text-align: center;
}
#btnForgottenPwd {
	background: none;
	border: none;
	background-color: transparent;
	font-size: 0.91em;
	color: #ffff99;
	cursor: pointer;
	text-align: center;
	width: 110px;
}

/*  ============================ Footer Styles ===========================  */

.footer {
	width: 600px;
	font-size: 70%;
	margin: 35px auto;
}

.footer p {
	text-align: center;
	color: #99bfd0;
}

.footer ul {
	text-align: center;
	color: #99bfd0;
}

.footer p {
	margin-top: -5px;
}

.footer li {
	display: inline;
	list-style-type: none;
	padding-right: 6px;
	padding-left: 8px;
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #99bfd0;
}

#first {
	padding-left: 0px;
	border-left: none;
}

.footer li a {
	color: #99bfd0;
	text-decoration: none;
}
.footer h3 {
	display: none;
}

.footer li a:hover {
	color: #c8dfe9;
}

.Center {
	text-align: center;
}
.rftHeading {
	color: #3333CC;
	text-align: center;
	font-weight: bold;
	font-size: xx-large;
}
.google-src-text {display: none !important}
