body {
    font-family: georgia, arial, sans-serif;
    background-color: #000;
    margin: 0;
    padding: 0;
    font-size: 10pt;
	color: #fff;
}
.header_container, .redeye_content_container {
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
}
img {
    border: none;
}
a, a:visited {
    color: #ccc;
    cursor: pointer;
    text-decoration: underline;
}
a:hover {
    color: #ccc;
    text-decoration: none;
}
.title {
    font-size: 12pt;
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
}
.clear {
    clear: both;
}
.center {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 465px;
    position: relative;
    z-index: 2;
}
.content_strip {
    width: 100%;
    position: relative;
}
.main_content {
    overflow-y: auto;
    overflow-x: hidden;
    width: 1000px;
    height: 465px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.pageloading img {
    padding: 5px 0 5px 0;
}
.pageloading {
    text-align: center;
    width: 100%;
    margin-top: 190px;
}

/*image rotator css*/
#image_rotate {
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}
.image_rotator {
    height: 465px;
    position: relative;
    filter: alpha(opacity=90);
    opacity: 0.9;
    overflow: hidden;
}
.business_content_container .image_rotator {
    float: right;
    width: 300px;
}
.redeyer_content_container .image_rotator {
    float: left;
    width: 300px;
}

/* business side css */
.business_content_container {
    position: relative;
    background: transparent;
}
.bus_main_container {
    width: 660px;
    height: 465px;
    overflow: hidden;
}
    
.main_img_gallery {
    width: 620px;
    height: 465px;
    margin-left:auto;
    margin-right:auto;
    float: left;
}
.main_img_gallery div {
    width: 620px;
    height: 465px;
}
.main_img_gallery a {
    display: block;
    position: absolute;
}
.main_img_gallery a img {
    visibility: hidden;
}
.main_img_gallery a:hover img {
    visibility: visible;
}
.bus_left {
    background: transparent url(../images/main/left.gif) no-repeat;
    float: left;
    position: relative;
    margin-top: 220px;
    width: 20px;
    height: 30px;
}
.bus_left:hover {
    background: transparent url(../images/main/left_over.gif) no-repeat;
}
.bus_right {
    background: transparent url(../images/main/right.gif) no-repeat;
    float: right;
    position: relative;
    margin-top: 220px;
    width: 20px;
    height: 30px;
}
.bus_right:hover {
    background: transparent url(../images/main/right_over.gif) no-repeat;
}

/* the team css */
.thecore div, .thelink div {
    background-color: #dadada;
}
.theteam {
    position: absolute;
    width: 670px;
    background: transparent url(../images/theteam/theteam_img.jpg) no-repeat center center;
}
.theteam img {
    clear: both;
    float: right;
}
.thecore img {
    display: inline;
}


/* redeye side css */
.redeyer_content_container {
    position: relative;
    background: transparent;
}
.redeyer_content_container .content {
    padding-left: 10px;
}
.extended_content{
    width: 1000px !important;
}
.width-1 {
    width:650px;
}

/* endorsement page css */
.endorsements {
    position: absolute;
    width: 670px;
    height: 465px;
    background: transparent url(../images/endorsement/endorsement_img.gif) no-repeat top left;
}
.endorsements .sub_content {
    left:20px;
    position:absolute;
    top:280px;
    width:600px;
}
.endorsements .red_window {
    padding-left:99px;
    padding-top:72px;
    position:relative;
}
.endorsement_gallery li {
    padding: 0px;
    vertical-align: bottom;
}
.endorsement_control {
    position:absolute;
    left:630px;
    top:350px;
}
.prev {
    background: transparent url(../images/endorsement/prev.gif) no-repeat center center;
    width: 30px;
    height: 20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-bottom: 1px;
}
.next {
    background: transparent url(../images/endorsement/next.gif) no-repeat center center;
    width: 30px;
    height: 20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.prev:hover {
    background: transparent url(../images/endorsement/prev_over.gif) no-repeat center center;
}
.next:hover {
    background: transparent url(../images/endorsement/next_over.gif) no-repeat center center;
}
    
    
/* getinvolved page css */
.getinvolved {
    width: 670px;
    height: 465px;
    background: transparent url(../images/getinvolved/getinvolved_img.jpg) no-repeat center center;
}
.getinvolved .door {
    width: 172px;
    height: 344px;
    padding-left: 95px;
    padding-top: 61px;
    float: left;
}
.getinvolved .spacer {
    float:left;
    height:130px;
    width:7px;
}
.getinvolved .links {
    padding-top: 224px;
}
.getinvolved .links img {
    float: left;
}

.slider_content {
    width: 100%;
    position: relative;
    font-family: verdana, tahoma;
    font-size: 8pt;
}

/* blog pages css */
.postlist ul li {
	list-style: disc inside;
}
.posthr {
	margin: 25px 0;
	height: 3px;
	border-top: 1px dashed #777;
}
.posthr hr {
	display: none;
}

/* redeyer event */
.event_title, .event {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}
.event_title {
    margin-bottom: 10px;
}

/* welcome screen css */
#entersite {
    float: left;
    width:210px;
    height:60px;
    background-image: url(../images/welcome/entersite.gif);
}
#entersite:hover {
    background-image: url(../images/welcome/entersite_over.gif);
}
.welcome_logo {
    width: 300px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}
