/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
ol,ul{ list-style:none; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none; }
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{ border-collapse:collapse; border-spacing:0; }

/* General Styles */
.skiplink{ display:none; }
label{ cursor:pointer; }
a,
a:visited{ color:#f67500; text-decoration:none; }
a:focus,
a:hover{ text-decoration:underline; }
html{ height:100%; }
body{ height:100%; background:#62676a url(../images/bgr-body.png) repeat-x top; color:#cacaca; font:10px Arial,Helvetica,sans-serif; }

/* Plus Backgrounds */
#bgr-index{ background:url(../images/bgr-index.png) no-repeat 0 54%; }
#bgr-subpage{ background:url(../images/bgr-sub.png) no-repeat 0 54%; }

/* Wrapper */
#wrapper{ width:982px; margin:0 auto; padding:0 0 188px; }
#nonfooter{ position:relative; min-height:100%; }

/* Header */
#header{ width:930px; height:243px; margin:0 auto; }
    #header-top{ width:930px; height:140px; background:url(../images/bgr-header.jpg) no-repeat; overflow:hidden }

/* Top Links */
#toplinks{ float:right; width:525px; height:37px; background:#ea6f00; }
    #toplinks ul{ float:left; width:275px; padding:0px 0; }
    #toplinks ul li{ float:left; text-transform:uppercase; text-align:center; line-height:10px; border-left:1px solid #f29440; }
    #toplinks .first{ border-left:0;}
    #toplinks li a{ display:block; color:#fbbe87; padding:0 15px; }
    #toplinks li a span{ font-size:12px; font-weight:bold; color:#fff; }
    #toplinks form{ float:left; padding:5px 0 0; }
    #toplinks .txt{ width:135px; height:21px; font-size:12px; color:#949494; margin-right:4px; padding:2px 10px 0; border:0; vertical-align:middle; }
    #toplinks .btn{ width:28px; height:25px; border:0; cursor:pointer; background:url(../images/button-search.png) no-repeat; vertical-align:middle; }
    #toplinks #advanced{
        width:130px;
        height:36px;
        padding:0;
        background:transparent url(../images/Advanceduser.png) no-repeat scroll 0 0;
    }
    
    #toplinks #advanced:hover{ 
        width:130px;
        height:36px;
        padding:0;
        background:transparent url(../images/Advanceduser_rollover.png) no-repeat scroll 0 0;
    }
    #toplinks #standard{
        width:130px;
        height:36px;
        padding:0;
        background:transparent url(../images/Standarduser.png) no-repeat scroll 0 0;
    }
    
    #toplinks #standard:hover{ 
        width:130px;
        height:36px;
        padding:0;
        background:transparent url(../images/Standarduser_rollover.png) no-repeat scroll 0 0;
    }
    
/* Logo */
#logo{ float:left; display:block; width:281px; height:103px; cursor:pointer; text-indent:-5000px; background:url(../images/logo.png) no-repeat; margin:0 0 0 20px; }

/* Nav */
#nav{ float:right; width:540px; font-size:16px; margin:33px 5px 0 0px; text-transform:uppercase; }
    #nav li{ float:left; padding:0 10px 0 25px; background:url(../images/bullet-crossw.png) no-repeat left; }
    #nav .first{ background:none; }
    #nav li a{ color:#62676a; }

/* Content */
#content{ clear:both; width:982px; margin:0 auto; }
    #container{ width:930px; margin:0 auto; }

/* Index */
#index{ width:930px; margin:0 auto 0px; overflow:hidden; }
    #index .text{ float:left; width:337px; padding:30px 24px 0 24px; }
    #index .text h2{ font-size:26px; font-weight:normal; color:#f67500; margin-bottom:5px; }
    #index .text *{ font-size:15px; line-height:22px; color:#CACACA;}
    #index .image{ float:left; }

/* Rbox */
#rbox{ clear:both; width:982px; margin-bottom:30px; }
#rbox-top{ width:982px; height:13px; background:url(../images/bgr-rbox-top.png) no-repeat; }
#rbox-bod{ width:926px; padding:15px 28px 10px; background:url(../images/bgr-rbox-bod.png) repeat-y; }
#rbox-bot{ clear:both; width:982px; height:13px; margin-bottom:10px; background:url(../images/bgr-rbox-bot.png) no-repeat; }
    #rbox h2{ font-size:16px; font-weight:normal; color:#f67500; }
    #rbox-bod .container{ overflow:hidden; }

