/* Refugee Gamers */

/* Layout Styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #AAA;
	background-color: #000000;
	margin: 10px 25px 10px 25px;
}
a:link, 
a:visited, 
a:active {
	color: #8C6023;
	text-decoration: none;
}
a:hover {
    color: #AC7F41;
	text-decoration: underline;
}
#sitewrap {
	background-color: #292929;
	text-align: center;
	margin: 0 auto;
}
#header {
	background-color: #292929;
	background-image: url(images/tile_hdr.gif);
	background-repeat: repeat-x;
	height: 45px;
	border: 1px solid #404040;
	text-align: left;
}
#rglogo {
	position: relative;
	float: right;
	height: 45px;
	width: 58px;
	margin-right: 2px;
}
#rgheadtext {
	height: 45px;
	width: 350px;
}
#navbar {
	background-image: url(images/tile_nav.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-right: 1px solid #404040;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #404040;
	text-align: center;
	font-size: 8pt;
}
#welcomewrap {
	height: auto;
	border-right: 1px solid #404040;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #292929;
}
#welcome-msg {
	background-color: #333340;
	border: 1px solid #808080;
	margin: 0px 35px 25px 35px;
	text-align: left;
	position: relative;
	top: 13px;
	padding: 10px;
}
#contentwrap {
	height: 1%;
	border-right: 1px solid #404040;
	border-left: 1px solid #404040;
}

#rightcol {
	position: relative;
	float: right;
	right: 5px;
	top: 5px;
	width: 160px;
	text-align: left;
}

#midcol {
	position: relative;
	top: 5px;
	margin-left: 175px;
	margin-right: 182px;
	color: #CCC;
}

/* mid column margin fix for FF */
div > #midcol {
	margin-right: 177px;
}

#leftcol {
	position: relative;
	float: left;
	left: 5px;
	top: 5px;
	width: 160px; 
	/* border:1px solid #555; */
}
.clear {
	clear: both;
}
#footer {
	background-image: url(images/tile_foot.gif);
	background-repeat: repeat-x;
	height: 40px;
	border-right: 1px solid #404040;
	border-left: 1px solid #404040;
	color: #606060;
}
#footer span {
	position: relative;
	top: 12px;
	font-size: 7pt;
}

/* Navigation Styles */
#navbar ul {
	position: relative;
	top: 2px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
}
#navbar a {
	margin: 0 10px 0 10px;
	padding: 0;
	text-align: center;
	font-size: 8pt;
	line-height: 16px;
}
#navbar li {
	position: relative;
	display: inline;
}

/* Aesthetic Styles */
.col-title {
	text-align: left;
	margin-left: 3px;
}
#rightcol ul li {
	position: relative;
	left: -10px;
	list-style-type: square;
}
.bold-ital {
	font-style: italic;
	font-weight: bold;
}
.support-col-box {
	background-color: #252529;
	border: 1px solid #404040;
	margin-top: 12px;
	padding: 5px;
}
#pages-wrap {
	background-color: #1A1A1A;
	border: 1px solid #606060;
	margin-top: 12px;
	text-align: left;
	padding: 12px;
}
#tos li {
	line-height: 12pt;
	margin-bottom: 12px;
}
.game-col-box {
	background-color: #202020;
	border: 1px solid #404040;
	margin-top: 12px;
	padding-bottom: 6px;
	font-size: 8pt;
}
.news-col-box {
	position: relative;
	float: left;
	width: 100%;
	background-color: #191919;
	border: 1px solid #404040;
	margin: 12px auto 0px auto;
	padding-bottom: 6px;
	font-size: 8pt;
}
.blu-box-hedr,
.red-box-hedr,
.news-box-hedr {
	background-image: url(images/tile_blubox.gif);
	height: 20px;
	margin: 0px auto 10px auto;
	border-bottom: 1px solid #404040;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}
.red-box-hedr {
	background-image: url(images/tile_redbox.gif);
}
.news-box-hedr {
	text-align: center;
}
.news-box-hedr span {
	position: relative;
	top: 3px;
	font-size: 0.75em;
}

/* box header text placement fix for FF */
div.blu-box-hedr > span,
div.red-box-hedr > span {
	position: relative;
	top: 2px;
}

.newstitle {
	font-size: 8pt;
	font-weight: bold;
	color: #606080;
}
.newsinfo {
	font-size: 8pt;
	color: #808080;
}
.newscontent {
	margin: 14px;
	text-align: left;
}
.sub-plan-box {
	margin: 12px;
	border: 1px solid #333333;
	padding: 10px;
}
