@charset "utf-8";
/* CSS Document */



body {
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.outertable {
	width: 980px;
	background-color: #fff;
	-webkit-box-shadow: -1px -24px 13px -1px rgba(0,0,0,0.73);
	-moz-box-shadow: -1px -24px 13px -1px rgba(0,0,0,0.73);
	box-shadow: -1px -24px 13px -1px rgba(0,0,0,0.73);
}
.maintable {
	width: 870px;
}
.headerstipe {
	background-image: url(../images/headergradient.png);
	background-repeat: no-repeat;
}
.searchbackground {
	width: 250px;
	height: 64px;
	background-color: #91a933;
	border: 0px solid #91a933;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.searchbox {
	width: 191px;
	height: 32px;
	background-color: #efefef;
	border: 0px solid #91a933;
	border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	text-indent: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #858585;
}
.searchicon {
	background-image: url(../images/searchicon.png);
	background-repeat: no-repeat;
	width: 26px;
	height: 34px;
	cursor: pointer;
	border: 0px solid #91a933;
	border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	background-color: #efefef;
}
.navigationback {
	background-image:url(../images/navigation-back.png);
	background-repeat:no-repeat;
}
.button {
	background-color: #071389;
	width: 83px;
	height: 28px;
	cursor: pointer;
	border: 0px solid #ceb026;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}
.loginbox-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}
.loginfields {
	background-color: #fff;
	width: 202px;
	height: 28px;
	border: 0px solid #ceb026;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #999;
	text-indent:3px;
}
.loginfields-inner {
	background-color: #fff;
	width: 202px;
	height: 28px;
	border: 1px solid #ccc;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #999;
	text-indent:3px;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#071389;
	line-height:20px;
}
.footerback {
	background-color: #dfdfdf;
	padding:5px;
}
.footerfonts-headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.footerfonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
}
.CRSIRPfonts {
	color:#9b00bd;
}
.CRASIfonts {
	color:#ff0000;
}
.CCCMfonts {
	color:#305f0d;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
#content {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	border: 0px solid #ff0000;
}













/* SITE NAVIGATION */

#wrapper {
	width:980px;
	margin: 0;
	padding: 0;
	position: absolute;
	border: 0px solid #ccc;
	z-index: 100;
}
#navMenu {
	margin: 0;
	padding: 0 0 0 230px;
	/*width: 870px;*/
	z-index: 100;
	border: 0px solid #ccc;
	text-align:center;
}
#nav {
	margin: 0;
	padding: 0;
	/*background: #1e3654;*/

	line-height: 100%;
	border: 0px solid #fff;
	z-index: 100;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
	border: 0px solid #fff;
	cursor: pointer;
}
/* ----------------------------- MAIN LEVEL LINKS --------------------- */

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 15px 40px 13px 40px;
	margin: 2px;
	vertical-align: middle;
	border: 0px solid #ccc;
}
#nav a:hover {
	/*color: #071388;*/
	text-decoration: underline;
}
/* ----------------------------- MAIN LEVEL LINKS HOVER --------------------- */

#nav .current a, #nav li:hover > a {
	/*background-color: #2c73ba;*/

	/*color: #071388;*/
}
/* ----------------------------- SUB LEVEL LINKS HOVER --------------------- */

#nav ul li:hover a, #nav li:hover li a {
	/*color: #fff;*/
}
#nav ul a:hover {
	/*color: #fff;*/
	text-decoration: underline;
}
/* ----------------------------- DROPDOWNS --------------------- */

#nav li:hover > ul {
	display: block;
}
/* ----------------------------- LEVEL 2 LISTS --------------------- */

#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 243px;
	position: absolute;
	top: 42px;
	left: 15px;
	
	
	background: #fff;
	border: solid 2px #dfdfdf;
	border-radius:9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-box-shadow: 0 1px 3px rgba(255,255,255, .6);
	-moz-box-shadow: 0 1px 3px rgba(255,255,255, .6);
	box-shadow: 0 1px 3px rgba(255,255,255, .6);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #fff;*/
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #fff;*/
	text-decoration: none;
	display: block;
	padding: 10px 16px;
	margin: 0px;
	vertical-align: middle;
	border: 0px solid #fff;
	text-align: left;
}
#nav ul li a:hover {
	border: 0px solid #fff;
	text-decoration:underline;
	/*background-color: #071388;*/
}
#nav ul a {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* ----------------------------- LEVEL 3 LISTS ---------------------t */

#nav ul ul {
	left: 160px;
	top: -5px;
	z-index: 100;
	/*border-top: 1px solid #fff;*/
}
/* clearfix */

#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}


























/*

.member-fonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.newshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.registerbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 10px;
	border: 1px solid #a8a890;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	background-color: #dbae4d;
}
.navback {
	background-color: #febf2c;
}
.navback1 {
	background-color: #3a8f07;
}
.navback2 {
	background-color: #822104;
}
.navback3 {
	background-color: #0b0bad;
}
.login-background {
	width: 250px;
	height: 285px;
	background-color: #febf2c;
	border: 0px solid #febf2c;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
}
.loginbox-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333;
	text-align: left;
	padding-bottom: 10px;
}
.box {
	background-color: #fff;
	width: 202px;
	height: 28px;
	border: 1px solid #ceb026;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #858585;
	text-indent: 3px;
}*/

