@charset "utf-8";
/* CSS Document */

/* MAIN -------------------------------------------------------------*/
body {
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 18px;
}

img {
	border:none;
}
p {
	
}
a, a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;	
}
form {
	margin: 0px;
	padding: 0px;	
}
label {
	margin: 0px;
	padding: 0px;	
}
text {
	margin: 0px;
	padding: 0px;	
}

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#container {
	padding: 0px;
	width: 958px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	min-height: 500px;
}


/* TOP ----------------------------------------------------------------------*/
#top {
	position: relative;
	height: 204px;
	padding: 0px;
	width: 100%;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/top-bg.png);
}
#top_logo {
	margin-top: 0px;
	position: relative;
	margin-left: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 56px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* CONTENT ----------------------------------------------------------------------*/
#content {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content_left {
	width: 228px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#content_right {
	float: right;
	width: 712px;
	margin-right: 6px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/content-right-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 302px;
}

/* MAIN MENU -------------------------------------------------------------*/
#main_menu {
	margin: 0px;
	padding: 0px;
	position:relative;
}
#main_menu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	position:relative;
}
#main_menu ul li {
	height: 70px;
	overflow: hidden;
	position: relative;
}
#main_menu ul li a img, #main_menu ul li a:visited img {
	margin-top: 0px;	
	
}
#main_menu ul li a:hover img {
	margin-top: -70px;	
	
}
#main_menu ul li.selected a img {
	margin-top: -70px;
}


.content_body {
	position:relative;
	width: 642px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
}
.content_body p{
	text-align: justify;
}
.content_body img {

}
.content_body ul {
	list-style: none;
	margin: 0px;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
.content_body ul li {
	background-image: url(../images/ul-bullets.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 18px;
	
}
.content_heading {
	width: 100%;
}
.content_divider {
	background-color: #dc1118;
	height: 1px;
	width: 100%;
	position: relative;	
}

#bottom {
	width: 100%;
	height: 25px;
	background-image: url(../images/botom-divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.developed {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 40%;
	margin-left: 40px;
}
.developed a, .developed a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
.developed a:hover {
	text-decoration: underline;	
}
.copyright {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	width: 40%;
	font-size: 11px;
	text-align: right;
	margin-right: 40px;
}


/* MISC -------------------------------------------------------------*/
.clearfixmy {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