/* Recent News */
#recentnews{ float:left; width:310px; padding-right:35px; margin-right:35px; border-right:1px solid #62676a; }
    #recentnews h2{ margin:0 0 10px 17px; }
    #recentnews li{ font-size:15px; margin-bottom:15px; line-height:18px; }
    #recentnews li a{ display:block; color:#CACACA; padding-left:18px; background:url(../images/bullet-crossg.png) no-repeat 0 20%; }
    #recentnews .readmore{ display:block; width:80px; height:20px; margin-left:25px; text-indent:-5000px; background:url(../images/button-newsviewall.png) no-repeat; }

/* Feature */
#feature{ float:left; width:533px; padding:0px 0 0; }
    #feature li{ float:left; width:144px; margin-left:50px; }
    #feature .first{ margin-left:0; }
    #feature li .text{ padding:5px; font-size:12px; }
    #feature li .text h3{ font-size:16px; font-weight:normal; margin-bottom:2px; }
    #feature li .text h3 a{ color:#f67500; }
    #feature li .text p{ font-size:12px; margin-bottom:10px; }
    #feature li .text .readmore{ display:block; width:80px; height:20px; margin-top:7px; text-indent:-5000px; background:url(../images/button-readmore.png) no-repeat; }

/* Mast */
#mast{ clear:both; width:915px; margin:0 auto; }
    #mast img{ display:block; }

/* Subpage */
#subpage{ clear:both; width:915px; margin:0 auto; background:url(../images/bgr-subpage.png) repeat-y; overflow:hidden; }

/* Sidebar */
#sidebar{ float:left; width:225px; padding:35px 35px 24px; }
    #sidebar h2{ font-size:22px; font-style:italic; font-weight:normal; color:#f67500; padding-bottom:5px; border-bottom:1px solid #6a7073; }
    #sidebar h3{ font-style:italic; font-weight:normal; color:#765233; }
    #sidebar a.view{ display:block; width:69px; height:17px; text-indent:-5000px; background:url(../images/button-viewall.png) no-repeat; }

/* Sublink */
#sublink{ margin-bottom:25px; }
    #sublink h2{ font-size:20px; padding: 0 7px; }
    #sublink ul{ margin:10px 0; }
    #sublink li{ }
    #sublink li a{ font-size:18px; color:#cacaca; padding:5px 7px 5px 7px; display:block;}
    #sublink li a:hover{ background:#f67500; text-decoration:none; color:#fff;}

/* Related News */
#relatednews{ margin-bottom:25px; }
    #relatednews ul{ margin:10px 0; }
    #relatednews li{ font-size:15px; margin-bottom:8px; line-height:18px; padding-top:8px; border-top:1px solid #6a7073; }
    #relatednews .first{ border-top:0; padding-top:0; }
    #relatednews li a{ color:#cacaca; }

/* Current Events */
#currentevents{ margin-bottom:25px; }
    #currentevents h3{ font-size:15px; font-style:normal; }
    #currentevents ul{ margin:10px 0; }
    #currentevents li{ font-size:15px; margin-bottom:8px; line-height:18px; padding-top:8px; border-top:1px solid #6a7073; }
    #currentevents .first{ padding-top:0; border-top:0; }
    #currentevents h3 a{ color:#f67500; }
    #currentevents a{ color:#cacaca; }

/* Features */
#features{ margin-bottom:20px; }
    #features li{ clear:both; width:219px; margin-bottom:8px; line-height:18px; padding-top:15px; border-top:1px solid #6a7073; overflow:hidden; }
    #features .first{ padding-top:0; border-top:0; }
    #features .thumb{ float:left; display:block; width:75px; height:73px; padding:8px 0 0 8px; background:url(../images/bgr-gthumb1.png) no-repeat; }
    #features .text{ float:left; width:125px; padding:5px 0 0 10px; }
    #features h3{ font-size:19px; margin-bottom:5px; }
    #features p{ font-size:15px; margin-bottom:8px; }
    #features a{ color:#f67500; }
    #features a.more{ display:block; width:50px; height:17px; text-indent:-5000px; background:url(../images/button-more.png) no-repeat; }

