﻿body {
    margin:0;
    padding:0;
    font-size: 62.5%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url(../Images/Backgrounds/PageBgrd.gif) repeat-x top #d39648;
    color: #333;
}
h1
{
	color:#590a0c;
	font-size:1.6em;
	margin-bottom:30px;
}
h2
{
	color:#590a0c;
	font-size:1.4em;
}
h3
{
	margin:30px 0  10px 0;
	padding:0;
	font-size:1.1em;
	color:#590a0c;
	
}
h4
{
	margin:0;
	padding:0 10px;
	font-size:1em;
	color:#000;
	
}
a:link, a:visited
{
	color: #894225;
	text-decoration:underline;
}
a:hover
{
	color: #590a0c;
}

.smallerFont
{
	font-size:.8em;	
	line-height:1.2em;
}
.comment
{
	font-size:.9em;	
	margin:0px;
}
.commentFooter
{
	font-size:.8em;
	margin:0 0 15px 0;
	line-height:1em;
}
ul.AspNet-Menu li, ul.otherArticles li ul li, ul.otherArticles li, ul.otherArticles li ul, ul.otherArticles
{
	margin:0;
	padding:0;
	list-style-type:none;
}


.container
{
    margin:0 auto;
    padding:0;
    width:927px;
}

.header
{
    margin:0; 
    height:124px;/* 144-20=124 */
	padding:20px 0 0 180px;
    width: 747px; /* 927-180=747 */
    background: url(../Images/Logo/MillCityHeaderTop.png) no-repeat top left ;
}
.slogan
{
	padding:0;
    color: #fff;
    font-size: 1.5em;
    margin-bottom:14px;
    display:block;
    font-weight:bold;
}
.headerBottomLogo
{
	/* remove the top and left paddings from .main */
	margin-top: -7px;
	margin-left: -36px;
}
.main
{
    margin:0;
    padding:7px 36px;
    font-size:1.2em;
    float:left;
    width: 855px; /* 927 is the actual width but we must subtract the padding from the width */
    background: url(../Images/Backgrounds/ContainerBgrd.gif) repeat-y  ;
}
.leftContent
{
	width:66%
}
.
leftContentFullWidth
{
	width:100%;
}
.subMenuOtherArticles
{
	float:right; 
	width:33%;
	margin-top:52px;
}
.rightContent
{
    margin:0;
    padding:0;
    float:right;
}

/* forms */
.marginLeft150
{
	margin-left:150px;
}
.cssForm label
{
	width:auto;
	float:left;
	line-height:25px;
}
.cssForm .width70
{
	width:70px;
}
.cssForm .width100
{
	width:100px;
}
.cssForm .width150
{
	width:150px;
}
.cssForm .width200
{
	width:200px;
}
.cssForm .width300
{
	width:300px;	
}
.cssForm .width400
{
	width:400px;	
}
.cssForm .checkbox input, .cssForm .nonInputField, .cssForm select, .cssForm .radio input
{
	float:left;
	width:auto;
}
.cssForm .nonInputField
{
	line-height:22px;
}
.cssForm .radio label
{
	margin-right:5px;
}
br
{ 
	clear:left;
}
.success, .error
{
	display:block;
	margin:10px 0;
	padding: 10px 20px 5px 45px;
}
.success
{
	color:green;
	background: url(../Images/Icons/Success.gif) no-repeat top left #f1fff0;
}
.error
{
	color:red;
	background: url(../Images/Icons/Error.gif) no-repeat top left #fff0f0;
}
.editMode
{
	display:none;
}
.hideMode
{
	display:none;
}



/* blog summary */
ul.otherArticles li a
{
	font-size:1.1em;
}
ul.otherArticles li
{
	margin:15px;
}
ul.otherArticles li ul li
{
	margin-bottom:3px; /* reset */
}
ul.otherArticles li ul li.smallFont
{
	font-size: .8em;
}

/* flyouts */
.flyout
{
	position: absolute;
	padding: 20px;
}
.flyoutShadow
{
	background: transparent url(../Images/Backgrounds/Shadow.png) no-repeat right bottom;
	position: absolute;
	width: 45em;
}
.flyoutContent
{
	background: #f6f2b0;
	border: solid 1px #666;
	color: #a9c8ec;
	font-weight: normal;
	margin: -6px 6px 6px -6px;
	overflow: hidden;
	padding: 21px 13px;
	position: relative;
}
.flyoutClose
{
	background: transparent url(../Images/Icons/Close.gif) no-repeat;
	width: 15px;
	height: 15px;
	top: 3px;
	right: 3px;
	position: absolute;
}
.flyout h3
{
    font-size:2em;
    color:#bed6f1;
    margin: 0 0 13px 0;
    position:relative;
    font-weight:normal;
    border-bottom: 1px solid #ececec;
}
.flyout hr
{
    height: 0; 
    border-width: 1px 0 0 0;
    border-style: solid; 
    border-color: #ececec; 
    margin-top: 13px;
    margin-bottom: 13px;
    padding:0;
}
.flyout label
{
    width: 110px;
    font-weight: bold;
    display: block;
    float:left;
    line-height:30px;
    clear:left;
    color:#666;
}
.flyout label.radio
{
    width: 300px;
    margin-left:5px;
    font-weight:normal;
    line-height:1.2em;
    padding-top: 4px;
    clear:none;
}
.flyout br 
{
	clear: left;
}
.flyout input
{
    float:left;
}
.flyout input.button
{
    margin-top:4px;
}
.flyout input.textbox, .flyout select
{
    float:left;
    width: 300px;
    margin:3px 0; 
}


