body {
    background-color: white;
}

h2
{
	letter-spacing: 0.02em;
}

.container_12 li
{
	font-size: 15px;
	margin-left: 25px;
	line-height: 25px;
}

.container_12
{
    background-color: #FFF;
    /*border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;*/
}
.header
{
    height: 91px;
}

.header .logo
{
    background-image: url("CESWSLogo.png");
    height: 91px;
	background-repeat: no-repeat;
}

.header .callNow
{
	background-image: url("CallNow.jpg");
	height: 89px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.menu
{
    height: 37px;
    background-image: url("MenuBackground.png");
    background-repeat: repeat-x;
}

    #dnn_pnav li { 
		position:relative; 
		list-style:none;
		margin: 0;
	}
	
    #dnn_pnav li ul {
		margin-left:0;
	}
#dnn_pnav{ 	float:left; color: #FFF; }
	#dnn_pnav li{ 
		position:relative; 
		list-style:none;
	}
	#dnn_pnav li ul {margin-left:0;}
	#dnn_pnav > li{
		float:left;
		height:42px;
		padding-top:0px;
		margin-right:2px;
		font-size: 16px;
	}
	
	
		#dnn_pnav > li > a, #dnn_pnav > li > span {
		display:block;
		padding:5px 10px;
		font-size:16px;
		font-weight:normal;
		color:#FFF;
		text-decoration:none;
		/*text-shadow:0px 1px #444;*/
		border:1px solid transparent;
		border-radius:0px;
	}
	#dnn_pnav > li:hover > a, #dnn_pnav > li.active > a{
		border:1px solid rgba(0,0,0,0.10);
		background: #5B4B00;
		color:#fff;
		text-shadow:0px 1px 1px #222;
	}
	#dnn_pnav > li:hover > a:active{
		border:1px solid rgba(0,0,0,0.15);
		box-shadow:0px 1px 0px 0px rgba(255,255,255,0.15), inset 0px 0px 2px 0px rgba(0,0,0,0.105);
		/*background:rgba(0,0,0,0.35);*/
	}
	#dnn_pnav > li:hover > span{
		color:#fff;
		text-shadow:0px 1px 1px #222;
	}
	
	
	
	
	/*------------------/*
	
	/* Secondary level */
    #dnn_pnav > li ul {  /* Styles for all sub levels */
		top:35px; 
		left:0; 
		padding: 10px 5px;
		display:none;
		position:absolute;
		z-index: 1000;
		width:175px;
	background-image: url('LightGoldGradient.jpg');
	background-repeat: repeat-x;
	border: 1px solid #8c7300;
	background-size: 100%;
	color: #8C7300;
		/* CSS3 */
		border-radius: 0px;
		/*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 ul li, #dnn_pnav > li ul li a
	{
		text-decoration: none;
		padding: 5px;
		color: #8C7300;
	}
	#dnn_pnav > li ul li:hover {
		background-color: #8c7300 !important;
	}
	
	#dnn_pnav > li ul li a:hover
	{
		background-color: #8c7300 !important;
		
		text-decoration: none;
		padding: 5px;
		color: white;
	}
	#dnn_pnav > li ul li:hover  a{
		color: #FFF;
	}
	#dnn_pnav li:hover > ul{ display:block;}
    #dnn_pnav-collapse:not(.in) #dnn_pnav li:hover > ul { 
		display:block;
	}
    #dnn_pnav-collapse #dnn_pnav li > iframe{ display: none;z-index: 1 !important;}
    #dnn_pnav-collapse:not(.in) #dnn_pnav li:hover > iframe{ display: block;}

    #dnn_pnavbar #dnn_pnav > li > .dropdown-menu:before{
        border:none!important;
    }
	
    #dnn_pnavbar #dnn_pnav > li > .dropdown-menu:after {
		position:absolute!important;
		top:-15px!important; 
		left:20px!important;
		content:''!important;
		width:0px!important; 	
		height:0px!important; 
		border-left:15px solid transparent!important;  /* left arrow slant */
		border-right:15px solid transparent!important; /* right arrow slant */
		border-bottom:15px solid #F5F7F7!important; /* bottom, add background color here */
		font-size:0px!important;
		line-height:0px!important;
	}

    #dnn_pnav .dropdown-menu > .active > a,
    #dnn_pnav .dropdown-menu > .active > a:focus {
        background-color:transparent!important;
        background-image:none!important;
        color:#3B9FBF!important;
        outline:none;
    }
    #dnn_pnav .dropdown-menu a {
		display:block;
		padding: 3px 15px;
		color:#3B9FBF;
		font-size: 13px;
		font-weight: normal;
		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 .dropdown-menu > li > a:hover,
    #dnn_pnav .dropdown-menu > .active > a:hover{
        background-color:transparent!important;
        background-image:none!important;
        color:#DD0000!important;
    }
    #dnn_pnav-collapse:not(.in) #dnn_pnav .dropdown-menu{
        border-radius:0!important;
        top:37px!important;
    }
    #dnn_pnav > li > ul li:hover {
		color:#D00;
		background: #F5F7F7;
	}
	
	/* Tertiary level */
    #dnn_pnav li ul li ul {
		left:175px; 
		top:-8px;
		padding: 15px 5px;
		border-left: 1px solid #ddd;
	}

    /* Navigation button on mobile size */
    #dnn_pnav-collapse.in {
        width:100%;
    }
    #dnn_pnavbar .btn-navbar {
        background-color: #333333!important;
        background-image: linear-gradient(to bottom, #333333, #333333)!important;
        cursor:pointer;
        margin-top:10px!important;
    }
    #dnn_pnavbar .btn-navbar:hover,
    #dnn_pnavbar .btn-navbar:active {
        background:linear-gradient(to bottom, #2D2D2D 0%, #565656 100%)!important;
    }


	
	
	
	
	
	
	
	
