﻿/****************************************/
/***  Links, Header, Footer: #ced77a  ***/
/***  Content Titles & Feat: #A68051  ***/
/***  Main text color      : #444444  ***/
/****************************************/
@charset "UTF-8";
	#Body {
		background: url(Images/bg-main.jpg) top center no-repeat fixed;
	}
	
	div {
		word-wrap:break-word;	
	}
    
/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
    body,th,td,table,h1,h2,h3,h4,h5,h6, 
    .Head,.SubHead,.SubSubHead, 
    .Normal,.NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled, 
    a:link, a:visited, a:hover, input, .CommandButton {
	    font-family: "open-sans", helvetica;font-weight:300;
    }
	
	.Normal {
		font-size: 13px;
		font-weight:500;
		line-height:17px;
	    color:#000;
	}
	p, iframe p {margin:0 ;}

    em { 
	    font-style: italic; 
	    letter-spacing: 0; 
    }

    strong { 
	    font-weight:bold;
    }
    small { 
	    font-size: 12px; 
	    letter-spacing: 0;
    }

.LatestTitle {
	font-weight: bold;
	font-size: 16px;
}

.LatestTitle a {
	font-weight: bold;
	font-size: 16px;
}

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
    h1, h2, h3, h4, h5, h6 {	
	    line-height: 1;
	    margin: 0 0 10px 0;
    }
    h1{
	    font-size:24px;
		font-weight:600;

    }
    h2, h2 .Head{
	    font-size:32px;
		border:0;
		margin:18px 0 5px 0;
		color:#383838;
		font-family:bebas-neue;
    }

    h3, h3 .Head{
	    font-size:18px;
	    color: #7e5435;
    }
    h4, h4 .Head{
	    font-size:16px;
	    color: #666;
    }
    h5, h5 .Head{
	    font-size:14px;
	    color: #666;	
    }
    h6, h6 .Head{
	    font-size:13px;
	    color: #666;
    }

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
    a,a:link,a:visited,a:active{
	    color:#ddd; 
	    text-decoration:underline;  
		text-shadow:none;
    }
    a:hover{
	    text-decoration:none;
    }
	
	.ModDnnForgeChildLinksC a, .ModDnnForgeChildLinksC a:link, .ModDnnForgeChildLinksC a:visited, .ModDnnForgeChildLinksC a:active{
		color:#222;
		font-size:14px;
		text-decoration:none;
	}
	
	.ModDnnForgeChildLinksC a:hover {
		text-decoration:underline;	
	}


/* DNN Specific Selectors 
-------------------------------------*/
    .CommandButton {
	    font-size: 13px;
	    color: #3d3d3d;
	    font-weight: bold;
    }
    .CommandButton:hover {
	    color: #007cae;
    }
    a.CommandButton:link {
	    font-size: 13px;
	    text-decoration: none;
	    color: #3d3d3d;
	    font-weight: bold;	
    }
    a.CommandButton:hover {
	    text-decoration: underline;
	    color: #007cae;
    }

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
    p { margin: 0 0 15px 0; }

    hr { 
	    clear: both;
	    height: 1px;
	    border:none; 
	    border-width:0;  
	    margin: 15px 0 15px 0;
		background:#135191; 
    }
	
	ul, ol {margin-top:8px;margin-left:22px;margin-bottom:8px;}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
    img {  border: 0;  }

    /* Image Align Left 
    -------------------------------------*/
    .imgLeft {
	    float: left;
	    margin-right: 30px;
	    margin-bottom: 30px;
    }

    /* Image Align Right 
    -------------------------------------*/
    .imgRight {
	    float: right;
	    margin-left: 30px;
	    margin-bottom: 30px;
    }

    /* Image with border 
    -------------------------------------*/
    .imgBorder {
	    border: solid 3px #fff;
    }

    /* Polaroid Image Style 
    -------------------------------------*/
    .imgPolaroid { 
	    color: #a6a6a6;
	    font-size: 12px;
	    text-align: left;
	    padding: 13px 13px 17px 13px;
	    background-color: #fff;
	    box-shadow: 0 1px 2px #ccc;
    }

    .imgPolaroid  img {
        margin-bottom: 12px;
    }
	
/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


    /* Ordered List */
    ol li {
	    list-style-type: decimal;
	    margin-bottom: 8px;
	    vertical-align: top;
    }

    ol ol {
	    margin-top: 8px;
	    margin-left: 30px;
    }

    ol ol li { list-style-type: lower-roman; }
    ol ol ol li { list-style-type: lower-alpha;  }
    ol ul li { list-style-type: lower-roman; }