/* Gallery */
#gallery ul{ margin:10px 0; }
    #gallery li{ clear:both; width:219px; margin-bottom:10px; line-height:18px; padding-top:8px; border-top:1px solid #6a7073; overflow:hidden; }
    #gallery .first{ padding-top:0; border-top:0; }
    #gallery .thumb{ float:left; display:block; width:75px; height:73px; padding:8px 0 0 8px; background:url(../images/bgr-gthumb1.png) no-repeat; }
    #gallery .thumb2{ float:left; display:block; width:75px; height:91px; padding:8px 0 0 8px; background:url(../images/bgr-gthumb2.png) no-repeat; }
    #gallery .text{ float:left; width:125px; padding:5px 0 0 10px; }
    #gallery h3{ font-size:19px; margin-bottom:5px; }
    #gallery p{ font-size:15px; margin-bottom:8px; }
    #gallery a{ color:#3d3b00; }
    #gallery .viewphotos{ display:block; width:85px; height:17px; text-indent:-5000px; background:url(../images/button-viewphotos.png) no-repeat; }

/* Breadcrumbs */
#mainbar #bcrumbs{ width:492px; margin-bottom:15px; text-transform:uppercase; overflow:hidden; }
    #mainbar #bcrumbs li{ float:left; font-size:9px; margin:0 2px 0 0; color:#cacaca; padding:0; background:none; }
    #mainbar #bcrumbs li a{ color:#f67500; }
    #mainbar #bcrumbs li.current a{ color:#cacaca; }

/* Mainbar */
#mainbar{ float:left; width:545px; padding:43px 10px 43px 65px; }
    #mainbar .typography h1, 
    #mainbar .typography h2,
    #mainbar .typography h3,
    #mainbar .typography h4,
    #mainbar .typography h5,
    #mainbar .typography h6{ font-weight:normal; }
    #mainbar .typography h1,
    #mainbar .typography h4{ font-size:25px; }
    #mainbar .typography h2,
    #mainbar .typography h5{ font-size:19px; }
    #mainbar .typography h3,
    #mainbar .typography h6{ font-size:17px; }
    #mainbar .typography h1,
    #mainbar .typography h2,
    #mainbar .typography h3{ color:#f67500; }
    #mainbar .typography h4,
    #mainbar .typography h5,
    #mainbar .typography h6{ color:#fff; } 
    #mainbar .typography p{ font-size:15px; margin-bottom:10px; } 
    #mainba  h1, 
    #mainbar  h2,
    #mainbar  h3,
    #mainbar  h4,
    #mainbar  h5,
    #mainbar  h6{ font-weight:normal; }
    #mainbar  h1,
    #mainbar  h4{ font-size:25px; }
    #mainbar  h2,
    #mainbar  h5{ font-size:19px; }
    #mainbar  h3,
    #mainbar  h6{ font-size:17px; }
    #mainbar  h1,
    #mainbar  h2,
    #mainbar  h3{ color:#f67500; }
    #mainbar  h4,
    #mainbar  h5,
    #mainbar  h6{ color:#fff; } 
    #mainbar  p{ font-size:15px; margin-bottom:10px; } 
    #mainbar blockquote{ padding:20px 40px 15px; margin:20px 0; border:1px solid #6d7275; background:#5e6264; } 
    #mainbar blockquote h6{ color:#f67500; }
    #mainbar .list{ margin:0 0 15px 40px; } 
    #mainbar ul,
    #mainbar ol{ font-size:15px; margin:3px 0 0; }
    #mainbar ol{ list-style-type:decimal; margin-left:20px; }
    #mainbar ul li{ padding-left:15px; margin-left:5px; background:url(../images/ico-bullet.png) no-repeat left 5px; }
    #mainbar li{ margin-bottom:2px; } 

/* Footer */
#footer{ position:relative; clear:both; height:177px; margin-top:-177px; background:#4d4e4f; }
#footer-content{ width:930px; color:#858585; padding:15px 20px 0; margin:0 auto; text-transform:uppercase; overflow:hidden; }
    #footer-content a{ color:#858585; }
    #footer-content p{ float:left; padding-top:10px; }
    #footer-content .developed{ float:right; display:block; width:96px; height:31px; margin-right:10px; text-indent:-5000px; background:url(../images/bgr-developed.png) no-repeat; }
    #footer-content .developed:hover{ background:url(../images/bgr-developed_rollover.png) no-repeat; }
    
#mainbar #EventsList li{
    background:none;
}

