html
{
    overflow-y: scroll;
}
 
#Body
{
    font-family: Arial;
}

a:link, a:active, a:visited, a.blog_more_link, a.blog_more_link p, .BlogContent a.CommandButton
{
	color: #c2cd23;
	text-decoration: underline;
}

a:hover, a.blog_more_link, a.blog_more_link p:hover, .BlogContent a.CommandButton:hover
{
	color: #7e8082;
	text-decoration: none;
}

img
{
	border-style: none;
}

a:focus, a:hover, a:active
{
	outline: none;
}

div.Wrap
{
    text-align: center;
}

table, tr, td
{
	padding: 0;
	text-align: left;
}

table
{
	margin-left: auto;
	margin-right: auto;
}

p
{
	padding: 0px;
	margin: 0px;
}

.Normal, .Normal p
{
	font: normal normal 14px/19px Arial;
	color: #7e8082;
}

.Head, h2, h1
{
	font: normal normal 26px/100% Arial;
	color: #7e8082;
	text-align: left;
	margin: 0px;
	border-bottom: 0px;
	padding: 0px;
}

#ControlPanel
{
	background-color: White;
	position: relative;
	z-index: 1;
}

#ControlPanel .CommandButton, .ControlPanelButton, a.ControlPanelButton:link, a.ControlPanelButton:visited, a.ControlPanelButton:active, a.ControlPanelButton:hover,#ControlPanel .SubHead, .ControlPanelHead
{
	color: #000000;
}

/* Menu Items */
#navdiv
{
	padding: 0px;
	margin: 8px auto;
}

#navdiv a
{
	text-transform: lowercase;
	font-family: Arial;
}

.footer, a.footer, #dnn_dnnLOGIN_cmdLogin
{
	color: #7e8082;
	font: normal normal 14px/100% Tahoma, Arial;
	padding: 0px;
}

/* Default Css */
.MainWrapper
{
	width: 950px;
	background: url(images/content_bg_middle.png) repeat-y;
	text-align: left;
	margin: 0px auto;
}

.HeaderWrapper
{
	width: 950px;
	height: 67px;
	background: url(images/HeaderBG.png) no-repeat;
}

.InnerHeaderWrapper
{
	width: 950px;
	margin: 0px auto;
	padding: 10px 0px;
}

.HeaderSpacer
{
    width: 127px;
    float: left;
}

.LogoWrapper
{
	width: 140px;
	height: 67px;
	position: relative;
	z-index: 10;
	float: left;
	margin: 0px 5px 0px -41px;	
}

.HeaderLinkWrapper
{
	float: left;
	width: 846px;
}

.MenuWrapper
{
	margin-top: 5px;
}