/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

    /* Default Table Style */
    table.tableDefault  {
	    width: 100%; 
	    border-collapse: collapse; 
	    border-spacing: 0; 
	    background-color: transparent;
	}

    table.tableDefault th, 
    table.tableDefault td {
	    font-size: 12px;
	    padding: 8px; 
    }

    table.tableDefault th {
	    font-weight: bold;
	    text-align: left;
	    border-bottom: solid 2px #aaa;
	    background-color: #d7d7d7;
    }

    table.tableDefault td { border-bottom: solid 1px #d9d9d9; }

    table.tableDefault tr:nth-child(odd) {background: #transparent}
    table.tableDefault tr:nth-child(even) {background: #e3e4e6}

   .tableDefault tbody tr:hover td { color: #111; }

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
    input[type="text"],select,textarea,input[type="email"],input[type="search"], input[type="password"]{
        padding: 6px;
        margin-bottom:5px; 
        background: #f3f3f3;
        border:1px solid #bfbfbf;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        color:#333;
        font-size:13px;
	}
	
	.FormTextArea {width:100%;}


/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
    /* Primary Style Button (blue)*/
    button.primaryButton,
    a.primaryButton {
	    display: inline-block;
	    padding: 12px 20px;
	    margin-bottom: 5px;
	    
	    background-color: #3B96B6;
	    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
	    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
	    -moz-border-radius: 0px;
	    -webkit-border-radius: 0px;
	    border-radius: 0px;
	    border: 0px solid #ffffff;
	    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0); 
	    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 1;
	    text-align: center;
	    color: #ffffff;
	    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
    }

    /* Secondary Style Button (darkgray) */
    button.secondaryButton,
    a.secondaryButton {
	    display: inline-block;
	    padding: 12px 20px;
	    margin-bottom: 5px;
	    
	    background-color: #666;
	    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a);
	    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a));
	    -moz-border-radius: 0px;
	    -webkit-border-radius: 0px;
	    border-radius: 0px;
	    border: 0px solid #ffffff;
	    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 1;
	    text-align: center;
	    color: #ffffff;
	    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
    }

    /* Alternative Style Button (darkgray with arrow) */
    button.altButton,
    a.altButton {
	    display: inline-block;
	    padding: 9px 32px 9px 22px;
	    margin-bottom: 5px;
	   
	    background: #484848 url('/Images/arrow.png') no-repeat 87% center;
	    background: url('/Images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d);
	    background: url('/Images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d));
	    -moz-border-radius: 0px;
	    -webkit-border-radius: 0px;
	    border-radius: 0px;
	    border: 0px solid #ffbf00;
	    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
	    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
	    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 1;
	    color: #ffffff;
	    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
    }

    a.dnnPrimaryAction{ color:#efefef; }
    a.dnnSecondaryAction { color:#555; }

    button.primaryButton:hover,
    button.secondaryButton:hover,
    a.primaryButton:hover,
    a.secondaryButton:hover { 
	    cursor: pointer;
	    cursor: hand;
	    background-image: none; 
	    background-color:#D00; 
    }

    button.altButton:hover,
    a.altButton:hover {
	    cursor: pointer;
	    cursor: hand;
	    background:#D00 url('/Images/arrow.png') no-repeat 87% center;
    }
 
/*------------------------------------------------*/
/* SITE SPACING
/*------------------------------------------------*/
    .spacingTop{        margin-top: 30px; }
    .spacingRight {	    margin-right: 30px;}
    .spacingBottom {    margin-bottom: 30px;}
    .spacingLeft {	    margin-left: 30px;}

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/
    #userControls { 	height: 32px;}
	

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
    #login{	float:right; }
	
	#login .registerGroup, 
	#login .registerGroup *, 
	#login .loginGroup, 
	#login .loginGroup * {	display:block; }	

	#login .registerGroup,
	#login .loginGroup {
		float:left;
		padding:0;
		margin:0;
	} 
	
	#login .registerGroup li:first-child:hover {border-left:#222;}
	
	/* Register Group Styles */
	#login .registerGroup li { 	float:left; }
	#login .registerGroup .buttonGroup {margin-right:0;}
	
	#login .registerGroup a,
	#login .loginGroup a{
		display:block;
		position:relative;
		height:25px;
		min-width:12px;
		padding: 7px 15px 0 15px;
		 
		color: #333;
		font-size:11px;
		vertical-align: middle;
	}
	
	#login .registerGroup a:hover,
	#login .loginGroup a:hover {
		background: rgb(45,45,45); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
		
		color:#ddd;
		text-shadow: 0px -1px 0px #333333;
	}
	#login .registerGroup a:active,
	#login .loginGroup a:active {
		color:#fff;
		text-shadow: 0px -1px 0px #333333;
	}
	
	#login .registerGroup a:hover,
	#login .loginGroup a:hover { text-decoration:none; }
	
	#login .registerGroup a strong,
	#login .loginGroup a strong {
		display:block;
		position:absolute;
		left:0; top:0;
		width:100%;
		overflow:hidden;
		
		font-size:11px;
		text-indent:-9999px;
	}
	
	#login .userMessages a,
	#login .userNotifications a { background-color: #333; }	
	
	#login .userMessages strong { 
		height: 100%;

	}
	
	#login .userNotifications { border-right: 1px solid #CCC; }
	
	#login .userNotifications strong { 
		height: 100%;
	}
	
	#login .registerGroup a span {
		display:inline-block;
		position:absolute;
		right:2px; top:-9px;
		min-width:7px;
		margin-right:3px;
		background: rgb(59,150,182); /* Old browsers */
		
		text-align:center;
		font-size:11px;
		color:#fff;
		text-shadow: 0px 1px 0px #333333;
	}
	
	#login .registerGroup .userProfileImg a{
		min-width:25px;
		min-height: 32px;
		padding:0;
		background:none;
		
	}
	
	#login .registerGroup a img{
		height:32px; width:32px;
		background:#333;
		
	}
	
	/* Login Group Styles */
	#login .loginGroup { border-right: 1px solid #CCC;} 
	#login .loginGroup a {color:#333; }
	
	/* Number of message next to the message icon*/
	#login .userMessages  a  span,
	#login .userNotifications   a  span	{ 
		display: inline-block; 
		margin-top: 9px; 
		margin-right: 0px; 
		background-color: transparent;
		
		font-size: 10px;
	}
	