/*--- page-2 ---*/
.bg-content {
	width: 800px;
	overflow: hidden;
	background: url("../images/bg-content.gif") repeat-y;
}
.primary-content-2 {
	float: left;
	width: 451px;
	padding: 0 32px 30px 38px;
}
.primary-content-3 {
	float: left;
	padding: 0 32px 0 38px;
}
.breadcrumbs {
	width: 700px;
	padding: 20px 38px 0px 41px;
}
.breadcrumbs li {
	background:transparent none repeat scroll 0 0;
    color:#696A6A;
    display:inline;
    font-size:11px;
    list-style-type:none;
    padding-left:0;
}
.breadcrumbs li span {color: #b7b7b7;}

.secondary-content-2 {
	float: right;
	width: 230px;
	height: 100%;
	margin: -50px 0 0 0;
	padding: 20px 19px 30px 19px;
	background-color:#4D4E4F;
}
.sublink-box {
	padding: 0;
	background: url("../images/h-line.gif") no-repeat 0 100%;
}
.sublink-box h3 {
	color: #0061aa;
	font-size: 16px;
	padding: 6px 0 13px 29px;
	/*background: url("../images/h-line.gif") no-repeat 0 100%;*/
}
.sublink-box ul {padding: 9px 0 0 0;}

.sublink-box ul li {
	font-size: 14px;
	padding: 0 0 6px 29px;
	background: url("../images/i-2.gif") no-repeat 15px 5px;
}
.sublink-box ul li  a {color: #fc9400;}

.related-box {
	padding: 8px 0 12px 0;
	background: url("../images/h-line.gif") no-repeat 0 100%;
}

.related-box h3,
.separator h3,
.gallery-box h3 {
	color: #0061aa;
	font-size: 14px;
	padding: 0 0 3px 29px;
	background: url("../images/i-2.gif") no-repeat 15px 3px;
}
.related-box p {
	color: #FC9400;
	font-size: 11px;
	line-height: 14px;
	padding: 0 22px 9px 29px;
}
.related-box p a {color: #B7B7B7;}
.mb-1 {margin-bottom: 5px !important;}

.separator {
	margin: 9px 0 0 0;
	padding: 7px 0 0 0;
	background: url("../images/h-line.gif") no-repeat;
}
.separator p ,
.gallery-box p {padding: 17px 0 0 0;}

.button-box {padding: 2px 0 0 25px;}
.button-box a {margin: 0;}

.flashElement {
	float: left;
	width: 800px;
	height: 196px;
	background: url("../images/flashElement.jpg") no-repeat;
	padding: 0px 0px 0 0px;
}
.whiteBG {
	width: 845px;
	margin: 0 auto;
	background: url("../images/whiteBG.png") repeat-y;
	padding: 0px 0px 0 0px;
}
/****** Post it note ******/

#postit{
position:absolute;
height:220px;
width:206px;
padding:5px;
background:url("../images/postit.png") no-repeat;
border:none;
visibility:hidden;
z-index:100;
cursor:hand;
cursor: pointer;
overflow:hidden;
}

#postit a.close {
    font-size:10px;
    padding:0 10px 0 0;
}

#postit p{
    font-family:cursive;
    font-size:15px;
    font-weight:bold;
    color:#0B009E;
    padding:10px;
    line-height:18px;
}
#postitpin{
    position:absolute;
    height:343px;
    width:228px;
    padding:32px 5px 5px 5px;
    background:url("../images/pinpaper.png") no-repeat;
    border:none;
    z-index:100;
    cursor:hand;
    cursor: pointer;
    overflow:hidden;
}
#postitpin a.close {
    font-size:10px;
    color:#ff0000;       
    padding:0px 40px 0px 0;
}

#postitpin p{
    font-family:cursive;
    font-size:15px;
    font-weight:bold;
    color:#0B009E;
    padding:10px 45px 10px 22px;
    line-height:18px;
    margin-top:13px; 
}
#postittape{
    position:absolute;
    height:303px;
    width:190px;
    padding:43px 32px 5px 27px;    
    background:url("../images/tapepaper.gif") no-repeat;
    border:none;
    visibility:hidden;
    z-index:100;
    cursor:hand;
    cursor: pointer;
    overflow:hidden;
}
#postittape a.close {
    font-size:10px;
    padding-right:5px;
}

#postittape p{
    font-family:cursive;
    font-size:15px;
    font-weight:bold;
    color:#0B009E;
    padding:10px;
    line-height:18px;
}

