/*--[ base ]--*/
.getFlash  {
margin: -15px 0 0 0 ;
position: relative;
text-align: center;
}
/* This will keep scrollbars visible */
html { overflow: -moz-scrollbars-vertical !important; }

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #FFF;
	font: small Arial, Verdana, sans-serif;
}

a { 
	color: #FFF; 
	text-decoration: underline;
}

a:hover { 
	text-decoration: none; 
}

p {
	margin: 0;
}

/*--[ other elements ]--*/
img { 
	border: none;
}	

/*--[ page structure ]--*/
#wrap { 
	background: #FFF; 
}

#inner-wrap { 
	background: url(./themes/site_themes/default/home/bg-logo.gif) no-repeat left top; 
}

#inner-content {
	position: relative;
	width: 770px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 770px;
	height: 200px;
	background: url(./themes/site_themes/default/home/bg-header.gif) no-repeat;
}

#flash {
	width: 769px;
	height: 353px;
	background: #036 url(./themes/site_themes/default/home/bg-flash.gif) no-repeat;
	text-align: center;
	margin: 0 auto;
}

#inner-flash {
	position: relative;
	margin: 0 auto;
	width: 749px;
	text-align: center;
}


#footer {
	width: 770px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	text-align: center;
}

/*---------------------------*/
/*--[ core styles ]--*/

/*--[ access ]--*/
.access {
	position: absolute;
	top: 75px;
	left: 250px;
	color: #FFF;
	font-size: 85%;
}

.access a, .access a:hover {
	color: #FFF;
}

/*--[ logo ]--*/
#header img {
	position: absolute;
	top: 58px;
	left: 15px;
	width: 200px;
	height: 84px;
}

/*--[ navigation ]--*/
#nav ul {
	position: absolute;
	top: 107px;
	left: 250px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li { 
	float: left; padding: 0 2px 0 0; 
}

#nav li a {
	float: left;
	display: block;
	background: #023A73 url(./themes/site_themes/default/home/bg-left-menu.gif) no-repeat left;
	color: #FFF;
	text-decoration: none;
}

#nav li a span {
	float: left;
	display: block;
	padding: 7px 10px 8px 10px;
	background:  url(./themes/site_themes/default/home/bg-right-menu.gif) no-repeat right;
	cursor: pointer;
}

#nav li a:hover { 
	color: #09C; 
}

/*--[ tab ]--*/
#tab {
	position: absolute;
	top: 0; 
	right: 0;
	width: 250px;
	height: 39px;
	background: url(./themes/site_themes/default/home/bg-tab.gif) no-repeat;
}

#tab ul {
	width: 225px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#tab ul li { 
	float: left; 
	margin: 0; 
	padding: 0 10px 0 10px; 
}

#tab ul li a {
	float: left;
	display: block;
	margin: 0;
	padding: 9px 0 7px 0;
	color: #0054A9;
	font-size: 85%;
	text-decoration: none;
}

#tab ul li a:hover {
	text-decoration: underline;
}

/*--[ flash ]--*/
#inner-flash img {
	position: absolute;
	top: 71px;
	left: 0;
}

/*--[ footer ]--*/
.copyright, 
.credits { 
	color: #069;
	font-size: 85%;
	padding-top: 15px; 
	line-height: 1.7em;
}

.copyright a { color: #069; }

.credits, .credits a { 
	color: #069; 
}