/* redefined html tags */
body {
	padding:0px;
	margin:0px;
	margin-bottom:30px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	background:#fff url(/images/bg/body.jpg) top center no-repeat;
	color: #262626;
}

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

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

img {
	border:0px;
}

.clear{
	clear:both;
	font-size:2px;
}

/* standard layout id's */
#container {
	position:relative;
	width:775px;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
}

#header {
	position:relative;
	height: 340px;
}

#banner {
	display: block;
	position: absolute;
	top: 133px;
	}

#sub_content {
	position:relative;
	float:left;
	width:140px;
	margin: 38px 0 10px 0;
	padding: 0 25px 0 20px;
}
#sub_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sub_content li {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}
#sub_content li a {
	color: #0d5fb9;
	background: none;
	text-decoration: none;
	font-size: 150%;
}
#sub_content li a:hover {
	color: #000;
}
#sub_content li a.selected {
	color: #000102;
}
#sub_content li a.selected:hover {
	text-decoration: none;
}


#main_content {
	position:relative;
	float:right;
	width:510px;
	margin: -10px 0 10px 0;
	padding: 0 50px 0 30px;
	background: url(/images/bg/main.gif) top left no-repeat;
	font-size: 140%;
	line-height: 1.4;
}


#footer {
	position:relative;
	clear:both;
	height:25px;
	padding-left:10px;
	line-height:25px;
	background: url(/images/bg/footer.jpg) top left no-repeat;
	color: #6a6a6a;
}
#footer a {
	color: #6a6a6a;
	text-decoration: none;
	background: none;
}
#footer a:hover {
	text-decoration: underline;
}

#site_credits {
	position:absolute;
	right:10px;
	top:0px;
}

#logo {
	position:absolute;
	left:19px;
	top:19px;
}


/* main menu code */
#main_menu {
	position:absolute;
	top:84px;
	left:0px;
	width:775px;
	height: 49px;
	background: url(/images/bg/menu.jpg) top left no-repeat;
	z-index:9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
}

#main_menu ul {
	margin:0px; 
	padding:0 4px 0 0;  
}

#main_menu li {
	position:relative; 
	list-style:none; 
	margin:0px; 
	padding: 0 22px 0 0;
	float:right;
	line-height:30px;
}


#main_menu li a {
	display: block;  
	text-decoration: none;
	color: #0d5fb9;
	background: none;
}
#main_menu li a:hover {
	color: #000;
}
#main_menu li a.selected {
	color: #000;
}#main_menu li a.selected:hover {
	text-decoration: none;
}
	
