/* global styles */

body {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	background: #fff;
	color: #000;
	border: 0px;
	/*padding: 0px 25% 0px 25%; 
	text-align:center; */
}

td {
	font-family: verdana, arial, helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
}

/* global styles */

#content {
	/*position: absolute; 
	top: 57px; 
	left: 10px;
	background: #fff; */ 
	width: 586px; 
	height: 319px;
	border-top: 1px solid #000;
	border-left: 1px solid #000; 
	border-bottom: 1px solid #000; 
	border-right: 1px solid #000; 
	margin-top: 5%;
	
}

#contact {
	width: 586px; 
	height: 319px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #b2b2b2;
	text-align: left;
}

#contact a{
	color: #a3a3a3;
}

.left{
float: left;
text-align: left;
}

.right{
text-align: right;
}

#header {
	/*position: absolute; 
	top: 10px; 
	left: 10px; 
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	*/
	width: 582px;
	height: 82px;
}

#login {
	width: 251px; 
	/*height: 119px; 
	margin-right: -3px;*/
}

#loginHeader {
	width: 251px;
	height: 19px;
	background-color: #091D5C;
	padding-left: 5px;
	border-bottom: 0px solid #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

#login_form {
	width: 251px;
	height: 194px;
	border-left: 0px solid #000;
	border-top: 0px solid #000; 
	border-right: 1px solid #000;
	border-bottom: 0px solid #000;
	background: #edede3; 
	padding-left: 0px; 
	padding-top: 15px;
}

#submit {
	margin-right: 20px; 
	text-align: right; 
}

#login_other {
	/*border-left: 1px solid #000;
	border-bottom: 0px;
	border-right: 1px solid #000;
	border-top: 0px;
	background: #edede3; 
	padding-left: 20px; 
	padding-top: 4px;
	padding-bottom: 4px;
	width: 251px;*/
	text-align: left;
}

#login_other a {
	font-size: 8pt;
	line-height: 12pt;
	color: #091D5C;
	font-weight: bold;
	padding-left: 20px;
}

#loginFooter {
	width: 251px;
	height: 19px;
	margin: 0px 0px 0px 0px;
	background-color: #CC0033;
	border-top: 0px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: baseline;
}

#menu {
	margin-left: -1px;
	position:relative; 
	top:0px; 
	left:0px; 
	z-index: 900; 
}

#btn1{
	width: 111px;
	height:19px;
	border-left: 1px solid #000;
	/*float: left;*/
}
#btn2{
	width: 111px;
	height:19px;
	margin-left: -1px;
}
#btn3{
	width: 111px;
	height:19px;
	margin-left: -1px;
	border-right: 0px;
}


#menuDiv {
	position: relative;
	top: 0px;
	/*border-top: 0px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border: 1px solid #000;*/
	margin-top: -1px;
	margin-left: 0px;
	background: url(../images/content_bg.jpg) repeat-x;
	width: 314px;
	height: 196px;
	padding: 10px 10px 10px 10px;
	text-align: left; 
	font-weight: normal;
	float:left;
	z-index:100;
}
/*
#menuDiv span{
	float: left;
	width: 300px;
	height: 150px;
	font-family: arial, verdana, helvetica;
	font-size: 10pt;
	color: #000;
	margin: 0px 0px 0px 0px;
}
*/
#one {
	position: absolute;
	top: 10px;
	z-index: 600;
}

#two {
	position: absolute;
	top: 10px;
	z-index: 700;
}

#three {
	position: absolute;
	top: 10px;
	z-index: 800;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>> Menu Tabs <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.menuTabs {
	width:333px; 
  /*	margin-left: 0px;
	margin-right: -1px;
	margin-bottom: -1px;*/
}

.menuTabs a{ 
  font-family: verdana, arial, helvetica; 
  font-size: 8pt; 
  font-style: bold; 
  float: left;
  /*display: inline;*/
  text-decoration: none;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: -1px;
  background-color: #edede3;
  color: #000;
}

.menuTabs a:hover {
  background-color: #e7e6d7;
  border-bottom: 1px solid #e7e6d7;
  color: #000;
}

.menuTabs span {
  display: none;
}
