@media all and (min-width: 1001px) {
  body {
    overflow-x:hidden;
    	background:url(images/diag-bg.gif) repeat;
  }
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #102E63;
	line-height:1.7em;

}
body {
	margin: 0;
	padding:0;
}

p{
	margin-bottom:15px;
}

img a{border:0;}

a:link {
	text-decoration: none;
	color: #102E63;
}
a:visited {
	text-decoration: none;
	color: #102E63;
}
a:hover {
	text-decoration: underline;
	color: #102E63;
}
a:active {
	text-decoration: none;
	color: #102E63;
}

.topgradient {
	
	padding:30px 0px; 
	background: #060606; /* Old browsers */
	background: -moz-linear-gradient(top,  #060606 0%, #666666 38%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#060606), color-stop(38%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #060606 0%,#666666 38%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #060606 0%,#666666 38%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #060606 0%,#666666 38%); /* IE10+ */
	background: linear-gradient(to bottom,  #060606 0%,#666666 38%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060606', endColorstr='#666666',GradientType=0 ); /* IE6-9 */

}


.container{
	width:835px;
	margin:5px auto 0;
}

.Leftside{
	width:545px;
	float:left;
}

.containersub{
	width:935px;
	margin:5px auto 0;
}

.shadows
{
-webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 6px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 6px 0px rgba(50, 50, 50, 0.75);
float:left;
background:#ffffff;
margin-top: -5px;
padding-top: 10px;
}

.LeftsideSub{
	width:650px;
	float:left;
	margin-left:3px;
}

.Rightside{
	width:260px;
	float:right;
    margin:3px;
}

.navigation, .EngageRotator, .AddressFooter{
	width:100%;
	float:left;
}

/*---Search---*/
.bluesearchbox, .purplesearchbox{
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px; 
	padding:0px 10px;
	margin-bottom:10px;
	background:#77a5a4;
	float:right;
	width:255px;
	color:#fff;
}
.bluesearchbox>div:first-of-type{
	display: inline-block;
vertical-align: top;
padding-top: 1px;
}
.bluesearchbox h2, .purplesearchbox h2, .membersearchbox span{
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	line-height: 35px;
	font-weight:bold;
	letter-spacing: -0.03em;
	font-family:arial,helvetica,sans-serif;
	display: inline-block;
}
.sbInp_Default .searchBtn{
	margin-left: -25px;
}

.sbInp_BarExapdanbleGrayOutShadow .searchBox{
	 background-color: #FFFFFF !important;
    margin-top: -33px !important;
	width:145px !important;
	margin-right:60px !important;
	height:25px !important;
}

.searchBtn{ left: 240px !important;
    margin-top: -30px;
	height: 25px !important;
	margin-left: 1094px\9;
    opacity: 1 !important;
}

/*firefox only hack*/
@-moz-document url-prefix() { 
  .searchBtn{
	margin-left: 852px !important;
  }
}





.bluesearchbox label, .purplesearchbox label, .purplesearchbox .dnnFormHelp, .bluesearchbox .dnnFormHelp{
	display:none;
}

.bluesearchbox .dnnForm, .purplesearchbox .dnnForm{
	margin-top: -40px;
}

.bluesearchbox input, .purplesearchbox input, .membersearchbox input{
	border:1px solid #333 !important;
	padding:2px !important;
	/*float:right !important;*/
	width:145px !important;
	box-shadow:none !important;
	 
}

.bluesearchbox input, .membersearchbox input{
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	height: 25px !important;
	width: 145px !important;
	border-radius: 6px 6px 6px 6px !important;
	margin-right: -5px !important;
}

.bluesearchbox input[type="submit"], .purplesearchbox input[type="submit"], .membersearchbox input[type="button"]{
	background:url("btn_Search.png") ;
	background-color:none !important;
	border:0px!important;
	width:22px!important;
	height: 29px !important;
	position:absolute!important;
	text-shadow:none !important;
	box-shadow:none !important;
	min-width:17px !important;
	font-size: 0 !important;
	margin-top:11px !important;
	margin-left:110px;
}
.membersearchbox input[type="button"]{
	margin-top:5px !important;
	margin-left:-25px;
}
.bluesearchbox input[type="submit"]:hover, .purplesearchbox input[type="submit"]:hover, .membersearchbox input[type="button"]:hover{
	background:url("btn_Search.png") !important;
	border:0px;
	
}

.purplesearchbox{
	background:#8081a8;
}

/*--Navigation--*/
.navigation{
	 -webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; 
	
	
	background: #f4f7f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f7f9 0%, #b7e3fe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f7f9), color-stop(100%,#b7e3fe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f7f9 0%,#b7e3fe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f7f9 0%,#b7e3fe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f7f9 0%,#b7e3fe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f7f9 0%,#b7e3fe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f7f9', endColorstr='#b7e3fe',GradientType=0 ); /* IE6-9 */
}

.navigationTop a{
	text-transform:uppercase;
	color:#102E63;
	padding:5px 15px;
	text-decoration:none;
	font-size: 14px;
	font-family:"Orienta","Arial Narrow", Arial;
}

.navigationTop a:hover{
	color:#FFF;
}

.SocialIcons{
	padding-top: 15px !important;
}
.socialbuttons {
	text-align:right;
	margin-right:5px;
}
/*Orange Subpage Title*/

.headertxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #AB420E;
}

ul.sf-menu > li {
    margin-left: 8px;
    margin-right: 12px;
}
/*-- Bread Crumbs -*/
.breadCrumb{
	margin-top:15px;
	margin-bottom:5px;
	font-size:0.9em;
}
/*--Quick Links-*/

.QuickLinksPane{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #b3e2ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b3e2ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#b3e2ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#b3e2ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#b3e2ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#b3e2ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3e2ff',GradientType=0 ); /* IE6-9 */
	
	border:1px solid #102E63;
	border-top:0px;
	padding:5px !important;
}

.QuickLinksPane h2{
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	padding:5px 0px;
	display:block; 
	color:#fff;
	border:0px;
	font-size:16px;
	line-height:1em;
	font-family:Verdana,Geneva,sans-serif;
	background: #f2825b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2825b 0%, #e55b2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2825b), color-stop(100%,#e55b2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2825b 0%,#e55b2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2825b 0%,#e55b2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2825b 0%,#e55b2b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2825b 0%,#e55b2b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#e55b2b',GradientType=0 ); /* IE6-9 */
}
.quickLinks td{
width:50%;
}

/*------Tab Pane----*/
#TabPane {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
#TabPane {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #AB420E;
}
#TabPane a:link{
	color: #9E360C;
}
#TabPane a:visited {
	color: #9E360C;
}
#TabPane a:hover {
	color: #9E360C;
}
#TabPane a:active {
	color: #9E360C;
}


