/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

h1, h1 .head {
     color:#35668B;
font-family: Tahoma,Arial,Helvetica;
font-size:20px;
font-weight:normal;
     padding: 0px;
     margin: 0px;
}
h2, h2 .head {
     color:#35668B;
font-family: Tahoma,Arial,Helvetica;
font-size:14px;
font-weight:bold;
     padding: 0px;
     margin: 0px;
}


/* NAVIGATION STYLES */

.GroupStat {
		padding: 7px 0px 0px 10px;
        background: url(menuArrow.gif) no-repeat left 6px;
     

}
.GroupHov {
		padding: 7px 0px 0px 10px;
        background: url(menuArrowOver.gif) no-repeat left 6px;

}
.GroupCurr {
		padding: 7px 0px 0px 10px;
        background: url(menuArrowOver.gif) no-repeat left 6px;

}
.GroupText, a.GroupText, a.GroupText:link, a.GroupText:visited, a.GroupText:active {
		color:#35668B;
		font-family:Verdana,Arial,sans-serif;
		font-size:10px;
		font-weight:bold;
		line-height:normal;
		text-decoration:none;
                text-transform: uppercase;
}
a.GroupText:hover {
                color:#E2441D;
		font-family:Verdana,Arial,sans-serif;
		font-size:10px;
		font-weight:bold;
		line-height:normal;
		text-decoration:none;
                text-transform: uppercase;
}
.GroupTextCurr, a.GroupTextCurr:link, a.GroupTextCurr:visited, a.GroupTextCurr:active {
		color:#E2441D;
		font-family:Verdana,Arial,sans-serif;
		font-size:10px;
		font-weight:bold;
		line-height:normal;
		text-decoration:none;
                text-transform: uppercase;
}
a.GroupTextCurr:hover {
		color:#E2441D;
                font-size:10px;
}
.ItemStat {
		border: 0px;
		cursor: hand;
		padding: 2px 0px 2px 20px;
        background: url(subMenuArrow.gif) no-repeat left top;
}
.ItemHov {
		border: 0px;
		cursor: hand;
		padding: 2px 0px 2px 20px;
        background: url(subMenuArrowOver.gif) no-repeat left top;
}

.ItemCurr {
		border: 0px;
		cursor: hand;
		padding: 2px 0px 2px 20px;
        background: url(subMenuArrowOver.gif) no-repeat left top;
}

.ItemStatC {
		border: 0px;
		cursor: hand;
		padding: 2px 0px 2px 45px;
        background: url(subMenuArrow.gif) no-repeat left top;
}
.ItemHovC {
		border: 0px;
		cursor: hand;
		padding: 2px 0px 2px 45px;
        background: url(subMenuArrowOver.gif) no-repeat left top;
}
.ItemCurrC {
		border: 0px;
		cursor: hand;
		padding: 2px 0px 2px 45px;
        background: url(subMenuArrow3Over.gif) no-repeat left top;
}

.ItemText, a.ItemText, a.ItemText:link, a.ItemText:visited, a.ItemText:active {
		color:#35668B;
		font-family:Verdana,Arial,sans-serif;
		font-size:10px;
		font-weight:normal;
		line-height:normal;
		text-decoration:none;
}
a.ItemText:hover {
		color:#E2441D;
		font-family:Verdana,Arial,sans-serif;
		font-size:10px;
		font-weight:normal;
		line-height:normal;
        text-decoration:underline;
}
.ItemTextCurr, a.ItemTextCurr, a.ItemTextCurr:link, a.ItemTextCurr:visited, a.ItemTextCurr:active {
		color:#E2441D;
		font-family:Verdana,Arial,sans-serif;
		font-size:10px;
		font-weight:normal;
		line-height:normal;
		text-decoration:none;
}

a.ItemTextCurr:hover {
		color:#E2441D;
		font-family:Verdana,Arial,sans-serif;
		font-size:10px;
		font-weight:normal;
		line-height:normal;
		text-decoration:underline;
}
.NavArea {
        padding-left: 9px;
        padding-top: 20px;
        padding-bottom: 20px;
}

.NavCurrent {
        padding-left: 14px;
        padding-bottom: 2px;
        background: url(mainMenuArrow.gif) no-repeat left bottom;
}
.NavCurrentText, a.NavCurrentText, a.NavCurrentText:link, a.NavCurrentText:visited, a.NavCurrentText:hover, a.NavCurrentText:active  {
        color:#333333;
		font-family:Verdana,Arial,sans-serif;
		font-size:10px;
		font-weight:normal;
		line-height:normal;
		text-decoration:none;
}
/* ------------------------------------ */

.testimonial {
        font-family:Tahoma,Arial,Helvetica;
        font-size:20px;
        font-weight:normal;
        color:#35668B;
        font-style: italic;
}


.FormClass { padding: 4px 4px 4px 4px;
}
.FormClass td { padding-left: 10px; }









