/* +++++++++++++++++++++++++++++ Shifting Ground +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000;
  background: #25608F url('images/bck.gif') repeat-x fixed;
	font-family: 'Georgia', 'Helvetica', sans-serif;
	font-size: 14px;
	text-align: left;
}

table {
	font-size: 14px;
}

td {
	color: #000;
	background-color: inherit;
	font-family: 'Georgia', 'Helvetica', sans-serif;
	font-size: 1em;
}

a {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: blue;
	background-color: inherit;
	text-decoration: underline;
}

img {
	border: none;
}

p {
	padding: 0.6em 0em 0.6em;
}

h2 {
  margin-top:15px;
  color:#333366;
  font-family: "arial", Times, serif;  
  font-size:20px;
  font-weight:normal;
}

blockquote {
  margin:15px;
}

fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'Georgia', 'Helvetica', sans-serif;
	font-size: 13px;
}

.hidethis {
	display: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}



/* ++++++++++++++++++++ Image Thumbnails ++++++++++++++++++++ */

.tb_center {
	text-align: center;
}

.tb_center img {
	margin: 1.3em auto;
	border: 1px #fff solid;
}



/* ++++++++++++++++++++ Body Wrappers ++++++++++++++++++++ */

#body_wrapper {
	margin: 10px 10px;
	width: 1119px;
	background: url('images/rightcol_img.gif') no-repeat 100% 68px;
	font-size: 14px;
}

/* ++++++++++++++++++++ Body Container ++++++++++++++++++++ */

#body_container {
	float: right;
	position: relative;
	left: -280px;
	width: 496px;
	background: url('images/main_bg_bot.gif') no-repeat 0% 100%;
}

#body_container_b {
	padding: 15px 0px;
	width: 496px;
	background: url('images/main_bg_top.gif') no-repeat 0% 0%;
}

#body_container_c {
	color: inherit;
	background-color: #ddd;
	border-left: #fff 6px solid;
	border-right: #fff 6px solid;
}


/* ++++++++++++++++++++ Page Header ++++++++++++++++++++ */

#page_header {
	padding-bottom: 2px;
	color: inherit;
	background-color: #163A6A;
}

#page_header h1 {
	position: relative;
	top: -4px;
	width: 100%;
	height: 50px;
	background: url('images/counterstrike_logo.gif') no-repeat 50% 50%;
}



/* ++++++++++++++++++++ Page Content ++++++++++++++++++++ */

#page_content {
	padding: 15px 17px 10px;
	text-align: left;
}

.title {
  color:#000;
  text-align:center;
  font-size:24px;
}

#page_content h1 {
  margin-top:15px;
  color:#333366;
  font-family: "arial", Times, serif;  
  font-size:20px;
  font-weight:normal;
}

#page_content h2 {
  margin-top:15px;
  color:#000;
  font-family: "arial", Times, serif;  
  font-size:16px;
  font-weight:bold;
} 

#page_content h3 {
  margin-top:15px;
  color:#000;
  font-family: "arial", Times, serif;  
  font-size:14px;
  font-weight:bold;
}

#page_content h4 {
  margin-top:15px;
  font-size:inherit;
  font-weight:normal;
  font-style:italic;
} 

#page_content ul, #page_content ul li {
  margin-left:10px;
  margin-bottom:10px;
	list-style: disc;
}

#page_content ol, #page_content ol li {
  margin-left:15px;
  margin-bottom:10px;
	list-style: decimal;
}

#contents {
  padding:0 10px;
  border: 1px dashed #000;
}

#contents a, #contents a:visited {
	text-decoration: none;
	color:blue;
}

#contents a:hover {
	text-decoration: underline;
	color:blue;
}




/* ++++++++++++++++++++ Navigation Menu ++++++++++++++++++++ */

#navmenu {
	float: left;
	margin-top: 68px;
	position: relative;
	left: 177px;
	width: 140px;
	background: url('images/navmenu_bg_bot.gif') no-repeat 26px 100%;
	font-size: 12px;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-weight: bold;
}

#navmenu_b {
	padding: 15px 26px;
	width: 140px;
	background: url('images/navmenu_bg_top.gif') no-repeat 26px 0%;
}

#navmenu_c {
	color: inherit;
	height:406px;
	background-color: #E9D18E;
	background: url('images/navbck.gif') repeat;
	border-left: #fff 6px solid;
}

#navmenu ul, #navmenu ul li {
	margin-left:-5px;
  padding-left:10px;
  list-style: none outside;
}

#navmenu a {
	text-decoration: none;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
}

#navmenu li {
	border-top: #fff 1px solid;
}

#navmenu li a {
	display: block;
	padding: 5px 0px;
	width: 160px;
}

#navmenu li a:hover {
  color: #000;
	//background-color: #eea911
	
}

#navmenu li.list_first {
	border-top: none;
}

/* ++++++++++++++++++++ New Flyout Css Menu ++++++++++++++++++++ */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/example_flyout.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
.menu2{
  position:relative; 
  margin-top:68px; 
  z-index:100;
	float: left;
	left: 177px;
	background: url('images/navmenu_bg_bot.gif') no-repeat 26px 100%;
	font-size: 13px;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-weight: bold;
	
}
.menu2 ul {
  padding:0; 
  margin:0; 
  list-style-type: none; 
  background:transparent; 
  width:158px; 
  height:180px; 
  border:0px solid #000;
}
.menu2 ul li ul {
  visibility:hidden; 
  position:absolute; 
  height:0; 
  overflow:hidden; 
  top:0; 
  left:140px; 
  width:188px; 
  background: url('images/navbck.gif') repeat;
}
.menu2 ul li {
  float:left;
}
.menu2 ul li a, .menu2 ul li a:visited {
  display:block; 
  float:left; 
  text-transform: uppercase; 
  text-decoration:none; 
  color:#fff; 
  width:168px; 
  height:30px; 
  line-height:29px; 
  font-size:13px; 
  background:transparent; 
  padding-left:5px;
}
* html .menu2 ul li a, * html .menu2 ul li a:visited {width:100px; w\idth:90px;}

.menu2 table {
  border-collapse:collapse; 
  border:0; 
  margin:0; 
  padding:0; 
  font-size:1em; 
  position:absolute; 
  left:0; 
  top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{
  background:transparent; 
  color:#fff;
  text-decoration: underline;
}

.menu2 ul li:hover {position:relative; z-index:90;}
* html .menu2 ul li a:hover {position:relative; z-index:100;}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  height:auto; 
  border:1px solid #fff; 
  background: url('images/navbck.gif') repeat; 
  overflow:visible;
}
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
  display:block; 
  background:transparent; 
  color:#fff; 
  line-height:15px; 
  padding:5px 0 5px 5px; 
  height:auto; 
  text-decoration:none;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
  background:inherit; 
  color:#fff;
  text-decoration: underline;
}
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
  visibility:hidden; 
  position:absolute; 
  height:0; 
  overflow:hidden; 
  top:0; 
  left:140px; 
  width:188px; 
}
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  height:auto; 
  color:#000; 
  padding:0; 
  border:1px solid #fff; 
  list-style-type:none; 
  background: url('images/navbck.gif') repeat;
}
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
  display:block; 
  background:transparent; 
  color:#fff;
  text-decoration:none;

}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
  background:transparent; 
  color:#fff;
  text-decoration:underline;
}

/* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */

#page_footer {
	padding: 20px 0px;
	font-size: 0.9em;
	font-weight: bold;
}