/* top menu */
ul.topMenu
{
    float:right;
    margin:7px 10px 0 0;
    padding:0;  
    font-size:.9em;
}
ul.topMenu li
{
    margin:0 5px;
    padding: 0;
    display: block;
	float: right;
	list-style-type: none;
}
ul.topMenu li a
{
    color: #fff;
    text-decoration: none;
}
ul.topMenu li a:hover
{
    text-decoration: underline;
}

.separator
{
	background: url(../Images/Backgrounds/Separator.gif) repeat-x ;
	height: 1px;
	clear:both;
}

.separatorDouble
{
	background: url(../Images/Backgrounds/SeparatorDouble.gif) repeat-x ;
	height: 4px;
	clear:both;
}

/* footer menu */
.footer
{
    margin:0 0 30px 0;
    padding:0px 36px 0 36px;
    font-size: 1em;
    height:50px;
    color: #666;
    text-align:center;
    clear:both;
    background: url(../Images/Backgrounds/ContainerBgrd.gif) repeat-y  ;
}
.footer a
{
    background: none;
    text-decoration: none;
}
.footer a:hover
{
    color: #336699;
    text-decoration: underline;
}
.footer p
{
    margin: 4px 0;
}


/* main menu */
ul.topMenu
{
    margin:0;
    padding:0;
    height: 63px;
}
ul.topMenu li
{
    margin:0;
    padding:0;
    text-align:center;
    display: block;
	float: left;
	height:63px;
	list-style-type: none;
	width:181px;
	line-height:52px;
	font-size:14px;
	background: url(../Images/Backgrounds/topMenuBgrd.gif) repeat-x;
}
ul.topMenu li.leftBgrd
{
	width:11px;
	background: url(../Images/Backgrounds/topMenuBgrdLeft.gif) no-repeat top left;
}
ul.topMenu li.rightBgrd
{
	width:11px;
	background: url(../Images/Backgrounds/topMenuBgrdRight.gif) no-repeat top left;
}
ul.topMenu li a
{
    color: #fff;
    text-decoration: none;
    display:block;
}
ul.topMenu li a:hover
{
    height:63px;
    background: url(../Images/Backgrounds/topMenuBgrdHover.gif) repeat-x;
    color:#333;
}
ul.topMenu li.selected
{
    color: #fff;
    background: url(../Images/Backgrounds/topMenuBgrdSelected.gif) repeat-x;
}
ul.topMenu li.selected a
{
    text-decoration:none;
}



/* main menu */
ul.AspNet-Menu
{
  margin:0;
  padding:0px;
  list-style:none;
  float:right;
  height:27px;
}
ul.AspNet-Menu li
{
  font-size: 1.2em;
  float:left;
  background:url("../images/tabs/left.gif") no-repeat left top;
  margin:0;
  height:27px;
  padding:0 0 0 7px;
}
ul.AspNet-Menu li a
{
  float:left;
  display:block;
  background:url("../images/tabs/right.gif") no-repeat right top;
  padding:7px 15px 0px 6px;
  text-decoration:none;
  font-weight:bold;
  height:27px;
  color:#fff;
}
ul.AspNet-Menu li a:hover
{
    color:#fff;
}
ul.AspNet-Menu li.AspNet-Menu-Selected
{
  background-image:url("../images/tabs/left_on.gif");
  height:27px;
  color:#894124;
  padding-top:0px;
}
ul.AspNet-Menu li.AspNet-Menu-Selected a
{
    background-image:url("../images/tabs/right_on.gif");
    padding: 7px 15px 0px 6px;
	color:#894124;
	
}


/* Resizable textbox */
/*For handle icon*/
.handleText
{
	width:16px;
	height:16px;
	background-image:url(../Images/Icons/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}
/*For container div while resizing*/
.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:1px;
	border-color:#7391BA;
	overflow:hidden;
}
/*For Container Div which consists text box*/
.frameText 
{
	overflow:hidden;
	float:left;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
	font-family:Helvetica;
	font-size:8pt;
	line-height:normal;
}
/*For textbox */
.noborder
{
	border:0px;
	padding:2px;
}

.publishedDate
{
	color: #999;
	font-size: .9em;
	float:left;
	margin: 2px 0;
}
.pageBody
{
	clear:left;
	margin: 0;
}


.loginBox
{
	width:400px;
	float:right; 
	font-size:1.1em;
}


a.button, input.button
{
	height: 21px;
	color:#fff;
	line-height: 21px;
	font-size:11.5px;
	font-weight: bold;
	padding: 0 10px;
	text-decoration: none;
	cursor: hand;
	margin-top:10px;
}
input.button
{
	line-height:23px;
	height:23px;
	padding-bottom:3px;
}
.button
{
	display:block;
}
	

.burgundy
{
	background: url(../Images/Buttons/Burgundy.gif) repeat-x top;
	border-top: 1px solid #5b0d0e;
	border-right: 1px solid #5b0d0e;
	border-left: 1px solid #5b0d0e;
	border-bottom: 1px solid #5b0d0e;
}

.bottomPageOption
{
	width: 410px;
	float: left;
	height:130px;
}
