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

<!--
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 12px;
	background: #000000;
}
#container {
	width: 980px;
	margin: 0 auto;
	margin-top: 25px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
#content {
	height: 200px;
	width: 980px;
	float:left;
}
#content_left {
	width: 725px;
	float:left;
}
#content_right {
	width: 223px;
	float:right;
	margin-right: 10px;
}
#middlecontainer {
	padding-top: 15px;
	clear:left;
	height: 280px;
}
#mainContent {
	float: left;
	width: 353px;
	background-image: url(images/gradientbar.gif);
	background-repeat: no-repeat;
	background-position: 349px 90px;
	
}
#middle {
	margin: 0 355px;
	background-image: url(images/gradientbar.gif);
	background-repeat: no-repeat;
	background-position: 265px 90px;
	height: 250px;
}
.sidebar1 {
	float: right;
	width: 350px;
	background-image: url(images/media.gif) no-repeat;
}
.menubar { /* all list items */
	padding-bottom:13px;
	list-style:none;
}
.menubar li {
	float:left;
	list-style:none;
	color:#f78e1e;
	margin-left:30px;
	position:relative;
}
.menubar li ul {
	position: absolute;
	left: -999em;
	padding:0;
	float:left;
}
.menubar ul li a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	line-height: 13px;
	padding: 3px;
	background: #000000;
	text-align: left;
	border: 1px solid #007AC9;
	width:160px;
	z-index:500;
}
.menubar li:hover ul, .menubar li.sfhover ul {
	left: auto;
}
.menubar a:link {
	color: #f78e1e;
	text-decoration:none;
}
.menubar a:visited {
	color: #f78e1e;
	text-decoration:none;
}
.menubar a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.menubar a:active {
	color: #f78e1e;
	text-decoration:none;
}
.list {
	color:#FFFFFF;
	list-style:url(images/bullet.gif);
	margin-top:51px;
	margin-left: 13px;
}
.list a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
.list a:hover {
	color:#007AC9;
	text-decoration:none;
	outline:none;
}
.list a:active {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
.list2 {
	color:#FFFFFF;
	list-style:url(images/bullet.gif);
	float:left;
}
.list2 a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
.list2 a:hover {
	color:#007AC9;
	text-decoration:none;
	outline:none;
}
.list2 a:active {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
.list3 {
	color:#FFFFFF;
	list-style:url(images/bullet.gif);
	padding-right: 22px;
	float: right;
}
.list3 a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
.list3 a:hover {
	color:#007AC9;
	text-decoration:none;
	outline:none;
}
.list3 a:active {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
.list_bullet {
	color:#FFFFFF;
	list-style:url(images/bullet.gif);
	padding:16px 0 0 40px;
	margin:0px;
}
.list_bullet a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
.list_bullet a:hover {
	color:#007AC9;
	text-decoration:none;
	outline:none;
}
.list_bullet a:active {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.float_logo {
	padding-left: 40px;
}

#footer {
	margin-top:20px;
	clear: both;
	background-image:url(images/bottom1.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.position_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left_margin {
	margin-left:10px;
}
.list_bullet5 {
	color:#FFFFFF;
	list-style:url(images/man.gif);
	padding:0px 0 0 40px;
	margin:0px;
}
.list_bullet5 a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
.list_bullet5 a:hover {
	color:#007AC9;
	text-decoration:none;
	outline:none;
}
.list_bullet5 a:active {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