.TopWrapper
{
	margin-bottom: 8px;
	width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.FlashWrapper
{
	width: 712px;
	float: left;
}

.LargeFlashWrapper
{
	width: 950px;
	margin-bottom: 10px;
}

.TopSpacer
{
	width: 8px;
	float: left;
	overflow: hidden;
}

.TopLinkWrapper
{
	width: 230px;
	float: left;
}

.ContentWrapper
{
	width: 950px;
	margin: 0px auto;
}

.SideBarWrapper
{
	float: left;
	width: 230px;
}

.FooterWrapper
{
	width: 950px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	text-align: center;
}

.containermaster
{
	width: 100%;
}

div.clear
{
	clear: both;
}

.AuthenticationContent table
{
	width: 100%;
}

/* Css for actions menu */
.ModuleTitle_MenuItem
{
	white-space: nowrap;
	text-align: left;
}

.ModuleTitle_MenuBreak
{
	display: none;
}

.ContentSpacer
{
    width: 20px;
    background-color: #fff;
}

.HeaderImage
{
    background: url(images/header_background.png) 4px 0px no-repeat;
    text-transform: uppercase;
    font: italic normal 18px/33px Tahoma, Arial;
    color: #fff;
    display: block;
    height: 45px;
    width: 250px;
    text-indent: 35px;
}

.SidePane .Normal, .FooterPane p
{
 	color: #7e8082;
}

.FooterPane
{
    padding-top: 20px;
}

.AuthenticationContent table, #dnn_ctr_Login_pnlLogin table
{
	width: 100%;
}

.ModuleTitle_MenuItem
{
    text-align:left;
    white-space:nowrap;
    border: 0px solid white;
}

.LoginMessagePane
{
    float: left;
}

.LoginLink
{
    float: left;
    padding-top: 2px;
}

.DonatePane
{
	margin-top: 11px;
	margin-left: 9px;
}

a.Donate
{
	width: 228px;
	height: 44px;
	display: block;
	text-indent: -999em;
	background: url(images/donate.png) -1px -1px no-repeat;
}

a.Donate:hover
{
	background-position: -1px -46px;
}

.OuterNationalWrapper a.RedButton
{
	width: 230px;
	height: 94px;
	font-family: Arial;
	font-style: normal;
	overflow: hidden;
	color: #684f40;
	display: block;
	text-transform: capitalize;
	background: url(images/Bottom.jpg) no-repeat;
    text-decoration: none;
   	text-indent: -999em;
}

.OuterGrantWrapper a.BlueButton
{
	width: 230px;
	height: 94px;
	overflow: hidden;
	display: block;
	font-family: Arial;
	font-style: normal;
	color: #684f40;
	text-transform: capitalize;
	background: url(images/Top.jpg) no-repeat;
	text-decoration: none;
	text-indent: -999em;
}

.GrantWrapper
{
	padding: 43px 2px 0px 30px;
	font-size: 25px;
	line-height: 100%;
	text-align: left;
}

 .NationalWrapper
{
	padding: 42px 2px 0px 5px;
	font-size: 25px;
	line-height: 100%;
	text-align: left;
}

.OuterGrantWrapper {margin-bottom: 12px;}

a.RedButton:hover {color: #2c88b6;background-position: 0px -94px}
a.BlueButton:hover {color: #2c88b6;background-position: 0px -94px}
.ContentAreaWrapper {width: 975px;margin: 0px auto;}
.HeaderLinkPane
{
 	text-align: right;
}

ul.Social
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	height: 30px;
}

.horizontalline {border-bottom: 0px;}

.blog_footer {border-bottom: 0px;padding-bottom: 5px;}



		#mainWrapper {
		padding-top: 25px;
		}
	
.BoxWrapper
{
	width: 230px;
	float: left;
}

.BoxSpacer
{
	width: 10px;
	overflow: hidden;
	float: left;
}

.OuterBoxWrapper
{
	margin-bottom: 10px;
}

.BrownLine {width: 950px;margin: 0px auto;clear: both;}

.BrownLine hr
{
	color: #7e8082;
	background-color: #7e8082;
}

.LeftFootWrap
{
	float: left;
	width: 690px;
}
.LowerSpacer
{
	float: left;
	width: 8px;
	overflow: hidden;
}

.RightFootWrap
{
	float: right;
	width: 252px;
}

.DNN_HTMLContent
{
	text-align: left;
}

ul.Social
	{
		margin: 0px;
		padding: 0px;
	}
	
	ul.Social li
	{
		display: inline-block;
	}
	
	ul.Social li a
	{
		display: block;
		width: 26px;
		height: 26px;
		background: url(images/social.png);
		text-indent: -999em;
	}
	
	ul.Social li.SocialText
	{
		padding-top: 5px;
	}
	
	ul.Social li a.Facebook
	{
		background-position: -26px 0px;
	}
ul.Social li a.Facebook:hover
	{
			background-position: -26px -26px;
	}
	ul.Social li a.Twitter
	{
			background-position: 0px 0px;
	}
	
	ul.Social li a.Twitter:hover
	{
			background-position: 0px -26px;
	}

	ul.Social li a.YouTube
	{
		background-position: -52px 0px;
	}
	ul.Social li a.YouTube:hover
	{
		background-position: -52px -26px;
	}
	ul.Social li a.Blog
	{
		background-position: -104px 0px;
	}
	ul.Social li a.Blog:hover
	{
		background-position: -104px -26px;
	}

	ul.Social li a.Linked
	{
		background-position: -78px 0px;
	}
	ul.Social li a.Linked:hover
	{
		background-position: -78px -26px;
	}
	
	.BlogContent td {vertical-align: top;}
	.blog_body {font-family: Arial;margin-top: -10px;}

.FL {float: left;}

.UDT_Space
{
	width: 10px;overflow: hidden;
}

.UDT_TeamTitle
{
	
}
.UDT_TeamContent
{

}

.UDT_TeamPic
{
	width: 150px;
}

.udt_top
{
	padding-top: 19px;
}

.LeftFooterPane {margin-top: 5px;}
.DynamicForms_TableRow td select {width: 207px !important;}
.ButtonSpacer
{
	height: 11px;
}
