
/*Fonts */

@font-face {
    font-family: 'sui_generisregular';
    src: url('fonts/sui_generis_rg-webfont.eot');
    src: url('fonts/sui_generis_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sui_generis_rg-webfont.woff') format('woff'),
         url('fonts/sui_generis_rg-webfont.ttf') format('truetype'),
         url('fonts/sui_generis_rg-webfont.svg#sui_generisregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Main Skin classes*/



.Normal p {
    margin-bottom: 18px;
}



html,
body {
	margin:0;
	padding:0;
	height:100%;
	background:#ffffff url('images/bg.gif') top center no-repeat;
}

#rcHeader {
	height:181px;
	margin:0 auto;
	width:1024px;
	background:transparent url('images/headerBg.gif') no-repeat;
    position:relative;
}

#rcMenu{
	height:31px;
	margin:0 auto;
	width:900px;
}


#rcBodyWrapper {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	background: url('images/contentBGRepeater.gif') repeat-y;
}

#rcBodyWrapperHome {
    background: url('images/contentBGRepeaterHome.gif') repeat-y;
    position: relative;
    width: 1024px;
    margin: 0 auto;
    z-index: 1;
}


#rcContentWrapper{
	width: 1024px;
	background: url('images/contentBg2.gif') no-repeat;
	min-height: 585px;
	position:relative;
}	
#rcContentWrapperHome{
	width: 1024px;
	background: url('images/contentBg3.gif') no-repeat;
	min-height: 537px;
	position:relative;
}	

#rcContent {
	width:1024px;
	margin:0 auto;
}

#rcHomeContent {
    width:881px;
	margin:0 auto;
}

#rcInnerContent {
	width:800px;
	margin:0 auto;
}

#rcHomeFooterWrapper {
	width:1024px;
	margin:0 auto;
	top: -30px;
	position:relative;
	height:90px;
	background:url('images/footerBgHome.gif') no-repeat;
}
#rcFooterWrapper {
	width:1024px;
	margin:0 auto;
	top: -30px;
	position:relative;
	height:90px;
	background:url('images/footerBg2.gif') no-repeat;
}
#rcFooterContent{
	font:normal 10px 'sui_generisregular', Arial; 
    letter-spacing:1px;
	color:#f5f5f6;
	padding-top:47px;
	width:900px;
	margin:0 auto;
 
}
#rcFooterContent a:link, #rcFooterContent a:visited{
	color:#60a7d8;
	text-decoration:none;
}
    #rcFooterContent a:hover {
        color: #f5f5f6;
        text-decoration: none;
    }

.HomeContentPane {
    float: left;
    width: 881px;
    padding-top: 32px !important;
    z-index: 2;
    position: relative;
}


.InnerContentPane{
	float:left;
	width:510px;
	padding-left: 290px !important;
	padding-top:55px !important;
	padding-bottom:40px !important;
} 
.rcGrayBarWrapper{
position:absolute;
	width: 269px;
	height:100%;
	background: url('images/GrayBarBGRepeater.gif') repeat-y;
	z-index:1;
}


.rcGrayBarWrapperHome {
    position: absolute;
    width: 269px;
    height: 100%;
    background: url('images/GrayBarBGRepeater.gif') repeat-y;
    z-index: 1;
    left: 126px;
}

.rcGrayBarContent {
    width: 210px;
    margin: 0 auto;
    padding-top: 58px;
    color: #fefefe;
}

#RCSideMenuContent {
    
}
#RCSideMenuContent a:link {
        color:#fefefe;
        font-size:1.2em;
        text-decoration:none;
        line-height: 2em;
}
#RCSideMenuContent a:visited{
            color:#A3A3A3;
        text-decoration:none;
    
}
#RCSideMenuContent a:hover{
            color:#60a7d8;
        text-decoration:none;
}


.ClearBoth {
    clear:both;
}


span.separator {
 padding:0 2px;
}

span.CurrentTabName {
    font:normal 18px 'sui_generisregular', Arial; 
    letter-spacing:1px;
}

hr {
    clear: both;
    margin:5px 0;
    height: 0;
    border: solid #f5f5f6;
    border-width: 2px 0 0;
}

