/* Structural Site Styling */
/* Reference "visual.css" for visual styling of elements */

body {
	background: #e5deb7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	margin: 0;
	height: 100%;
	width: 100%;
	text-align:center;
	}

html {
	margin: 0;
	height: 100%;
	width: 100%;
	}

img {
	border: none;
	}

div, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}

#master_container {
	position: relative;
	width: 843px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	}

#header {
	position: relative;
	width: 100%;
	height: 150px; 
	background: url(../images/header_beach_umbrella.jpg) 5px 0px no-repeat;
	z-index: 999;
	margin-left: 0px;
	}

#gogRibbon {
	position: absolute;
	top: 0;
	right: 4px;
	}
	#gogRibbon[id] {
		right: 5px;
		}

#header .feed_back_button {
	position: absolute;
	top: 3px;
	left: 10px;
	}
	#feedback_container {
		position: absolute;
		top: 35px;
		left: 15px;
		background-color: #ffffff;
		border: 1px solid #666666;
		padding: 5px;
		width: 200px;
		font-size: 11px;
		color: #333333;
		}
		#feedback_container p {
			margin: 0;
			padding: 2px 0 0 0;
			text-align: right;
			}
			#feedback_container a, #feedback_container a:link, #feedback_container a:visited {
				color: #006699;
				font-weight: bold;
				text-decoration: none;
				}
			#feedback_container a:hover {
				color: #999999;
				}
		#feedback_container label {
			font-weight: bold;
			}
		#feedback_textarea {
			width: 195px;
			height: 80px;
			overflow: auto;
			font-size: 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			}
	
	a.topNav, a.topNav:link, a.topNav:visited {
		position: absolute;
		display: block;
		bottom: 0;
		width: 158px;
		height: 20px;
		padding-top: 3px;
		line-height: 20px;
		text-align: center;
		font-size: 12px;
		color: #cccccc;
		text-decoration: none;
		background-image: url(../images/tab_mainnav.gif);
		background-position: left top;
		}
		a.activeNav, a.activeNav:link, a.activeNav:visited {
			background-position: left bottom;
			}
	a.topNav:hover {
		background-position: left bottom;
		text-decoration: none !important;
		}
	#nav1 { left: 12px; }
	#nav2 { left: 177px; }
	#nav3 { left: 342px; }
	#nav4 { left: 507px; }
	#nav5 { left: 672px; }

	#header .logo {
		position: absolute;
		top: 5px;
		left: 25px;
		}
	#header .beta {
		position: absolute;
		display: none;
		top: 67px;
		left: 246px;
		}
	#header .printLogo {
		display: none;
		}

	#header .gmeLogo {
		position: absolute;
		top: 25px;
		right: 25px;
		}

	#utility {
		position: absolute;
		top: 5px;
		right: 13px;
		}

	#utility a, #utility a:link, #utility a:visited {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		}
		#utility a:hover {
			color: #3b8a00;
			}

#content {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 19px 0 0 0;
	}
	#partnerLogos {
		position: relative;
		width: 510px;
		padding-bottom: 20020px;
		margin-bottom: -20000px;
		overflow: hidden;
		}

	.clientCell {
			position: relative;
			float: left;
			text-align: center;
			font-weight: bold;
			margin: 5px;
			padding: 2px;
			border: 1px solid #cccccc;
			color: #666666;
			width: 150px;
			}
			
			.clientCell img {
				float: none;
				clear: both;
				margin: 0 auto 0 auto;
				padding-bottom: 5px;
				display: block;
				}				

	.toolTip {
		font-style: italic;
		cursor: default;
		background: #fffed4;
		}
		.toolTip[class] {
			cursor: help;
			}

	#trailimageid {
		position: absolute;
		visibility: hidden;
		left: 0px;
		top: 0px;
		width: 220px;
		height: auto;
		z-index: 999;
		margin: 0;
		background: url(../images/content_gradient.gif) left top repeat-x #ffffff;
		border: 2px solid #AAAAAA;
		padding: 5px;
		font-size: .82em;
		}

		#trailimageid h6 {
			padding-bottom: 3px;
			margin-bottom: 3px;
			border-bottom: 1px solid #999999;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333333;
			}

#footer {
	position: relative;
	width: 100%;
	height: 100px;
	text-align: center;
	font-size: 11px;
	color: #333333;
	clear: both;
	}
	#footer a, #footer a:link, #footer a:visited {
		color: #3b8a00;
		text-decoration: none;
		}
	#footer a:hover {
		color: #3b8a00;
		text-decoration: underline;
		}


.status_box_warning {
	margin: 0px 0 10px 0;
	padding: 10px;
	border: solid 1px #f6e807;
	background: #fffbe8;
	font-weight: bold;
	}

.status_box {
	margin: 0px 10px 10px;
	padding: 10px;
	border: solid 1px #ffe222;
	background: #fffbe2;
	}

.status_box_error {
	margin: 0px 10px 10px;
	padding: 10px;
	border: solid 1px #DD3C10;
	background: #FFEBE8;
	}


.status_box strong {
	font-size: 11px;
	margin: 0px;
	}

.status_box p {
	margin: 4px 0px 0px;
	}

.status_box a {
	text-decoration: none;
	}

.pagination{
	background-color:#EADEFF;
	text-align:center;
	width:100%;
	}

.pagination_listing {
	float:left;
	}
	
.pagination_previous_next {
	float:right;
	}

.error_message {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	}