﻿@charset "UTF-8";
	#Body {
		background: #2f6f45;
		color:#383838;
	}
	
	div {
		word-wrap:break-word;	
	}
    
/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
    body,th,td,table,h1,h2,h3,h4,h5,h6, 
    .SubHead,.SubSubHead, 
    .Normal,.NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled, 
    input, .CommandButton {
	    font-family: "proxima-nova", helvetica;
		font-size:14px;
    }
	
	.Normal {
		font-size: 14px;
		font-weight:200;
		line-height:22px;
	    color:#383838;
	}

    em { 
	    font-style: italic; 
	    letter-spacing: 0; 
    }

    strong { 
	    font-weight:600;
    }
    small { 
	    font-size: 12px; 
	    letter-spacing: 0;
    }

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
    h1, h2, h3, h4, h5, h6 {	
	    line-height: 1;
	    margin: 0 0 5px 0;
    }
	
	.Head {margin:0;}
	
    h1{
	    font-size:24px;
		font-weight:600;

    }
    h2 {
	    font-size:32px;
		border:0;
    }

    h3{
	    font-size:18px;
    }
    h4 {
	    font-size:16px;

    }
    h5 {
	    font-size:14px;
    }
    h6 {
	    font-size:13px;
    }

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
    a,a:link,a:visited,a:active{
	    color:#0072bc; 
	    text-decoration:underline;  cursor:pointer;
    }
    a:hover{
	    text-decoration:none;
    }
	
	.ModDnnForgeChildLinksC a, .ModDnnForgeChildLinksC a:link, .ModDnnForgeChildLinksC a:visited, .ModDnnForgeChildLinksC a:active{
		font-size:15px;
		text-decoration:none;
		float:left;clear:both;
		width:100%;
		padding:10px 0 8px 0;
		border-bottom:1px solid #ccc;
		position:relative;
	}
		
	.ModDnnForgeChildLinksC a:last-child {border-bottom:none;}
	
	.ModDnnForgeChildLinksC a:before {
		content:"";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 8px 7px 0;
		border-color: transparent #0072bc transparent transparent;
		position:absolute;right:0;top:50%;margin:-7px 0 0 0;
		z-index:99;
		opacity:0;
		transition:100ms ease-in all;
	}
	
	.ModDnnForgeChildLinksC a:hover:before {
		opacity:1;
	}
	
	.ModDnnForgeChildLinksC a.active:after {
		content:"";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 8px 7px 0;
		border-color: transparent #ccc transparent transparent;
		position:absolute;right:0;top:50%;margin:-7px 0 0 0;
		z-index:1;
	}



