/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {

}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.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;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	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;
}

/*EB CSS starts here */
body 
{ 
margin: 0px;
padding: 0px; 
text-align:center;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

#container 
{ 
width: 1000px; 

margin:0px auto;
}



#dnn_header 
{ 
width: 100%;
margin: 0px auto;

float: left;
height: 143px;
border-top:14px solid #F7DE01;
background-image: url(images/headerslice.jpg); 
background-repeat: repeat-x; 

}

#dnn_header ul {
padding-top:40px;
}

#logo {

float:left; margin-left:55px; margin-top:-14px; z-index:100;
}



*html #logo {
Z-index:100;
margin-left:30px;

}


#header-sub { 
width: 100%;
margin: 0px auto;
float: left;
height: 33px;
text-align:left;

}
*html #header-sub { 

margin-top:-60px;
}

#page_title {

float:left;
margin-top:-48px ; 
>margin-top:-34px;
margin-left:301px;
color: #F74100;
text-transform:uppercase;
}

*html #page_title {
margin-top:0px;
margin-left:151px;

}

#dnn_content_page_title {

float:left;
margin-top:-52px ; 
>margin-top:-32px;
margin-left:320px;
color: #F74100;
text-transform:uppercase;
}

*html #dnn_content_page_title {

margin-left:145px;
margin-top:1px ; 

}


#content_page {
margin-top:25px;
}


.feature_area  {width:213px; float:left; height:152px; margin-top:14px; >margin-top:0; padding:0 10px 0 10px;}

.feature_area h1 {
color:#000;
font-size:14px;
text-transform:none; 
>margin-top:8px;
}

.feature_area p {
color:#000;
font-size:13px;
text-transform:none; line-height:135%;
}

#dnn_feature_area_1  {
background-image: url(images/feature_area_1.jpg);
background-repeat:repeat-x;

}

#dnn_feature_area_2  {
background-image: url(images/feature_area_2.jpg);
background-repeat:repeat-x;

}

#dnn_feature_area_3  {
background-image: url(images/feature_area_3.jpg);
background-repeat:repeat-x;

}



#main-holder 
{ 

width: 1000px; 
float: left;
margin: 0px auto;

float:left;
padding-top:0px;

}

*html #main-holder 
{ 

margin-top:-80px;
}



#extra 
{ 
width: 220px;
float: left;
border: 1px dashed #333;
margin:0px auto;
}

#dnn_contentPane
{
width: 665px; 
float: left; 

margin:0px auto;
text-align:left;
padding:0 0 0 20px;
line-height:135%;
}

.home {
width:437px !important; margin-top:60px !important; margin-right:10px !important; 
}

.content {
width:657px !important; margin-top:-20px !important; margin-right:10px !important; 
}

.map {
width:950px !important; margin-top:-20px !important; margin-right:10px !important; 
}

*html .content {
margin-top:60px !important;
}


#dnn_contentPane li {
color:#F74607;
line-height:135%;
font-size:15px;
font-weight:bold;
list-style-type:disc;
}


#dnn_contentPane h1 {
font-size:16px;
display:inline;
}

#dnn_contentPane p {
font-size:13px;
}

.right_feature_column  {width:213px; float:left; height:302px; margin-top:59px; >margin-top:61px; padding: 0 10px 0 10px; }

*html .right_feature_column {
margin-left:-4px;
padding-left:4px;
}

.right_feature_column  h1 {
color:#000;
font-size:14px;
text-transform:none; 
font-weight:bold;
>margin-top:8px;
text-align:left;
}

.right_feature_column  p {
	color:#000;
	font-size:16px;
	text-transform:none;
	line-height:135%;
	text-align:center;
	font-weight: bold;
}

.right_feature_column img { 
margin-left:-10px;

}


#dnn_right_column {
background-image: url(images/right_feature_area.jpg);
background-repeat:repeat-x;

}

#dnn_subnav 
{ 
width: 300px;
float: left;

margin:0px auto;
}

*html #dnn_subnav 
{ 
margin-top:100px;
}


#sidebar_image {
margin-top:45px;
width: 300px;
}


#sidebar_image_profile {
width: 300px;
margin-left:-5px; 
text-align:center;
margin-top:10px;
}

#sidebar_content {

background-image: url(images/left_sdebar_grad.jpg); 
background-repeat:repeat-x;
height:175px;
padding:10px 50px 0 50px;
line-height:135px;
line-height:135%;
margin-top:-4px; /*Post DNN implementation */
}

#sidebar_content_profile {
height:70px;
padding:10px 50px 0 50px;
line-height:135px;
line-height:135%;
margin-top:-4px; /*Post DNN implementation */
}


#sidebar_content h1 { 
font-size:16px;

}

#sidebar_content h2{ 
font-size:12px;
}

#sidebar_content p {
font-size:16px;
}

 #sidebar_content_profile h1{ 
font-size:16px;
margin-left:-12px;
}
 
 #sidebar_content_profile h2{ 
font-size:12px;
margin-left:-12px;
}

 
 #sidebar_content_profile p {
font-size:16px;
margin-left:-12px;
}

#sidebar_content_profile  h1, #sidebar_content_profile  h2, #sidebar_content_profile  p, #sidebar_content_profile  image {
text-align:center;

}

#dnn_footer 
{

float: left; 
 margin-left:75px;
 >margin-left:75px;
margin-top:25px;
}

*html #dnn_footer 
{
margin-left:22px;

}




ul#footer  li {
display: inline; float:left;  padding: 0 10px 0 10px; font-size:14px; border-right: 1px solid #000; background:none !important;
}

#copyright {
float:left; width:275px; font-size:12px; margin-left:-65px; margin-right:35px; font-size:11px; font-family: Tahoma, Arial, Helvetica;
}
*html #copyright {
margin-left:-45px;
margin-right:20px;
width:300px;
}

.h1_home {
font-size:22px !important;
font-style:italic;
}

#current_children ul {
display:inline !important; float:left;
}

ul#regions {
text-align:left;
font-size:12px;
list-style-type:none;

}

ul#regions  li {
margin-bottom:5px;
text-align:left;
list-style-type:none;

}

.black li {
color:#000 !important;
font-weight:normal !important;
margin-bottom:5px !important;
font-size:13px !important;
}

.International a {

}

.Australia a {
color:#669700;
}

.Africa a {
color:#E95C00;
}

.China a {
color:#CB0101;
}

.Georgia a {
color:#2E8B57;
}

.Malaysia a {
color:#6F3198;
}

.India a {
color:#804000;
}

.New  a {
color:#006DE8;
}

.South a {
color:#828282;
}

.Europe a {
color:#5900FF !important; 
}

.States a { 
color:#7F0440!important; 
}


.global_locations_holder {margin-left:55px; >margin-left:0px; margin-top:-15px; >margin-top:7px;}

.global_locations_holder_header {
line-height: 140%; text-align: left; font-size: 100%;}

.global_locations_holder_body {
line-height: 175%; margin-left: 40px; text-align: left; font-size: 100%;
}