.footer 
{
    background-color: #f1f1f1;
	padding-top: 8px;
	height: 24px;
	border-top: 1px solid #a1a1a1;
}

.footer p
{
	text-align: center;
	line-height: 12px;
	margin-bottom: 0px;
}

.footerLinks 
{
	 background-color: #e1e1e1;
	 border-top: 1px solid #c1c1c1;
}

.dnnPEMCont a
{
	text-decoration: none !important;
}

.goldHeader h1
{
	font-size: 16px;
	color: yellow;
}

.dnnContTitleRed h2
{
	font-weight: normal;
	font-size: 24px;
	color: #8A0004;
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 10px;
	border-bottom: none;
}

.dnnContTitleRed
{
	border-bottom: 1px solid #8A0004;
	margin-bottom: 10px;
}
.dnnContTitleRed .Head
{
	border: none;
	margin-bottom: 0px;
}


.dnnContTitleGreen h2
{
	font-weight: normal;
	font-size: 24px;
	color: #067100;
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 10px;
}

.dnnContTitleGreen
{
	border-bottom: 1px solid #067100;
	margin-bottom: 10px;
}

.dnnContTitleGreen .Head
{
	border: none;
	margin-bottom: 0px;
}

.dnnContTitleBlue h2
{
	font-weight: normal;
	font-size: 24px;
	color: #180360;
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 10px;
}

.dnnContTitleGold h2
{
	font-weight: normal;
	font-size: 24px;
	color: #8C7300;
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 10px;
}

.dnnContTitleBlue
{
	border-bottom: 1px solid #180360;
	margin-bottom: 10px;
}

.dnnContTitleBlue .Head
{
	border: none;
	margin-bottom: 0px;
}

.dnnPEMContBody p
{
	font-size: 15px !important;
	line-height: 25px;
	color: #333;
}

.imagePane
{
	margin-top: -10px;
	margin-bottom: 10px;
}

.homeTextPane{
	margin-top: -15px;

}

.homeTextPane p
{
	font-size: 16px;
	line-height: 27px;
	color: #333;
}

.blueGradient
{
	background-image: url('BlueGradient.jpg');
	background-repeat: repeat-x;
	height: 250px;
}

.dnnContTitleContent .Head
{
	border-bottom: none !important;
}

.dnnContTitleContent h2
{
	color: #8C7300;
	font-size: 26px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 10px;
	border-bottom: none;
}

.dnnPEMContBodyContent h3
{
	color: #8C7300;
	font-size: 20px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 10px;
	border-bottom: none;
}


.dnnContTitleContent
{
	border-bottom: 1px solid #8C7300;
	margin-bottom: 10px;
}