.welcome {
    position: relative;
    top: 20px;
    background-color: #000;
    height: 425px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* header links css */
.header {
    height: 50px;
}
.header div {
    display: inline;
    float: left;
}
.header .links a {
    margin: 0 5px;
    float: left;
}

/* footer css */
.footer_container {
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
    padding-top:8px;
}
.horizbar {
    width: 1010px;
    height: 10px;
    background: transparent url(../images/footer/footer_bar.gif) no-repeat center center;
    margin: 10px 0 10px 0;
}
.footer_logo {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}
.footer_left {
    float: left;
    padding: 5px;
    width: 325px;
}
.footer_right {
    float:right;
    font-size:8pt;
    padding:10px 5px 5px 5px;
    text-decoration:none !important;
    text-transform:none !important;
}

.footer_right a:hover {
    color: #a42a2a;
}

.myspace_icon {
    float: left;
    margin-top: 4px;
    width: 86px;
    height: 22px;
}

.facebook_icon {
    float: left;
    margin: 4px 0px 0px 10px;
    width: 86px;
    height: 22px;
}

.twitter_icon {
    float: left;
    margin: 4px 0px 0px 10px;
    width: 86px;
    height: 22px;
}

.rssfeed {
    float: left;
    margin: 4px 0px 0px 10px;
    width: 36px;
    height: 22px;
}

/* newsletter */
#newsletter_signup {
    width: 200px;
    background-color: transparent !important;
    border: none !important;
    padding: 8px 0 0 7px;
    font-family: verdana;
    font-size: 10pt;
    outline: none !important;
	color:#ccc;
}
.audioplayer {
    float:left;
    margin-left:30px;
    margin-top:13px;
}
.newsletter {
    background: transparent url(../images/newsletter_box.gif) no-repeat center center;
    width: 254px;
    height: 36px;
    float: right !important;
    margin: 7px 30px 7px 0;
    padding-top: 2px;
}
.newsletter #mail_icon {
    vertical-align:bottom;
    cursor: pointer;
}

/* navigation css */
.nav {
    height: 38px;
    background: transparent url(../images/nav_bg.gif) no-repeat top center;
    padding-top: 6px;
}
.nav .links {
    margin-left: auto;
    margin-right: auto;
}
.nav .links a {
    margin: 0 25px;
    float: left;
}
    


/* slider gallery css */
.sliderGallery {
    overflow: hidden;
    height: 210px;
}
.slide-label {
    font-family:verdana;
    font-size:10pt;
    font-weight: bold;
    margin-bottom:5px;
    position:relative;
    text-align:center;
    color: #222222;
}
.sliderGallery img {
    height: 160px;
    margin: 0 5px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.sliderGallery ul li {
    display: inline;
    float: left;
}


/* image control */
.image-control {
    position: relative;
    top: 170px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 30px;
}
.left, .play, .right {
    position: relative;
    width: 60px;
    height: 30px;
}
.left {
    background: transparent url(../images/leftarr.gif) no-repeat;
    float: left;
}
.left:hover {
    background: transparent url(../images/leftarr_over.gif) no-repeat;
}
.play {
    margin-left: auto;
    margin-right: auto;
    float: none;
    background: transparent url(../images/playpause.gif) no-repeat;
}
.play:hover {
    background: transparent url(../images/playpause_over.gif) no-repeat;
}
.right {
    background: transparent url(../images/rightarr.gif) no-repeat;
    float: right;
}
.right:hover {
    background: transparent url(../images/rightarr_over.gif) no-repeat;
}

/* prompt box css */
.jqiwarning {
}
.jqifade{
    background-color: #ffffff;
}
div.jqi{
    position: absolute;
    background:transparent url(../images/prompt.png) no-repeat scroll top center;
    padding:25px 2px 2px 2px;
    width: 305px;
}
div.jqi .jqiclose{
    background:transparent url(../images/close.gif) no-repeat scroll center center;
    cursor:pointer;
    float:right;
    height:15px;
    margin:-33px 2px 0;
    width:15px;
}
div.jqi .jqicontainer{
    background-color:transparent;
    background-image:url(../images/prompt.png);
    background-position:center bottom;
    background-repeat:no-repeat;
    color:#000000;
    font-size:10pt;
    padding:0 5px 5px;
    position:relative;
    top:10px;
}
div.jqi .jqimessage{
    padding:0 10px;
}
div.jqi .jqibuttons{
    padding:5px 0 10px 0;
    text-align:center;
}
div.jqi button{
    padding: 3px 10px 3px 10px;
    margin: 0 10px;
}