/*---------Footer--------------*/

.AddressFooter{
	color: #666;
	margin-top:10px;
}
	

#header a {
	text-decoration:none;
}




.tabspacer {
	background-image: url(images/tabspacer-top.png);
	background-repeat: repeat-x;
}
.tabbottom {
	background-image: url(images/greengradbottom.png);
	background-repeat: repeat-x;
}
.tabbottomandborder {
	background-image: url(images/greengradbottom.png);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #195E57;
	border-right-color: #195E57;
	border-bottom-color: #195E57;
	border-left-color: #195E57;
}

.rightcolumngradient {
	background-image: url(images/rightcolumngradient.jpg);
	background-repeat: repeat-x;
}
.rustgradient {
	background-image: url(images/rustgradient.jpg);
	background-repeat: repeat-x;
}
.bluegradient {
	background-image: url(images/bluegradient.jpg);
	background-repeat: repeat-x;
}
.header a:link {
	color:#FFF
}         /*unvisited*/
.header a:visited {
	color:#FFF
}  /*visited*/
.header a:hover,                   /*on mouse over*/
.header a:active                   /*on click*/
{
	text-decoration:underline;
	color: #FFF
}


.whitetext {
	color: #FFF;
}


h2{margin: 0px !important;}
.pager_wrap{
	margin-top:0px !important;
}


/*----------------------THIS WEEK IN CLE------------------------*/

.tabsheader
{
padding:5px 10px;
display:inline-block;
font-weight:bold;
background: linear-gradient(to bottom, #F0F9FF 0%, #F2F3F3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
color:#102E63;

margin-top: 5px;

-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;

border-left: 1px solid #195E57;
border-right: 1px solid #195E57;
border-top: 1px solid #195E57;

}

.tabsheaderLink
{
padding:5px 10px;
display:inline-block;
font-weight:bold;
background: #70A7A6;
color:#fff !important;

-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;


border-left: 1px solid #195E57;
border-right: 1px solid #195E57;
border-top: 1px solid #195E57;

}

    .tabsheaderLink a
    {
        color: #fff !important;
        text-decoration: none;
        text-transform:uppercase;
    }
.tabsheaderLink:hover{
	background:#CCC;
	color:#000 !important;
	border-left: 1px solid #666;
border-right: 1px solid #666;
border-top: 1px solid #666;
}

.tabsbox
{
    padding: 1em 1.4em; display: block; border-width: 0; background: #f1f1f1; /* Old browsers */
background: -moz-linear-gradient(top,  #f1f1f1 0%, #afcfce 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#afcfce)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f1f1f1 0%,#afcfce 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f1f1f1 0%,#afcfce 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f1f1f1 0%,#afcfce 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f1f1f1 0%,#afcfce 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#afcfce',GradientType=0 ); /* IE6-9 */ 
min-height: 125px;


border-left: 1px solid #195E57;
border-right: 1px solid #195E57;
border-bottom: 1px solid #195E57;
}
#dnn_dnnUSER_registerLink, #dnn_dnnLOGIN_loginLink{
	color: #333;
	border-radius: 4px;
	font-weight: bold;
}
#dnn_dnnLOGIN_loginLink{
	background: url('arrow-icon.png') no-repeat 5px 4px #fff;
	padding: 5px 7px 5px 24px;
}
#dnn_dnnUSER_registerLink{
	background: #fff;
	padding: 5px 7px;
}