
html {
  height: 100%;
}

#Form {
  height: 100%;
  padding:0px;
  margin:0px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.connect_widget_not_connected_text {
	color: #FFFFFF;
}

/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
/*.ControlPanel
{
	line-height: 100%;
	width: 720px;
	margin:10px auto;
	padding-bottom: 10px;
	border: 1px solid #ccc;
}*/
.ControlPanel {
	width:900px;
	margin:0 auto;
	border: 1px solid #f3f2f2;
}

.Normal, .NormalDisabled, .NormalBold, .NormalRed, .Head, blockquote
{
	font-size: 12px;
	font-weight: normal;
	color:#e3e3e3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: bold;
    color: #f00;
}
h1, h2, h3, h4, h5, h6, .Head
{
	color: #FFFFFF;
	font-weight: 400;
}
h1 {
	font-size:26px;
}

#Content .SubHead {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

a:link {
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #e3e3e3;
}

ol, ul {
  margin: 10px 20px;
  padding: 0 20px;
}

ol {
}

ol span {
  color: #EEE;
}

ul li {
	list-style-type: disc;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}

.title_grey span.Head {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.DNNEmptyPane {
	display:none;
}


/******  #Header ******/
#PageWrapper {
	background-color:#3b4c5e;
	width: 100%;
	height: 100%;
}
#HeaderWrapper {
	width: 100%;
	height:100px;
	clear: both;
	text-align:center;
	background-color: #3b4c5e;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
}
#Header {
	width:900px;
	height:75px;
	margin:0 auto;

}
#logo {
	float:left;
	width:309px;
	height:75px;
	padding-top:10px;
}
#topMenu {
	float:right;
	text-align:right;
	margin-top:25px;
	width:575px;
	height:25px;
}
#ContentWrapper {
	clear: both;
	text-align:center;
	background-color: #959a8f;
}
#Content {
	width:900px;
	min-height: 500px;
	margin:0 auto;
	text-align:left;
}
#Shadow {
	height:20px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.LeftPane {
	float:left;
	width:370px;
}
.RightPane {
	float:right;
	width:490px;
}
.RightPane, .LeftPane, .ContentPane {
	padding:10px;
	text-align:left;
}

#FooterWrapper {
	text-align:center;
	background-color: #3b4c5e;
}
#FooterRow {
	width:900px;
	margin:0 auto;
}
#BottomBar {
	height:8px;
	width:894px;
	border:3px solid #dcd2a8;
	background-color: #353823;	
}
.bottomMenu {
	padding:7px 0 3px 0;
}
.footer, .footer a, a.footer {
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.footer a:hover, a.footer:hover {
	text-decoration: underline;
}
.connectIcons {
	float:left;
	text-align:left;
	width:250px;
	height:75px;
	padding-top:10px;
}
.footerText {
	float:right;
	text-align:right;
	width:600px;
	height:75px;
	padding-top:10px;
}

#slideshowWrapper1702 {
	border: solid 10px #ffffff;
}


/**************************************************************
   jQuery Tools Overlay
 **************************************************************
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.simple_overlay .BioName {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
}
.simple_overlay .BioTitle {
	color: #FFFFFF;
	font-size: 16px;
}
.simple_overlay p {
	color: #FFFFFF !important;
}

.simple_overlay img {
		padding: 35px 10px 10px 10px;
}

.simple_overlay {
	padding-bottom:10px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/**************************************************************/
/*  Main Menu Normal  */
/**************************************************************/

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#dnn_dnnTopNAV_ctldnnTopNAVctr38,#dnn_dnnTopNAV_ctldnnTopNAVctr7 {
	display:none;
}

.main_dnnmenu_bar {
	border:none;
}

.main_dnnmenu_rootitem  
{
	font-size: 16px;
	text-align:center;
	padding-left:20px;
	color: #FFFFFF;
}

.main_dnnmenu_separator {
	padding:0;
}
/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{
	font-size: 16px;
	text-align:center;
	padding-left:20px;
	color: #FFFFFF;
	text-decoration: underline;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	font-size: 16px;
	text-align:center;
	padding-left:20px;
	color: #FFFFFF;
	text-decoration: underline;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	z-index: 2000;
	background-color: #e3e3e3;
	border: 2px solid #ffffff;
	color: #3b4c5e;
}

.main_dnnmenu_submenu td
{
	z-index: 2000;
	font-size: 12px;
	text-align:left;
	padding: 2px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{
	font-size: 12px;
	text-align:left;
	z-index: 2000;
	padding: 2px;
	color: #3b4c5e;
	background-color: #FFFFFF;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #353923;
}

/**************************************************************/
/*  bottom Menu Normal  */
/**************************************************************/
.bottom_dnnmenu_rootitem  
{
	font-size: 12px;
	text-align:center;
	color: #FFFFFF;
	/*padding:0 5px;*/
}

.bottom_dnnmenu_separator {
	padding:0;
}
/*  bottom menu hover  */
.bottom_dnnmenu_rootitem_hover
{
	font-size: 12px;
	text-align:center;
	color: #e3e3e3;	/*padding:0 5px;*/
}

/*  bottom menu selected  */
.bottom_dnnmenu_rootitem_selected 
{
	text-align:center;
	font-size: 12px;
	color: #e3e3e3;	/*padding:0 5px;*/
}

/*  SUB Menu Normal */
.bottom_dnnmenu_submenu 
{
	z-index: 2000;
	background-color: #e3e3e3;
	border: 2px solid #ffffff;
	color: #3b4c5e;
}

.bottom_dnnmenu_submenu td
{
	z-index: 2000;
	font-size: 11px;
	text-align:left;
	padding: 2px;
}

/*  SUB Menu hover & selected */
.bottom_dnnmenu_itemhover td,.bottom_dnnmenu_itemselected td   
{
	font-size: 11px;
	text-align:left;
	z-index: 2000;
	padding: 2px;
	color: #3b4c5e;
	background-color: #FFFFFF;
}

.bottom_dnnmenu_break
{
	height: 2px;
	background-color: #3e3e3e3;
}


/**************************************************************/
.ModuleTitle_SubMenu, .ModuleTitle_SubMenu td {
	z-index:2000;
}
.ModuleTitle_MenuItem {
	border:none;
	z-index:2000;
}

a.more {
    display:inline-block;
    padding-left:20px;
    line-height:22px;
    background:transparent url(/Images/Icons/more_info.png) center left no-repeat;
}
a.config {
    display:inline-block;
    padding-left:20px;
    line-height:22px;
    background:transparent url(/Images/settings.gif) center left no-repeat;
}
a.map {
    display:inline-block;
    padding-left:20px;
    line-height:22px;
    background:transparent url(/Images/Icons/mapIcon.gif) center left no-repeat;
}
a.email {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/Social/email_16_alt.png) center left no-repeat;
}
a.phone {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/Icons/phone_16_alt.png) center left no-repeat;
}
a.mobile {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/Icons/mobile_16_alt.png) center left no-repeat;
}

a.pdf {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/Icons/pdfIcon.png) center left no-repeat;
}

a.facebook {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/social/facebook_16.png) center left no-repeat;
}

a.twitter {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/social/twitter_16.png) center left no-repeat;
}

a.linkedin {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/social/linkedin_16.png) center left no-repeat;
}

a.blog {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/Icons/blog_16.png) center left no-repeat;
}

a.website {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/Icons/website_16.png) center left no-repeat;
}

a.bio {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/Images/Icons/bio_16.png) center left no-repeat;
}

