*{
    margin: 0;
    padding:0;
}

body{
    font-family: Verdana;
    background-image: url('../images/background.png');
    color: #fff;
}
#header{
    background-image: url('../images/header-bg.png');
    background-position: center;
    width: 100%;
    height: 300px;
}
#header-info{
    width: 960px;
    margin: auto;
}

/* Start of Nav Bar*/
#navBar{
    position: relative;
    float: right;
    margin-right: 110px;
    font-size: 14px;
    z-index: 1000;
    color: #fff;
    width: 635px;
    background-repeat: no-repeat;
    
}

.navMenu li{
    text-align: center;
    float: right;
    width: 136px;
    height: 52px;
    list-style-type: none;
    margin-left: -10px;
    padding-top: 10px;
    background-image: url('../images/nav-bg.png');
    background-position: top center;
}

.navMenu li a{
    text-decoration: none;
    color: #fff;
    
}

.navMenu li#selected{
    background-image: url('../images/cursor.png'), url('../images/nav-bg.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 20px 15px, 0 0;
    font-weight: bold;
}
/* End of Nav Bar*/

/*Start of Main Content*/
#main-content{
    position: relative;
    top: 20px;
    margin: auto;
    background-color: #000;
    float: inherit;
}

#logo{
    position: relative;
    top: 20px;
    left: 65px;
    width: 200px;
}

/*Rotating Banner*/
#jqb_object{
    margin: 20px auto 0 auto;
    width: 930px;
}

#jqb_object img{ 
	border: none;
}

#jqb_object { 
	position:relative;
	width:930px; height:350px; 
	overflow:hidden;
}


#jqb_object .jqb_bar{
	position:absolute;
	width:930px; height: 30px;
	left:0px;
	bottom:0px;
	background:#000000;
	opacity:0.7;
        color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
}

#jqb_object .jqb_slide{
	position:absolute;
	width:930px; height:350px; 
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	text-align: left;
}

#jqb_object .jqb_info{
	position:absolute;
	padding: 2px 10px 2px 10px;
	float: left;
}

#jqb_object .jqb_btn{
	width: 15px; height: 14px;
	margin: 10px 5px 2px 2px;
	float: right;
}
#jqb_object .jqb_btn_next{
	background-image:url('../img/btn_next.gif');
}
#jqb_object .jqb_btn_prev{
	background-image:url('../img/btn_prev.gif');
}
#jqb_object .jqb_btn_pause{
	background-image:url('../img/btn_stop.gif');
}
#jqb_object .jqb_btn_play{
	background-image:url('../img/btn_play.gif');
}


/* Start of Left Menu and Content*/
.mainText{
    font-family: Arial;
    font-size: 12px;
}

.mainTitles{
    font-family: Arial;
    font-size: 18px;
}

.readMore{
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    color: #fff000;
    float: right;
}

#content{
    margin: -3px auto 0 auto;
    width: 900px;
}

#leftMenu{
    position: relative;
    top: -210px;
    width: 170px;
    margin-right: -7px;
    display: inline-block;
}

#title{
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #121212;
}

#leftMenu ul{ 
    border-bottom: solid 1px #121212;
    padding: 5px 0 5px 0;
}

#leftMenu ul li{
    padding: 7px 0 7px 0;
    list-style: none;
}

#leftMenu ul li a{
    color: #fff;
    text-decoration: none;
}

#follow{
    padding-top: 10px;
}

#mainInfo{
    display: inline-block;
    border-left: solid 1px #121212;
    width: 455px;
    padding: 20px 10px 20px 20px;
    background-color: #000;
}

#cProfile{
    background-color: #171717;
    border-radius: 5px;
    padding: 20px;
}
#newsEvents{
    padding: 20px 20px 20px 40px;
}

#newsList li{
    list-style-image: url('../images/cursor.png');
    padding-bottom: 5px;
}

#newsList li a{
    text-decoration: none;
    color: #fff;
}

#rightPanel{
    position: relative;
    top: -40px;
    display: inline-block;
    width: 225px;
}

.rPanel{
    overflow: hidden;
    background-color: #121212;
    padding: 10px 10px 15px 15px;
    margin-bottom: 10px;
}

.rPanel .displayImage{
    float: left;
    margin-right: 10px;
}

#footer{
    margin: auto;
    position: relative;
    bottom: -560px;
    width: 960px;
    height: 50px;
    text-align: right;
}

.footer_links{
    font-family: Arial;
    font-size: 12px;
    color: #fff000;
    float: right;
    padding-right: 30px;
}

.footer_links a{
    text-decoration: none;
    color: #fff000;
}