.rcHomeButtons{
    width: 975px;
    position: absolute;
    left: -43px;
    right: 0;
    bottom: -14px;
    z-index: 5;
}

.rcHomeButtons li{
    list-style-type:none;
    float:left;
   
}


.HTMLContentPane {
    float: right;
    width: 520px;
    padding-top: 26px;
    padding-right: 10px;
    text-align: justify;
}

#rcAddressPhone {
    position: absolute;
    top: 53px;
    right: 180px;
    text-align:right
}

#rcAddressPhone .Address {
    color:#036cb6;
    font:normal 13px 'sui_generisregular', Arial;
}
    #rcAddressPhone hr {
        border-color:#036cb6;
    }
    #rcAddressPhone .Phone {
        color: #00213f;
        font: normal 16px 'sui_generisregular', Arial;
    }

 /* End Main Skin classes*/

 
 
 
/*Override Stupid DNN Classes*/
.dnnTabsModule {
    margin:0;
}

p {
display: block;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
}

.dnnTextEditor {
    margin-bottom: 0px !important;
}

ul, ol {
    margin:0 !important;
}
.Normal, .NormalDisabled, .NormalDeleted {
    color:inherit; 
}




/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

/* Site Navigation */
#nav {
    float: right;
    position: relative;
    top: 18px;
}
#dnn_pnav {
    padding-top: 6px;
}

#dnn_pnav li {
    position: relative;
    list-style: none;
    margin: 0;
    z-index: 3;
}

    #dnn_pnav li ul {
        margin-left: 0;
    }

#dnn_pnav > li {
    float: left;
}

    #dnn_pnav > li > a, #dnn_pnav > li > span {
        /*display:block;*/
        padding: 5px 4px 10px 4px;
        font-size: 12px;
        font-weight: normal;
        color: #f5f5f6;
        text-decoration: none;
        letter-spacing:2px;
    }

    #dnn_pnav > li > span {
        cursor: default;
    }

    #dnn_pnav > li:hover > a, #dnn_pnav > li.active > a {
        color: #287dc1;
    }

        #dnn_pnav > li:hover > a:active {
            color: #0f6cb6;
        }



span.menuSeparator {
 
}

#dnn_pnav > li ul span.menuSeparator {
    display: none;
}

/* Secondary level */
#dnn_pnav > li ul { /* Styles for all sub levels */
    display: none;
    position: absolute;
    z-index: 4;
    width: 225px;
    padding: 0;
    background: #414042;
    border: 1px solid #6e6e6e;
    /* CSS3 */
    background-color: #414042;
    border-radius: 10px;
    /*box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1), 0px 0px 3px rgba(0,0,0,0.15);*/
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-animation-duration: .25s;
    -webkit-animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .25s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .25s;
    -ms-animation-delay: .2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .25s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

#dnn_pnav li:hover > ul {
    display: block;
}

#dnn_pnav > li > ul { /* styles specific to secondary level */
    top: 25px;
    left: 0;
    padding: 15px 5px;
}

    #dnn_pnav > li > ul:after {
        position: absolute;
        top: -15px;
        left: 20px;
        content: '';
        width: 0px;
        height: 0px;
        border-left: 15px solid transparent; /* left arrow slant */
        border-right: 15px solid transparent; /* right arrow slant */
        border-bottom: 15px solid #414042; /* bottom, add background color here */
        border-bottom: 15px solid #414042;
        font-size: 0px;
        line-height: 0px;
    }

#dnn_pnav > li ul a, #dnn_pnav > li ul span {
    display: block;
    padding: 3px 15px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    /* transition decleration */
    transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms; /* Firefox 4 */
    -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
    -o-transition: all ease-in 100ms; /* Opera */
    -ms-transition: all ease-in 100ms; /* IE9? */
}

#dnn_pnav > li ul span {
    color: #666;
    cursor: default;
}

#dnn_pnav ul li:last-child > a {
}

#dnn_pnav > li > ul li:hover > a {
    color: #000000;
}

/* Tertiary level */
#dnn_pnav li ul li ul {
    left: 225px;
    top: -8px;
    padding: 15px 5px;
    border-left: 1px solid #ddd;
}


 
