html
{
    overflow-y: scroll;
}
 
#Body
{
    font-family: Arial;
}

a:link, a:active, a:visited, a.blog_more_link, a.blog_more_link p
{
	color: #AA1E2E;
	text-decoration: underline;
}

a:hover
{
	color: #808080;
	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: 0px auto;
}

p
{
	padding: 0px;
	margin: 0px;
}

.Normal, .Normal p
{
	font: normal normal 14px/19px Arial;
	color: #000;
}

.Head, h2, h1
{
	font: normal normal 26px/100% Georgia, Arial;
	color: #808080;
	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: #000;
}

/* Menu Items */
#navdiv
{
	padding: 0px;
	margin: 0px auto 10px;
}

#navdiv a
{
	text-transform: uppercase;
	font-family: Arial;
}

.footer, a.footer, .FooterPane a:hover
{
	color: #fff;
	font: normal normal 14px/100% Arial;
	padding: 0px;
}

.FooterPane .Normal, .FooterPane .Normal p
{
	color: #fff;
}

#dnn_dnnLOGIN_cmdLogin
{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

/* Default Css */
.MainWrapper
{
	width: 975px;
	background: url(images/content_bg_middle.jpg) repeat-y;
	text-align: left;
	margin: 0px auto;
}

.InnerContent
{
	width: 925px;
	margin: 0px auto;
}

.HeaderWrapper
{
	width: 925px;
	height: 113px;
	background: url(images/HeaderBG.jpg) 313px 0px no-repeat;
}
.HeaderSpacer
{
    width: 127px;
    float: left;
}

.LogoWrapper
{
	width: 546px;
	margin-top: 7px;
	float: left;
}

.HeaderLinkWrapper
{
	width: 379px;
	float: left;
	margin-top: 27px;
}

.HeaderLinkWrapper a, .HeaderLinkWrapper p, .HeaderLinkWrapper .Normal p, .HeaderLinkWrapper .Normal
{
	color: #808080;
	font: normal normal 16px/19px Georgia, Arial;
	text-transform: lowercase;
	text-decoration: none;
}

.HeaderLinkWrapper a:hover
{
	color: #AA1E2E;
}

.HomeTopWrapper
{
	width: 925px;
    margin: 0px auto 10px;
}

.TopWrapper {width: 925px;margin: 0px auto 10px;}

.FlashWrapper
{
	width: 740px;
	float: left;
}

.TopSpacer
{
	width: 11px;
	float: left;
}

.TopLinkWrapper
{
	width: 184px;
	float: left;
}

.ContentWrapper
{
	width: 925px;
	margin-left: auto;
	margin-right: auto;
}

.SideBarWrapper
{
	float: left;
	width: 185px;
}

.FooterWrapper
{
	width: 975px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	text-align: center;
}

.FooterBG
{
    height: 25px;
	background: url(images/content_bg_bottom.png) no-repeat;
}

.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;
}

.Footer .Normal
{
 	color: #684f40;
}

.FooterImageWrapper
{
	vertical-align: top;
}

.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 Arial;
    color: #fff;
    display: block;
    height: 45px;
    width: 250px;
    text-indent: 35px;
}

.SidePane .Normal, .FooterPane p
{
 	color: #fff !important;
}

.FooterPane
{
    padding: 30px 0 0 0;
	margin: 0 0 0 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: 1px;
}

.HeaderLinkPane
{
 	text-align: right;
	padding-top: 10px;
}

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;}

img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;

			/* Set up proportionate scaling */
			width: 100%;
			height: auto;

			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}

		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}

		#mainWrapper {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative;
z-index: 1;

		}

		body {
			/* These rules have no effect on the functionality */
			/* They are for styling only */
			margin: 0;

		}
		
.BoxMid .blog_body {margin-top: -10px;font-family: Century Gothic, Arial;}
h2.blog_title {font-family: Georgia, Arial;}
	
.FL {float: left;}
.FR {float: right;}
.BoxSpace {width: 5px;overflow: hidden;}
.SideLinkWrap ul {margin: 0px;padding: 0px;list-style-type: none;}

.SideLinkWrap ul li a {display: block;height: 68px;width: 185px;background: url(images/callout_button.jpg) no-repeat;color: #fff;text-decoration: none;font-size: 16px;font-family: Georgia;}
.SideLinkWrap ul li a:hover {background-position: 0px -68.5px;color: #808080;}
.TopImageWrap {width: 610px;}
.TopWrapper .BoxSpace {width: 10px;}
.LowerSpace {margin-bottom: 15px;}
a.IL_Search_Button:link, a.IL_Search_Button:active, a.IL_Search_Button:visited
{
    display: block;
    width: 119px;
    height: 30px;
    background: url(images/search.png) no-repeat;
    float: left;
    text-indent: -999em;
}
.blockUI h1 {text-align: center;}

a.IL_Search_Button:hover, a.IL_Reset_Button:hover
{
    background-position: -121px 0px;
}
.ILB {display: inline-block;}

span.SideLink
{
    margin: 23px 0px 0px 18px;
	cursor: hand;
}
h2.blog_title {margin-top: 0px;}
.DynamicForms_Maintable, .DynamicForms_Maintable tr td, .DynamicForms_Maintable tr td table {margin: 0px;text-align: left;}

.DynamicForms_TableRow td table {margin: 0px;}
.DynamicForms_TableRow td {padding-right: 5px;}
.BoxMidFixed .FormsContent {margin-left: -5px;}

.LinksWrapper, .LinksWrapper table {margin: 0px;text-align: left;}
.OuterLeftBox {width: 85%;margin: 0px auto;}
.InnerLeftBox {width: 49%;}
.SmallSearch  {float: right;margin-top: 25px;}

.SearchButton {float: right;margin-right: 10px;margin-top: -8px;}

.BoxMidFixed .DynamicForms_Maintable .DynamicForms_TableRow .NormalBold, .DynamicForms_Maintable .DynamicForms_TableRow .NormalBold {font-weight: normal;font-size: 14px;}
.DynamicForms_SaveFormDiv a:link, .DynamicForms_SaveFormDiv a:active, .DynamicForms_SaveFormDiv a:visited {margin-left: 5px;}
/*.DynamicForms_TableRow td input {width: 190px !important;}*/
.BoxMidFixed .DynamicForms_TableRow td textarea {width: 188px !important;}
.BoxMidFixed .DynamicForms_Maintable {margin-top: -10px;}

.BoxMidFixed .DynamicForms_TableRow td input {width: 190px !important;}
.BoxMidFixed .DynamicForms_Maintable {margin-top: -3px;}
