/* 
================================
Skin styles for DotNetNuke
================================
*/  
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	outline:none;
}
.pagemaster {
	width: 990px;
	margin: 0 auto;
text-align: left  height: 100%;
	background-color: #E6ECF0;
	padding: 0px;
	margin-bottom: 11px;
}
.skinmaster {
	height: 100%;
	background-color: #E6ECF0;
	/*border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; */  
margin: 0 auto;
	text-align: left
}
.skinheader {
	margin-bottom: 11px;
	margin-top: 11px;
}
.navbar {
	margin-bottom: 11px;
white-space:nowrap;
}
.skingradient {
	background-image: url(/Portals/_default/Skins/WebCDS/images/menu_bkg.png);
	background-repeat:repeat-x;
}
.signin, .signin a:link {
	color: #ffffff;
	font-size: 11px;
	font-weight: bolder;
	letter-spacing: .2em;
	background-color: #52C6D6;
	padding-left: 8px;
	text-shadow: #676767 1px 1px 1px;
	background-repeat:repeat-x;
height: 30px;
}

.ie .signin, .signin a:link,
.safari .signin, .signin a:link {
height: auto;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.hdr_bkg{
height: 130px;
width: 964px;
background-image: url(/Portals/_default/Skins/WebCDS/images/header.png);
}

.hdr_logo, .hdr_btn {
float:left;
margin-left: 25px;}

.hdr_logo {

margin-top: 6px;}

.hdr_btn {
float:left;
margin-left: 480px;
margin-top: 6px;}


.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.rightpane {
width: 215px;
background-color: transparent;
}




#twocol .leftpane {
width: 300px;
height: 520px;
}

#twocol .contentpane {
width: 600px;
height: 533px;
}

#threecol .leftpane {
width: 300px;
height: 533px;
}

#threecol .contentpane {
width: 300px;
height: 533px;
}

#threecol .rightpane{
width: 300px;
height: 533px;
}

.rightpane hr {
text-align: left;
width: 96%;
color: #5F6062;
border-top: 1px;
border-left: 0px;
border-right: 0px;
}

.rightpane p {

}  
 
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent;
}
.main_dnnmenu_bar {
	cursor: pointer;
	cursor: hand;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #000;
	font-size: 11px;
	font-weight: bolder;
	font-style: normal;
	background-color: #FFF;
	text-align: left;
	text-indent: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
}
.main_dnnmenu_rootitem { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-size: 11px;
	font-weight: bolder;
	letter-spacing: .2em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-shadow: #676767 1px 1px 1px;
	padding-right: 10px;
	background-image: url(/Portals/_default/Skins/WebCDS/images/menu_bkg.png);
	background-repeat:repeat-x;
display:inline-block;
}

.ie .main_dnnmenu_rootitem,
.safari .main_dnnmenu_rootitem {
	letter-spacing: 0em;
}


.main_dnnmenu_itemhover {

	background-image: url(none);
	background-color: #018BD4;
	text-shadow: #676767 1px 1px 1px;
/* display:inline-block;*/
}
.main_dnnmenu_itemhover td {
	background-color: #018BD4;
padding:9px 10px 8px 15px;
}
/* Menu Node Selected Root */
.main_dnnmenu_rootitem_selected {
	color: #ffffff;
	font-size: 11px;
	font-weight: bolder;
	letter-spacing: .15em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-shadow: #676767 1px 1px 1px;
padding:9px 10px 8px 15px;

	background-image: url(none);
	background-color: #018BD4;
display:inline-block;
}

.ie .main_dnnmenu_rootitem_selected {
	letter-spacing: 0em;
}

.main_dnnmenu_icon {
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
}
/* Sub Menu Container */
.main_dnnmenu_submenu {
	border: 1px solid #026CA1;
	border-top: 1;
	font-weight:bold;
padding: 5px 0px;
background: #FFF;
z-index: 1005;
}
.ie7 .main_dnnmenu_submenu {
width: 22em;
}
.main_dnnmenu_submenu td {
	background: #FFF;
	color: #026CA1;
	padding: 5px 5px 8px 5px;
	z-index: 1000;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px dotted #FFF;
text-shadow: #676767 0px 0px 0px;
font-weight: normal;
}
 filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}
.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.StandardButton {
	background: #7994cb none;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid;
	border-left: #7994cb 1px solid;
	border-bottom: #7994cb 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  18px;
	font-weight: normal;
	color: #333333;
}
#fadeshow1 {
	margin-bottom: 11px;
