/* CSS Document */
#tooltipdiv{
	z-index:40;
}
#tooltipdiv h1 {
	font-size: 14px;
}
#gs_display h1 {
	margin:0 0 .5em 0;
	padding:0 0 0 0;
}
#gs_display p {
	margin:0 0 .5em 0;
	padding:0 0 0 0;
}
#gs_display ul {
	margin:.5em 0 1em 2em;
	padding:0 0 0 0;
}
#gs_display a:link, #gs_display a:visited {
	color:#0000cc;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	margin:0px;
	padding:0px;
	
	height:100%;
}
#header {
	display: block;
	width:100%;
	height:110px;

	background-image:url("/images/bg_header.jpg");
	background-position:bottom left;
	background-repeat:repeat-x;
	
	border-top:3px solid #121D49;
}
#bodyContainer {
	display: block;
	width:100%;
	overflow:hidden;
	
	background-image:url("/images/bg_star.gif");
	background-position:top center;
	background-repeat:no-repeat;
}
#body {
	display: block;
	
	
	margin:3px 230px 0 200px;
	
	background-image:url("/images/bg_dots.gif");
	background-position:0px -2px;
	border-right:1px solid #121d49;
}
#body #content {
	padding:10px 15px;
	margin:0;
	border-left:3px solid #121d49;
	border-right:30px solid #E1EDF3;
}
#body p, #body h1, #body h2, #body h3 {
	margin:0 0 1em 0;
	padding:0 0 0 0;
}
#body h1 {font-size: 24px; font-weight: normal; color:#121d49;}
#body h2 {font-size: 14px; color:#121d49;}
#body h3 {font-size: 12px; color:#121d49;}
#body p {line-height:150%;}
#body-rule-top {	
	display:block;
	
	background-color:#121D49;
	
	width:175px;
	height:1px;
}
#body-rule-right {
	position:absolute;
	z-index:2;
	display:block;
	
	background-color:#e1edf3;
	border-right:1px solid #121d49;
	
	width:30px;
	
	right:200px;
	top: 113px;
	bottom:0px;
}
#searchbox {
	position:absolute;
	z-index:4;
	width: 190px;
	top:125px;
	left:4px;
	
	text-align:right;
}
#searchbox input {
	margin: 0 0 5px 0;
}
#searchbox a:link, #searchbox a:visited {
	position:relative;
	top:-10px;
	
	padding:0 2px;
	
	color:#000;
}

.unwatermarked {
}

.watermarked {
	height:18px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
/*Question Marks*/

.questionmark:link, .questionmark:visited {
	position:absolute;
	display:block;
	z-index: 50;
	width:18px;
	height:18px;
	overflow:hidden;
	border-width:0px;
	
	background-position:top center;
}
.questionmark:hover {
	background-position:bottom center;
}

#redquickpages, #redlogin, #rednav {
	background-image:url('/images/button_q_red.gif');
}
#blueprop {
	background-image:url('/images/button_q_blue.gif');
}
#greenstart {
	background-image:url('/images/button_q_green.gif');
}

#rfp:link, #rfp:visited {
	position:absolute;
	top:55px;
	right:40px;
	display:block;
	z-index:10;
	width:149px;
	height:26px;
	overflow:hidden;
	border-width:0px;
	
	background-image:url("/images/button_rfp.gif");
	background-position:top center;
}

#getstart:link, #getstart:visited {
	position:absolute;
	top:20px;
	right:300px;
	display:block;
	z-index:11;
	width:117px;
	height:26px;
	overflow:hidden;
	border-width:0px;
	
	background-image:url("/images/button_start.gif");
	background-position:top center;
}
#rfp:hover, #getstart:hover {
	background-position:bottom center;
}

/*These are TABLE styles for FORMS*/
.th {
	background-color: #C8D4AA;
}
.th-left {
	background-image: url("/images/th-left.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
.th-right {
	background-image: url("/images/th-right.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

.firstrow-left {
	background-image: url("/images/tb-top_left.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
.firstrow-middle {
	background-image: url("/images/tb-top_middle.gif");
	background-repeat: repeat-x;
	background-position: top;
	
	padding: 5px;
	
	font-family: verdana, arial;
	font-size: 12px;
}
.firstrow-right {
	background-image: url("/images/tb-top_right.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

.white-row {
	background-color: #FFFFFF;
}


.green-row {
	background-color: #F5F7EF;
}
.green-left {
	background-image: url("/images/tb-green_left.gif");
	background-repeat: repeat-y;
	background-position: left;
}
.green-right {
	background-image: url("/images/tb-green_right.gif");
	background-repeat: repeat-y;
	background-position: right;
}

.white-left {
	background-image: url("/images/tb-white_left.gif");
	background-repeat: repeat-y;
	background-position: left;
}
.white-right {
	background-image: url("/images/tb-white_right.gif");
	background-repeat: repeat-y;
	background-position: right;
}

.bottom-right {
	background-image: url("/images/tb-bottom_right.gif");
	background-repeat: repeat-x;
	background-position: bottom right;
}
.bottom-middle {
	background-image: url("/images/tb-bottom_middle.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
.bottom-left {
	background-image: url("/images/tb-bottom_left.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
}

