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


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


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

body {
	color: #fff;
	background-color: #000;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 100%;
	text-align: center;
	font-size: 1em;
}

hr	{
	color: #fff;
	background-color: #fff;
	text-align: center;
	size: 2;
	width: 90%;
}

table {
	font-size: 100%;
	font-size: 1em;
}

td {
	background-color: inherit;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1em;
}

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

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

img {
	border: none;
}

ul, ul li {
	list-style: none outside;
}

ol, ol li {
	color: #fff;
	list-style: decimal inside;
}

p {
	padding: 0.6em 0em 0.6em;
	width: 100%;
}


fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1.1em;
}

.hidethis {
	display: none;
}

.hide {
	display:none;
}

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


h2	{
	float: center;
	position: relative;
	top: -35px;
}

h4	{
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0.6em 0.6em 0.6em;
}


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

.tb_center {
	text-align: center;
}

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


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

#body_wrapper {
	margin: 35px 10px;
	width: 920px;
	font-size: 100%;
	font-size: 0.71em;
}


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

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

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

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



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

#page_header {
	padding-bottom: 0px;
	color: inherit;
	background-color: #000;
}



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



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

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

.link_readmore {
	padding: 35px 0px 10px;
	text-align: right;
}

.link_readmore a {
	margin-left: auto;
	display: block;
	width: 94px;
	height: 24px;
	background: url('images/button_readmore.gif') no-repeat 0% 0%;
}



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

#navmenu {
	float: left;
	margin-top: 68px;
	position: relative;
	left: 0px;
	width: 166px;
	background: url('images/navmenu_bg_bot4.gif') no-repeat 0% 100%;
	font-size: 1.15em;
	font-weight: bold;
}

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

#navmenu_c {
	background-color: #747894;
	text-color: #0ff;
	border-left: #fff 6px solid;
}

#navmenu a {
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	cursor:default;
}

#navmenu a.level1 {
	text-transform: uppercase;
	font-size:1em;	
}

#navmenu a.level2 {
	background-color: #5F637A;
	text-transform: capitalize;
	font-size:0.9em;	
	text-align:left;
	padding-left:4px;
	width: 156px;
}

#navmenu a.level3 {
	background-color: #4B4E61;
	text-transform: lowercase;
	font-size:0.8em;	
	text-align:left;
	padding-left:2px;
	width: 158px;

}

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

}

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

#navmenu li a:hover {
	color: inherit;
	background-color: #9297ba;
}

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

#navmenu li.listVisiting {
	font-style: italic;
	cursor:default;
	background-color: #9297ba;
}



/* ++++++++++++++++++++ SideInfo Stuff ++++++++++++++++++++ */

#sideInfo {
	float: left;
	position: relative;
	top: 30px;
	left: 496px;
	width: 220px;
	background: url('images/rightBot1.gif') no-repeat 100% 100%;
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	background-color:#000;
}

#sideInfo_b {
	padding: 120px 0px;
	width: 220px;
	background: url('images/rightLogo1.gif') no-repeat 0% 0%;
}

#sideInfo_c {
	position:relative;
	padding: 0px 0px;
	top: 105px;
	color: inherit;
	background-color: #000;
	border-right: #fff 7px solid;
}

#sideInfo a {
	color:#7ff;
}

#sideInfo p {
	font-family: tahoma, 'helvetica', sans-serif;
	letter-spacing: 0.0px;
	position: relative;
	left:10px;
	font-size: 1.0em;
}





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

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


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


h1	{
	position:relative;
	top: 0px;
	left: 0px;
	vertical-align: text-bottom;
	border-bottom: none;
	width: 100%;
	height: 40px;
	font-size: 1.8em;
}


/* ++++++++++++++++++++ Lang Option ++++++++++++++++++++ */

#language_option img {
	float: left;
	position: absolute;
	left: 5px;
	top: 4px;
}
/* ++++++++++++++++++++ Banner Section ++++++++++++++++++++ */
#banner {
background-color:#000;
color:#000;
position:relative;
width:90%;
height:20px;
top:0px;
left:0px; 
} 
#banner a {
position:relative;
border-top:none;
font-size:0.6em;
color:#fff;
text-decoration:none;
background-color:transparent;
top:-6px; 
}