background: #E6ECF0;
}
.footer, #dnn_dnnCOPYRIGHT_lblCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10px;
	color: #2a3064;
	background-color: #e8f0f9;
	letter-spacing: .01em;
	text-align: left;
	text-indent: 0px;
	font-weight: normal;
}
.footer {
padding-top: 10px;
padding-bottom: 10px;
	background-image: url(/Portals/_default/Skins/WebCDS/images/footer_bkg.png);
	background-repeat:no-repeat;
	width: 964px;
	height: 98px;
	padding-left: 13px;
	margin-bottom: 11px;

}
.footer img {
	margin-right: 8px;
margin-top: -2px;
}
.events {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #5f6062;
	letter-spacing: .01em;
	text-align: left;
	text-indent: 0px;
	padding: 0;
	word-spacing: 0em;
	font-weight: normal;
}

#newsevents, #newsevents a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #5f6062;
	letter-spacing: .01em;
	text-align: left;
	text-indent: 0px;
	padding: 0;
	word-spacing: 0em;
	font-weight: normal;
}

 #newsevents a:hover{
color: #8c98b1;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #5f6062;
	background-color: #FFFFFF;
	letter-spacing: .01em;
	text-align: left;
	text-indent: 0px;
	padding: 0;
	word-spacing: 0em;
	font-weight: normal;
margin: 12px;
}
.press {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #5f6062;
	letter-spacing: .01em;
	text-align: left;
	text-indent: 0px;
	padding: 0;
	word-spacing: 0em;
	font-weight: normal;
margin:0;
padding:0;
}
.cwlogo {
	padding-top:3px;
}
/* Fixed Width_onecol*/

#onecol {
	margin-left: 350px;
	margin-right: 11px;
}

#twocol{

}

#twocol .Head, #threecol .Head{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	background-color: #018Bd4;
	letter-spacing: .01em;
	text-align: left;
	text-indent: 0px;
	padding: 18px 20px 18px 10px ;
display: block;
	width: 220px;
	margin: 0 0 2px 0;
	word-spacing: 0em;
	font-weight: bolder;
}

#twocol h3,  #threecol h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #018BD4;
	background-color: #FFFFFF;
	letter-spacing: .01em;
	text-align: left;
	text-indent: 0px;
	padding: 0;
	margin: 0 0 4px 0;
	font-weight: bolder;
}
.blue, .grey {
	font-size: 13px;
	line-height: 20px;
letter-spacing: .01em;
}



.blue {
	color: #018BD4;
}
.grey {
	color: #5f6062;
}

#twocol ul li, #threecol ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #5f6062;
	list-style-position:outside;
	list-style-type: disc;
	text-align: left;
	font-variant: normal;
	position: relative;
	white-space: normal;
	letter-spacing: 0.02em;
margin-left: 15px;
}


#twocol ul, #threecol ul{
padding: 0;
margin: 0;

}


#twocol ul li ul li, #threecol ul li ul li{
margin-left: 25px;
list-style-type: circle;
}



#col1{
margin-top: 23px;
margin-left: 15px;
margin-right: 60px;}



#col2{
margin-top: 87px;
margin-right: 40px;}



#col3{
margin-top: 77px;
margin-right: 40px;}


table, td, th {
border-color:white;
}


.RADbtnL{
margin-top: 630px;}

.RADbtnB{
margin-top: 180px;}

.RADbtnF{
margin-top: 380px;}

.RADbtnC{
margin-top: 380px;}

.RADbtnN{
margin-top: 3520px;}

#announce{
	width: 725px;
}

/* @group Rounded Corners */

/* Rounders must include div. to override pane inline */
div.rounder {
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	background: url(/Portals/_default/Containers/RoundBox/rounder-corners.png) no-repeat;
}

div.rounder_nw {
	top: 0;
	left: 0;
	background-position: left top;
}

div.rounder_ne {
	top: 0;
	right: 0;
	background-position: right top;
}

div.rounder_se {
	bottom: 0;
	right: 0;
	background-position: right bottom;
}

div.rounder_sw {
	bottom: 0;
	left: 0;
	background-position: left bottom;
}

/* Rounded Containers get this class */
.rounded {
	position: relative;
	background-color: #FFF;
	margin: 0 0 10px;
	padding: 8px 10px;
}

.pane .rounded {
	display: block;
}


/* Hide the second rounder if a rounded container is placed within a rounded sidebar */
.rounded .rounded .rounder { display: none; }
.rounded .rounded { margin: 0; padding: 0; }

/* @end */


.pr {
border-color:#A4A4A4 -moz-use-text-color -moz-use-text-color;
border-right:0 none;
border-style:dotted none none;
border-width:1px 0 0;
margin:15px;}