/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
    #siteHeadouter {
	    background: #fff;
	    /* CSS3 */
	    -webkit-box-shadow:  1px 50px 100px 0px #cacaca; 
	    box-shadow:  1px 50px 100px 0px #cacaca; 
    }
    #siteHeadinner { padding: 36px 0; }
    #logo { float: left; }

    /* Language */
    .language .language-object{
	    float:right;
	    display:block;
	    margin:0;
	    padding:0;
    }
    .language .language-object span{
	    float:left;
	    padding-top: 3px;
	    padding-bottom: 3px;
	    padding-left: 5px;
	    margin:0;
    }
    .language .language-object span:first-child{
	    padding-left:8px; 
    }
    .language .language-object span img{
	    height:12px; 
	    width:17px;
	    opacity:0.3;
    }
    .language .language-object span:hover img{opacity:1;}
    .language .language-object .Language.selected img{
	    opacity:1;
	    border-color:#222;
	    -webkit-border-radius: 2px;
	    border-radius: 2px; 
	    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
	    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8); 
    }

/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

    /* Site Navigation */

	ul#dnn_pnav {display:block;float:left;margin:0 0 0 128px;padding:0;}	
	
	#dnn_pnav li { 
		position:relative; 
		list-style:none;
		margin: 0;
		text-align:left;
		z-index:1;
	}
	
	#dnn_pnav li ul {
		margin:0;
	}
	
	#dnn_pnav > li {
		padding:0;
		margin-right:0;
		margin:0;
		float:left;
	}
	
	#dnn_pnav a {font-family:"quatro-slab";font-weight:700;}
	#dnn_pnav li:hover {color:#f3c39b;}
	
	#dnn_pnav > li > a {
		display:block;
		padding:9px 14px;
		margin:0 0;
		font-size:14px;
		color:#fff;
		text-decoration:none;	
		text-align:center;text-transform:uppercase;
	}

	#dnn_pnav > li > a.selected {color:#f3c39b;}
	
	#dnn_pnav > li > span{
		cursor: default;
	}

	/* Secondary level */
	#dnn_pnav > li ul {  /* Styles for all sub levels */
		display:none;
		background:#ab5c1c;
		position:absolute;
		z-index: 9992;
		min-width:165px;
		padding:0;
	}
	
	#dnn_pnav li:hover > ul { 
		display:block;
		-moz-transition: all 100ms ease-in;
		-ms-transition: all 100ms ease-in;
		-o-transition: all 100ms ease-in;
		-webkit-transition: all 100ms ease-in;
		transition: all 100ms ease-in;	
		
	}
	
	#dnn_pnav > li > ul { /* styles specific to secondary level */
		top:100%; 
		left:10px; 
		margin:0;
		padding:0 0 0 0;
		z-index:99;
	}

	#dnn_pnav > li > ul > li:last-child {
		border-bottom:none;
	}

	#dnn_pnav > li ul a, #dnn_pnav > li ul span {
		display:block;
		padding: 3px 15px 3px 7px;
		color:#fff;
		font-size: 13px;
		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 a.haschild { }
	#dnn_pnav > li > ul li:hover > a.haschild { }
	#dnn_pnav > li > ul li:hover {
		color:#ced77a;
	}
	
	/* Tertiary level */
	#dnn_pnav li ul li ul {
		left:195px; 
		top:2px;
		padding:0;
	}
	

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
#wrapper {width:100%;height:100%;}
#wrapperInner {width:939px;margin:0 auto;}