.dnnPEMContBodyContent p
{
	font-size: 15px;
	line-height: 25px;
}

.dnnBlueBox
{
	background-image: url('BlueGradient.jpg');
	background-repeat: repeat-x;
	background-size: 100%;
	border-radius: 0px;
	color: white;
	padding: 10px;
}

.dnnBlueBox .dnnContTitleBlue h2
{
	color: white;
}

.dnnBlueBox .dnnPEMContBody p
{
	color: white;
}

.dnnBlueBox
{
	background-image: url('BlueGradient.jpg');
	background-repeat: repeat-x;
	border-radius: 0px;
	color: white;
	padding: 15px;
	margin-bottom: 20px;
}

.dnnBlueBox .dnnContTitleBlue h2
{
	color: white;
	font-weight: normal;
}

.dnnBlueBox .dnnPEMContBody p
{
	color: white;
}

.dnnRedBox
{
	background-image: url('RedGradient.jpg');
	background-repeat: repeat-x;
	border-radius: 0px;
	color: white;
	padding: 15px;
	margin-bottom: 20px;
}

.dnnRedBox .dnnContTitleRed h2
{
	color: white;
	font-weight: normal;
}

.dnnRedBox .dnnPEMContBody p
{
	color: white;
}

.dnnGreenBox
{
	background-image: url('GreenGradient.jpg');
	background-repeat: repeat-x;
	border-radius: 0px;
	color: white;
	padding: 15px;
	margin-bottom: 20px;
}

.dnnGreenBox .dnnContTitleGreen h2
{
	color: white;
	font-weight: normal;
}

.dnnGreenBox .dnnPEMContBody p
{
	color: white;
}


.dnnGoldBox
{
	background-image: url('MenuBackground.png');
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
	/*background-repeat: repeat-x;*/
	border-radius: 0px;
	color: white;
	padding: 15px;
	margin-bottom: 20px;
}

.dnnGoldBox .dnnContTitleGold h2
{
	color: white;
	font-weight: normal;
	text-decoration: none;
}

.dnnGoldBox .dnnPEMContBody p
{
	color: white;
}

.dnnLightGoldBox
{
	background-image: url('LightGoldGradient.jpg');
	background-repeat: repeat-x;
	background-size: 100%;
	border-radius: 0px;
	border: 1px solid #8c7300;
	color: #8C7300;
	padding: 15px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 2px #87842d;
}

.dnnLightGoldBox .dnnContTitleLightGold
{
	margin-top: -17px;
	border-bottom: 1px solid #5b4b00;
}
.dnnLightGoldBox .dnnContTitleLightGold h2
{
	color: #5B4B00;
	font-weight: normal;
	font-size:18px;
	margin-bottom: 1px;
	margin-top: 3px;
}
.dnnLightGoldBox .dnnPEMContBody ul
{
	margin-top: 10px;
	margin-bottom: 5px;
}

.dnnLightGoldBox .dnnContTitleLightGold h2 .Head
{
	border: none !important;
		margin-bottom: 1px;
	margin-top: 3px;
}
.dnnLightGoldBox .dnnPEMContBody li,
.dnnLightGoldBox .dnnPEMContBody p,
.dnnLightGoldBox .dnnPEMContBody a,
.dnnLightGoldBox .dnnPEMContBody a:visited,
.dnnLightGoldBox .dnnPEMContBody a:hover
{
	color: #5B4B00;
}

.dnnLightGoldBox .dnnPEMContBody a
{
	text-decoration: none;
}
.dnnLightGoldBox .dnnPEMContBody a:hover
{
	text-decoration: underline;
}	
	

.dnnLightGreenBox
{
	background-image: url('LightGreenGradient.jpg');
	background-repeat: repeat-x;
	background-size: 100%;
	border-radius: 0px;
	border: 1px solid #067100;
	color: #044a00;
	padding: 15px;
	margin-bottom: 20px;
}

.dnnLightGreenBox .dnnContTitleLightGreen
{
	margin-top: -17px;
	border-bottom: 1px solid #067100;
}
.dnnLightGreenBox .dnnContTitleLightGreen h2
{
	color: #044a00;
	font-weight: normal;
	font-size:18px;
	margin-bottom: 1px;
	margin-top: 3px;
}