/** Search results page **/
#SearchResults li{
    padding:10px;
    margin:5px 0;
}
#SearchResults li.even{
    background:#eaeaea;
    color:#000;
}
#SearchResults li a{
    font-size:14px;
    font-style:italic;
}
#mainbar #SearchResults li.odd{
    background:none;
    list-style:none;
}

#PageNumbers{
    margin:10px;
}
#PageNumbers a{
    padding: 5px;
    background:#eaeaea;
    border:1px solid #444;
}
#PageNumbers a:hover{
    padding: 5px;
    background:#a8a8a8;
    border:1px solid #444;
}
#PageNumbers span{
    padding: 5px;
    background:#eaeaea;
    border:1px solid #444;
}
/* Font size stuff */
#font_holder{
    width:100px;
}
    
.adr ul li{
    font-size:12px;
    padding-left:70px;
}

#currentEvents ul{
    float:left;
    padding:10px 0 10px 10px;
    margin-left:10px;
    width:243px;
}

#currentEvents ul li{
    width:200px;
    list-style-type:disc;
}
#currentEvents ul li span{
    color:#eaeaea;
}
#currentEvents ul li a{
    color:#F6701F;
}

#topElement, #middleElement, #bottomElement, .TopEvent{
    background:#4a4a4a;
}

#topElement a, #middleElement a, #bottomElement a{
    color:#F6701F;
}

#TopEvent{
    background:#4A4A4A;
}
#playerRim {
    color:#C7C7C7;
    font-size:16px;
    font-weight:bold;
    font-family:Georgia;
    text-decoration:italic;
    margin-top:-40px;
}

#Form_switchTheme{
    width:200px;
    margin-bottom:10px;
}

#theme{
    margin:0;
}

#Form_switchTheme fieldset{ 
    width:200px;
}

#Form_switchTheme ul{
    padding:0;
    margin:0;
}

#Form_switchTheme ul li{
    list-style:none;
}

.feature {
    background:transparent url(../images/line.gif) no-repeat scroll left bottom;
    padding:0 0 10px 0;
    margin: 0 0 13px;
}

/* Custom table styles */
    #payrollInfo{
        margin:0;
    }
    
    #PayrollInfo td p{
        margin:0;
        padding:5px;
        font-size:13px;
    }    
    
    #PayrollInfo .btl{
        border-top:1px solid #fff;
        border-left:1px solid #fff;
        border-right:1px solid #FDD0A7;
    }
    #PayrollInfo .btr{
        border-top:1px solid #fff;
        border-right:1px solid #fff;
    }
    
    #PayrollInfo .greytl{
        border-top:1px solid #6B7073;
        border-left:1px solid #6B7073;
        border-right:1px solid #fff;
    }
    
    #PayrollInfo .title{
        font-size:14px;
        color:#F57601;
        vertical-align:middle;
    }
    
    #PayrollInfo .SmallTitle{
        font-size:12px;
        color:#fff;
        background:#EE751C;
        text-align: center;
        padding:2px;
        width:120px;
    }
    
    #PayrollInfo .SmallTitle span{ 
        font-size:10px;
        color:#FFCCA1;
    }
    
    #PayrollInfo .SmallTitle2{
        font-size:12px;
        color:#fff;
        background:#E76100;
        text-align: center;
        padding:2px;
        width:120px;
    }
    
    #PayrollInfo .SmallTitle2 span{ 
        font-size:10px;
        color:#FFCCA1;
    }  
    
    #PayrollInfo .LODark{
        background:#FF8E26;
        color:#fff;
        text-align:center;
        border-right:1px solid #FDD0A7;
    }
    
    #PayrollInfo .LOLight{
        background:#FF983B;
        color:#fff;
        text-align:center;
        border-right:1px solid #FDD0A7;
    }
    
    #PayrollInfo .DODark{
        background:#F67500;
        color:#fff;
        text-align:center;
        border-right:1px solid #FFF;
    }
    
    #PayrollInfo .DOLight{
        background:#F78218;
        color:#fff;
        text-align:center;
        border-right:1px solid #FFF;
    }
    
    #PayrollInfo .Greylight{
        background:#707578;
        border-left:1px solid #6B7073;
        border-right:1px solid #fff;
    }
    
    #PayrollInfo .Greydark{ 
        border-left:1px solid #6B7073;
        border-right:1px solid #fff;
    }
    
    
#NewsList, #mainbar #NewsList li {
    list-style-type:none;
    background: none;
}
    