#footerWrapper {padding:0 0 30px 0;}
#header {width:100%;float:left;position:relative;height:137px;}
#logo {position:absolute;top:-13px;left:5px;margin:0;z-index:1000;}
#logo img {max-width:140px;}
#Nav {float:left;width:100%;background:#ab5c1c;position:absolute;bottom:0px;box-shadow:0 5px 5px rgba(0,0,0,.5);}
#info {position:absolute;bottom:46px;right:0px;color:#fff;text-align:right;font-family:"quatro-slab";font-weight:400;}

#contentWrapper {width:939px;margin:0 auto;position:relative;}
#content {float:left;background:url(Images/bg-content.jpg) top center repeat-y;width:903px;padding:0 18px;background-size:100%;}
#content .Normal {text-shadow:1px 1px 0px rgba(255,255,255,.1);font-weight:bold;}
#slogan {float:left;padding:66px 0 42px 0;width:100%;text-align:center;height:86px;background:url(Images/slogan.png) 50% 66px no-repeat;}
#slogan.slogan-pad {padding:35px 0;background-position:50% 35px;}
#welcome {position:absolute;z-index:1000;top:-5px;left:50%;margin:-45px 0 0 -486px;height:150px;width:960px;background:url(Images/welcome.png) center center no-repeat;}

.RotatorPane {float:left;min-height:276px;width:100%;}
.ContentPane {float:left;width:595px;padding:0;margin:0 0 0 0;}
.RightPane {float:right;width:275px;}
.OnePane {float:left;width:100%;}
.ContentPane .DnnModule, .RightPane .DnnModule {margin:0 0 25px 0;}
.ContentPane .DnnModule:last-child, .RightPane .DnnModule:last-child {margin:0;}
#bottomMenu {float:left;text-align:center;width:100%;padding:30px 0 20px 0;}
#bottomMenu a {display:inline-block;margin:0;color:#000;text-decoration:none;border-right:1px solid #000;text-transform:uppercase;padding:0 6px 0 3px;line-height:12px;font-size:11px;}
#bottomMenu a:last-child {border-right:none;}
#bottomMenu a:hover {text-decoration:underline;}
#footer {
	float:left;background:#ab5c1c;padding:8px 0;width:100%;box-shadow:0 -3px 6px rgba(0,0,0,.3);position:relative;z-index:1;color:#fff;
}

#footer span {padding:0 0 0 12px;color:#fff;}
#footer a {padding:0 12px 0 0;color:#f3c39b;}

.FormLabel {color:#000;}

#jquery-lightbox {max-width:94%;margin:0 3%;}
#lightbox-container-image-box, #lightbox-container-image-data-box {max-width:100%;height:auto !important;}


    /* Clear-fix for floated elements 
    -------------------------------------*/
    .clear, .clear_float {
	    clear: both;
	    display: block;
	    overflow: hidden;
	    visibility: hidden;
	    width: 0;
	    height: 0;
    }
	
	.clear_right {
		clear:right;	
	}
	
    .clearfix:after {
	    clear: both;
	    content: ' ';
	    display: block;
	    font-size: 0;
	    line-height: 0;
	    visibility: hidden;
    }

    .left {	float: left; }
    .right { float: right; }
	
	.DNNEmptyPane {padding:0;margin:0;}
	.dig_admin_label, .ServiceIcon {width:135px !important;}
	.dnnEditState .DnnModule {opacity:1;}