/*------------------------------------------------*/
/* 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; }


/*------------------------------------------------*/
/* 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 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;
	}
	
/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

    /* Site Navigation */

	ul#dnn_pnav {display:block;text-align:center;margin:0;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 {
		float:left;
		padding:0;
		margin:0;
		cursor:pointer;
	}
	
	#dnn_pnav > li > a {
		display:block;
		position:relative;
		padding:7px 3px;
		margin:0 4px;
		font-weight:700;
		font-size:15px;
		line-height:15px;
		color:#222;
		text-decoration:none;	
		transition:50ms ease-out all;
		-webkit-transition:50ms ease-out all;;
	}
	
	#dnn_pnav > li:last-child > a {
		border-right:none;
		padding:7px 0;
	}
		
	#dnn_pnav > li > a:hover, #dnn_pnav > li:hover > a, #dnn_pnav > li > ul > li:hover > a, #dnn_pnav > li ul a:hover, #dnn_pnav > li ul span:hover {
		color:#5a936e;
	}
	
	
	#dnn_pnav > li > span{
		cursor: default;
	}

	/* Secondary level */
	#dnn_pnav > li ul {  /* Styles for all sub levels */
		visibility:hidden;opacity:0;
		position:absolute;
		z-index: 999;
		width:195px;
		padding:4px 14px;
		background:#272727;
		
	}
	
	#dnn_pnav > li > ul { /* styles specific to secondary level */
		top:100%; 
		left:8px; 
		z-index:1000;
		transition:150ms ease-out all;
		-webkit-transition:150ms ease-out all;
	}
	
	#dnn_pnav > li:hover > ul { 
		visibility:visible;opacity:1;
	}
	
	#dnn_pnav > li > ul > li:last-child {
		border-bottom:none;
	}

	#dnn_pnav > li ul a, #dnn_pnav > li ul span {
		display:block;
		padding: 7px 0 7px 0;
		color:#fff;
		font-size: 14px;
		font-weight: 300;
		text-decoration:none;
		border-bottom:1px solid #333;
	}
	
	
	
	#dnn_pnav > li ul li:last-child a {border-bottom:none;}
	
	#dnn_pnav > li > ul li:hover > ul {
		visibility:visible;opacity:1;
	}
	#dnn_pnav > li > ul li > a.selected {}
	
	/* Tertiary level */
	#dnn_pnav li ul li ul {
		left:99%; 
		top:2px;
		margin:0 0 0 2px;
		padding:5px 12px;
		border-top:1px solid #3b3b3b;
		box-shadow:-5px -3px 6px rgba(0,0,0,.2);
		z-index:1001;
	}
	

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
	
	/* Outer Structure */
	#level1, #level2, #level3, #level4, #level5 {float:left;width:100%;}
	.container {width:960px;margin:0 auto;}
	.content {float:left;width:100%;position:relative;}
	.white {background:#fff;width:94%;padding:3%;}
	
	a.button, .button {
		background:url(Images/bg-button.png) top left;
		min-width:90px;
		padding:9px 12px;
		border-radius:3px;
		color:#fff;
		font-weight:600;
		text-shadow:1px 1px 1px rgba(19,72,37,.95);
		font-size:18px;
		text-align:center;
		text-decoration:none;
		box-shadow:1px 1px 0px #1d5c32;
	}
	
	/* Level 1 */
	#level1 {padding:25px 0;background: #fff;}
	#logo {float:left;}
	#nav {position:absolute;bottom:0px;right:-8px;}
	
	
	/* Level 2 */
	#level2 {background:#efddca;padding:10px 0;}
			
	.ContentLeft {float:left;width:70%;}
	.ContentRight {float:right;width:28%;}
		
	.RotatorPane {width:937px;clear:both;background:#fff;padding:12px;}
	.ContentPaneHome {float:left;margin:0;width:960px;}
	.ContentPane {width:100%;}
	.ContentPane h1 .Head {font-size:28px;font-weight:900;}
	
	.LeftPane {float:left;width:65%;padding:0 0 25px 0;}
	.RightPane {float:right;width:32%;padding:0 0 25px 0;}
	#level2 .RightPane h2 {font-size:24px;font-weight:900;margin:0 0 8px 0;padding:0 0 7px 0;border-bottom:1px solid #ece7d9;width:100%;}
		
	/* Level 3 */
	#level3 {background:#dfc5aa;padding:10px 0;}
	#level3 .featured {width:219px;float:left;position:relative;margin:10px 0;}
	#level3 .featured .DnnModule {float:left;width:205px;padding:7px;background:#fff;transition:all 200ms ease-out;-webkit-transition:all 200ms ease-out;position:relative;z-index:2;}
	#level3 .featured:hover .DnnModule {box-shadow:0px 0px 5px rgba(0,0,0,0);}
	
	#level3 .featured:after {position:absolute;top:0;left:0;height:100%;width:100%;background:#fff;content:"";z-index:1;transition:all 125ms ease-out;-webkit-transition:all 125ms ease-out;}
	#level3 .featured:hover:after {transform:rotate(-0deg) scale(1.02,1.02);-webkit-transform:rotate(-0deg) scale(1.02,1.02);box-shadow:0px 0px 5px rgba(0,0,0,0);}
	/*
	#level3 .featured:before {position:absolute;top:0;left:0;height:100%;width:100%;background:#fff;content:"";z-index:0;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
	#level3 .featured:hover:before {transform:rotate(-4deg) scale(1.02,1.02);-webkit-transform:rotate(-4deg) scale(1.02,1.02);}
	*/
	#level3 .featured .Normal p, #level3 .featured .Normal span, #level3 .featured .Normal div, #level3 .featured .Normal h1, #level3 .featured .Normal h2, #level3 .featured .Normal h3 {padding:0;margin:0;}
	#level3 .featured h3 {width:100%;padding:12px 0 0 0;text-align:center;color:#414141;font-size:24px;font-weight:300 !important;}
	#level3 .Featured2 {margin-left:28px;}
	#level3 .Featured3 {margin-left:28px;margin-right:28px;}
	#level3 .button {width:100%;float:left;clear:both;padding:9px 0;margin:0 0 4px 0;}
		
	/* Level 4 */
	#level4 {background:#5a936e;padding:20px 0;}
	#level4 h2 {color:#fff;font-weight:bold;font-size:20px;padding:0 0 9px 0;margin: 0 0 11px 0;border-bottom:3px solid #2f6f45;width:100%;}
	#level4 .Normal {color:#fff;font-size:16px;}
	#level4 a, #level4 a:link, #level4 a:visited, #level4 a:active {color:#98e3b2;}
		
	/* Level 5 */
	#level5 {background:#2f6f45;padding:20px 0;color:#092c15;font-size:13px;}
	#level5 a, #level5 a:link, #level5 a:visited {color:#98e3b2;text-decoration:underline;font-size:13px;font-weight:400;}
	#level5 a:hover {text-decoration:none;}
	#level5 .left {width:50%;}
	#level5 .LoginLink, #level5 a.SkinObject {margin:0;padding:0;}
	#level5 .LoginLink {border-left:none;}
	#watermark {float:left;width:100%;text-align:center;}
	#copy {float:left;clear:both;font-weight:600;margin-top:6px;}
			
	#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;height:0;border:none;}
	.DnnModule {float:left;width:100%;}
	.dig_admin_label, .ServiceIcon {width:135px !important;}
	
	#mobile {display:none;}
	
	/*
@media only screen and (max-width: 1000px) {
	* {-webkit-tap-highlight-color:rgba(0,0,0,0);}
	img {max-width:100%;height:auto !important;}
	body, html {background:#fff;}
	
	#mobile {display:block;overflow:hidden;}
	#mobile .menu {display:block;position:absolute;z-index:999;top:0;left:0;width:100%;height:48px;background:#161616 url(Images/bg-header.png) bottom left repeat-x;box-shadow:0 1px 9px rgba(0,0,0,.07);overflow:hidden;}
	#mobile .logo {position:absolute;top:8px;left:8px;height:33px;padding:0;}
	#mobile .logo img {max-height:100%;}
	#mobile .search {
		position:absolute;top:0;left:90px;padding:0 8px;color:#fff;text-transform:uppercase;
		font-size:14px;color:#fff;line-height:48px;text-shadow:1px 1px 0px #000;font-weight:bold;cursor:pointer;
	}
	#mobile .searchWrapper {
		display:none;
		width:96%;height:30px;padding:12px 2%;
		position:absolute;top:48px;left:0;
		background:#222;
		box-shadow:inset 0 3px 8px rgba(0,0,0,.5);
		z-index:999;
		text-align:center;
	}
	
	#mobile .searchWrapper .searchInputContainer {margin:0 !important;}
	#mobile .searchWrapper .searchInputContainer a.dnnSearchBoxClearText {top:4px;right:5px !important;}
	#mobile .searchWrapper ul.searchSkinObjectPreview {margin-left:-83px;left:0;}
	
	#mobile .searchWrapper > span {display:inline-block;}
	#mobile .searchWrapper a.SkinObject {padding:10px;color:#fff;font-weight:bold;text-transform:uppercase;text-decoration:none;}
	
	#mobile .searchWrapper input[type="text"] {margin:0;height:18px;width:180px;}
	
	#mobile .button {position:absolute;top:0;right:0;cursor:pointer;height:48px;width:48px;background-size:60%;transition:all 150ms ease-out;-webkit-transition:all 150ms ease-out;}
	#mobile .button.active > div {left:50%;}
	
	#mobile .button .line1, #mobile .button .line2, #mobile .button .line3 {
		position:absolute;
		height:4px;
		width:60%;
		left:100%;
		margin-left:-30%;
		background:#fff;
		top:50%;
		margin-top:-2px;
		border-radius:2px;
		transition:left 200ms ease-in-out;
		-webkit-transition:left 200ms ease-in-out;
	}
	
	#mobile .button .line1 {
		margin-top:-10px;
	}
	
	#mobile .button .line3 {
		margin-top:6px;
	}

	#mobile .mobileMenuWrapper {position:fixed;display:none;z-index:998;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.75);overflow:hidden;}
	#mobile .mobileMenu {position:fixed;z-index:999;width:80%;max-width:500px;margin:0 auto;top:85px;bottom:15%;overflow-x:hidden;left:10%;right:10%;
	}
	#mobile .mobileMenu > div {}
	#mobile .mobileMenu > div > a {display:block;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.2);padding:11px 12px;text-decoration:none;font-size:16px;clear:both;position:relative;box-shadow:inset 0px 1px rgba(255,255,255,.08);-webkit-box-shadow:inset 0px 1px rgba(255,255,255,.08);border-bottom:1px solid #232323;}
	#mobile .mobileMenu > div:last-child {border-bottom:none;}
	#mobile .mobileMenu > div > a:active {background:#282828;}
	
	#mobile .mobileMenu div {background:#383838;position:relative;clear:both;}
	
	#mobile .mobileMenu .submenu {display:none;float:left;width:100%;clear:both;padding:7px 0 7px 0;background:#383838;}
	#mobile .mobileMenu .submenu a {font-size:15px;color:#fff;display:block;padding:5px 0 5px 20px;clear:both;text-decoration:none;}
	#mobile .mobileMenu .submenu div .submenu {padding:4px 0 7px 0;}
	#mobile .mobileMenu .submenu .submenu a {padding:4px 0 4px 25px;font-size:13px;}
	#mobile .mobileMenu .expand {
		margin:0px 0px 0 0;height:100%;width:38px;background:url(images/button-open.png) center center no-repeat;
		background-size:45%;position:absolute; top:0;right:0px;cursor:pointer;
	}
	
	#mobile .mobileMenu a.haschild:after {content:"";position:absolute;top:50%;right:20px;}
	#mobile .mobileMenu .expand.expanded {background:url(images/button-close.png) center center no-repeat;background-size:45%;}
	
	
	.mobileMenu div.menu89, .mobileMenu div.menu89 > .submenu  {border-left:3px solid #0072bc;}
	.mobileMenu div.menu97, .mobileMenu div.menu97 > .submenu {border-left:3px solid #6c9d31;}
	.mobileMenu div.menu94, .mobileMenu div.menu94 > .submenu {border-left:3px solid #d21a21;}
	.mobileMenu div.menu99, .mobileMenu div.menu99 > .submenu {border-left:3px solid #8a2288;}
	.mobileMenu div.menu100, .mobileMenu div.menu100 > .submenu {border-left:3px solid #e9b30f;}
	
	#Body {padding-top:48px;}
	.container, .ContentPaneHome {width:100%;}
	.ContentPaneHome {padding:0;}
		
	input, select {width:100%;max-width:220px;}
	textarea {width:94% !important;padding:3%;}
	
	.ContentLeft, .ContentRight {width:100%;clear:both;}
	.ContentRight {margin-top:18px;}
	
	#level1, .RotatorPane {display:none;}
	#level2 {padding:0;}
	#level2 .content {margin:2%;width:90%;background:#fff;padding:3%;}
	#level3 {padding:0;background:#000;}
	#level3 .left, #level3 #copy {width:100%;text-align:center;}
	#level3 .left {margin-top:15px;}
	#level3 .right {display:none;}
	#watermark {margin-bottom:18px;}
	#watermark img {width:110px;}
	
	#widgets {border:none;padding:0;margin:0 0 10px 0;width:100%;}
	#widgets .search {display:none;}
	
	.LeftContentPane .DnnModule {padding:0 !important;margin:0 !important;border-left:none !important;width:100%;}
	.RightPane {width:100%;padding:0;}
	.BottomPane {background:#fff;border-bottom:none;margin-bottom:0;}
	.BottomPane .DnnModule {width:94%;clear:both;padding:0 3%;margin:0 0 10px 0;}
	
	.BottomPane .Normal {color:#222;}
	.BottomPane a, .BottomPane a:link, .BottomPane a:visited, .BottomPane a:active {color:#222;text-decoration:underline;}
	
}


@media only screen and (max-width: 450px) {
	#level2 .content {margin:0;width:94%;}
}
*/