/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
.bluehighlight {color: #6eaabc;font-family: "Lucida Grande", arial, sans-serif;}
.greenishblue {color: #3d616b;font-family: "Lucida Grande", arial, sans-serif;}
.grayishheader {color: #585853;font-family: "Lucida Grande", arial, sans-serif;}
.gray {color: #585853;}
table {font-size: 12px;}
h1 {color: #6eaabc;font-family: "Lucida Grande", arial, sans-serif;font-size: 24px;font-weight: bold;}
h2 {color: #6eaabc;font-family: "Lucida Grande", arial, sans-serif;font-size: 24px;font-weight: bold;}
h3 {color: #333;font-family: "Lucida Grande", arial, sans-serif;font-size: 14px;font-weight: bold;font-style: normal;border-bottom: 1px solid #ccc;padding-bottom: 10px;}
h4 {color: #333;font-family: "Lucida Grande", arial, sans-serif;font-size: 16px;font-weight: bold;}
h5 {color: #333;font-family: "Lucida Grande", arial, sans-serif;font-size: 14px;font-weight: bold;}
h6 {color: #333;font-family: "Lucida Grande", arial, sans-serif;font-size: 12px;font-weight: bold;}

/*************************************
***** Homepage specific styles  ******/

.blog_title {}
.blog_body {padding: 10px 0 0 0;font-family: arial, sans-serif;}
.blog_body a {}

#homemain1 {width: 1000px; height: 251px; background-image: url('main-1.gif'); background-repeat: no-repeat;}
#homemain2 {width: 1000px; height: 251px; background-image: url('main-2.gif'); background-repeat: no-repeat;}
#homemain3 {width: 1000px; height: 251px; background-image: url('main-3.gif'); background-repeat: no-repeat;}
#homemain4 {width: 1000px; height: 251px; background-image: url('main-4.gif'); background-repeat: no-repeat;}
.homemaintitle {padding: 55px 50px 15px 550px;color: #fff;font-family: "Lucida Grande", arial, sans-serif;font-size: 24px;font-weight: bold;}
.homemainbody {padding: 0 50px 15px 550px;color: #fff;font-family: "Lucida Grande", arial, sans-serif;font-size: 14px;}
.homemainlink {padding: 0 50px 0 550px;}
	.homemainlink a {font-size: 12px;text-transform: uppercase;font-weight: bold;color: #fff;}
	.homemainlink a:hover {color: #e8e8e8;}
.homemaintitledark {padding: 55px 50px 15px 550px;color: #666;font-family: "Lucida Grande", arial, sans-serif;font-size: 24px;font-weight: bold;}
.homemainbodydark {padding: 0 50px 15px 550px;color: #666;font-family: "Lucida Grande", arial, sans-serif;font-size: 14px;}
.homemainlinkdark {padding: 0 50px 0 550px;}
	.homemainlinkdark a {font-size: 12px;text-transform: uppercase;font-weight: bold;color: #666;}
	.homemainlinkdark a:hover {color: #999;}

/*****************************
***** Inventua SideMenu  ******/

.MenuItem A:Link, .MenuItem A:Visited, .MenuItem A:Hover, .MenuItem A:Active {
  display: block;
  text-decoration: none;
  padding: 5px 10px 5px 20px;
  background: url('arrow-reverse.gif') no-repeat center left;
}
.MenuItemMouseOver A:Link, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Active {
  display: block;
  text-decoration: none;
  padding: 5px 10px 5px 20px;
  background: url('arrow-reverse.gif') no-repeat center left;
}
.MenuCurrentPage, .currentItemHighlight {font-weight: bold;}
.currentItemHighlight A:Link, .currentItemHighlight A:Visited, .currentItemHighlight A:Hover, .currentItemHighlight A:Active {font-weight: bold;}
.MenuItem HR {}
.inventua_sidemenu {padding: 0;margin: 0px;}
/****************************
***** End of Inventua ******/