.dnnLightGreenBox .dnnContTitleLightGreen h2 .Head
{
	border: none !important;
		margin-bottom: 1px;
	margin-top: 3px;
}
.dnnLightGreenBox .dnnPEMContBody li,
.dnnLightGreenBox .dnnPEMContBody p
{
	color: #044a00;
}

.moreLink
{
	margin-top: -15px;
	float: right;
}

.moreLink a
{
	color: #FFF;
	text-decoration: none;
}

.moreLink a:Hover
{
	color: #fff;
	text-decoration: none;
}

.dnnGoldImageBox
{
	background-image: url('LightGoldGradient.jpg');
	background-repeat: repeat-x;
	background-size: 100%;
	border-radius: 0px;
	border: 1px solid #8c7300;
	color: #8C7300;
	padding: 0px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 2px #87842d;
}

.wns-slideshow-image
{
	box-shadow: 2px 2px 2px #87842d;
}


.dnnLightGoldBoxNoBackground
{
	background-repeat: repeat-x;
	background-size: 100%;
	border-radius: 0px;
	border: 1px solid #8c7300;
	color: #8C7300;
	padding: 15px;
	margin-left: 00px;
	margin-right: 00px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 2px #87842d;
}

.dnnLightGoldBoxNoBackground .dnnContTitleLightGold
{
	margin-top: -17px;
	border-bottom: 1px solid #5b4b00;
}
.dnnLightGoldBoxNoBackground .dnnContTitleLightGold h2
{
	color: #5B4B00;
	font-weight: normal;
	font-size:18px;
	margin-bottom: 1px;
	margin-top: 3px;
}
.dnnLightGoldBoxNoBackground .dnnPEMContBody ul
{
	margin-top: 10px;
	margin-bottom: 5px;
}

.dnnLightGoldBoxNoBackground .dnnContTitleLightGold h2 .Head
{
	border: none !important;
		margin-bottom: 1px;
	margin-top: 3px;
}
.dnnLightGoldBoxNoBackground .dnnPEMContBody li,
.dnnLightGoldBoxNoBackground .dnnPEMContBody p
{
	font-size: 14px !important;
	font-weight: normal;
	color: #5B4B00;
}

.footerColumns
{
	padding-top: 20px;
	background-color: #e1e1e1;
	height: 150px;
}

.footerColumns a 
{

	color: #333;
}


.greyButton {
	-moz-box-shadow: 0px 1px 0px 0px #ababab;
	-webkit-box-shadow: 0px 1px 0px 0px #ababab;
	box-shadow: 0px 1px 0px 0px #ababab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a6a6a6), color-stop(1, #ebebeb) );
	background:-moz-linear-gradient( center top, #a6a6a6 5%, #ebebeb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6', endColorstr='#ebebeb');
	background-color:#ebebeb;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #493c00;
	display:inline-block;
	color:#333 !important;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	padding: 3px 10px 3px 10px;

	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #d1d1d1;
}
.greyButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a6a6a6), color-stop(1, #ebebeb) );
	background:-moz-linear-gradient( center top, #a6a6a6 5%, #ebebeb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6', endColorstr='#ebebeb');
	background-color:#a6a6a6;
}.greyButton:active {
	position:relative;
	top:1px;
}

/* gold button */

.goldButton {
	-moz-box-shadow: 0px 1px 0px 0px #c9b74b;
	-webkit-box-shadow: 0px 1px 0px 0px #c9b74b;
	box-shadow: 0px 1px 0px 0px #c9b74b;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8c7300), color-stop(1, #685500) );
	background:-moz-linear-gradient( center top, #8c7300 5%, #685500 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c7300', endColorstr='#685500');
	background-color:#8c7300;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #3e3301;
	display:inline-block;
	color:#FFF !important;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	padding: 2px 8px 2px 8px;

	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #8c7300;
}
.goldButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #685500), color-stop(1, #8c7300) );
	background:-moz-linear-gradient( center top, #685500 5%, #8c7300 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#685500', endColorstr='#8c7300');
	background-color:#8c7300;
}.goldButton:active {
	position:relative;
	top:1px;
}


/* This button was generated using CSSButtonGenerator.com */

.footerColumns li
{
	margin-left: 0px;
}

.footerColumns li a
{
	text-decoration: none;
}

.footerColumns li a:hover
{
	text-decoration: underline;
}
